summaryrefslogtreecommitdiffstats
path: root/lib/IR/DebugInfo.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r235153Pirama Arumuga Nainar2015-05-181-733/+95
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-091-711/+122
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-113/+171
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-287/+296
* Update LLVM for rebase to r212749.Stephen Hines2014-07-211-3/+35
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-35/+34
* Update to LLVM 3.5a.Stephen Hines2014-04-241-45/+74
* Merging r196172:Manman Ren2013-12-091-2/+2
* Merging r196158:Manman Ren2013-12-091-0/+8
* Merging r195505:Manman Ren2013-12-091-0/+52
* Debug Info: fix typo in function name.Manman Ren2013-11-171-5/+5
* Debug Info Verifier: enable public functions of Finder to update the type map.Manman Ren2013-11-171-5/+18
* Remove ^M from the file.Bill Wendling2013-11-081-1419/+1415
* 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