aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Use the ExtensionDirectiveHandler type in other places where it makes sense.Eli Bendersky2013-01-165-18/+20
* Use --enable-werrorDavid Greene2013-01-161-3/+3
* Improve r172577 by using the correct type when declaring constantsDmitri Gribenko2013-01-161-9/+5
* Akira,Jack Carter2013-01-167-2/+44
* Split address information for DWARF5 split dwarf proposal. This involvesEric Christopher2013-01-1513-28/+204
* Avoid Enum Compare WarningsDavid Greene2013-01-151-2/+4
* Teach InstCombine to optimize extract of a value from a vector add operation ...Nadav Rotem2013-01-152-0/+19
* Optimize the memory usage of MC bundling, by creating a new type of fragmentEli Bendersky2013-01-153-20/+135
* [ms-inline asm] Address the FIXME in AsmParser.cpp.Chad Rosier2013-01-152-8/+10
* Refactor generic Asm directive parsing.Eli Bendersky2013-01-151-790/+802
* [Object][ELF] Fix -Wenum-compare.Michael J. Spencer2013-01-151-3/+5
* 1. Hoist minus sign as high as possible in an attempt to revealShuxin Yang2013-01-153-64/+152
* [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-152-9/+51
* LoopVectorizer cost model. Honor the user command line flag that selects the ...Nadav Rotem2013-01-151-1/+1
* Disable Uninitialized Use Warnings for Broken gcc VersionsDavid Greene2013-01-152-3/+30
* [msan] Temporarily remove ICmpEQ tests.Evgeniy Stepanov2013-01-151-54/+0
* [msan] Fix handling of equality comparison of pointer vectors.Evgeniy Stepanov2013-01-152-6/+79
* Allow vectors in CreatePointerCast.Evgeniy Stepanov2013-01-151-3/+3
* Fix operand type conditions in one of ICmpInst constructors.Evgeniy Stepanov2013-01-151-1/+1
* Pattern-matched variables in post-inc-icmpzero.llRenato Golin2013-01-151-4/+4
* Update CODE_OWNERS.TXT.Michael J. Spencer2013-01-151-0/+4
* [Object][ELF] Simplify ELFObjectFile by using ELFType.Michael J. Spencer2013-01-154-550/+476
* [Support] Add LLVM_CONSTEXPR.Michael J. Spencer2013-01-151-0/+6
* [ADT/StringMap] Follow-up to r172455, use the correct constructor for setting...Argyrios Kyrtzidis2013-01-151-1/+2
* LTO: Also init TTI for codegen passes.Nadav Rotem2013-01-151-0/+1
* [IR] Add verifier support for llvm.module.flags.Daniel Dunbar2013-01-153-20/+123
* This patch fixes a Mips specific bug where Jack Carter2013-01-152-1/+44
* 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-142-68/+115
* 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-142-8/+223
* [ms-inline asm] Extend support for parsing Intel bracketed memory operands thatChad Rosier2013-01-142-95/+468
* 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-142-5/+49
* Follow up of commit r172472.Quentin Colombet2013-01-141-28/+15
* Improve r172464: const_cast is not needed if the variable is not constDmitri Gribenko2013-01-141-3/+2
* Complete the existing support of ARM v6m, v7m, and v7em, i.e., respectively c...Quentin Colombet2013-01-142-1/+13
* 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
* Fix CastsDavid Greene2013-01-141-1/+2
* SCEVExpander fix. RAUW needs to update the InsertedExpressions cache.Andrew Trick2013-01-143-4/+89
* Fix typo in comment.Nick Lewycky2013-01-141-1/+1
* [ADT/StringMap] Add a constructor in StringMap that accepts both anArgyrios Kyrtzidis2013-01-141-0/+3