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-06-01
Jakob Stoklund...
Remove physreg support from adjustCopiesBackFrom and...
commit
|
commitdiff
|
tree
|
snapshot
2012-06-01
Jakob Stoklund...
Simplify some more getAliasSet callers.
commit
|
commitdiff
|
tree
|
snapshot
2012-06-01
Rafael Espindola
Use dominates(Instruction, Use) in the verifier.
commit
|
commitdiff
|
tree
|
snapshot
2012-06-01
Chad Rosier
[arm-fast-isel] Fix handling of the frameaddress intrin...
commit
|
commitdiff
|
tree
|
snapshot
2012-06-01
Jakob Stoklund...
Switch some getAliasSet clients to MCRegAliasIterator.
commit
|
commitdiff
|
tree
|
snapshot
2012-06-01
Manman Ren
X86: peephole optimization to remove cmp instruction
commit
|
commitdiff
|
tree
|
snapshot
2012-06-01
Manman Ren
ARM: properly handle alignment for struct byval.
commit
|
commitdiff
|
tree
|
snapshot
2012-06-01
Rafael Espindola
Add some tests checking that the verifier rejects cases...
commit
|
commitdiff
|
tree
|
snapshot
2012-06-01
Benjamin Kramer
Provide move semantics for (Small)BitVector.
commit
|
commitdiff
|
tree
|
snapshot
2012-06-01
Chris Lattner
testcase for PR13006, thanks to Duncan for filing it.
commit
|
commitdiff
|
tree
|
snapshot
2012-06-01
Nuno Lopes
BoundsChecking: fix a bug when the handling of recursiv...
commit
|
commitdiff
|
tree
|
snapshot
2012-06-01
Hans Wennborg
Implement the local-dynamic TLS model for x86 (PR3985)
commit
|
commitdiff
|
tree
|
snapshot
2012-06-01
Stepan Dyatkovskiy
PR1255: case ranges.
commit
|
commitdiff
|
tree
|
snapshot
2012-06-01
Benjamin Kramer
Remove noisy semicolons.
commit
|
commitdiff
|
tree
|
snapshot
2012-06-01
Chris Lattner
quick fix for PR13006, will check in testcase later.
commit
|
commitdiff
|
tree
|
snapshot
2012-06-01
Stepan Dyatkovskiy
PR1255: case ranges.
commit
|
commitdiff
|
tree
|
snapshot
2012-06-01
Craig Topper
Enable automatic detection of FMA3 support to allow...
commit
|
commitdiff
|
tree
|
snapshot
2012-06-01
Craig Topper
Remove fadd(fmul) patterns for FMA3. This needs to...
commit
|
commitdiff
|
tree
|
snapshot
2012-06-01
Craig Topper
Add VFNSUB* instructions to folding table.
commit
|
commitdiff
|
tree
|
snapshot
2012-06-01
Craig Topper
Remove a trailing space and fix a comment.
commit
|
commitdiff
|
tree
|
snapshot
2012-06-01
Chris Lattner
enhance the logic for looking through tailcalls to...
commit
|
commitdiff
|
tree
|
snapshot
2012-06-01
Craig Topper
Tidy up. Remove trailing spaces and fix the worst of...
commit
|
commitdiff
|
tree
|
snapshot
2012-06-01
Chris Lattner
enhance getNoopInput to know about vector<->vector...
commit
|
commitdiff
|
tree
|
snapshot
2012-06-01
Chris Lattner
add some simple 64-bit tail call tests.
commit
|
commitdiff
|
tree
|
snapshot
2012-06-01
Chris Lattner
rearrange some logic, no functionality change.
commit
|
commitdiff
|
tree
|
snapshot
2012-06-01
Chris Lattner
merge some tests.
commit
|
commitdiff
|
tree
|
snapshot
2012-06-01
Chris Lattner
rename test
commit
|
commitdiff
|
tree
|
snapshot
2012-06-01
Manman Ren
ARM: support struct byval in llvm
commit
|
commitdiff
|
tree
|
snapshot
2012-06-01
Michael J....
Fix 80 columns.
commit
|
commitdiff
|
tree
|
snapshot
2012-06-01
Eric Christopher
Add support for enum forward declarations.
commit
|
commitdiff
|
tree
|
snapshot
2012-06-01
Chad Rosier
Put the shiny new MCSubRegIterator to work.
commit
|
commitdiff
|
tree
|
snapshot
2012-05-31
Nuno Lopes
add -bounds-checking-multiple-traps option to make...
commit
|
commitdiff
|
tree
|
snapshot
2012-05-31
Nuno Lopes
revamp BoundsChecking considerably:
commit
|
commitdiff
|
tree
|
snapshot
2012-05-31
Benjamin Kramer
IntrusiveRefCntPtr: Simplify operator= as suggested...
commit
|
commitdiff
|
tree
|
snapshot
2012-05-31
Owen Anderson
Make this testcase independent of register allocation.
commit
|
commitdiff
|
tree
|
snapshot
2012-05-31
Jakob Stoklund...
Add support for return value promotion in X86 calling...
commit
|
commitdiff
|
tree
|
snapshot
2012-05-31
Jakob Stoklund...
Didn't mean to export this function.
commit
|
commitdiff
|
tree
|
snapshot
2012-05-31
Manman Ren
X86: replace SUB with CMP if possible
commit
|
commitdiff
|
tree
|
snapshot
2012-05-31
Jakob Stoklund...
Add a PrintRegUnit helper similar to PrintReg.
commit
|
commitdiff
|
tree
|
snapshot
2012-05-31
Jakob Stoklund...
Emit register unit root tables.
commit
|
commitdiff
|
tree
|
snapshot
2012-05-31
Joel Jones
Fix typos
commit
|
commitdiff
|
tree
|
snapshot
2012-05-31
Rafael Espindola
Fix typos noticed by Benjamin Kramer.
commit
|
commitdiff
|
tree
|
snapshot
2012-05-31
Benjamin Kramer
X86: Rename the CLMUL target feature to PCLMUL.
commit
|
commitdiff
|
tree
|
snapshot
2012-05-31
Rafael Espindola
Require intervals in the range metadata to be in a...
commit
|
commitdiff
|
tree
|
snapshot
2012-05-31
Elena Demikhovsky
Added FMA3 Intel instructions.
commit
|
commitdiff
|
tree
|
snapshot
2012-05-31
Duncan Sands
Enhance the sinking code to handle diamond patterns...
commit
|
commitdiff
|
tree
|
snapshot
2012-05-31
Craig Topper
Add intrinsic for pclmulqdq instruction.
commit
|
commitdiff
|
tree
|
snapshot
2012-05-31
Akira Hatanaka
Cleanup and factoring of mips16 tablegen classes. Make...
commit
|
commitdiff
|
tree
|
snapshot
2012-05-31
Eric Christopher
Fix typo in assembly directive. Noticed by inspection.
commit
|
commitdiff
|
tree
|
snapshot
2012-05-31
Akira Hatanaka
Add lit.local.cfg to run the tests in test/MC/Disassemb...
commit
|
commitdiff
|
tree
|
snapshot
2012-05-30
Jakob Stoklund...
Avoid depending on list orders and register numbering.
commit
|
commitdiff
|
tree
|
snapshot
2012-05-30
Jakob Stoklund...
Extract some pointer hacking to a function.
commit
|
commitdiff
|
tree
|
snapshot
2012-05-30
Jakob Stoklund...
Prioritize smaller register classes for urgent evictions.
commit
|
commitdiff
|
tree
|
snapshot
2012-05-30
Jakob Stoklund...
Print uint16_t numbers without a sign.
commit
|
commitdiff
|
tree
|
snapshot
2012-05-30
Eric Christopher
Add support for the mips inline asm 'm' output modifier.
commit
|
commitdiff
|
tree
|
snapshot
2012-05-30
Owen Anderson
Switch the canonical FMA term operand order to match...
commit
|
commitdiff
|
tree
|
snapshot
2012-05-30
Owen Anderson
Teach DAGCombine to canonicalize the position of a...
commit
|
commitdiff
|
tree
|
snapshot
2012-05-30
Chad Rosier
Remove extra space.
commit
|
commitdiff
|
tree
|
snapshot
2012-05-30
David Blaikie
Reinstate -O3 for LTO.
commit
|
commitdiff
|
tree
|
snapshot
2012-05-30
Benjamin Kramer
Make sure that we're dealing with a binary SCEVExpr...
commit
|
commitdiff
|
tree
|
snapshot
2012-05-30
Jakob Stoklund...
Fix some uses of getSubRegisters() to use getSubReg...
commit
|
commitdiff
|
tree
|
snapshot
2012-05-30
Jakob Stoklund...
Remove some redundant tests.
commit
|
commitdiff
|
tree
|
snapshot
2012-05-30
Benjamin Kramer
Teach SCEV's icmp simplification logic that a-b ==...
commit
|
commitdiff
|
tree
|
snapshot
2012-05-30
Chris Lattner
it's pointed out that R11 can be used for magic things...
commit
|
commitdiff
|
tree
|
snapshot
2012-05-30
Chris Lattner
Extend the (abi-irrelevant) return convention to be...
commit
|
commitdiff
|
tree
|
snapshot
2012-05-30
Chad Rosier
[arm-fast-isel] Add support for the llvm.frameaddress...
commit
|
commitdiff
|
tree
|
snapshot
2012-05-30
Jakob Stoklund...
Add MCRegisterInfo::RegListIterator.
commit
|
commitdiff
|
tree
|
snapshot
2012-05-30
Benjamin Kramer
Mark insertq/extrq intrinsic readnone.
commit
|
commitdiff
|
tree
|
snapshot
2012-05-30
Benjamin Kramer
Port support for SSE4a extrq/insertq to the old jit...
commit
|
commitdiff
|
tree
|
snapshot
2012-05-30
Benjamin Kramer
Remove little semicolon that caused a lot of warnings.
commit
|
commitdiff
|
tree
|
snapshot
2012-05-30
Kostya Serebryany
[asan] instrument cmpxchg and atomicrmw
commit
|
commitdiff
|
tree
|
snapshot
2012-05-30
Andrew Trick
SCEV: Handle a corner case reducing AddRecExpr * AddRecExpr
commit
|
commitdiff
|
tree
|
snapshot
2012-05-30
Andrew Trick
Reformat the loop that does AddRecExpr * AddRecExpr...
commit
|
commitdiff
|
tree
|
snapshot
2012-05-30
Evan Cheng
Teach taildup to update livein set. rdar://11538365
commit
|
commitdiff
|
tree
|
snapshot
2012-05-30
Evan Cheng
If-converter models predicated defs as read + write...
commit
|
commitdiff
|
tree
|
snapshot
2012-05-30
Chris Lattner
typo fix
commit
|
commitdiff
|
tree
|
snapshot
2012-05-30
Bob Wilson
Add an insertPass API to TargetPassConfig. <rdar:...
commit
|
commitdiff
|
tree
|
snapshot
2012-05-30
Jakob Stoklund...
Make DiffListIterator public to unbreak the gcc buildbots.
commit
|
commitdiff
|
tree
|
snapshot
2012-05-29
Jakob Stoklund...
Use MCRegUnitIterator to compute regsOverlap().
commit
|
commitdiff
|
tree
|
snapshot
2012-05-29
Jakob Stoklund...
Emit register unit lists for each register.
commit
|
commitdiff
|
tree
|
snapshot
2012-05-29
Nuno Lopes
bounds checking:
commit
|
commitdiff
|
tree
|
snapshot
2012-05-29
Douglas Gregor
DenseMap's move assignment operator needs to return...
commit
|
commitdiff
|
tree
|
snapshot
2012-05-29
Evan Cheng
Optional def can be either a def or a use (of reg0).
commit
|
commitdiff
|
tree
|
snapshot
2012-05-29
Benjamin Kramer
Add intrinsics, code gen, assembler and disassembler...
commit
|
commitdiff
|
tree
|
snapshot
2012-05-29
Lang Hames
Clear the entering, exiting and internal ranges of...
commit
|
commitdiff
|
tree
|
snapshot
2012-05-29
Nicolas Geoffray
Update CPPBackend to new API for AttrListPtr::get.
commit
|
commitdiff
|
tree
|
snapshot
2012-05-29
Stepan Dyatkovskiy
ConstantRangesSet renamed to IntegersSubset. CRSBuilder...
commit
|
commitdiff
|
tree
|
snapshot
2012-05-28
Peter Collingbourne
Add llvm.fabs intrinsic.
commit
|
commitdiff
|
tree
|
snapshot
2012-05-28
Benjamin Kramer
Fix suspicous hasOneUse() check, found by PVS Studio...
commit
|
commitdiff
|
tree
|
snapshot
2012-05-28
Benjamin Kramer
InstCombine: Fix infinite loop when encountering switch...
commit
|
commitdiff
|
tree
|
snapshot
2012-05-28
David Blaikie
Remove unused variable.
commit
|
commitdiff
|
tree
|
snapshot
2012-05-28
Meador Inge
PR12696: Attribute bits above 1<<30 are not encoded...
commit
|
commitdiff
|
tree
|
snapshot
2012-05-28
Benjamin Kramer
Random BitcodeReader cleanups.
commit
|
commitdiff
|
tree
|
snapshot
2012-05-28
Stepan Dyatkovskiy
PR1255: Case Ranges
commit
|
commitdiff
|
tree
|
snapshot
2012-05-28
Stepan Dyatkovskiy
SwitchInst: Due to bad readability case iterators defin...
commit
|
commitdiff
|
tree
|
snapshot
2012-05-28
Bill Wendling
Implement the indirect counter increment code in a...
commit
|
commitdiff
|
tree
|
snapshot
2012-05-28
Chris Lattner
switch AttrListPtr::get to take an ArrayRef, simplifyin...
commit
|
commitdiff
|
tree
|
snapshot
2012-05-28
Chris Lattner
simplify code.
commit
|
commitdiff
|
tree
|
snapshot
2012-05-28
Chris Lattner
add some helper methods to make the type more uniform.
commit
|
commitdiff
|
tree
|
snapshot
2012-05-27
Chris Lattner
rdar://11542750 - llvm.trap should be marked no return.
commit
|
commitdiff
|
tree
|
snapshot
next