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