aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Revert 89562. We're being sneakier than I was giving us credit for, and thisJim Grosbach2009-11-215-6/+2
* Darwin requires a frame pointer for all non-leaf functions to support correctJim Grosbach2009-11-215-2/+6
* Don't leave temporary files in the test directory.Jakob Stoklund Olesen2009-11-211-2/+2
* When generating a vector the really slow way, via loadsDale Johannesen2009-11-211-0/+37
* Enable hoisting load from constant memories.Evan Cheng2009-11-203-9/+7
* Recommitting PALIGNR shift width fixes.Sean Callanan2009-11-201-3/+3
* Remove an incorrect overaggressive optimizationDale Johannesen2009-11-201-0/+28
* Reverting PALIGNR fix until I figure out how thisSean Callanan2009-11-201-3/+3
* Fixed PALIGNR to take 8-bit rotations in all cases.Sean Callanan2009-11-201-3/+3
* Make Loop::getLoopLatch() work on loops which don't have preheaders, asDan Gohman2009-11-202-0/+60
* Fix IPSCCP's code for deleting dead blocks to tolerate outstandingDan Gohman2009-11-201-0/+42
* Remat VLDRD from constpool. Clean up some instruction property specifications.Evan Cheng2009-11-203-4/+67
* Fix PR5558, which was caused by a wrong fix for PR3393 (see commit 63048),Duncan Sands2009-11-201-0/+37
* Try to work around grep's "Binary file (standard input) matches" complaints seenBenjamin Kramer2009-11-201-1/+1
* Fix -march= name for x86-64.Daniel Dunbar2009-11-201-1/+1
* Fix fast-isel to avoid selecting the return instruction if aDan Gohman2009-11-201-0/+13
* Also CSE non-pic load from constant pools.Evan Cheng2009-11-201-2/+11
* Teach getSmallConstantTripMultiple about Shl operators.Dan Gohman2009-11-201-0/+28
* Fix codegen of conditional move of immediates. We were not making use of the ...Evan Cheng2009-11-202-1/+49
* Specify proper arch and triple for 64-bit.Bill Wendling2009-11-201-1/+1
* Testcase for r89415.Bill Wendling2009-11-201-0/+16
* Extend CaptureTracking to indicate when a value is never stored, evenDan Gohman2009-11-191-0/+108
* Enable hoisting of loads from constant memory by default. In cases whereDan Gohman2009-11-191-1/+1
* Unbreak test, Bruno please check.Daniel Dunbar2009-11-191-1/+1
* More consistent thumb1 asm printing.Evan Cheng2009-11-194-6/+6
* Shrink ldr / str [sp, imm0-1024] to 16-bit instructions.Evan Cheng2009-11-191-0/+6
* - 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