summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
* Fix a tblgen bug.Bruno Cardoso Lopes2010-06-23
* Reinstate correct test, remove the real invalidated test.Dale Johannesen2010-06-23
* Remove tests invalidated by previous checkin.Dale Johannesen2010-06-23
* MorphNodeTo doesn't preserve the memory operands. Because we're morphing a nodeBill Wendling2010-06-23
* tests: Tweak lit.cfg to fix breakage with out-of-dir lookup.Daniel Dunbar2010-06-23
* Revert r106263, "Fold the ShrinkDemandedOps pass into the regular DAGCombiner...Daniel Dunbar2010-06-23
* Revert r106066, "Create a more targeted fix for not sinking instructions into...Daniel Dunbar2010-06-23
* Less incorrect handling of zero-length bitfields. Radars 7992077 and 8093043.Stuart Hastings2010-06-23
* Add AVX compare packed instructionsBruno Cardoso Lopes2010-06-22
* Loosen up this test so that it doesn't depend as much on registerDan Gohman2010-06-22
* Fix OptimizeMax to handle an odd case where one of the max operandsDan Gohman2010-06-22
* Reapply support for AVX unpack and interleave instructions, withBruno Cardoso Lopes2010-06-22
* Add AVX MOV{SS,SD}{rr,rm} instructionsBruno Cardoso Lopes2010-06-22
* Thumb1 functions using @llvm.returnaddress were not saving the incoming LR.Bob Wilson2010-06-22
* Move a 64-bit test to the 64-bit file. Fixes an llvm-mc assertionEric Christopher2010-06-22
* Add SSE so these actually pass on non-X86 hosts.Dale Johannesen2010-06-22
* Fix a subtle multiclass bug: when using class inheritance onBruno Cardoso Lopes2010-06-22
* Corresponding test changes for r106564.Bill Wendling2010-06-22
* Move v-binop-widen tests to X86 since they don't work on all platformsMon P Wang2010-06-22
* Remove the SimpleJoin optimization from SimpleRegisterCoalescing.Jakob Stoklund Olesen2010-06-22
* Allow "exhaustive" trip count evaluation on phi nodes with allDan Gohman2010-06-22
* Tail merging pass shall not break up IT blocks. rdar://8115404Evan Cheng2010-06-22
* Teach two-address lowering how to unfold a load to open up commutingDan Gohman2010-06-21
* Fix PR7421: bug in kill transferring logic. It was ignoring loads / stores wh...Evan Cheng2010-06-21
* Make this test more robust in case LLVM ever decides to align the globalDan Gohman2010-06-21
* Add missing FileCheck call.Dale Johannesen2010-06-21
* test case for r106438.Devang Patel2010-06-21
* Fix PR 7433. Silly typo in non-Darwin ARM tail callDale Johannesen2010-06-21
* Add some codegen patterns for x86_64-linux-gnu tls codegen matching.Eric Christopher2010-06-21
* Add the check to the testcase of r106419.Kalle Raiskila2010-06-21
* Mark the SPU 'lr' instruction to never have side effects. Kalle Raiskila2010-06-21
* Fix the lowering of VECTOR_SHUFFLE on SPU to handle splats.Kalle Raiskila2010-06-21
* Fix lowering of VECTOR_SHUFFLE on SPU. Old algorithmKalle Raiskila2010-06-21
* Fix a crash caused by dereference of MBB.end(). rdar://8110842Evan Cheng2010-06-20
* Include the use kind along with the expression in the key of theDan Gohman2010-06-19
* Fix ScalarEvolution's "exhaustive" trip count evaluation code to avoidDan Gohman2010-06-19
* Refactor aliased packed logical instructions, also addBruno Cardoso Lopes2010-06-19
* Disable sibcall optimization for Thumb1 for now since Thumb1RegisterInfo::emi...Evan Cheng2010-06-19
* Shrink down code and add for free AVX {MIN,MAX}P{S,D}{rm,rr} instructionsBruno Cardoso Lopes2010-06-19
* fix rdar://7873482 by teaching the instruction encoder to emitChris Lattner2010-06-19
* Move ARM if-conversion before post-ra scheduling.Evan Cheng2010-06-18
* Allow ARM if-converter to be run after post allocation scheduling.Evan Cheng2010-06-18
* TwoAddressInstructionPass::CoalesceExtSubRegs can insert INSERT_SUBREGJakob Stoklund Olesen2010-06-18
* Fix an inverted condition.Evan Cheng2010-06-18
* When using ADDri to get the address of a stack object, 255 is a conservativeJakob Stoklund Olesen2010-06-18
* Revert r106304 (105548 and friends), which are the SCEVComplexityCompareDan Gohman2010-06-18
* Teach tablegen how to inherit from classes in 'defm' definitions.Bruno Cardoso Lopes2010-06-18
* Reapply 105540, 105542, and 105548, and revert r105732.Dan Gohman2010-06-18
* Enable tail calls on ARM by default, with someDale Johannesen2010-06-18
* Treat the ARM inline asm {cc} constraint as a physreg (%CPSR), just like X86Jakob Stoklund Olesen2010-06-18