aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2013-01-15[msan] Fix handling of equality comparison of pointer vectors.Evgeniy Stepanov
2013-01-15Allow vectors in CreatePointerCast.Evgeniy Stepanov
2013-01-15[Object][ELF] Simplify ELFObjectFile by using ELFType.Michael J. Spencer
2013-01-15[IR] Add verifier support for llvm.module.flags.Daniel Dunbar
2013-01-15This patch fixes a Mips specific bug where Jack Carter
2013-01-14Now GenericAsmParser and AsmParser are no longer friends, GenericAsmParser canEli Bendersky
2013-01-14Properly encapsulate additional methods and data from AsmParser.Eli Bendersky
2013-01-14Remove trailing spaces.Jakub Staszak
2013-01-14This change is to implement following rules under the condition C_A and/or C_RShuxin Yang
2013-01-14[ms-inline asm] Extend support for parsing Intel bracketed memory operands thatChad Rosier
2013-01-14Improve r172468: const_cast is not needed hereDmitri Gribenko
2013-01-14Improve r172471: avoid all those extra casts on the lines nearbyDmitri Gribenko
2013-01-14This patch addresses an incorrect transformation in the DAG combiner.Bill Schmidt
2013-01-14Follow up of commit r172472.Quentin Colombet
2013-01-14Complete the existing support of ARM v6m, v7m, and v7em, i.e., respectively c...Quentin Colombet
2013-01-14Fix CastingDavid Greene
2013-01-14Fix CastingDavid Greene
2013-01-14Fix More CastsDavid Greene
2013-01-14Fix Another CastDavid Greene
2013-01-14Fix Casting BugDavid Greene
2013-01-14Fix More CastsDavid Greene
2013-01-14Fix CastingDavid Greene
2013-01-14SCEVExpander fix. RAUW needs to update the InsertedExpressions cache.Andrew Trick
2013-01-14Fix typo in comment.Nick Lewycky
2013-01-14Changed SmallPtrSet.count guard + SmallPtrSet.insert to just SmallPtrSet.insert.Michael Gottesman
2013-01-14Move CheckForValidSection to the MCAsmParser interface.Eli Bendersky
2013-01-14Expose an InitToTextSection through MCStreamer.Eli Bendersky
2013-01-14Move ParseMacroArgument to the MCAsmParser interfance.Eli Bendersky
2013-01-14Encapsulate the MacroEnabled flag in AsmParser behind accessor methods.Eli Bendersky
2013-01-14Revert r171829 "Split changeset_ty using iterators instead of loops" as it br...Timur Iskhodzhanov
2013-01-14Simplify nested strconcats in X86 td files since strconcat can take more than...Craig Topper
2013-01-14Create a single multiclass for SSE and AVX version of MOVL/MOVH. Prevents nee...Craig Topper
2013-01-14Fixed some 80+ violations.Michael Gottesman
2013-01-14Updated the documentation in ObjCARC.cpp to fit the style guide better (i.e. ...Michael Gottesman
2013-01-13Fixed an infinite loop in the block escape in analysis in ObjCARC caused by 2...Michael Gottesman
2013-01-13Fix typo in comment.Nick Lewycky
2013-01-13fix compile-time regression report by Joerg Sonnenberger:Nuno Lopes
2013-01-13Remove redundant 'llvm::' qualificationsDmitri Gribenko
2013-01-13X86: Add patterns for X86ISD::VSEXT in registers.Benjamin Kramer
2013-01-13Fix PR14547. Handle induction variables of small sizes smaller than i32 (i8 a...Nadav Rotem
2013-01-13[ObjCARC] Even more debug messages!Michael Gottesman
2013-01-13[ObjCARC] More debug messages.Michael Gottesman
2013-01-12Fix an editor goof in r171738 that Bill spotted. He may even have a testChandler Carruth
2013-01-12When lowering an inreg sext first shift left, then right arithmetically.Benjamin Kramer
2013-01-12MipsDisassembler.cpp: Prune DecodeHWRegs64RegisterClass() to suppress a warni...NAKAMURA Takumi
2013-01-12GlobalOpt: Avoid jump on uninitialized value.Benjamin Kramer
2013-01-12MipsAsmParser: Try to unbreak tests to add extra check.NAKAMURA Takumi
2013-01-12Fixed debug message in ObjCARC.Michael Gottesman
2013-01-12Fixed a few debug messages in ObjCARC and added one.Michael Gottesman
2013-01-12Fixed bug in ObjCARC where we were changing a call from objc_autoreleaseRV =>...Michael Gottesman