summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* Reverting r171325 & r172363. This was causing a mis-compile on the self-hoste...Bill Wendling2013-01-17
* Reverting back to the fallback instead of using the 64-bit popcnt instruction...Aaron Ballman2013-01-17
* [Linker] Drop support for IR-level extended linking support (archives, etc.).Daniel Dunbar2013-01-17
* [ms-inline asm] Add support for the 'SIZE' and 'LENGTH' operators.Chad Rosier2013-01-17
* Reverting back to the fallback instead of using popcnt; this instruction does...Aaron Ballman2013-01-17
* ASan: add optional 'zero-based shadow' option to ASan passes. Always tell the...Alexey Samsonov2013-01-17
* Move MachineTraceMetrics.h into include/llvm/CodeGen.Jakob Stoklund Olesen2013-01-17
* Provide a place for targets to insert ILP optimization passes.Jakob Stoklund Olesen2013-01-17
* Wrapping __popcnt64 for MSVC so that it's only used on 64-bit builds.Aaron Ballman2013-01-16
* [IR] Add 'Append' and 'AppendUnique' module flag behaviors.Daniel Dunbar2013-01-16
* Change CostTable model to be global to all targetsRenato Golin2013-01-16
* [Support] Include the intrisics header and check for definition properly.Michael J. Spencer2013-01-16
* [Support] Add MSVC intrinsic for CountPopulation.Michael J. Spencer2013-01-16
* [Support] Update MSVC compiler support in Compiler.h.Michael J. Spencer2013-01-16
* Clean up some unnecessary headers and forward declarationsEli Bendersky2013-01-16
* Now that GenericAsmParser was folded into AsmParser, some methods and types canEli Bendersky2013-01-16
* We want the dwarf AT_producer for assembly source files to match clang'sKevin Enderby2013-01-16
* Introduce llvm::sys::getProcessTriple() function.Peter Collingbourne2013-01-16
* Replace virtual hasFixups with explicit fragment type checksEli Bendersky2013-01-16
* Remove unused leftover header (it moved to llvm/IR).Benjamin Kramer2013-01-16
* Define metadata interfaces for describing a static data memberEric Christopher2013-01-16
* Use the ExtensionDirectiveHandler type in other places where it makes sense.Eli Bendersky2013-01-16
* Improve r172577 by using the correct type when declaring constantsDmitri Gribenko2013-01-16
* Split address information for DWARF5 split dwarf proposal. This involvesEric Christopher2013-01-15
* Avoid Enum Compare WarningsDavid Greene2013-01-15
* Optimize the memory usage of MC bundling, by creating a new type of fragmentEli Bendersky2013-01-15
* [Object][ELF] Fix -Wenum-compare.Michael J. Spencer2013-01-15
* Fix operand type conditions in one of ICmpInst constructors.Evgeniy Stepanov2013-01-15
* [Object][ELF] Simplify ELFObjectFile by using ELFType.Michael J. Spencer2013-01-15
* [Support] Add LLVM_CONSTEXPR.Michael J. Spencer2013-01-15
* [ADT/StringMap] Follow-up to r172455, use the correct constructor for setting...Argyrios Kyrtzidis2013-01-15
* Properly encapsulate additional methods and data from AsmParser.Eli Bendersky2013-01-14
* Complete the existing support of ARM v6m, v7m, and v7em, i.e., respectively c...Quentin Colombet2013-01-14
* SCEVExpander fix. RAUW needs to update the InsertedExpressions cache.Andrew Trick2013-01-14
* [ADT/StringMap] Add a constructor in StringMap that accepts both anArgyrios Kyrtzidis2013-01-14
* Fix DenseMap when LLVM_HAS_RVALUE_REFERENCES is defined but equals 0.Joe Groff2013-01-14
* Add DenseMap::insert(value_type&&) method.Joe Groff2013-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
* fix compile-time regression report by Joerg Sonnenberger:Nuno Lopes2013-01-13
* Remove redundant 'llvm::' qualificationsDmitri Gribenko2013-01-13
* Precompute some information about register costs.Jakob Stoklund Olesen2013-01-12
* Split TargetLowering into a CodeGen and a SelectionDAG part.Benjamin Kramer2013-01-11
* Added -view-callgraph module pass.Andrew Trick2013-01-11
* Support for half intrinsics. Pushes MMX into slower encoding path.Michael Ilseman2013-01-11
* Add a new portability macro LLVM_FUNCTION_NAME, that expands to __func__, ifDmitri Gribenko2013-01-11
* LoopPass.h doesn't require Function.h. Remove unneeded #include.Jakub Staszak2013-01-11
* Remove trailing spaces.Jakub Staszak2013-01-10