summaryrefslogtreecommitdiff
path: root/test/CodeGen
Commit message (Expand)AuthorAge
* Add test case for r90108Mon P Wang2009-11-30
* While this test is testing a problem in the generic part of codegen,Duncan Sands2009-11-27
* Test for 89905.Evan Cheng2009-11-26
* ProcessImplicitDefs should watch out for invalidated iterator and extra impli...Evan Cheng2009-11-25
* Support PIC loading of constant pool entriesBruno Cardoso Lopes2009-11-25
* Do not store R31 into the caller's link area on PPC.Dale Johannesen2009-11-24
* 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
* 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
* 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
* 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
* 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
* Fix codegen of conditional move of immediates. We were not making use of the ...Evan Cheng2009-11-20
* 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
* Fix PR5300.Jakob Stoklund Olesen2009-11-18
* Fix inverted test and add testcase from failing self-host.Jakob Stoklund Olesen2009-11-18
* Remove fragile test.Jakob Stoklund Olesen2009-11-17
* Enable arm jumpt table adjustment.Jim Grosbach2009-11-17
* Forgot to commit test fixesAnton Korobeynikov2009-11-17
* Enable -split-phi-edges by default, except when -regalloc=local.Jakob Stoklund Olesen2009-11-17
* Revert 89021. It's miscompiling llvm-gcc driver driver at -O0.Evan Cheng2009-11-17
* Enable -split-phi-edges by defaultJakob Stoklund Olesen2009-11-17
* MOV64rm should be marked isReMaterializable.Evan Cheng2009-11-17
* Convert to FileCheckJim Grosbach2009-11-17