aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/DebugInfo.h
AgeCommit message (Expand)Author
2013-04-22Revert "Revert "PR14606: debug info imported_module support""David Blaikie
2013-04-19Rename ClassType to the more accurate UnderlyingType and document its purpose.Adrian Prantl
2013-04-19Revert "PR14606: debug info imported_module support"Eric Christopher
2013-04-19PR14606: debug info imported_module supportDavid Blaikie
2013-03-28Revert "Adding DIImportedModules to DIScopes."David Blaikie
2013-03-27Adding DIImportedModules to DIScopes.David Blaikie
2013-03-26DebugInfo: more support for mutating DICompositeType to reduce magic number u...David Blaikie
2013-03-26Debug Info: Provide a means to update the members of a composite typeDavid Blaikie
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-22Refactor out the DIFile parameter to DILexicalBlock to refer to the raw file/...David Blaikie
2013-03-22Reorder the DIFile field in DILexicalBlock to become a prefix common with oth...David Blaikie
2013-03-21Refactor the filename/directory information in DISubprogram to refer directly...David Blaikie
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-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-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-20Refactor file/directory path in namespace debug info to refer directly to the...David Blaikie
2013-03-20Reorder the DIFile parameter in DINameSpaceDavid Blaikie
2013-03-20Provide more details for DINameSpace debug info in the IR comment annotationsDavid Blaikie
2013-03-20Refactor the DIFile (2nd) parameter to DITypes to be an MDNode reference to a...David Blaikie
2013-03-19Move the DIFile operand to DITypes from the 4th operand to the 2nd.David Blaikie
2013-03-17Split out filename & directory from DIFile to start generalizing over DIScopesDavid Blaikie
2013-03-17Improve DIFile debug info annotation by letting it fallback to DIScopeDavid Blaikie
2013-03-13Simplify file/directory name handling in DILexicalBlockDavid Blaikie
2013-03-13Simplify directory name handling in DILexicalBlockFile.David Blaikie
2013-03-13Refactor filename/directory in DICompileUnit into a DIFileDavid Blaikie
2013-03-12Remove unused "isMain" field from DICompileUnitDavid Blaikie
2013-03-11Remove support for versioned debug info.David Blaikie
2013-02-22Add a field to the compile unit of where we plan on splitting outEric Christopher
2013-02-22Add a TODO and explain when we can get rid of the isMain field.Eric Christopher
2013-02-22Formatting.Eric Christopher
2013-02-18Add `unsigned DISubprogram::getFlags() const` for DragonEgg.David Blaikie
2013-02-18Add `DIFile DISubprogram::getFile() const` for DragonEgg.David Blaikie
2013-01-26PR14566: Debug Info: Removing top level lexical blocksDavid Blaikie
2013-01-25This is no trule.David Blaikie
2013-01-16Define metadata interfaces for describing a static data memberEric Christopher
2013-01-10Fix include guards so they exactly match file names.Jakub Staszak
2013-01-08Remove the llvm-local DW_TAG_vector_type tag and add a test toEric Christopher
2013-01-07PR14759: Debug info support for C++ member pointers.David Blaikie
2012-12-12Improve debug info generated with enabled AddressSanitizer.Alexey Samsonov
2012-12-06Handle non-default array bounds.Bill Wendling
2012-12-04Use the 'count' attribute to calculate the upper bound of an array.Bill Wendling
2012-12-04Add a 'getCount' method to get the number of elements in the subrange.Bill Wendling
2012-12-03Add 'getInt64Field()' method to get the signed integer instead of unsigned.Bill Wendling
2012-12-03Sort the #include lines for the include/... tree with the script.Chandler Carruth
2012-11-2080-column and whitespace fixups.Eric Christopher
2012-11-19Remove a function argument and propagate const around accordingly.Eric Christopher