projects
/
oota-llvm.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
oota-llvm.git
2012-07-13
Duncan Sands
Restrict this to x86, hopefully fixing ARM buildbots.
commit
|
commitdiff
|
tree
|
snapshot
2012-07-13
Craig Topper
Mark VINSERTI128rm as MayLoad=1. Fixes PR13348.
commit
|
commitdiff
|
tree
|
snapshot
2012-07-13
Galina Kistanova
Fixed few warnings; trimmed empty lines.
commit
|
commitdiff
|
tree
|
snapshot
2012-07-13
Jim Grosbach
Provide function name in 'Cannot select' fatal error.
commit
|
commitdiff
|
tree
|
snapshot
2012-07-12
Eric Christopher
The end of the prologue should be marked with is_stmt.
commit
|
commitdiff
|
tree
|
snapshot
2012-07-12
Jim Grosbach
TableGen: Assembly matcher 'insufficient operands'...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-12
Akira Hatanaka
Fix check strings in test/MC/Disassembler/Mips/* and...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-12
Galina Kistanova
Fixed few warnings.
commit
|
commitdiff
|
tree
|
snapshot
2012-07-12
Benjamin Kramer
Give the rdrand instructions a SideEffect flag and...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-12
Eric Christopher
Regenerate.
commit
|
commitdiff
|
tree
|
snapshot
2012-07-12
Nadav Rotem
The LIT tests below do not specify the exact cpu model...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-12
Gabor Greif
detabify
commit
|
commitdiff
|
tree
|
snapshot
2012-07-12
Gabor Greif
fix typo in generated comment
commit
|
commitdiff
|
tree
|
snapshot
2012-07-12
NAKAMURA Takumi
llvm/test/CodeGen/X86/rdrand.ll: Relax expression corre...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-12
NAKAMURA Takumi
llvm/test/CMakeLists.txt: Add llvm-diff to deps.
commit
|
commitdiff
|
tree
|
snapshot
2012-07-12
Benjamin Kramer
Use %s instead of the explicit name, the latter doesn...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-12
Benjamin Kramer
Add intrinsics for Ivy Bridge's rdrand instruction.
commit
|
commitdiff
|
tree
|
snapshot
2012-07-12
Duncan Sands
The result type of EXTRACT_VECTOR_ELT doesn't have...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-12
Craig Topper
Update GATHER instructions to support 2 read-write...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-12
Evan Cheng
Instcombine was transforming:
commit
|
commitdiff
|
tree
|
snapshot
2012-07-12
Jim Grosbach
TableGen: Location information for diagnostic.
commit
|
commitdiff
|
tree
|
snapshot
2012-07-11
Manman Ren
ARM: fix typo in comments
commit
|
commitdiff
|
tree
|
snapshot
2012-07-11
Manman Ren
ARM: Fix optimizeCompare to correctly check safe condition.
commit
|
commitdiff
|
tree
|
snapshot
2012-07-11
Jack Carter
Patch for Mips direct object generation.
commit
|
commitdiff
|
tree
|
snapshot
2012-07-11
Chad Rosier
Fixup broken doc link. Patch by Sean Silva <silvas...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-11
Jack Carter
This change removes an "initialization" warning.
commit
|
commitdiff
|
tree
|
snapshot
2012-07-11
Stepan Dyatkovskiy
Fixed diff comparison.
commit
|
commitdiff
|
tree
|
snapshot
2012-07-11
Argyrios Kyrtzidis
In MemoryBuffer::getOpenFile() don't verify that the...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-11
Akira Hatanaka
In register classes in MipsRegisterInfo.td, list the...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-11
Chad Rosier
[x86 fast-isel] Per discussion with Eric, add all cases...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-11
Akira Hatanaka
Test case for r160036.
commit
|
commitdiff
|
tree
|
snapshot
2012-07-11
Manman Ren
X86: Update to peephole optimization to move Movr0...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-11
Akira Hatanaka
Implement MipsTargetLowering::LowerSELECT_CC to custom...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-11
Evan Cheng
InstrEmitter::EmitSubregNode() optimize extract_subreg...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-11
Benjamin Kramer
PR13326: Fix a subtle edge case in the udiv -> magic...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-11
Tom Stellard
test commit
commit
|
commitdiff
|
tree
|
snapshot
2012-07-11
Chad Rosier
[x86 fast-isel] Rather then call llvm_unreachable(...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-11
Nadav Rotem
When ext-loading and trunc-storing vectors to memory...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-11
Nadav Rotem
Rename many of the Tmp1, Tmp2, Tmp3 variables to names...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-11
Benjamin Kramer
Remove unused variable.
commit
|
commitdiff
|
tree
|
snapshot
2012-07-11
Nadav Rotem
Refactor the DAG Legalizer by extracting the legalizati...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-11
Owen Anderson
Only apply the SETCC+SITOFP -> SELECTCC optimization...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-11
Akira Hatanaka
Lower RETURNADDR node in Mips backend.
commit
|
commitdiff
|
tree
|
snapshot
2012-07-10
Jack Carter
Mips specific inline asm operand modifier 'L'.
commit
|
commitdiff
|
tree
|
snapshot
2012-07-10
Jakob Stoklund...
Require and preserve LoopInfo for early if-conversion.
commit
|
commitdiff
|
tree
|
snapshot
2012-07-10
Chandler Carruth
Teach the LiveInterval::join function to use the fast...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-10
Jakob Stoklund...
Run early if-conversion in domtree post-order.
commit
|
commitdiff
|
tree
|
snapshot
2012-07-10
Chad Rosier
Move [get|set]BasePtrStackAdjustment() from MachineFram...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-10
Chad Rosier
Add newline.
commit
|
commitdiff
|
tree
|
snapshot
2012-07-10
Chad Rosier
Add test case accidentally omitted from r160002.
commit
|
commitdiff
|
tree
|
snapshot
2012-07-10
Chad Rosier
Add support for dynamic stack realignment in the presen...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-10
Chandler Carruth
Fix a bug where I didn't test for an empty range before...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-10
Nadav Rotem
Improve the loading of load-anyext vectors by allowing...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-10
Richard Barton
Fix instruction description of VMOV (between two ARM...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-10
Craig Topper
Reverse assembler/disassembler operand order for gather...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-10
Chandler Carruth
Add an efficient merge operation to LiveInterval and...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-10
Chandler Carruth
Teach LiveIntervals how to verify themselves and start...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-10
Jim Grosbach
ARM: Allow more flexible patterns in NEON formats.
commit
|
commitdiff
|
tree
|
snapshot
2012-07-10
Jim Grosbach
Allow intrinsics to be used in place of node matchables.
commit
|
commitdiff
|
tree
|
snapshot
2012-07-10
Akira Hatanaka
Make register Mips::RA allocatable if not in mips16...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-09
Dan Gohman
Delete code for folding undefs in ScalarEvolution....
commit
|
commitdiff
|
tree
|
snapshot
2012-07-09
Chad Rosier
Revert r159938 (and r159945) to appease the buildbots.
commit
|
commitdiff
|
tree
|
snapshot
2012-07-09
Andrew Trick
Machine model: allow itineraries to be shared by differ...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-09
Andrew Trick
indentation
commit
|
commitdiff
|
tree
|
snapshot
2012-07-09
Owen Anderson
Teach the DAG combiner to turn sitofp/uitofp from i1...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-09
Manman Ren
X86: implement functions to analyze & synthesize CMOV...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-09
Akira Hatanaka
Reapply r158846.
commit
|
commitdiff
|
tree
|
snapshot
2012-07-09
Nuno Lopes
instcombine: merge the functions that remove dead alloc...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-09
Richard Barton
Some formatting to keep Clang happy
commit
|
commitdiff
|
tree
|
snapshot
2012-07-09
Richard Barton
Oops - correct broken disassembly for VMOV
commit
|
commitdiff
|
tree
|
snapshot
2012-07-09
Richard Barton
Fix instruction description of VMOV (between two ARM...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-09
Richard Barton
Prevent ARM assembler from losing a right shift by...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-09
Richard Barton
Spelling!
commit
|
commitdiff
|
tree
|
snapshot
2012-07-09
Richard Barton
Teach the assembler to use the narrow thumb encodings...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-08
Benjamin Kramer
Remove some trivial copy ctors so the classes become...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-08
Benjamin Kramer
SmallVector: Make use of move semantics to speed up...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-07
Andrew Trick
I'm introducing a new machine model to simultaneously...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-07
Andrew Trick
whitespace
commit
|
commitdiff
|
tree
|
snapshot
2012-07-07
Andrew Trick
Tweak spelling.
commit
|
commitdiff
|
tree
|
snapshot
2012-07-07
Manman Ren
X86: Fix optimizeCompare to correctly check safe condition.
commit
|
commitdiff
|
tree
|
snapshot
2012-07-07
NAKAMURA Takumi
LLVMConfig.cmake.in: Quote around @LLVM_INSTALL_PREFIX...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-07
Bill Wendling
Use the DebugInfo wrappers instead of mucking about...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-06
Bill Wendling
Print the name last.
commit
|
commitdiff
|
tree
|
snapshot
2012-07-06
Chad Rosier
Fix the naming of ensureAlignment. Per the coding...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-06
Nuno Lopes
teach instcombine to remove allocated buffers even...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-06
Dmitri Gribenko
Since SmallMap was removed in r158644, remove documenta...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-06
Bill Wendling
Check if it's a scope last, because several things...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-06
Jim Grosbach
ARM: Add test cleanup entry to the README.
commit
|
commitdiff
|
tree
|
snapshot
2012-07-06
Akira Hatanaka
revert r159851.
commit
|
commitdiff
|
tree
|
snapshot
2012-07-06
Akira Hatanaka
Reapply r158846.
commit
|
commitdiff
|
tree
|
snapshot
2012-07-06
Bill Wendling
Add a print method to the ObjC property object.
commit
|
commitdiff
|
tree
|
snapshot
2012-07-06
Bill Wendling
Remove trailing comma in array initialization list.
commit
|
commitdiff
|
tree
|
snapshot
2012-07-06
Bill Wendling
Remove unnecessary 'llvm::'.
commit
|
commitdiff
|
tree
|
snapshot
2012-07-06
Bill Wendling
Remove unnecessary 'llvm::'.
commit
|
commitdiff
|
tree
|
snapshot
2012-07-06
Chad Rosier
Whitespace.
commit
|
commitdiff
|
tree
|
snapshot
2012-07-06
Manman Ren
X86: peephole optimization to remove cmp instruction
commit
|
commitdiff
|
tree
|
snapshot
2012-07-06
Chad Rosier
[fast-isel] Tell fast-isel to do nothing with the new...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-06
Chad Rosier
Update getFunction parameter documentation. Fixes PR13268.
commit
|
commitdiff
|
tree
|
snapshot
2012-07-06
Dmitri Gribenko
Revert r159789.
commit
|
commitdiff
|
tree
|
snapshot
2012-07-06
NAKAMURA Takumi
llvm/include/llvm/CMakeLists.txt: Cut dependency to...
commit
|
commitdiff
|
tree
|
snapshot
next