aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Fix for PR5373, Credit to Jakub Staszak.Edward O'Callaghan2009-11-241-0/+24
* Enable predication of NEON instructions in Thumb2 mode.Evan Cheng2009-11-241-0/+29
* Materialize global addresses via movt/movw pair, this is always betterAnton Korobeynikov2009-11-241-0/+20
* move fconst[sd] to UAL. <rdar://7414913>Jim Grosbach2009-11-233-6/+6
* update test for 89694Jim Grosbach2009-11-231-2/+2
* Make ConstantFoldConstantExpression recursively visit the entireDan Gohman2009-11-233-3/+11
* Fix a use of an invalidated iterator in the case where there are multipleDan Gohman2009-11-231-0/+30
* Reapply r88830 with a bugfix: this transform only applies to icmp eq/ne. ThisNick Lewycky2009-11-231-1/+0
* remove a silly condition that doesn't make a lot of sense anymore.Chris Lattner2009-11-221-0/+17
* Miss two, PR5307.Edward O'Callaghan2009-11-222-6/+30
* Convert Thumb2 tests to FileCheck for PR5307.Edward O'Callaghan2009-11-2212-26/+130
* Turns out stuff gets allocated to different registers depending on the subtar...Benjamin Kramer2009-11-221-1/+1
* Convert ARM tests to FileCheck for PR5307.Edward O'Callaghan2009-11-227-35/+137
* Convert test to FileCheck.Benjamin Kramer2009-11-221-2/+6
* Forgot to alter RUN line when converting to FileCheck.Edward O'Callaghan2009-11-221-1/+1
* Fix for bad FileCheck converts in revision 89584.Edward O'Callaghan2009-11-223-24/+23
* Convert a few tests to FileCheck for PR5307.Edward O'Callaghan2009-11-2211-27/+67
* Fix pr5470. Tablegen handles template arguments by temporarily setting theirBob Wilson2009-11-221-0/+10
* 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