[Debug Info] add DISubroutineType and its creation takes DITypeArray.
[oota-llvm.git] / include / llvm / IR / DebugInfo.h
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...