aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/DebugInfo.h
Commit message (Expand)AuthorAgeFilesLines
* DebugInfo: Specify that a value is stored indirectlyDavid Blaikie2013-06-191-1/+7
* No functionality change.Manman Ren2013-06-071-6/+6
* Simplify logic by using the appropriate functions.Adrian Prantl2013-05-291-1/+1
* Debug Info: Reorder accessor to match field order.David Blaikie2013-05-291-5/+5
* Solidify the assumption that a DW_TAG_subprogram's type is a DW_TAG_subroutin...David Blaikie2013-05-221-13/+0
* PR14606: Debug Info for namespace aliases/DW_TAG_imported_moduleDavid Blaikie2013-05-201-0/+1
* PR14492: Debug Info: Support for values of non-integer non-type template para...David Blaikie2013-05-101-1/+1
* Add DebugIR pass -- emits IR file and replace source lines with IR lines in MDDaniel Malea2013-05-081-0/+3
* Rename DIImportedModule to DIImportedEntity and allow imported declarationsDavid Blaikie2013-05-071-5/+5
* Revert "Revert "PR14606: debug info imported_module support""David Blaikie2013-04-221-1/+15
* Rename ClassType to the more accurate UnderlyingType and document its purpose.Adrian Prantl2013-04-191-1/+4
* Revert "PR14606: debug info imported_module support"Eric Christopher2013-04-191-15/+1
* PR14606: debug info imported_module supportDavid Blaikie2013-04-191-1/+15
* Revert "Adding DIImportedModules to DIScopes."David Blaikie2013-03-281-64/+52
* Adding DIImportedModules to DIScopes.David Blaikie2013-03-271-52/+64
* DebugInfo: more support for mutating DICompositeType to reduce magic number u...David Blaikie2013-03-261-0/+1
* Debug Info: Provide a means to update the members of a composite typeDavid Blaikie2013-03-261-0/+1
* 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
* Refactor out the DIFile parameter to DILexicalBlock to refer to the raw file/...David Blaikie2013-03-221-6/+0
* Reorder the DIFile field in DILexicalBlock to become a prefix common with oth...David Blaikie2013-03-221-5/+5
* Refactor the filename/directory information in DISubprogram to refer directly...David Blaikie2013-03-211-8/+0
* 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
* 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
* 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
* Refactor file/directory path in namespace debug info to refer directly to the...David Blaikie2013-03-201-6/+0
* 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-191-5/+4
* Split out filename & directory from DIFile to start generalizing over DIScopesDavid Blaikie2013-03-171-2/+0
* Improve DIFile debug info annotation by letting it fallback to DIScopeDavid Blaikie2013-03-171-1/+0
* Simplify file/directory name handling in DILexicalBlockDavid Blaikie2013-03-131-4/+2
* Simplify directory name handling in DILexicalBlockFile.David Blaikie2013-03-131-5/+2
* Refactor filename/directory in DICompileUnit into a DIFileDavid Blaikie2013-03-131-22/+26
* Remove unused "isMain" field from DICompileUnitDavid Blaikie2013-03-121-14/+4
* Remove support for versioned debug info.David Blaikie2013-03-111-116/+8
* Add a field to the compile unit of where we plan on splitting outEric Christopher2013-02-221-0/+2
* Add a TODO and explain when we can get rid of the isMain field.Eric Christopher2013-02-221-1/+1
* Formatting.Eric Christopher2013-02-221-1/+1
* Add `unsigned DISubprogram::getFlags() const` for DragonEgg.David Blaikie2013-02-181-0/+4
* Add `DIFile DISubprogram::getFile() const` for DragonEgg.David Blaikie2013-02-181-0/+4
* PR14566: Debug Info: Removing top level lexical blocksDavid Blaikie2013-01-261-1/+1
* This is no trule.David Blaikie2013-01-251-1/+1
* Define metadata interfaces for describing a static data memberEric Christopher2013-01-161-2/+15
* Fix include guards so they exactly match file names.Jakub Staszak2013-01-101-2/+2
* Remove the llvm-local DW_TAG_vector_type tag and add a test toEric Christopher2013-01-081-1/+5