summaryrefslogtreecommitdiff
path: root/include/llvm/DebugInfo.h
Commit message (Expand)AuthorAge
* DebugInfo: Specify that a value is stored indirectlyDavid Blaikie2013-06-19
* No functionality change.Manman Ren2013-06-07
* Simplify logic by using the appropriate functions.Adrian Prantl2013-05-29
* Debug Info: Reorder accessor to match field order.David Blaikie2013-05-29
* Solidify the assumption that a DW_TAG_subprogram's type is a DW_TAG_subroutin...David Blaikie2013-05-22
* PR14606: Debug Info for namespace aliases/DW_TAG_imported_moduleDavid Blaikie2013-05-20
* PR14492: Debug Info: Support for values of non-integer non-type template para...David Blaikie2013-05-10
* Add DebugIR pass -- emits IR file and replace source lines with IR lines in MDDaniel Malea2013-05-08
* Rename DIImportedModule to DIImportedEntity and allow imported declarationsDavid Blaikie2013-05-07
* Revert "Revert "PR14606: debug info imported_module support""David Blaikie2013-04-22
* Rename ClassType to the more accurate UnderlyingType and document its purpose.Adrian Prantl2013-04-19
* Revert "PR14606: debug info imported_module support"Eric Christopher2013-04-19
* PR14606: debug info imported_module supportDavid Blaikie2013-04-19
* Revert "Adding DIImportedModules to DIScopes."David Blaikie2013-03-28
* Adding DIImportedModules to DIScopes.David Blaikie2013-03-27
* DebugInfo: more support for mutating DICompositeType to reduce magic number u...David Blaikie2013-03-26
* Debug Info: Provide a means to update the members of a composite typeDavid Blaikie2013-03-26
* 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
* Refactor out the DIFile parameter to DILexicalBlock to refer to the raw file/...David Blaikie2013-03-22
* Reorder the DIFile field in DILexicalBlock to become a prefix common with oth...David Blaikie2013-03-22
* Refactor the filename/directory information in DISubprogram to refer directly...David Blaikie2013-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
* 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
* 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
* Refactor file/directory path in namespace debug info to refer directly to the...David Blaikie2013-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
* 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
* Simplify file/directory name handling in DILexicalBlockDavid Blaikie2013-03-13
* Simplify directory name handling in DILexicalBlockFile.David Blaikie2013-03-13
* Refactor filename/directory in DICompileUnit into a DIFileDavid Blaikie2013-03-13
* Remove unused "isMain" field from DICompileUnitDavid Blaikie2013-03-12
* Remove support for versioned debug info.David Blaikie2013-03-11
* Add a field to the compile unit of where we plan on splitting outEric Christopher2013-02-22
* Add a TODO and explain when we can get rid of the isMain field.Eric Christopher2013-02-22
* Formatting.Eric Christopher2013-02-22
* Add `unsigned DISubprogram::getFlags() const` for DragonEgg.David Blaikie2013-02-18
* Add `DIFile DISubprogram::getFile() const` for DragonEgg.David Blaikie2013-02-18
* PR14566: Debug Info: Removing top level lexical blocksDavid Blaikie2013-01-26
* This is no trule.David Blaikie2013-01-25
* Define metadata interfaces for describing a static data memberEric Christopher2013-01-16
* Fix include guards so they exactly match file names.Jakub Staszak2013-01-10
* Remove the llvm-local DW_TAG_vector_type tag and add a test toEric Christopher2013-01-08