]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - opencl/llvm.git/history - include/llvm/IR/DebugInfo.h
DIBuilder: Extract DIHeaderFieldIterator::getNumber(), NFC
[opencl/llvm.git] / include / llvm / IR / DebugInfo.h
2015-01-22 Duncan P. N. Exon... DIBuilder: Extract DIHeaderFieldIterator::getNumber...
2015-01-22 Duncan P. N. Exon... DIBuilder: Create a getHeaderIterator() helper, NFC
2015-01-22 Adrian PrantlRewrite DIExpression::Verify() using an iterator. NFC.
2015-01-21 Adrian PrantlMake DIExpression::Verify() stricter by checking that...
2015-01-19 Adrian PrantlRemove support for DIVariable's FlagIndirectVariable...
2015-01-14 Duncan P. N. Exon... IR: Move MDLocation into place
2015-01-14 Chandler Carruth[cleanup] Re-sort all the #include lines in LLVM using
2014-12-18 Duncan P. N. Exon... IR: Make DICompositeType mutators private
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-18 Manman RenDebug Info: In DIBuilder, the context field of a global...
2014-11-14 Duncan P. N. Exon... DI: Use Metadata for DITypeRef and DIScopeRef
2014-10-23 Timur IskhodzhanovMake getDISubprogram(const Function *F) available in...
2014-10-15 Duncan P. N. Exon... DI: Make comments "brief"-er, NFC
2014-10-15 Duncan P. N. Exon... DI: Cleanup comments, NFC
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 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-15 Frederic RissMove replaceAllUsesWith() from DIType to DIDescriptor.
2014-08-29 Adrian PrantlDebug info: Add a new explicit DIDescriptor flag for...
2014-08-21 David BlaikieUse DILexicalBlockFile, rather than DILexicalBlock...
2014-08-01 Adrian PrantlDebug info: Infrastructure to support debug locations...
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] rename getTypeArray to getElements, setTyp...
2014-07-28 Manman Ren[Debug Info] replace DIUnspecifiedParameter with DITriv...
2014-07-02 David BlaikieConstify the Function pointers in the result of makeSub...
2014-07-01 David BlaikieDebugInfo: Provide a utility for building a mapping...
2014-06-30 Adrian PrantlDebug info: split out complex DIVariable address expres...
2014-05-07 Ed MasteDebugInfo: Use enum instead of unsigned
2014-05-06 David BlaikiePR19598: Provide the ability to RAUW a declaration...
2014-04-09 Craig Topper[C++11] More 'nullptr' conversion or in some cases...
2014-04-02 Adrian Prantlfix a comment to use ASCII aprostrophes.
2014-04-01 Adrian PrantlAdd a comment about the DIDescriptor class hierarchy.
2014-04-01 Adrian PrantlRemove FIXMEs. The scope of a Variable is always a...
2014-04-01 Adrian PrantlLTO type uniquing: store the Decl field of a DIImported...
2014-04-01 Adrian PrantlAdd a comment about type-uniquing ObjC types.
2014-03-23 Nuno Lopesremove a bunch of unused private methods
2014-03-18 Alon Mishne[C++11] Change DebugInfoFinder to use range-based loops
2014-03-18 Adrian PrantlSwitch the type field in DIVariable and DIGlobalVariabl...
2014-03-16 Manman RenAdd FIXMEs to use DIScopeRef instead of DIScope for...
2014-03-06 Chandler Carruth[Layering] Move DebugInfo.h into the IR library where...