aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2013-03-28Seciton 24.2.2 of the C++ standard, [iterator.iterators], Table 106Howard Hinnant
2013-03-28Revert "Updated ELF relocation test for .eh_frame section"Michael Gottesman
2013-03-28Revert "Adding DIImportedModules to DIScopes."David Blaikie
2013-03-27Updated ELF relocation test for .eh_frame sectionJack Carter
2013-03-27Add a boolean parameter to the llvm::report_fatal_error() function to indicatedChad Rosier
2013-03-27Cleanup the simplify_type implementation.Rafael Espindola
2013-03-27Adding DIImportedModules to DIScopes.David Blaikie
2013-03-26Make DIBuilder::createClassType more type safe by returning DICompositeType r...David Blaikie
2013-03-26DebugInfo: more support for mutating DICompositeType to reduce magic number u...David Blaikie
2013-03-26Add a boolean parameter to the ExecuteAndWait static function to indicatedChad Rosier
2013-03-26Add XTEST codegen supportMichael Liao
2013-03-26Debug Info: Provide a means to update the members of a composite typeDavid Blaikie
2013-03-26Fix the register scavenger for targets that provide custom spillingHal Finkel
2013-03-26Update PEI's virtual-register-based scavenging to support multiple simultaneo...Hal Finkel
2013-03-26PowerPC: Simplify handling of fixups.Ulrich Weigand
2013-03-26Fix SCEV forgetMemoizedResults should search and destroy backedge exprs.Andrew Trick
2013-03-26Split out the IRReader header and the utility functions it provides intoChandler Carruth
2013-03-26Add a new watchdog timer interface. The interface does not permit handling ti...Nick Lewycky
2013-03-25[ELF] dont compute symbolname size in every loopShankar Easwaran
2013-03-25reflect comment to the official referenceShankar Easwaran
2013-03-25[ELF] add elf_hash function to compute the hash value of a symbol in the dyna...Shankar Easwaran
2013-03-25Add a GC plugin for ErlangYiannis Tsiouris
2013-03-25Refine fenv.h handling: check if the desired macros exist, before usingJoerg Sonnenberger
2013-03-22Allow the register scavenger to spill multiple registersHal Finkel
2013-03-22Swap the DIFile in DILexicalBlockFile out for the raw name/directory pairDavid Blaikie
2013-03-22reorder the fields in DILexicalBlockFile to match the common prefix for DIScopesDavid Blaikie
2013-03-22Revert r177675. This is language-specific and shouldn't be in the API.Bill Wendling
2013-03-22Refactor out the DIFile parameter to DILexicalBlock to refer to the raw file/...David Blaikie
2013-03-22InstCombine: Improve the result bitvect type when folding (cmp pred (load (ge...Arnaud A. de Grandmaison
2013-03-22Remove ScavengedRC from RegisterScavengingHal Finkel
2013-03-22Reorder the DIFile field in DILexicalBlock to become a prefix common with oth...David Blaikie
2013-03-22Introduce LLVM_STATIC_ASSERT macro, which expands to C/C++'s static_assert on...Argyrios Kyrtzidis
2013-03-22Revert r177543: Add timing of the IR parsing code with a newChandler Carruth
2013-03-21Refactor the filename/directory information in DISubprogram to refer directly...David Blaikie
2013-03-21Add a query to tell if a landing pad has a catch-all.Bill Wendling
2013-03-21Move the DIFile in DISubprogram to the beginning to be a common prefix along ...David Blaikie
2013-03-21Remove unused field in DISubprogramDavid Blaikie
2013-03-21Hoist the definition of getTypeSizeInBits to be inlinable and in theChandler Carruth
2013-03-21Removing unused DISubprogram::getFileDavid Blaikie
2013-03-20Debug info: refactor the first field of DICompileUnit to be a raw file/direct...David Blaikie
2013-03-20Use pre-inc, pre-dec when possible.Jakub Staszak
2013-03-20Debug Info: Swap the 2nd and 3rd parameters to DICompileUnit to match the com...David Blaikie
2013-03-20Remove unused field in DICompileUnitDavid Blaikie
2013-03-20Add std prefixes to fix the build with xlc.Rafael Espindola
2013-03-20Make sure TableGen exits with an error code after printing errors.Jakob Stoklund Olesen
2013-03-20Refactor file/directory path in namespace debug info to refer directly to the...David Blaikie
2013-03-20Remove blank line before block comment.Eric Christopher
2013-03-20DIBuilder: allow linkage name to be specified for global variablesDavid Blaikie
2013-03-20Add timing of the IR parsing code with a new -time-ir-parsing flagEli Bendersky
2013-03-20Reorder the DIFile parameter in DINameSpaceDavid Blaikie