aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Adding DIImportedModules to DIScopes.David Blaikie2013-03-272-52/+70
* Make DIBuilder::createClassType more type safe by returning DICompositeType r...David Blaikie2013-03-261-6/+7
* DebugInfo: more support for mutating DICompositeType to reduce magic number u...David Blaikie2013-03-261-0/+1
* Add a boolean parameter to the ExecuteAndWait static function to indicatedChad Rosier2013-03-261-1/+2
* Add XTEST codegen supportMichael Liao2013-03-261-0/+2
* Debug Info: Provide a means to update the members of a composite typeDavid Blaikie2013-03-261-0/+1
* Fix the register scavenger for targets that provide custom spillingHal Finkel2013-03-261-2/+3
* Update PEI's virtual-register-based scavenging to support multiple simultaneo...Hal Finkel2013-03-261-2/+5
* PowerPC: Simplify handling of fixups.Ulrich Weigand2013-03-261-0/+2
* Fix SCEV forgetMemoizedResults should search and destroy backedge exprs.Andrew Trick2013-03-261-0/+4
* Split out the IRReader header and the utility functions it provides intoChandler Carruth2013-03-262-112/+55
* Add a new watchdog timer interface. The interface does not permit handling ti...Nick Lewycky2013-03-261-0/+38
* [ELF] dont compute symbolname size in every loopShankar Easwaran2013-03-251-1/+1
* reflect comment to the official referenceShankar Easwaran2013-03-251-1/+1
* [ELF] add elf_hash function to compute the hash value of a symbol in the dyna...Shankar Easwaran2013-03-251-0/+15
* Add a GC plugin for ErlangYiannis Tsiouris2013-03-253-0/+8
* Refine fenv.h handling: check if the desired macros exist, before usingJoerg Sonnenberger2013-03-252-2/+10
* Allow the register scavenger to spill multiple registersHal Finkel2013-03-221-15/+37
* Swap the DIFile in DILexicalBlockFile out for the raw name/directory pairDavid Blaikie2013-03-221-6/+0
* reorder the fields in DILexicalBlockFile to match the common prefix for DIScopesDavid Blaikie2013-03-221-3/+3
* Revert r177675. This is language-specific and shouldn't be in the API.Bill Wendling2013-03-221-3/+0
* Refactor out the DIFile parameter to DILexicalBlock to refer to the raw file/...David Blaikie2013-03-221-6/+0
* InstCombine: Improve the result bitvect type when folding (cmp pred (load (ge...Arnaud A. de Grandmaison2013-03-221-0/+4
* Remove ScavengedRC from RegisterScavengingHal Finkel2013-03-221-5/+1
* Reorder the DIFile field in DILexicalBlock to become a prefix common with oth...David Blaikie2013-03-221-5/+5
* Introduce LLVM_STATIC_ASSERT macro, which expands to C/C++'s static_assert on...Argyrios Kyrtzidis2013-03-221-0/+10
* Revert r177543: Add timing of the IR parsing code with a newChandler Carruth2013-03-221-7/+0
* Refactor the filename/directory information in DISubprogram to refer directly...David Blaikie2013-03-211-8/+0
* Add a query to tell if a landing pad has a catch-all.Bill Wendling2013-03-211-0/+3
* Move the DIFile in DISubprogram to the beginning to be a common prefix along ...David Blaikie2013-03-211-6/+6
* Remove unused field in DISubprogramDavid Blaikie2013-03-211-26/+26
* Hoist the definition of getTypeSizeInBits to be inlinable and in theChandler Carruth2013-03-211-0/+45
* Removing unused DISubprogram::getFileDavid Blaikie2013-03-211-4/+0
* Debug info: refactor the first field of DICompileUnit to be a raw file/direct...David Blaikie2013-03-201-6/+0
* Use pre-inc, pre-dec when possible.Jakub Staszak2013-03-201-2/+2
* Debug Info: Swap the 2nd and 3rd parameters to DICompileUnit to match the com...David Blaikie2013-03-201-3/+3
* Remove unused field in DICompileUnitDavid Blaikie2013-03-201-8/+8
* Add std prefixes to fix the build with xlc.Rafael Espindola2013-03-202-2/+2
* Make sure TableGen exits with an error code after printing errors.Jakob Stoklund Olesen2013-03-201-0/+1
* Refactor file/directory path in namespace debug info to refer directly to the...David Blaikie2013-03-201-6/+0
* Remove blank line before block comment.Eric Christopher2013-03-201-1/+0
* DIBuilder: allow linkage name to be specified for global variablesDavid Blaikie2013-03-201-0/+13
* Add timing of the IR parsing code with a new -time-ir-parsing flagEli Bendersky2013-03-201-0/+7
* Reorder the DIFile parameter in DINameSpaceDavid Blaikie2013-03-201-4/+4
* Provide more details for DINameSpace debug info in the IR comment annotationsDavid Blaikie2013-03-201-0/+2
* Refactor the DIFile (2nd) parameter to DITypes to be an MDNode reference to a...David Blaikie2013-03-201-6/+1
* Move the DIFile operand to DITypes from the 4th operand to the 2nd.David Blaikie2013-03-192-9/+4
* Dead code.Chad Rosier2013-03-191-6/+0
* [ms-inline asm] Move the size directive asm rewrite into the target specificChad Rosier2013-03-191-5/+0
* The Linker interface has some dead code after the cleanup in r172749Eli Bendersky2013-03-191-40/+2