aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* - Check memoperand alignment instead of checking stack alignment. Most load /...Evan Cheng2009-11-161-0/+28
* Convert to FileCheckJim Grosbach2009-11-161-5/+17
* Added a testcase for PR5495.Lang Hames2009-11-161-0/+75
* Convert to FileCheckJim Grosbach2009-11-161-3/+7
* tbb opt off by defaultJim Grosbach2009-11-161-0/+1
* Support spill comments.David Greene2009-11-161-0/+105
* Check if subreg index is zero.Evan Cheng2009-11-161-0/+155
* For some targets, a copy can use a register multiple times, e.g. ppc.Evan Cheng2009-11-161-0/+105
* xfail for now. It has been failing.Evan Cheng2009-11-161-0/+1
* - Fix a small bug while handling target constant pools (one param was missing).Bruno Cardoso Lopes2009-11-161-0/+10
* Detect need for autoalignment of the stack earlier to catch spills moreJim Grosbach2009-11-152-4/+6
* Revert r88830 and r88831 which appear to have caused a selfhost buildbot someNick Lewycky2009-11-151-0/+1
* Correct typo.Nick Lewycky2009-11-151-1/+1
* Teach instcombine to look for booleans in wider integers when it encounters aNick Lewycky2009-11-151-0/+28
* remove xfailJim Grosbach2009-11-141-2/+0
* Add XCore support for arbitrary-sized aggregate returns.Richard Osborne2009-11-141-0/+43
* Teach BasicAA that a constant expression can't alias memory provably notNick Lewycky2009-11-141-0/+39
* Added getSubRegIndex(A,B) that returns subreg index of A to B. Use it to repl...Evan Cheng2009-11-141-0/+133
* - Change TargetInstrInfo::reMaterialize to pass in TargetRegisterInfo.Evan Cheng2009-11-141-1/+2
* Add radar number.Evan Cheng2009-11-141-0/+1
* Fix PR5412: Fix an inverted check and another missing sub-register check.Evan Cheng2009-11-142-0/+235
* Enable the tail call optimization when the caller returns undef.Dan Gohman2009-11-141-1/+8
* When expanding t2STRDi8 r, r to two stores, add kill markers correctly.Evan Cheng2009-11-141-0/+20
* Fix PR5411. Bug in UpdateKills. A reg def partially define its super-registers.Evan Cheng2009-11-131-0/+42
* Move DebugInfo checks into EmitComments and remove them fromDavid Greene2009-11-131-1/+0
* When optimizing for size, don't tail-merge unless it's likely to be aDan Gohman2009-11-131-0/+113
* Fix PR5410: LiveVariables lost subreg def:Evan Cheng2009-11-131-0/+20
* Don't let a noalias difference disrupt the tailcall optimization.Dan Gohman2009-11-131-1/+15
* Adjust isConstantSplat to allow for big-endian targets.Dale Johannesen2009-11-131-0/+24
* Update test.Daniel Dunbar2009-11-131-2/+2
* Clean up testcase a bit. Simplify case blocks and adjust switch instruction t...Jim Grosbach2009-11-121-7/+3
* Fix typo in run line.Benjamin Kramer2009-11-121-1/+1
* typoGabor Greif2009-11-121-1/+1
* implement a nice little efficiency hack in the inliner. Since we're nowChris Lattner2009-11-121-0/+22
* RegScavenger::enterBasicBlock should always reset register state.Evan Cheng2009-11-121-0/+85
* - Teach LSR to avoid changing cmp iv stride if it will create an immediate thatEvan Cheng2009-11-121-0/+37
* use getPredicateOnEdge to fold comparisons through PHI nodes,Chris Lattner2009-11-121-0/+32
* should not commit when distracted.Chris Lattner2009-11-121-4/+3
* We now thread some impossible condition information with LVI.Chris Lattner2009-11-121-2/+30
* with the new code we can thread non-instruction values. ThisChris Lattner2009-11-121-2/+40
* move some stuff into DEBUG's and turn on lazy-value-info forChris Lattner2009-11-121-1/+1
* Tail merge at any size when there are two potentials blocks and oneDan Gohman2009-11-121-0/+27
* x86 users can now return arbitrary sized structs. Structs too large to fit i...Kenneth Uildriks2009-11-111-0/+17
* Add support for tail duplication to BranchFolding, and extendDan Gohman2009-11-114-7/+276
* Reenable StackTracke.cpp test.Devang Patel2009-11-111-1/+1
* Don't trivially delete unused calls to llvm.invariant.start. This allowsDuncan Sands2009-11-111-0/+16
* Add nounwind.Evan Cheng2009-11-114-4/+4
* remove condprop testcases.Chris Lattner2009-11-1110-2588/+0
* Add missing run line. Devang, please check.Daniel Dunbar2009-11-111-0/+1
* Fix test to work on every platform.Bill Wendling2009-11-111-3/+1