aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2011-01-24fix a missing shuffle pattern, PR9009. Patch by Artiom Myaskouvskey!Chris Lattner
2011-01-24merge all the "crash tests" into crash.llChris Lattner
2011-01-24fix PR9017, a bug where we'd assert when promoting in unreachableChris Lattner
2011-01-24fix PR9015, a crash linking recursive metadata.Chris Lattner
2011-01-24enhance SRoA to promote allocas that are used by PHI nodes. This oftenChris Lattner
2011-01-23Enhance SRoA to promote allocas that are used by selects in someChris Lattner
2011-01-23Simplify some code with no functionality change. Make the test a lot moreNick Lewycky
2011-01-23Add support for the --noexecstack option.Rafael Espindola
2011-01-23Add support for lowercase variants.Rafael Espindola
2011-01-23Enhance SRoA to be more aggressive about scalarization of aggregate allocasChris Lattner
2011-01-23remove an old hack that avoided creating MMX datatypes. TheChris Lattner
2011-01-23Use value ranges to fold ext(trunc) in SCEV when possible.Nick Lewycky
2011-01-23Delay the creation of eh_frame so that the user can change the defaults.Rafael Espindola
2011-01-22Pass sret arguments through the stack instead of through registers in Sparc b...Venkatraman Govindaraju
2011-01-22Added ICC, FCC as uses of movcc instruction to generate correct code when -ma...Venkatraman Govindaraju
2011-01-21Actually check memcpy lengths, instead of just commenting aboutDan Gohman
2011-01-21Sparc backend: Venkatraman Govindaraju
2011-01-21Just because we have determined that an (fcmp | fcmp) is true for A < B,Owen Anderson
2011-01-21Last round of fixes for movw + movt global address codegen.Evan Cheng
2011-01-21Fix the encoding of QADD/SUB, QDADD/SUB. While qadd16, qadd8 use "rd, rn, rm",Bruno Cardoso Lopes
2011-01-21Implement support for byval arguments in Sparc backend.Venkatraman Govindaraju
2011-01-21Revert "Object: Renable the tests now that none of the build bots complain ab...Michael J. Spencer
2011-01-21Enable support for precise scheduling of the instruction selectionAndrew Trick
2011-01-21Convert -enable-sched-cycles and -enable-sched-hazard to -disableAndrew Trick
2011-01-21fix PR9013, an infinite loop in instcombine.Chris Lattner
2011-01-21Object: Renable the tests now that none of the build bots complain about alia...Michael J. Spencer
2011-01-21Don't try to pull vector bitcasts that change the number of elements throughNick Lewycky
2011-01-21Add a constant folding of casts from zero to zero. Fixes PR9011!Nick Lewycky
2011-01-20Don't be overly aggressive with CSE of "ldr constantpool". If it's a pc-relativeEvan Cheng
2011-01-20Implement requiredTransitiveTobias Grosser
2011-01-20Add testcases for clz encodingBruno Cardoso Lopes
2011-01-20Fix the encoding and parsing of clrex instructionBruno Cardoso Lopes
2011-01-20Add cdp/cdp2 instructions for thumb/thumb2Bruno Cardoso Lopes
2011-01-20Disable objdump-trivial-object.test. It is broken on powerpc-darwin9.Devang Patel
2011-01-20- Use a more appropriate name for Owen's ARM Parser isMCR hack since the same...Bruno Cardoso Lopes
2011-01-20Add mcr*2 and mr*c2 support to thumb2 targetsBruno Cardoso Lopes
2011-01-20Add mcr* and mr*c support to thumb targetsBruno Cardoso Lopes
2011-01-20Disable this test until I can figure out why it's broken. Not xfailed because itMichael J. Spencer
2011-01-20Allow sign-extending of i8 and i16 to i128 on SPU. Kalle Raiskila
2011-01-20At -O123 the early-cse pass is run before instcombine has run. According to myDuncan Sands
2011-01-20Expand invalid return values for umulo and smulo. Handle these similarlyEric Christopher
2011-01-20Add test.Evan Cheng
2011-01-20Sorry, several patches in one.Evan Cheng
2011-01-20Object: Add some tests!Michael J. Spencer
2011-01-20Sparc backend: Implements a delay slot filler that attempt to fill delay slotsVenkatraman Govindaraju
2011-01-20If we can, lower the multiply part of a umulo/smulo call to a libcallEric Christopher
2011-01-20Fix debug info for merged global.Devang Patel
2011-01-19Similarly, analyze truncate through multiply.Nick Lewycky
2011-01-19Add a missed SCEV fold that is required to continue analyzing the IR producedNick Lewycky
2011-01-19Fix the encoding of mrrc and mcrr family of instructions. Also add testcases ...Bruno Cardoso Lopes