aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-21Clang was not parsing target triples involving EABI and was generating wrong ...Renato Golin
2011-01-21Handles libffi on the CMake build.Oscar Fuentes
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-21SCCP doesn't actually preserve the CFG. It will delete and insert terminatorNick Lewycky
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-21update obsolete comment.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-21Object: Fix type punned pointer issues by making DataRefImpl a union and usin...Michael J. Spencer
2011-01-21tblgen: Add support for non-inheritable attributesPeter Collingbourne
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-20RegionPassPrinter should contain the name of the pass printedTobias Grosser
2011-01-20Add testcases for clz encodingBruno Cardoso Lopes
2011-01-20Fix the encoding and parsing of clrex instructionBruno Cardoso Lopes
2011-01-20Move InstAlias check of argument types to a separate loop.Bob Wilson
2011-01-20Tidy comment.Bob Wilson
2011-01-20Fix broken check for InstAlias argument used with different types.Bob Wilson
2011-01-20Precompute InstAlias operand mapping to result instruction operand indices.Bob Wilson
2011-01-20Change instruction names for consistencyBruno 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-20SplitKit requires that all defs are in place before calling useIntv().Jakob Stoklund Olesen
2011-01-20Add LiveIntervalMap::dumpCache() to print out the cache used by the ssa updat...Jakob Stoklund Olesen
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-20Refactor mcr* and mr*c instructions into classes with the same encoding. No f...Bruno Cardoso Lopes
2011-01-20My editor's indent went crazy. Fix.Eric Christopher
2011-01-20Expand invalid return values for umulo and smulo. Handle these similarlyEric Christopher
2011-01-20Correct itinerary entry for t2MOV_pic_ga_add_pc.Evan Cheng
2011-01-20Add test.Evan Cheng
2011-01-20Sorry, several patches in one.Evan Cheng
2011-01-20llvm-objdump: Remove redundant includes.Michael J. Spencer
2011-01-20llvm-nm: Fix warning.Michael J. Spencer
2011-01-20Object: Add some tests!Michael J. Spencer
2011-01-20Add llvm-objdumpMichael J. Spencer
2011-01-20llvm-nm: Update to use the new LLVMObject library.Michael J. Spencer