aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-10-29Some instructions end with an "ls" prefix, but it doesn't indicate that they areBill Wendling
2010-10-29Mult-alt constraint incremental development step 3.John Thompson
2010-10-29Teach machine cse to eliminate instructions with multiple physreg uses and de...Evan Cheng
2010-10-29Remove hard tab characters.Jim Grosbach
2010-10-2980 column fix.Jim Grosbach
2010-10-29trailing whitespaceJim Grosbach
2010-10-29s/getNEONVcvtImm32/getNEONVcvtImm32OpValue/ to be consistent with other operandJim Grosbach
2010-10-29Fix fpscr <-> GPR latency info.Evan Cheng
2010-10-29Be more strict on when we produce an undefined reference. In gas a file withRafael Espindola
2010-10-29Apply a patch from Frits van Bommel to fix the CMake build.Dan Gohman
2010-10-29Clean up indentation and other whitespace.Bob Wilson
2010-10-29Remove trailing whitespace.Bob Wilson
2010-10-29trailing whitespaceJim Grosbach
2010-10-29Fix 80-column violation.Bob Wilson
2010-10-29Change instcombine's getShuffleMask to represent undef with negative values.Bob Wilson
2010-10-29Remove DAG combiner patch to fold vector splats. Instcombiner does it now.Bob Wilson
2010-10-29Make instcombine a little more aggressive in combining vector shuffles.Bob Wilson
2010-10-29add FIXMEJim Grosbach
2010-10-29Convert ARM::MOVi2pieces to a true pseudo-instruction and expand it inJim Grosbach
2010-10-29Update testcase since we're no longer doing the constant forwarding inline wi...Owen Anderson
2010-10-29Handle comparison values we already have - this fixes the consumer-typesetEric Christopher
2010-10-29Give up on doing in-line instruction simplification during correlated value p...Owen Anderson
2010-10-29Convert this test to .s form.Owen Anderson
2010-10-29ARM::MOVi32imm is expanded in ARMExpandPseudoInsts, so there's no need toJim Grosbach
2010-10-29Convert this test to .s form.Owen Anderson
2010-10-29Fix typo.Jim Grosbach
2010-10-29ARM encoding information for CLREX, SWP and SWPB. Add comment for sjlj pseudo...Jim Grosbach
2010-10-29not is testing for a normal exit with a non-zero value. It shouldn'tDan Gohman
2010-10-29Convert this test to .s form.Owen Anderson
2010-10-29Make ScalarEvolution::forgetLoop forget all contained loops too, becauseDan Gohman
2010-10-29Convert this test to .s form.Owen Anderson
2010-10-29ARM mode LDREX*/STREX* binary encodings.Jim Grosbach
2010-10-29Covert this test to .s form.Owen Anderson
2010-10-29Convert this test to .s form.Owen Anderson
2010-10-29Convert this test to .s form.Owen Anderson
2010-10-29Convert this test to .s form.Owen Anderson
2010-10-29Encoding information for ARM conditional move instructions.Jim Grosbach
2010-10-29Convert this test to .s form.Owen Anderson
2010-10-29Convert this test to .s form.Owen Anderson
2010-10-29Covert this test to .s form.Owen Anderson
2010-10-29Convert this test to .s form.Owen Anderson
2010-10-29Convert this test to .s form.Owen Anderson
2010-10-29Convert this file to less fragile .s form.Owen Anderson
2010-10-29Replace this test with the less fragile .s version. Still XFAIL'd, since the...Owen Anderson
2010-10-29Fix sign error.Jakob Stoklund Olesen
2010-10-29Covert this test to a .s file to reduce fragility.Owen Anderson
2010-10-29Avoiding overly aggressive latency scheduling. If the two nodes share anEvan Cheng
2010-10-29- Don't schedule nodes with only MVT::Flag and MVT::Other values for latency.Evan Cheng
2010-10-29Don't transfer unused values to the new intervals formed by splitting.Jakob Stoklund Olesen
2010-10-29Handle ARM addrmode5 instructions with an offset.Jim Grosbach