aboutsummaryrefslogtreecommitdiffstats
path: root/lib/IR/DebugInfo.cpp
Commit message (Expand)AuthorAgeFilesLines
* Changing DebugInfoFinder to iterate over all the compile units.Michael Kuperstein2013-10-171-1421/+1419
* Debug Info: In DIBuilder, the context field of subprogram is updated to useManman Ren2013-10-101-3/+3
* Debug Info: In DIBuilder, the context and type fields of template_type andManman Ren2013-10-091-4/+4
* Debug Info: In DIBuilder, the derived-from field of a DW_TAG_pointer_typeManman Ren2013-10-051-60/+27
* Temporarily revert r191792 as it is causing some LTO debug failuresEric Christopher2013-10-041-27/+60
* Debug Info: In DIBuilder, the derived-from field of a DW_TAG_pointer_typeManman Ren2013-10-011-60/+27
* Debug Info: constify and rename from generateRef to getRef.Manman Ren2013-09-301-2/+2
* Debug Info: move class definition of DIRef.Manman Ren2013-09-111-4/+0
* Debug Info: define a DIRef template.Manman Ren2013-09-101-22/+19
* Debug Info: move DIScope::getContext back from DwarfDebug.Manman Ren2013-09-091-0/+23
* Debug Info: Use DIScopeRef for DIType::getContext.Manman Ren2013-09-091-2/+10
* Debug Info: move DIScope::getContext to DwarfDebug.Manman Ren2013-09-091-23/+0
* Debug Info: Move isSubprogramContext from DebugInfo to DwarfDebug.Manman Ren2013-09-091-13/+0
* Debug Info: Rename DITypeRef to DIScopeRef.Manman Ren2013-09-091-24/+30
* Debug Info: Update isScope to make sure DIType is a scope andManman Ren2013-09-091-1/+2
* Debug Info: Use identifier to reference DIType in containing type field ofManman Ren2013-09-071-1/+1
* Debug Info: Use identifier to reference DIType in containing type field ofManman Ren2013-09-061-2/+2
* Debug Info: Move a helper function getTypeIdentifier from DIBuilder to be partManman Ren2013-09-061-0/+11
* Debug Info: Use identifier to reference DIType in base type field ofManman Ren2013-09-051-2/+70
* Period.David Blaikie2013-08-281-2/+2
* r189495: Pull out some debug logic into a function for legibilityDavid Blaikie2013-08-281-13/+18
* PR16995: DebugInfo: Don't overwrite existing member lists when adding templat...David Blaikie2013-08-281-1/+18
* Debug Info: add an identifier field to DICompositeType.Manman Ren2013-08-261-2/+16
* DebugInfoFinder: handle imported entities of a CU.Manman Ren2013-08-241-0/+12
* DebugInfoFinder: handle template params of a DISubprogram.Manman Ren2013-08-231-0/+13
* DebugInfo: Allow the addition of other (such as static data) members to a rec...David Blaikie2013-08-161-2/+2
* DebugInfo: provide the ability to add members to a class after it has been co...David Blaikie2013-08-091-0/+13
* Make sure that if we're going to attempt to add a type to a DIE thatEric Christopher2013-08-081-0/+6
* Be more rigorous about the sizes of forms and attributes.Eric Christopher2013-08-081-2/+2
* Debug Info Finder|Verifier: handle DbgLoc attached to instructions.Manman Ren2013-08-061-16/+6
* Temporarily revert "Debug Info Finder|Verifier: handle DbgLoc attached toEric Christopher2013-08-021-2/+16
* Debug Info Finder|Verifier: handle DbgLoc attached to instructions.Manman Ren2013-08-011-16/+2
* Debug Info Verifier: verify SPs in llvm.dbg.sp.Manman Ren2013-07-271-3/+9
* Use more parens to clarify assert.Eric Christopher2013-07-261-1/+1
* Debug Info Verifier: enable verification of DICompileUnit.Manman Ren2013-07-261-3/+0
* Collapse conditional and add an assert for unhandled scope types.Eric Christopher2013-07-261-3/+1
* Add a way to get the context of any particular scope.Eric Christopher2013-07-261-0/+25
* Debug Info: update comments and add a FIXME.Manman Ren2013-07-251-2/+5
* Debug Info: improve the verifier to check field types.Manman Ren2013-07-251-0/+4
* Debug Info: improve the verifier to check field types.Manman Ren2013-07-251-0/+45
* Debug Info: improve the Finder.Manman Ren2013-07-241-0/+1
* Replace with a "null" RAUW with an assert since we'd actually likeEric Christopher2013-07-241-8/+8
* Remove dead code.Eric Christopher2013-07-241-5/+0
* Remove unnecessary constructors as the default conversions will handleEric Christopher2013-07-241-18/+0
* More constructor cleanup.Eric Christopher2013-07-241-6/+0
* Collapse logic and move and reword comment for clarity.Eric Christopher2013-07-241-3/+5
* Add a fixme and reformat.Eric Christopher2013-07-241-4/+3
* Debug Info: improve the Finder.Manman Ren2013-07-231-0/+9
* Debug Info: clean up.Manman Ren2013-07-231-18/+6
* Remove unused function.Eric Christopher2013-07-231-7/+0