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