Rename DIBuilder::createNullPtrType to createUnspecifiedType and introduce
[oota-llvm.git] / lib / IR / DIBuilder.cpp
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...
2013-02-18 David BlaikieDIBuilder: Correct the null/0 type of trailing fields...
2013-02-18 David BlaikieDIBuilder: Add function and method definitions to the...
2013-02-18 David BlaikieNarrow the return types of a few DIBuilder utility...
2013-02-12 David BlaikieDIBuilder: make the return type of createBasicType...
2013-02-04 David Blaikie[DebugInfo] remove more node indirection (this time...
2013-02-02 David BlaikieRemove the (apparently) unnecessary debug info metadata...
2013-01-16 Eric ChristopherDefine metadata interfaces for describing a static...
2013-01-08 Eric ChristopherRemove the llvm-local DW_TAG_vector_type tag and add...
2013-01-08 Eric ChristopherFix comment.
2013-01-07 David BlaikiePR14759: Debug info support for C++ member pointers.
2013-01-02 Chandler CarruthMove all of the header files which are involved in...
2013-01-02 Chandler CarruthRename VMCore directory to IR.