aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Add the check to the testcase of r106419.Kalle Raiskila2010-06-211-0/+3
* Mark the SPU 'lr' instruction to never have side effects. Kalle Raiskila2010-06-214-13/+18
* Fix the lowering of VECTOR_SHUFFLE on SPU to handle splats.Kalle Raiskila2010-06-211-1/+6
* Fix lowering of VECTOR_SHUFFLE on SPU. Old algorithmKalle Raiskila2010-06-211-0/+10
* Fix a crash caused by dereference of MBB.end(). rdar://8110842Evan Cheng2010-06-201-0/+35
* Include the use kind along with the expression in the key of theDan Gohman2010-06-191-0/+309
* Fix ScalarEvolution's "exhaustive" trip count evaluation code to avoidDan Gohman2010-06-191-0/+31
* Refactor aliased packed logical instructions, also addBruno Cardoso Lopes2010-06-192-0/+128
* Disable sibcall optimization for Thumb1 for now since Thumb1RegisterInfo::emi...Evan Cheng2010-06-193-5/+16
* Shrink down code and add for free AVX {MIN,MAX}P{S,D}{rm,rr} instructionsBruno Cardoso Lopes2010-06-192-0/+64
* fix rdar://7873482 by teaching the instruction encoder to emitChris Lattner2010-06-192-0/+11
* Move ARM if-conversion before post-ra scheduling.Evan Cheng2010-06-181-1/+1
* Allow ARM if-converter to be run after post allocation scheduling.Evan Cheng2010-06-183-6/+12
* TwoAddressInstructionPass::CoalesceExtSubRegs can insert INSERT_SUBREGJakob Stoklund Olesen2010-06-181-0/+28
* Fix an inverted condition.Evan Cheng2010-06-183-4/+2
* When using ADDri to get the address of a stack object, 255 is a conservativeJakob Stoklund Olesen2010-06-181-0/+16
* Revert r106304 (105548 and friends), which are the SCEVComplexityCompareDan Gohman2010-06-181-1/+1
* Teach tablegen how to inherit from classes in 'defm' definitions.Bruno Cardoso Lopes2010-06-181-0/+36
* Reapply 105540, 105542, and 105548, and revert r105732.Dan Gohman2010-06-181-1/+1
* Enable tail calls on ARM by default, with someDale Johannesen2010-06-186-0/+220
* Treat the ARM inline asm {cc} constraint as a physreg (%CPSR), just like X86Jakob Stoklund Olesen2010-06-181-0/+12
* Don't write a file named "&1".Dan Gohman2010-06-181-1/+1
* Disable indvars on loops when LoopSimplify form is not available.Dan Gohman2010-06-181-1/+18
* Don't maintain a set of deleted nodes; instead, use a HandleSDNodeDan Gohman2010-06-181-0/+28
* Add {mix,max}{ss,sd}{rr,rm} AVX forms.Bruno Cardoso Lopes2010-06-182-0/+65
* Fold the ShrinkDemandedOps pass into the regular DAGCombiner pass,Dan Gohman2010-06-182-1/+6
* Make this test less fragile.Dan Gohman2010-06-181-5/+7
* Testcase for llvm-gcc 106225.Dale Johannesen2010-06-171-0/+16
* Remove arm_apcscc from the test files. It is the default and doing thisRafael Espindola2010-06-17110-358/+358
* For a tablegen expression such as !if(a,b,c), let 'a'Bruno Cardoso Lopes2010-06-171-0/+11
* let the '!eq' expression support 'int' and 'bit' typesBruno Cardoso Lopes2010-06-161-0/+11
* Allow a register to be redefined multiple times in a basic block.Jakob Stoklund Olesen2010-06-161-0/+21
* modify so the test doesn't drop an output file in the test source directory.Jim Grosbach2010-06-161-1/+1
* Be specific. Use FileCheck.Devang Patel2010-06-161-3/+4
* Make sure that simplify libcalls does not replace a call with one callingRafael Espindola2010-06-161-0/+16
* This requires more investigation. Unblock buildbots for now.Devang Patel2010-06-161-2/+2
* Update test to explicitly capture llc output.Devang Patel2010-06-161-1/+2
* simplify-libcalls: fold strncmp(x, y, 1) -> memcmp(x, y, 1)Benjamin Kramer2010-06-161-0/+7
* Make post-ra scheduling, anti-dep breaking, and register scavenger (conservat...Evan Cheng2010-06-162-1/+3
* Create a more targeted fix for not sinking instructions into a range where itBill Wendling2010-06-151-6/+0
* Update test to match recent llvm-gcc change.Rafael Espindola2010-06-151-1/+1
* Remove the local register allocator.Jakob Stoklund Olesen2010-06-1527-60/+3
* simplify-libcalls: fold strstr(a, b) == a -> strncmp(a, b, strlen(b)) == 0Benjamin Kramer2010-06-151-0/+12
* Set the mtriple in some tests so that they use AAPCS.Rafael Espindola2010-06-154-4/+4
* Fixed vector widening of binary instructions that can trap. Patch by Visa Put...Mon P Wang2010-06-152-0/+45
* fix fastisel to handle GS and FS relative pointers. Patch byChris Lattner2010-06-151-0/+6
* Remove the arm_aapcscc marker from the tests. It is the defaultRafael Espindola2010-06-1512-26/+26
* Avoid processing early clobbers twice in RegAllocFast.Jakob Stoklund Olesen2010-06-151-0/+29
* Add CoalescerPair helper class.Jakob Stoklund Olesen2010-06-151-0/+41
* Generalize the pre-coalescing of extract_subregs feeding reg_sequences,Bob Wilson2010-06-151-2/+2