aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2013-01-18[MC/Mach-O] Add support for linker options in Mach-O files.Daniel Dunbar
2013-01-18[MC/Mach-O] Add AsmParser support for .linker_option directive.Daniel Dunbar
2013-01-18[MC] Expose ParseEscapedString to target AsmParser implementations.Daniel Dunbar
2013-01-17Reverting r171325 & r172363. This was causing a mis-compile on the self-hoste...Bill Wendling
2013-01-17Reverting back to the fallback instead of using the 64-bit popcnt instruction...Aaron Ballman
2013-01-17[Linker] Drop support for IR-level extended linking support (archives, etc.).Daniel Dunbar
2013-01-17[ms-inline asm] Add support for the 'SIZE' and 'LENGTH' operators.Chad Rosier
2013-01-17Reverting back to the fallback instead of using popcnt; this instruction does...Aaron Ballman
2013-01-17ASan: add optional 'zero-based shadow' option to ASan passes. Always tell the...Alexey Samsonov
2013-01-17Move MachineTraceMetrics.h into include/llvm/CodeGen.Jakob Stoklund Olesen
2013-01-17Provide a place for targets to insert ILP optimization passes.Jakob Stoklund Olesen
2013-01-16Wrapping __popcnt64 for MSVC so that it's only used on 64-bit builds.Aaron Ballman
2013-01-16[IR] Add 'Append' and 'AppendUnique' module flag behaviors.Daniel Dunbar
2013-01-16Change CostTable model to be global to all targetsRenato Golin
2013-01-16[Support] Include the intrisics header and check for definition properly.Michael J. Spencer
2013-01-16[Support] Add MSVC intrinsic for CountPopulation.Michael J. Spencer
2013-01-16[Support] Update MSVC compiler support in Compiler.h.Michael J. Spencer
2013-01-16Clean up some unnecessary headers and forward declarationsEli Bendersky
2013-01-16Now that GenericAsmParser was folded into AsmParser, some methods and types canEli Bendersky
2013-01-16We want the dwarf AT_producer for assembly source files to match clang'sKevin Enderby
2013-01-16Introduce llvm::sys::getProcessTriple() function.Peter Collingbourne
2013-01-16Replace virtual hasFixups with explicit fragment type checksEli Bendersky
2013-01-16Remove unused leftover header (it moved to llvm/IR).Benjamin Kramer
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-16Improve r172577 by using the correct type when declaring constantsDmitri Gribenko
2013-01-15Split address information for DWARF5 split dwarf proposal. This involvesEric Christopher
2013-01-15Avoid Enum Compare WarningsDavid Greene
2013-01-15Optimize the memory usage of MC bundling, by creating a new type of fragmentEli Bendersky
2013-01-15[Object][ELF] Fix -Wenum-compare.Michael J. Spencer
2013-01-15Fix operand type conditions in one of ICmpInst constructors.Evgeniy Stepanov
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-14Properly encapsulate additional methods and data from AsmParser.Eli Bendersky
2013-01-14Complete the existing support of ARM v6m, v7m, and v7em, i.e., respectively c...Quentin Colombet
2013-01-14SCEVExpander fix. RAUW needs to update the InsertedExpressions cache.Andrew Trick
2013-01-14[ADT/StringMap] Add a constructor in StringMap that accepts both anArgyrios Kyrtzidis
2013-01-14Fix DenseMap when LLVM_HAS_RVALUE_REFERENCES is defined but equals 0.Joe Groff
2013-01-14Add DenseMap::insert(value_type&&) method.Joe Groff
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-13fix compile-time regression report by Joerg Sonnenberger:Nuno Lopes
2013-01-13Remove redundant 'llvm::' qualificationsDmitri Gribenko
2013-01-12Precompute some information about register costs.Jakob Stoklund Olesen
2013-01-11Split TargetLowering into a CodeGen and a SelectionDAG part.Benjamin Kramer
2013-01-11Added -view-callgraph module pass.Andrew Trick
2013-01-11Support for half intrinsics. Pushes MMX into slower encoding path.Michael Ilseman