aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* - Add sugregister logic to handle f64=(f32,f32).Bruno Cardoso Lopes2009-11-191-2/+1
* Test from Dhrystone to make sure that we're not emitting an aligned load for aBill Wendling2009-11-191-0/+28
* Fix buildbots.Bob Wilson2009-11-181-1/+1
* Add XCore support for indirectbr / blockaddress.Richard Osborne2009-11-181-0/+45
* Tail duplication still needs to iterate. Duplicating new instructions ontoBob Wilson2009-11-181-0/+64
* Not all ASM has # for comments.Bill Wendling2009-11-181-1/+1
* Fix PR5300.Jakob Stoklund Olesen2009-11-181-0/+29
* Fix inverted test and add testcase from failing self-host.Jakob Stoklund Olesen2009-11-181-0/+52
* Remove fragile test.Jakob Stoklund Olesen2009-11-171-1/+0
* Enable arm jumpt table adjustment.Jim Grosbach2009-11-172-2/+1
* Forgot to commit test fixesAnton Korobeynikov2009-11-172-4/+4
* Enable -split-phi-edges by default, except when -regalloc=local.Jakob Stoklund Olesen2009-11-172-1/+2
* Generalize OptimizeLoopTermCond to optimize more loop terminating icmp to use...Evan Cheng2009-11-171-0/+27
* Revert 89021. It's miscompiling llvm-gcc driver driver at -O0.Evan Cheng2009-11-172-8/+2
* Enable -split-phi-edges by defaultJakob Stoklund Olesen2009-11-172-2/+8
* MOV64rm should be marked isReMaterializable.Evan Cheng2009-11-171-0/+42
* Convert to FileCheckJim Grosbach2009-11-175-13/+57
* Convert to FileCheckJim Grosbach2009-11-171-6/+8
* Cleanup. Missed removing these when converting. Oops.Jim Grosbach2009-11-171-5/+0
* Fix this test - there don't appear to be any actual Reload ReusesDan Gohman2009-11-161-1/+0
* Revert r87049, which was the workaround for the regression triggeredDan Gohman2009-11-161-2/+2
* Revert the test from r88984. It relies on being able to mmap 16GB ofJeffrey Yasskin2009-11-161-3/+5
* Convert to FileCheckJim Grosbach2009-11-161-5/+18
* Make X86-64 in the Large model always emit 64-bit calls.Jeffrey Yasskin2009-11-161-3/+3
* - 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