aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-01-16ASan: wrap mapping scale and offset in a struct and make it a member of ASan ...Alexey Samsonov
2013-01-16Remove triple from this test, it makes it fail when X86 TTI is missing.Benjamin Kramer
2013-01-16[ObjCARC] Turn off ignoring unwind edges in ObjCARC when -fno-objc-arc-except...Michael Gottesman
2013-01-16reverting 172579Jack Carter
2013-01-16Define metadata interfaces for describing a static data memberEric Christopher
2013-01-16Use the ExtensionDirectiveHandler type in other places where it makes sense.Eli Bendersky
2013-01-16Use --enable-werrorDavid Greene
2013-01-16Improve r172577 by using the correct type when declaring constantsDmitri Gribenko
2013-01-16Akira,Jack Carter
2013-01-15Split address information for DWARF5 split dwarf proposal. This involvesEric Christopher
2013-01-15Avoid Enum Compare WarningsDavid Greene
2013-01-15Teach InstCombine to optimize extract of a value from a vector add operation ...Nadav Rotem
2013-01-15Optimize the memory usage of MC bundling, by creating a new type of fragmentEli Bendersky
2013-01-15[ms-inline asm] Address the FIXME in AsmParser.cpp.Chad Rosier
2013-01-15Refactor generic Asm directive parsing.Eli Bendersky
2013-01-15[Object][ELF] Fix -Wenum-compare.Michael J. Spencer
2013-01-151. Hoist minus sign as high as possible in an attempt to revealShuxin Yang
2013-01-15[Linker] Drop asserts that are embedded in cast<> and now checked by the veri...Daniel Dunbar
2013-01-15[IR] Add verification for module flags with the "require" behavior.Daniel Dunbar
2013-01-15LoopVectorizer cost model. Honor the user command line flag that selects the ...Nadav Rotem
2013-01-15Disable Uninitialized Use Warnings for Broken gcc VersionsDavid Greene
2013-01-15[msan] Temporarily remove ICmpEQ tests.Evgeniy Stepanov
2013-01-15[msan] Fix handling of equality comparison of pointer vectors.Evgeniy Stepanov
2013-01-15Allow vectors in CreatePointerCast.Evgeniy Stepanov
2013-01-15Fix operand type conditions in one of ICmpInst constructors.Evgeniy Stepanov
2013-01-15Pattern-matched variables in post-inc-icmpzero.llRenato Golin
2013-01-15Update CODE_OWNERS.TXT.Michael J. Spencer
2013-01-15[Object][ELF] Simplify ELFObjectFile by using ELFType.Michael J. Spencer
2013-01-15[Support] Add LLVM_CONSTEXPR.Michael J. Spencer
2013-01-15[ADT/StringMap] Follow-up to r172455, use the correct constructor for setting...Argyrios Kyrtzidis
2013-01-15LTO: Also init TTI for codegen passes.Nadav Rotem
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-14Improve r172464: const_cast is not needed if the variable is not constDmitri Gribenko
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