summaryrefslogtreecommitdiff
path: root/include/llvm/DebugInfo.h
Commit message (Expand)AuthorAge
* Debug Info: rename getDebugInfoVersionFromModule to getDebugMetadataVersionFr...Manman Ren2013-12-03
* Debug Info: drop debug info via upgrading path if version number does not match.Manman Ren2013-12-02
* Debug Info: move StripDebugInfo from StripSymbols.cpp to DebugInfo.cpp.Manman Ren2013-11-22
* DebugInfo: Simplify a few more explicit constructions, underconstrained types...David Blaikie2013-11-18
* Fix forgotten member initialization detected by MSan bootstrap botAlexey Samsonov2013-11-18
* Debug Info: fix typo in function name.Manman Ren2013-11-17
* Debug Info Verifier: enable public functions of Finder to update the type map.Manman Ren2013-11-17
* Reformat.Eric Christopher2013-10-15
* Debug Info: In DIBuilder, the context field of subprogram is updated to useManman Ren2013-10-10
* Debug Info: In DIBuilder, the context and type fields of template_type andManman Ren2013-10-09
* Move DIRef::getName out of line.Manman Ren2013-10-08
* Debug Info: In DIBuilder, the derived-from field of a DW_TAG_pointer_typeManman Ren2013-10-05
* Pull this out for a bit of readability.Eric Christopher2013-10-04
* Reformat.Eric Christopher2013-10-04
* Formatting.Eric Christopher2013-10-04
* Temporarily revert r191792 as it is causing some LTO debug failuresEric Christopher2013-10-04
* Debug Info: In DIBuilder, the derived-from field of a DW_TAG_pointer_typeManman Ren2013-10-01
* Debug Info: constify and rename from generateRef to getRef.Manman Ren2013-09-30
* Debug Info: move class definition of DIRef.Manman Ren2013-09-11
* Debug Info: define a DIRef template.Manman Ren2013-09-10
* Debug Info: move DIScope::getContext back from DwarfDebug.Manman Ren2013-09-09
* Debug Info: Use DIScopeRef for DIType::getContext.Manman Ren2013-09-09
* Debug Info: move DIScope::getContext to DwarfDebug.Manman Ren2013-09-09
* Debug Info: Move isSubprogramContext from DebugInfo to DwarfDebug.Manman Ren2013-09-09
* Debug Info: Rename DITypeRef to DIScopeRef.Manman Ren2013-09-09
* Debug Info: Use identifier to reference DIType in containing type field ofManman Ren2013-09-07
* Debug Info: Use identifier to reference DIType in containing type field ofManman Ren2013-09-06
* Debug Info: Move a helper function getTypeIdentifier from DIBuilder to be partManman Ren2013-09-06
* Trying to un-break the bots.Manman Ren2013-09-05
* Debug Info: Use identifier to reference DIType in base type field ofManman Ren2013-09-05
* Debug Info: add an identifier field to DICompositeType.Manman Ren2013-08-26
* DebugInfo: Allow the addition of other (such as static data) members to a rec...David Blaikie2013-08-16
* DebugInfo: provide the ability to add members to a class after it has been co...David Blaikie2013-08-09
* Be more rigorous about the sizes of forms and attributes.Eric Christopher2013-08-08
* Debug Info Finder|Verifier: handle DbgLoc attached to instructions.Manman Ren2013-08-06
* Temporarily revert "Debug Info Finder|Verifier: handle DbgLoc attached toEric Christopher2013-08-02
* Debug Info Finder|Verifier: handle DbgLoc attached to instructions.Manman Ren2013-08-01
* Add a way to get the context of any particular scope.Eric Christopher2013-07-26
* Remove dead code.Eric Christopher2013-07-24
* Remove unnecessary constructors as the default conversions will handleEric Christopher2013-07-24
* More constructor cleanup.Eric Christopher2013-07-24
* Remove one more of these.Eric Christopher2013-07-24
* Remove more dead/weird/misleading code.Eric Christopher2013-07-24
* Remove more seemingly unused code.Eric Christopher2013-07-24
* Remove unused function.Eric Christopher2013-07-23
* Keep similar classes near each other. No functional change.Eric Christopher2013-07-23
* 80-column.Eric Christopher2013-07-23
* Debug Info Finder: use processDeclare and processValue to list debug infoManman Ren2013-07-23
* Debug Info Finder: add processScope to actually handle the Scope.Manman Ren2013-07-22
* Debug Info Verifier: simplify DIxxx::VerifyManman Ren2013-07-20