IR: Split Metadata from Value
[oota-llvm.git] / lib / IR / DIBuilder.cpp
2014-12-09 Duncan P. N. Exon... IR: Split Metadata from Value
2014-11-21 Manman RenDebug Info: revert r222195, r222210 and r222239.
2014-11-21 Manman RenDebug Info: add an assertion that the context field...
2014-11-20 Frederic RissDo not create a replaceable Variables MDNode for functi...
2014-11-19 David BlaikieUpdate SetVector to rely on the underlying set's insert...
2014-11-18 Manman RenDebug Info: In DIBuilder, the context field of a global...
2014-11-15 Duncan P. N. Exon... DIBuilder: Use Constant instead of Value
2014-11-15 Duncan P. N. Exon... DIBuilder: Change private helper function to static...
2014-11-06 Frederic RissTry to appease MSVC buildbots after r221466.
2014-11-06 Frederic RissChange DIBuilder::createImportedDeclaration from taking...
2014-10-15 Duncan P. N. Exon... DI: Use a `DenseMap` instead of named metadata, NFC
2014-10-03 Duncan P. N. Exon... Revert "Revert "DI: Fold constant arguments into a...
2014-10-02 Duncan P. N. Exon... Revert "DI: Fold constant arguments into a single MDString"
2014-10-02 Duncan P. N. Exon... DI: Fold constant arguments into a single MDString
2014-10-01 Duncan P. N. Exon... DIBuilder: Remove duplicated comments, NFC
2014-10-01 Duncan P. N. Exon... Revert "DIBuilder: Remove dead code"
2014-10-01 Duncan P. N. Exon... DIBuilder: Remove dead code
2014-10-01 Duncan P. N. Exon... DIBuilder: Encapsulate DIExpression's element type
2014-10-01 Adrian PrantlMove the complex address expression out of DIVariable...
2014-10-01 Adrian PrantlRevert r218778 while investigating buldbot breakage.
2014-10-01 Adrian PrantlMove the complex address expression out of DIVariable...
2014-09-29 Jyoti AllurRemove dead code from DIBuilder
2014-09-19 Duncan P. N. Exon... DIBuilder: Delete dead code, NFC
2014-09-17 Frederic RissAdd DIBuilder functions to build RAUWable DIVariables...
2014-09-10 Frederic RissFix comments of createReplaceableForwardDecl() and...
2014-08-21 David BlaikieUse DILexicalBlockFile, rather than DILexicalBlock...
2014-08-01 Adrian PrantlDebug info: Infrastructure to support debug locations...
2014-07-29 Manman RenFeedback on r214189, no functionality change.
2014-07-29 Manman Ren[Debug Info] remove DITrivialType and use null to repre...
2014-07-28 Manman Ren[Debug Info] add DISubroutineType and its creation...
2014-07-28 Manman Ren[Debug Info] add a template class DITypedArray.
2014-07-28 Manman Ren[Debug Info] replace DIUnspecifiedParameter with DITriv...
2014-06-30 Adrian PrantlDebug info: split out complex DIVariable address expres...
2014-06-24 Diego NovilloAdd new debug kind LocTrackingOnly.
2014-05-15 David BlaikieDebugInfo: Add FIXME regarding DILexicalBlock uniquing...
2014-05-07 David BlaikiePR19562: DebugInfo temporary MDNode leak: Don't include...
2014-05-06 David BlaikiePR19598: Provide the ability to RAUW a declaration...
2014-05-01 David BlaikiePR19623: Implement typedefs of void.
2014-04-28 Peter CollingbourneModify the assertion in DIBuilder.cpp to cover the...
2014-04-09 Craig Topper[C++11] More 'nullptr' conversion or in some cases...
2014-04-06 David BlaikieDebugInfo: Support namespace aliases as DW_TAG_imported...
2014-04-01 Adrian PrantlLTO type uniquing: store the Decl field of a DIImported...
2014-03-18 Adrian PrantlSwitch the type field in DIVariable and DIGlobalVariabl...
2014-03-06 Chandler Carruth[Layering] Move DebugInfo.h into the IR library where...
2014-03-06 Chandler Carruth[Layering] Move DIBuilder.h into the IR library where...
2014-03-03 Diego NovilloAdd DWARF discriminator support to DILexicalBlocks.
2014-02-28 Eric ChristopherFix >> to be > > for non-c++11.
2014-02-28 Eric Christopher80-col.
2014-02-28 Eric ChristopherFix a crasher where when we're attempting to replace...
2014-02-27 Eric ChristopherAdd a debug info code generation level to the compile...
2014-02-03 David BlaikieDIBuilder: simplify array generation to produce true...
2013-12-18 Adrian PrantlDebug info: Implement (rvalue) reference qualifiers...
2013-11-18 David BlaikieDebugInfo: Simplify a few more explicit constructions...
2013-10-15 Eric ChristopherAdd an assert that we have a scope that matters for...
2013-10-15 Eric ChristopherClean up, formatting, comments. No functional change.
2013-10-10 Manman RenDebug Info: In DIBuilder, the context field of subprogr...
2013-10-09 Manman RenDebug Info: In DIBuilder, the context and type fields...
2013-10-09 Manman RenDebug Info: In DIBuilder, the context field of a forwar...
2013-10-09 Manman RenDebug Info: In DIBuilder, the context field of a DIComp...
2013-10-08 Manman RenDebug Info: In DIBuilder, the context fields of a stati...
2013-10-08 Manman RenDebug Info: In DIBuilder, the derived-from field of...
2013-10-08 Manman RenDebug Info: In DIBuilder, the derived-from field of...
2013-10-05 Manman RenDebug Info: In DIBuilder, the derived-from field of...
2013-10-04 Eric ChristopherTemporarily revert r191792 as it is causing some LTO...
2013-10-01 Manman RenDebug Info: In DIBuilder, the derived-from field of...
2013-09-30 Manman RenDebug Info: constify and rename from generateRef to...
2013-09-09 Manman RenDebug Info: In DIBuilder, the context fields of a TAG_i...
2013-09-09 Manman RenDebug Info: Use DIScopeRef for DIType::getContext.
2013-09-08 Manman RenRevert r190269 to fix dragonegg failures.
2013-09-08 Manman RenDebug Info: use null instead of "i32 0" in DIBuilder.
2013-09-08 Manman RenDebug Info: pass in DIScope instead of DIDescriptor...
2013-09-07 Manman RenDebug Info: Use identifier to reference DIType in conta...
2013-09-06 Manman RenDebug Info: pass in VTableHolder as DIType instead...
2013-09-06 Manman RenDebug Info: Use identifier to reference DIType in conta...
2013-09-06 Manman RenDebug Info: Move a helper function getTypeIdentifier...
2013-09-05 Manman RenDebug Info: Use identifier to reference DIType in base...
2013-08-29 Manman RenDIBuilder: retain a type when created with a unique...
2013-08-27 Manman RenDIBuilder: take an optional StringRef to pass in unique...
2013-08-26 Manman RenDebug Info: add an identifier field to DICompositeType.
2013-08-16 David BlaikieDebugInfo: Allow the addition of other (such as static...
2013-08-08 Eric ChristopherMake sure that if we're going to attempt to add a type...
2013-07-19 Eric ChristopherRemove DIBuilder cache of variable TheCU and change...
2013-07-18 Eric ChristopherRevert "Remove DIBuilder cache of variable TheCU and...
2013-07-18 Eric ChristopherRemove DIBuilder cache of variable TheCU and change...
2013-07-02 Manman RenDebug Info: cleanup
2013-07-01 Manman RenDebug Info: clean up usage of Verify.
2013-06-29 Manman RenDebug Info: clean up usage of Verify.
2013-06-27 Peter CollingbourneRename DIBuilder::createNullPtrType to createUnspecifie...
2013-06-25 Adrian Prantls/C++0x/C++11/
2013-06-24 Adrian Prantltypo.
2013-06-24 David BlaikieDebugInfo: DIBuilder changes to match DIEnumerator...
2013-06-22 David BlaikieDebugInfo: Support (using GNU extensions) for template...
2013-06-07 Manman RenDIBuilder: No functionality change.
2013-06-07 Manman RenDIBuilder: No functionality change.
2013-05-22 David BlaikieSolidify the assumption that a DW_TAG_subprogram's...
2013-05-20 David BlaikiePR14606: Debug Info for namespace aliases/DW_TAG_import...
2013-05-10 David BlaikiePR14492: Debug Info: Support for values of non-integer...
2013-05-07 David BlaikieRename DIImportedModule to DIImportedEntity and allow...
2013-04-22 David BlaikieRevert "Revert "PR14606: debug info imported_module...
2013-04-19 Eric Christopher80-col fixup.
next