summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* 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
* Remove unneeded includes from FunctionLoweringInfo.h.Jakub Staszak2013-01-10
* [ms-inline asm] Add support for calling functions from inline assembly.Chad Rosier2013-01-10
* Remove unneeded #includes.Jakub Staszak2013-01-10
* Fix indent and remove unneeded #includes in MDBuilder.h.Jakub Staszak2013-01-10
* Rename LinkAllVMCore.h to LinkAllIR.h since VMCore directory was renamed to IR.Jakub Staszak2013-01-10
* Add basic fix-its to SMDiagnostic.Jordan Rose2013-01-10
* TableGen: Keep track of superclass reference ranges.Jordan Rose2013-01-10
* TableGen: record anonymous instantiations of classes.Jordan Rose2013-01-10
* Allow hasProperty() to be called on bundle-internal instructions.Jakob Stoklund Olesen2013-01-10
* Signal.h: Add <cstdio> for FILE*, since r171989.NAKAMURA Takumi2013-01-10
* Fix a race condition in the lock-file manager: once the lock file isDouglas Gregor2013-01-10
* Support headerless bundles in MachineInstr::hasProperty().Jakob Stoklund Olesen2013-01-10
* Stack Alignment: throw error if we can't satisfy the minimal alignmentManman Ren2013-01-10
* Fix include guards so they exactly match file names.Jakub Staszak2013-01-10
* Revert s/Raw/getBitMask/g name change. This is possibly causing LTO test hang...Bill Wendling2013-01-09
* ARM Cost model: Use the size of vector registers and widest vectorizable inst...Nadav Rotem2013-01-09
* Move the internal PrintStackTrace function that is used for llvm::sys::PrintS...Argyrios Kyrtzidis2013-01-09
* Don't require BUNDLE headers in MachineInstr::getBundleSize().Jakob Stoklund Olesen2013-01-09
* PowerPC: EH adjustmentsAdhemerval Zanella2013-01-09