aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Allow vectors in CreatePointerCast of constants.Evgeniy Stepanov2013-01-161-3/+4
* ASan: wrap mapping scale and offset in a struct and make it a member of ASan ...Alexey Samsonov2013-01-161-51/+78
* [ObjCARC] Turn off ignoring unwind edges in ObjCARC when -fno-objc-arc-except...Michael Gottesman2013-01-161-33/+0
* reverting 172579Jack Carter2013-01-163-21/+2
* Define metadata interfaces for describing a static data memberEric Christopher2013-01-164-46/+131
* Use the ExtensionDirectiveHandler type in other places where it makes sense.Eli Bendersky2013-01-164-15/+16
* Akira,Jack Carter2013-01-163-2/+21
* Split address information for DWARF5 split dwarf proposal. This involvesEric Christopher2013-01-1511-27/+161
* Teach InstCombine to optimize extract of a value from a vector add operation ...Nadav Rotem2013-01-151-0/+9
* Optimize the memory usage of MC bundling, by creating a new type of fragmentEli Bendersky2013-01-152-4/+46
* [ms-inline asm] Address the FIXME in AsmParser.cpp.Chad Rosier2013-01-151-4/+2
* Refactor generic Asm directive parsing.Eli Bendersky2013-01-151-790/+802
* 1. Hoist minus sign as high as possible in an attempt to revealShuxin Yang2013-01-151-31/+60
* [Linker] Drop asserts that are embedded in cast<> and now checked by the veri...Daniel Dunbar2013-01-151-11/+0
* [IR] Add verification for module flags with the "require" behavior.Daniel Dunbar2013-01-151-7/+35
* LoopVectorizer cost model. Honor the user command line flag that selects the ...Nadav Rotem2013-01-151-1/+1
* [msan] Fix handling of equality comparison of pointer vectors.Evgeniy Stepanov2013-01-151-6/+9
* Allow vectors in CreatePointerCast.Evgeniy Stepanov2013-01-151-3/+3
* [Object][ELF] Simplify ELFObjectFile by using ELFType.Michael J. Spencer2013-01-152-49/+49
* [IR] Add verifier support for llvm.module.flags.Daniel Dunbar2013-01-151-0/+57
* This patch fixes a Mips specific bug where Jack Carter2013-01-151-1/+7
* Now GenericAsmParser and AsmParser are no longer friends, GenericAsmParser canEli Bendersky2013-01-141-4/+0
* Properly encapsulate additional methods and data from AsmParser.Eli Bendersky2013-01-141-67/+72
* Remove trailing spaces.Jakub Staszak2013-01-143-78/+78
* This change is to implement following rules under the condition C_A and/or C_RShuxin Yang2013-01-141-8/+127
* [ms-inline asm] Extend support for parsing Intel bracketed memory operands thatChad Rosier2013-01-141-86/+277
* Improve r172468: const_cast is not needed hereDmitri Gribenko2013-01-141-3/+2
* Improve r172471: avoid all those extra casts on the lines nearbyDmitri Gribenko2013-01-141-4/+6
* This patch addresses an incorrect transformation in the DAG combiner.Bill Schmidt2013-01-141-5/+15
* Follow up of commit r172472.Quentin Colombet2013-01-141-28/+15
* Complete the existing support of ARM v6m, v7m, and v7em, i.e., respectively c...Quentin Colombet2013-01-141-0/+9
* Fix CastingDavid Greene2013-01-141-1/+2
* Fix CastingDavid Greene2013-01-141-1/+2
* Fix More CastsDavid Greene2013-01-141-3/+8
* Fix Another CastDavid Greene2013-01-141-1/+2
* Fix Casting BugDavid Greene2013-01-141-1/+3
* Fix More CastsDavid Greene2013-01-141-1/+2
* Fix CastingDavid Greene2013-01-141-1/+1
* SCEVExpander fix. RAUW needs to update the InsertedExpressions cache.Andrew Trick2013-01-141-3/+2
* Fix typo in comment.Nick Lewycky2013-01-141-1/+1
* Changed SmallPtrSet.count guard + SmallPtrSet.insert to just SmallPtrSet.insert.Michael Gottesman2013-01-141-2/+1
* Move CheckForValidSection to the MCAsmParser interface.Eli Bendersky2013-01-141-1/+1
* Expose an InitToTextSection through MCStreamer.Eli Bendersky2013-01-147-11/+34
* Move ParseMacroArgument to the MCAsmParser interfance.Eli Bendersky2013-01-141-12/+8
* Encapsulate the MacroEnabled flag in AsmParser behind accessor methods.Eli Bendersky2013-01-141-4/+7
* Revert r171829 "Split changeset_ty using iterators instead of loops" as it br...Timur Iskhodzhanov2013-01-141-8/+6
* Simplify nested strconcats in X86 td files since strconcat can take more than...Craig Topper2013-01-142-32/+32
* Create a single multiclass for SSE and AVX version of MOVL/MOVH. Prevents nee...Craig Topper2013-01-141-23/+24
* Fixed some 80+ violations.Michael Gottesman2013-01-141-14/+18
* Updated the documentation in ObjCARC.cpp to fit the style guide better (i.e. ...Michael Gottesman2013-01-141-232/+259