summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* Cleanup the simplify_type implementation.Rafael Espindola2013-03-27
* Adding DIImportedModules to DIScopes.David Blaikie2013-03-27
* Make DIBuilder::createClassType more type safe by returning DICompositeType r...David Blaikie2013-03-26
* DebugInfo: more support for mutating DICompositeType to reduce magic number u...David Blaikie2013-03-26
* Add a boolean parameter to the ExecuteAndWait static function to indicatedChad Rosier2013-03-26
* Add XTEST codegen supportMichael Liao2013-03-26
* Debug Info: Provide a means to update the members of a composite typeDavid Blaikie2013-03-26
* Fix the register scavenger for targets that provide custom spillingHal Finkel2013-03-26
* Update PEI's virtual-register-based scavenging to support multiple simultaneo...Hal Finkel2013-03-26
* PowerPC: Simplify handling of fixups.Ulrich Weigand2013-03-26
* 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