DebugInfo: Remove DIArray and DITypeArray typedefs
[oota-llvm.git] / lib / IR / DIBuilder.cpp
2015-04-21 Duncan P. N. Exon... DebugInfo: Remove DIArray and DITypeArray typedefs
2015-04-20 Duncan P. N. Exon... DebugInfo: Remove typedefs for DITypeRef, etc.
2015-04-16 Duncan P. N. Exon... DebugInfo: Remove DIDescriptor from the DIBuilder API
2015-04-16 Duncan P. N. Exon... DebugInfo: Gut DIDescriptor
2015-04-16 Duncan P. N. Exon... DebugInfo: Gut DIScope, DIEnumerator and DISubrange
2015-04-16 Duncan P. N. Exon... DebugInfo: Gut DIType and subclasses
2015-04-15 Duncan P. N. Exon... DebugInfo: Gut DICompileUnit and DIFile
2015-04-15 Duncan P. N. Exon... DebugInfo: Require a DebugLoc in DIBuilder::insertDeclare()
2015-04-14 Duncan P. N. Exon... DebugInfo: Gut DISubprogram and DILexicalBlock*
2015-04-14 Duncan P. N. Exon... DebugInfo: Gut DIObjCProperty and DIImportedEntity
2015-04-11 Duncan P. N. Exon... DebugInfo: Make MDSubprogram::getFunction() return...
2015-04-10 Duncan P. N. Exon... DebugInfo: Stop leaking temporaries in DIBuilder::creat...
2015-04-07 Duncan P. N. Exon... Revert "Workaround bot failure with explicit conversion...
2015-04-07 Duncan P. N. Exon... Workaround bot failure with explicit conversion to...
2015-04-07 Duncan P. N. Exon... IR: Remove MDTupleTypedArrayWrapper::operator MDTuple*()
2015-04-07 Duncan P. N. Exon... DebugInfo: Remove DITypedArray<>, replace with typedefs
2015-04-07 Duncan P. N. Exon... DebugInfo: Remove DICompositeType mutation API
2015-04-07 Duncan P. N. Exon... DebugInfo: Use DebugNodeRef in MDImportedEntity::getEnt...
2015-04-06 Duncan P. N. Exon... IR: Fix -Werror noasserts build after r234255
2015-04-06 Duncan P. N. Exon... IR: Stop using DIDescriptor::is*() and auto-casting
2015-04-06 Duncan P. N. Exon... DebugInfo: Remove DIDescriptor::Verify()
2015-04-06 Duncan P. N. Exon... DebugInfo: Use MDTypeRef throughout the hierarchy
2015-03-30 Duncan P. N. Exon... Verifier: Add operand checks for remaining debug info
2015-03-30 Duncan P. N. Exon... Verifier: Check operands of MDSubprogram nodes
2015-03-27 Duncan P. N. Exon... Verifier: Check operands of MDType subclasses and MDCom...
2015-03-27 Duncan P. N. Exon... DebugInfo: Require non-null in DIBuilder::retainType()
2015-03-27 Duncan P. N. Exon... Verifier: Check fields of MDVariable subclasses
2015-03-27 Duncan P. N. Exon... DIBuilder: Change a few helpers to return downcasted...
2015-03-03 Duncan P. N. Exon... DebugInfo: Move new hierarchy into place
2015-02-18 Duncan P. N. Exon... IR: Drop the scope in DI template parameters
2015-02-17 Adrian PrantlDIBuilder: add trackIfUnresolved() to all nodes that...
2015-02-17 Benjamin KramerPrefer SmallVector::append/insert over push_back loops.
2015-02-13 Duncan P. N. Exon... IR: Drop never-used defaults for DIBuilder::createTempl...
2015-02-12 Duncan P. N. Exon... IR: Stop abusing DW_TAG_base_type for compile unit...
2015-02-11 Adrian PrantlAllow DIBuilder::replaceVTableHolder() to work with...
2015-02-11 Adrian PrantlAdd a trackIfUnresolved to DIBuilder::createInheritance(),
2015-02-11 Adrian PrantlGeneralize DIBuilder's createReplaceableForwardDecl...
2015-02-09 Adrian PrantlDebug info: Use DW_OP_bit_piece instead of DW_OP_piece...
2015-02-09 Duncan P. N. Exon... IR: Take uint64_t in DIBuilder::createExpression()
2015-02-07 Bruce MitchenerAdd more DWARF 5 language constants.
2015-01-20 Duncan P. N. Exon... Reapply "IR: Simplify DIBuilder's HeaderBuilder API...
2015-01-20 Duncan P. N. Exon... Revert "IR: Simplify DIBuilder's HeaderBuilder API...
2015-01-20 Duncan P. N. Exon... IR: Simplify DIBuilder's HeaderBuilder API, NFC
2015-01-19 Duncan P. N. Exon... IR: Merge UniquableMDNode back into MDNode, NFC
2015-01-19 Duncan P. N. Exon... IR: Return unique_ptr from MDNode::getTemporary()
2015-01-19 Duncan P. N. Exon... IR: Simplify DIBuilder::trackIfUnresolved(), NFC
2015-01-19 Duncan P. N. Exon... IR: Remove isa<MDNodeFwdDecl>, NFC
2015-01-12 Duncan P. N. Exon... IR: Split GenericMDNode into MDTuple and UniquableMDNode
2014-12-23 Adrian PrantlDIBuilder: Similar to createPointerType, make createMem...
2014-12-18 Duncan P. N. Exon... IR: Handle self-referencing DICompositeTypes in DIBuilder
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...
next