summaryrefslogtreecommitdiff
path: root/lib/IR/DebugInfo.cpp
Commit message (Expand)AuthorAge
* Revert "Revert "Revert "PR20038: DebugInfo: Inlined call sites where the call...David Blaikie2014-06-27
* Revert "Revert "PR20038: DebugInfo: Inlined call sites where the caller has d...David Blaikie2014-06-27
* Revert "PR20038: DebugInfo: Inlined call sites where the caller has debug inf...David Blaikie2014-06-25
* PR20038: DebugInfo: Inlined call sites where the caller has debug info but th...David Blaikie2014-06-25
* PR19598: Provide the ability to RAUW a declaration with itself, creating a no...David Blaikie2014-05-06
* [C++11] More 'nullptr' conversion or in some cases just using a boolean check...Craig Topper2014-04-09
* Add a comment about the DIDescriptor class hierarchy.Adrian Prantl2014-04-01
* LTO type uniquing: store the Decl field of a DIImportedEntity as a DIRef.Adrian Prantl2014-04-01
* remove a bunch of unused private methodsNuno Lopes2014-03-23
* Switch the type field in DIVariable and DIGlobalVariable over to DITypeRefs.Adrian Prantl2014-03-18
* [C++11] Add range based accessors for the Use-Def chain of a Value.Chandler Carruth2014-03-09
* [Layering] Move DebugInfo.h into the IR library where its implementationChandler Carruth2014-03-06
* [Modules] Move ValueHandle into the IR library where Value itself lives.Chandler Carruth2014-03-04
* [cleanup] Re-sort all the includes with utils/sort_includes.py.Chandler Carruth2014-03-04
* Pass to emit DWARF path discriminators.Diego Novillo2014-03-03
* Add DWARF discriminator support to DILexicalBlocks.Diego Novillo2014-03-03
* Add a debug info code generation level to the compile unit metadataEric Christopher2014-02-27
* Add DIUnspecifiedParameter, so we can pretty-print it.Adrian Prantl2014-02-25
* DebugInfo: Remove dead code, DICompositeType::addMember(DIDescriptor D)David Blaikie2013-12-27
* Debug info: Implement (rvalue) reference qualifiers for C++11 non-staticAdrian Prantl2013-12-18
* 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