summaryrefslogtreecommitdiffstats
path: root/llvm/lib/IR/DIBuilder.cpp
Commit message (Expand)AuthorAgeFilesLines
* Debug info: Infrastructure to support debug locations for fragmentedAdrian Prantl2014-08-011-0/+22
* Feedback on r214189, no functionality change.Manman Ren2014-07-291-1/+1
* [Debug Info] remove DITrivialType and use null to represent unspecified param.Manman Ren2014-07-291-5/+2
* [Debug Info] add DISubroutineType and its creation takes DITypeArray. Manman Ren2014-07-281-4/+4
* [Debug Info] add a template class DITypedArray.Manman Ren2014-07-281-0/+12
* [Debug Info] replace DIUnspecifiedParameter with DITrivialType.Manman Ren2014-07-281-2/+2
* Debug info: split out complex DIVariable address expressions into aAdrian Prantl2014-06-301-12/+13
* Add new debug kind LocTrackingOnly.Diego Novillo2014-06-241-3/+10
* DebugInfo: Add FIXME regarding DILexicalBlock uniquing fields.David Blaikie2014-05-151-0/+7
* PR19562: DebugInfo temporary MDNode leak: Don't include a temporary node to r...David Blaikie2014-05-071-2/+1
* PR19598: Provide the ability to RAUW a declaration with itself, creating a no...David Blaikie2014-05-061-0/+34
* PR19623: Implement typedefs of void.David Blaikie2014-05-011-1/+0
* Modify the assertion in DIBuilder.cpp to cover the DWARF 5 languagesPeter Collingbourne2014-04-281-1/+1
* [C++11] More 'nullptr' conversion or in some cases just using a boolean check...Craig Topper2014-04-091-52/+58
* DebugInfo: Support namespace aliases as DW_TAG_imported_declaration instead o...David Blaikie2014-04-061-24/+23
* LTO type uniquing: store the Decl field of a DIImportedEntity as a DIRef.Adrian Prantl2014-04-011-2/+2
* Switch the type field in DIVariable and DIGlobalVariable over to DITypeRefs.Adrian Prantl2014-03-181-7/+8
* [Layering] Move DebugInfo.h into the IR library where its implementationChandler Carruth2014-03-061-1/+1
* [Layering] Move DIBuilder.h into the IR library where its implementationChandler Carruth2014-03-061-1/+1
* Add DWARF discriminator support to DILexicalBlocks.Diego Novillo2014-03-031-1/+3
* Fix >> to be > > for non-c++11.Eric Christopher2014-02-281-1/+1
* 80-col.Eric Christopher2014-02-281-1/+2
* Fix a crasher where when we're attempting to replace a typeEric Christopher2014-02-281-4/+7
* Add a debug info code generation level to the compile unit metadataEric Christopher2014-02-271-2/+5
* DIBuilder: simplify array generation to produce true zero-length arraysDavid Blaikie2014-02-031-4/+0
* Debug info: Implement (rvalue) reference qualifiers for C++11 non-staticAdrian Prantl2013-12-181-2/+3
* DebugInfo: Simplify a few more explicit constructions, underconstrained types...David Blaikie2013-11-181-4/+4
* Add an assert that we have a scope that matters for methodsEric Christopher2013-10-151-1/+4
* Clean up, formatting, comments. No functional change.Eric Christopher2013-10-151-100/+88
* Debug Info: In DIBuilder, the context field of subprogram is updated to useManman Ren2013-10-101-2/+24
* Debug Info: In DIBuilder, the context and type fields of template_type andManman Ren2013-10-091-4/+4
* Debug Info: In DIBuilder, the context field of a forward decl is updatedManman Ren2013-10-091-1/+1
* Debug Info: In DIBuilder, the context field of a DICompositeType is updatedManman Ren2013-10-091-4/+4
* Debug Info: In DIBuilder, the context fields of a static member and aManman Ren2013-10-081-2/+2
* Debug Info: In DIBuilder, the derived-from field of DICompositeTypeManman Ren2013-10-081-5/+5
* Debug Info: In DIBuilder, the derived-from field of DIDerivedTypeManman Ren2013-10-081-8/+8
* Debug Info: In DIBuilder, the derived-from field of a DW_TAG_pointer_typeManman Ren2013-10-051-1/+1
* Temporarily revert r191792 as it is causing some LTO debug failuresEric Christopher2013-10-041-1/+1
* Debug Info: In DIBuilder, the derived-from field of a DW_TAG_pointer_typeManman Ren2013-10-011-1/+1
* Debug Info: constify and rename from generateRef to getRef.Manman Ren2013-09-301-7/+7
* Debug Info: In DIBuilder, the context fields of a TAG_inheritance and aManman Ren2013-09-091-2/+2
* Debug Info: Use DIScopeRef for DIType::getContext.Manman Ren2013-09-091-1/+1
* Revert r190269 to fix dragonegg failures.Manman Ren2013-09-081-1/+1
* Debug Info: use null instead of "i32 0" in DIBuilder.Manman Ren2013-09-081-13/+5
* Debug Info: pass in DIScope instead of DIDescriptor in createMemberType.Manman Ren2013-09-081-1/+1
* Debug Info: Use identifier to reference DIType in containing type field ofManman Ren2013-09-071-1/+1
* Debug Info: pass in VTableHolder as DIType instead of MDNode *.Manman Ren2013-09-061-5/+5
* 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-13/+1
* Debug Info: Use identifier to reference DIType in base type field ofManman Ren2013-09-051-1/+13
OpenPOWER on IntegriCloud