summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
...
* Enable predication of NEON instructions in Thumb2 mode.Evan Cheng2009-11-24
* Materialize global addresses via movt/movw pair, this is always betterAnton Korobeynikov2009-11-24
* move fconst[sd] to UAL. <rdar://7414913>Jim Grosbach2009-11-23
* update test for 89694Jim Grosbach2009-11-23
* Make ConstantFoldConstantExpression recursively visit the entireDan Gohman2009-11-23
* Fix a use of an invalidated iterator in the case where there are multipleDan Gohman2009-11-23
* Reapply r88830 with a bugfix: this transform only applies to icmp eq/ne. ThisNick Lewycky2009-11-23
* remove a silly condition that doesn't make a lot of sense anymore.Chris Lattner2009-11-22
* Miss two, PR5307.Edward O'Callaghan2009-11-22
* Convert Thumb2 tests to FileCheck for PR5307.Edward O'Callaghan2009-11-22
* Turns out stuff gets allocated to different registers depending on the subtar...Benjamin Kramer2009-11-22
* Convert ARM tests to FileCheck for PR5307.Edward O'Callaghan2009-11-22
* Convert test to FileCheck.Benjamin Kramer2009-11-22
* Forgot to alter RUN line when converting to FileCheck.Edward O'Callaghan2009-11-22
* Fix for bad FileCheck converts in revision 89584.Edward O'Callaghan2009-11-22
* Convert a few tests to FileCheck for PR5307.Edward O'Callaghan2009-11-22
* Fix pr5470. Tablegen handles template arguments by temporarily setting theirBob Wilson2009-11-22
* Revert 89562. We're being sneakier than I was giving us credit for, and thisJim Grosbach2009-11-21
* Darwin requires a frame pointer for all non-leaf functions to support correctJim Grosbach2009-11-21
* Don't leave temporary files in the test directory.Jakob Stoklund Olesen2009-11-21
* When generating a vector the really slow way, via loadsDale Johannesen2009-11-21
* Enable hoisting load from constant memories.Evan Cheng2009-11-20
* Recommitting PALIGNR shift width fixes.Sean Callanan2009-11-20
* Remove an incorrect overaggressive optimizationDale Johannesen2009-11-20
* Reverting PALIGNR fix until I figure out how thisSean Callanan2009-11-20
* Fixed PALIGNR to take 8-bit rotations in all cases.Sean Callanan2009-11-20
* Make Loop::getLoopLatch() work on loops which don't have preheaders, asDan Gohman2009-11-20
* Fix IPSCCP's code for deleting dead blocks to tolerate outstandingDan Gohman2009-11-20
* Remat VLDRD from constpool. Clean up some instruction property specifications.Evan Cheng2009-11-20
* Fix PR5558, which was caused by a wrong fix for PR3393 (see commit 63048),Duncan Sands2009-11-20
* Try to work around grep's "Binary file (standard input) matches" complaints seenBenjamin Kramer2009-11-20
* Fix -march= name for x86-64.Daniel Dunbar2009-11-20
* Fix fast-isel to avoid selecting the return instruction if aDan Gohman2009-11-20
* Also CSE non-pic load from constant pools.Evan Cheng2009-11-20
* Teach getSmallConstantTripMultiple about Shl operators.Dan Gohman2009-11-20
* Fix codegen of conditional move of immediates. We were not making use of the ...Evan Cheng2009-11-20
* Specify proper arch and triple for 64-bit.Bill Wendling2009-11-20
* Testcase for r89415.Bill Wendling2009-11-20
* Extend CaptureTracking to indicate when a value is never stored, evenDan Gohman2009-11-19
* Enable hoisting of loads from constant memory by default. In cases whereDan Gohman2009-11-19
* Unbreak test, Bruno please check.Daniel Dunbar2009-11-19
* More consistent thumb1 asm printing.Evan Cheng2009-11-19
* Shrink ldr / str [sp, imm0-1024] to 16-bit instructions.Evan Cheng2009-11-19
* - Add sugregister logic to handle f64=(f32,f32).Bruno Cardoso Lopes2009-11-19
* Test from Dhrystone to make sure that we're not emitting an aligned load for aBill Wendling2009-11-19
* Fix buildbots.Bob Wilson2009-11-18
* Add XCore support for indirectbr / blockaddress.Richard Osborne2009-11-18
* Tail duplication still needs to iterate. Duplicating new instructions ontoBob Wilson2009-11-18
* Not all ASM has # for comments.Bill Wendling2009-11-18
* Fix PR5300.Jakob Stoklund Olesen2009-11-18