summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* Fix SCEV forgetMemoizedResults should search and destroy backedge exprs.Andrew Trick2013-03-26
* Split out the IRReader header and the utility functions it provides intoChandler Carruth2013-03-26
* Add a new watchdog timer interface. The interface does not permit handling ti...Nick Lewycky2013-03-26
* [ELF] dont compute symbolname size in every loopShankar Easwaran2013-03-25
* reflect comment to the official referenceShankar Easwaran2013-03-25
* [ELF] add elf_hash function to compute the hash value of a symbol in the dyna...Shankar Easwaran2013-03-25
* Add a GC plugin for ErlangYiannis Tsiouris2013-03-25
* Refine fenv.h handling: check if the desired macros exist, before usingJoerg Sonnenberger2013-03-25
* Allow the register scavenger to spill multiple registersHal Finkel2013-03-22
* Swap the DIFile in DILexicalBlockFile out for the raw name/directory pairDavid Blaikie2013-03-22
* reorder the fields in DILexicalBlockFile to match the common prefix for DIScopesDavid Blaikie2013-03-22
* Revert r177675. This is language-specific and shouldn't be in the API.Bill Wendling2013-03-22
* Refactor out the DIFile parameter to DILexicalBlock to refer to the raw file/...David Blaikie2013-03-22
* InstCombine: Improve the result bitvect type when folding (cmp pred (load (ge...Arnaud A. de Grandmaison2013-03-22
* Remove ScavengedRC from RegisterScavengingHal Finkel2013-03-22
* Reorder the DIFile field in DILexicalBlock to become a prefix common with oth...David Blaikie2013-03-22
* Introduce LLVM_STATIC_ASSERT macro, which expands to C/C++'s static_assert on...Argyrios Kyrtzidis2013-03-22
* Revert r177543: Add timing of the IR parsing code with a newChandler Carruth2013-03-22
* Refactor the filename/directory information in DISubprogram to refer directly...David Blaikie2013-03-21
* Add a query to tell if a landing pad has a catch-all.Bill Wendling2013-03-21
* Move the DIFile in DISubprogram to the beginning to be a common prefix along ...David Blaikie2013-03-21
* Remove unused field in DISubprogramDavid Blaikie2013-03-21
* Hoist the definition of getTypeSizeInBits to be inlinable and in theChandler Carruth2013-03-21
* Removing unused DISubprogram::getFileDavid Blaikie2013-03-21
* Debug info: refactor the first field of DICompileUnit to be a raw file/direct...David Blaikie2013-03-20
* Use pre-inc, pre-dec when possible.Jakub Staszak2013-03-20
* Debug Info: Swap the 2nd and 3rd parameters to DICompileUnit to match the com...David Blaikie2013-03-20
* Remove unused field in DICompileUnitDavid Blaikie2013-03-20
* Add std prefixes to fix the build with xlc.Rafael Espindola2013-03-20
* Make sure TableGen exits with an error code after printing errors.Jakob Stoklund Olesen2013-03-20
* Refactor file/directory path in namespace debug info to refer directly to the...David Blaikie2013-03-20
* Remove blank line before block comment.Eric Christopher2013-03-20
* DIBuilder: allow linkage name to be specified for global variablesDavid Blaikie2013-03-20
* Add timing of the IR parsing code with a new -time-ir-parsing flagEli Bendersky2013-03-20
* Reorder the DIFile parameter in DINameSpaceDavid Blaikie2013-03-20
* Provide more details for DINameSpace debug info in the IR comment annotationsDavid Blaikie2013-03-20
* Refactor the DIFile (2nd) parameter to DITypes to be an MDNode reference to a...David Blaikie2013-03-20
* Move the DIFile operand to DITypes from the 4th operand to the 2nd.David Blaikie2013-03-19
* Dead code.Chad Rosier2013-03-19
* [ms-inline asm] Move the size directive asm rewrite into the target specificChad Rosier2013-03-19
* The Linker interface has some dead code after the cleanup in r172749Eli Bendersky2013-03-19
* Move #include of BitVector from .h to .cpp file.Jakub Staszak2013-03-18
* Add some constantness.Jakub Staszak2013-03-18
* Remove unneeded #includes.Jakub Staszak2013-03-18
* Make methods const.Jakub Staszak2013-03-18
* Remove trailing spaces.Jakub Staszak2013-03-18
* Remove default copy ctor/assignment, makes AttributeSet trivially copyable.Benjamin Kramer2013-03-18
* Split out filename & directory from DIFile to start generalizing over DIScopesDavid Blaikie2013-03-17
* Improve DIFile debug info annotation by letting it fallback to DIScopeDavid Blaikie2013-03-17
* Add SchedRW as an Instruction field.Jakob Stoklund Olesen2013-03-15