summaryrefslogtreecommitdiff
path: root/lib/IR/DebugInfo.cpp
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
* Fix spurious return introduced by my earlier patch to DebugInfoRenato Golin2013-11-26
* Add return to DIType::VerifyRenato Golin2013-11-26
* Debug Info: move StripDebugInfo from StripSymbols.cpp to DebugInfo.cpp.Manman Ren2013-11-22
* 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
* Remove ^M from the file.Bill Wendling2013-11-08
* Changing DebugInfoFinder to iterate over all the compile units.Michael Kuperstein2013-10-17
* 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
* Debug Info: In DIBuilder, the derived-from field of a DW_TAG_pointer_typeManman Ren2013-10-05
* 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: Update isScope to make sure DIType is a scope andManman 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
* Debug Info: Use identifier to reference DIType in base type field ofManman Ren2013-09-05
* Period.David Blaikie2013-08-28
* r189495: Pull out some debug logic into a function for legibilityDavid Blaikie2013-08-28
* PR16995: DebugInfo: Don't overwrite existing member lists when adding templat...David Blaikie2013-08-28
* Debug Info: add an identifier field to DICompositeType.Manman Ren2013-08-26
* DebugInfoFinder: handle imported entities of a CU.Manman Ren2013-08-24
* DebugInfoFinder: handle template params of a DISubprogram.Manman Ren2013-08-23
* 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
* Make sure that if we're going to attempt to add a type to a DIE thatEric Christopher2013-08-08
* 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
* Debug Info Verifier: verify SPs in llvm.dbg.sp.Manman Ren2013-07-27
* Use more parens to clarify assert.Eric Christopher2013-07-26
* Debug Info Verifier: enable verification of DICompileUnit.Manman Ren2013-07-26
* Collapse conditional and add an assert for unhandled scope types.Eric Christopher2013-07-26
* Add a way to get the context of any particular scope.Eric Christopher2013-07-26
* Debug Info: update comments and add a FIXME.Manman Ren2013-07-25
* Debug Info: improve the verifier to check field types.Manman Ren2013-07-25
* Debug Info: improve the verifier to check field types.Manman Ren2013-07-25
* Debug Info: improve the Finder.Manman Ren2013-07-24
* Replace with a "null" RAUW with an assert since we'd actually likeEric Christopher2013-07-24