aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen
AgeCommit message (Expand)Author
2010-07-21Baby steps towards ARM fast-isel.Eric Christopher
2010-07-21Fix calling convention on ARM if vfp2+ is enabled.Rafael Espindola
2010-07-20Fix SCEV denormalization of expressions where the exit value fromDan Gohman
2010-07-20update tests for smarter BIC usageJim Grosbach
2010-07-20The same problem was being tracked in PR7652.Duncan Sands
2010-07-20Fix PR7174, a couple o Mips fixes:Bruno Cardoso Lopes
2010-07-20Fix Mips PR7473. Patch by stetorvs@gmail.comBruno Cardoso Lopes
2010-07-19After a custom inserter, in a block which has constant instructions,Dan Gohman
2010-07-19Remove r108639 now that it is handled by InstCombine instead.Owen Anderson
2010-07-18Add a testcase for r108639.Owen Anderson
2010-07-17Add combiner patterns to more effectively utilize the BFI (bitfield insert)Jim Grosbach
2010-07-16Add basic support to code-gen the ARM/Thumb2 bit-field insert (BFI) instructionJim Grosbach
2010-07-16Consider this function:Bill Wendling
2010-07-16Remove the X86::FP_REG_KILL pseudo-instruction and the X86FloatingPointRegKillJakob Stoklund Olesen
2010-07-16Feed the right output into FileCheck.Benjamin Kramer
2010-07-16Remove many calls to TII::isMoveInstr. Targets should be producing COPY anyway.Jakob Stoklund Olesen
2010-07-16Add forgotten test case.Jakob Stoklund Olesen
2010-07-16Use the source-order scheduler instead of the "fast" scheduler at -O0,Dan Gohman
2010-07-16The SelectionDAGBuilder's handling of debug info, on rareDale Johannesen
2010-07-15Revert. This isn't the correct way to go.Bill Wendling
2010-07-15Handle code gen for the unreachable instruction if it's the only instruction inBill Wendling
2010-07-15Split -enable-finite-only-fp-math to two options:Evan Cheng
2010-07-15fix the definitions of ConstTextCoalSection/ConstDataCoalSectionChris Lattner
2010-07-15Fix crash reported in PR7653.Devang Patel
2010-07-15Watch out for a constant offset cancelling out a base register, formingDan Gohman
2010-07-14Make it a .ll test case.Devang Patel
2010-07-14Improve 64-subtraction of immediates when parts of the immediate can fitJim Grosbach
2010-07-14Delete fast-isel's trivial load optimization; it breaks debugging becauseDan Gohman
2010-07-14Fix test to appease the buildbots.Bob Wilson
2010-07-14Fix for PR7193 was overly conservative. The only case where sibcall calleeEvan Cheng
2010-07-14Add support for NEON VMVN immediate instructions.Bob Wilson
2010-07-14Re-enable the test with fix.Evan Cheng
2010-07-14temporarily disable to test to fix buildbots.Chris Lattner
2010-07-14Teach ProcessImplicitDefs to transform more COPY instructions into IMPLICIT_D...Evan Cheng
2010-07-14Add an ARM-specific DAG combining to avoid redundant VDUPLANE nodes.Bob Wilson
2010-07-13Use a target-specific VMOVIMM DAG node instead of BUILD_VECTOR to representBob Wilson
2010-07-13In inline asm treat indirect 'X' constraint as 'm'.Dale Johannesen
2010-07-13Extend the r107852 optimization which turns some fp compare to code sequence ...Evan Cheng
2010-07-13-enable-unsafe-fp-math should not imply -enable-finite-only-fp-math.Evan Cheng
2010-07-13Fix PR number.Dale Johannesen
2010-07-12Apply the SSE dependence idiom for SSE unary operations toDan Gohman
2010-07-11Remove TargetInstrInfo::copyRegToReg entirely.Jakob Stoklund Olesen
2010-07-11Fix va_arg for doubles. With this patch VAARG nodes always contain theRafael Espindola
2010-07-10Fix this test.Dan Gohman
2010-07-10FileCheckize inline asm FP stack testsJakob Stoklund Olesen
2010-07-10Reapply bottom-up fast-isel, with several fixes for x86-32:Dan Gohman
2010-07-09Fix a few testsJakob Stoklund Olesen
2010-07-09In the presence of variable sized objects, allocate an emergency spill slot.Jim Grosbach
2010-07-09Add a target triple.Dan Gohman
2010-07-09Fix MachineLICM to actually visit inner loops.Dan Gohman