IPO: Add use-list-order verifier
[oota-llvm.git] / lib / IR / DIBuilder.cpp
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.
2013-04-19 Adrian PrantlRename ClassType to the more accurate UnderlyingType...
2013-04-19 Eric ChristopherRevert "PR14606: debug info imported_module support"
2013-04-19 David BlaikiePR14606: debug info imported_module support
2013-04-02 Eric ChristopherSupport and test template arguments for unions.
2013-04-02 Eric ChristopherReformat arguments.
2013-03-28 David BlaikieRevert "Adding DIImportedModules to DIScopes."
2013-03-27 David BlaikieAdding DIImportedModules to DIScopes.
2013-03-26 David BlaikieMake DIBuilder::createClassType more type safe by retur...
2013-03-22 David BlaikieSwap the DIFile in DILexicalBlockFile out for the raw...
2013-03-22 David Blaikiereorder the fields in DILexicalBlockFile to match the...
2013-03-22 David BlaikieRefactor out the DIFile parameter to DILexicalBlock...
2013-03-22 David BlaikieReorder the DIFile field in DILexicalBlock to become...
2013-03-21 David BlaikieRefactor the filename/directory information in DISubpro...
2013-03-21 David BlaikieMove the DIFile in DISubprogram to the beginning to...
2013-03-21 David BlaikieRemove unused field in DISubprogram
2013-03-20 David BlaikieDebug info: refactor the first field of DICompileUnit...
2013-03-20 David BlaikieDebug Info: Swap the 2nd and 3rd parameters to DICompil...
2013-03-20 David BlaikieRemove unused field in DICompileUnit
2013-03-20 David BlaikieRefactor file/directory path in namespace debug info...
2013-03-20 David BlaikieDIBuilder: allow linkage name to be specified for globa...
2013-03-20 David BlaikieReorder the DIFile parameter in DINameSpace
2013-03-20 David BlaikieRefactor the DIFile (2nd) parameter to DITypes to be...
2013-03-19 David BlaikieMove the DIFile operand to DITypes from the 4th operand...
2013-03-17 David BlaikieFix the build broken in r177239
2013-03-17 David BlaikieSplit out filename & directory from DIFile to start...
2013-03-13 David BlaikieRemove the unused 4th operand for DIFile debug info...
2013-03-13 David BlaikieRefactor filename/directory in DICompileUnit into a...
2013-03-12 David BlaikieRemove unused "isMain" field from DICompileUnit
2013-03-11 David BlaikieAdd asserts to DIBuilder & fix DINameSpace::Verify...
2013-02-25 David BlaikieDIBuilder: support structs with vtable pointers in...
2013-02-22 Eric ChristopherAdd a field to the compile unit of where we plan on...
2013-02-22 Eric ChristopherAdd a TODO and explain when we can get rid of the isMai...
next