aboutsummaryrefslogtreecommitdiffstats
path: root/lib/IR/DIBuilder.cpp
Commit message (Expand)AuthorAgeFilesLines
* Rename DIBuilder::createNullPtrType to createUnspecifiedType and introducePeter Collingbourne2013-06-271-4/+9
* s/C++0x/C++11/Adrian Prantl2013-06-251-1/+1
* typo.Adrian Prantl2013-06-241-1/+1
* DebugInfo: DIBuilder changes to match DIEnumerator changes in r184694David Blaikie2013-06-241-1/+1
* DebugInfo: Support (using GNU extensions) for template template parameters an...David Blaikie2013-06-221-6/+37
* DIBuilder: No functionality change.Manman Ren2013-06-071-23/+26
* DIBuilder: No functionality change.Manman Ren2013-06-071-3/+3
* Solidify the assumption that a DW_TAG_subprogram's type is a DW_TAG_subroutin...David Blaikie2013-05-221-2/+6
* PR14606: Debug Info for namespace aliases/DW_TAG_imported_moduleDavid Blaikie2013-05-201-10/+39
* PR14492: Debug Info: Support for values of non-integer non-type template para...David Blaikie2013-05-101-2/+2
* Rename DIImportedModule to DIImportedEntity and allow imported declarationsDavid Blaikie2013-05-071-2/+17
* Revert "Revert "PR14606: debug info imported_module support""David Blaikie2013-04-221-0/+21
* 80-col fixup.Eric Christopher2013-04-191-1/+2
* Rename ClassType to the more accurate UnderlyingType and document its purpose.Adrian Prantl2013-04-191-3/+3
* Revert "PR14606: debug info imported_module support"Eric Christopher2013-04-191-21/+0
* PR14606: debug info imported_module supportDavid Blaikie2013-04-191-0/+21
* Support and test template arguments for unions.Eric Christopher2013-04-021-1/+2
* Reformat arguments.Eric Christopher2013-04-021-4/+6
* Revert "Adding DIImportedModules to DIScopes."David Blaikie2013-03-281-109/+29
* Adding DIImportedModules to DIScopes.David Blaikie2013-03-271-29/+109
* Make DIBuilder::createClassType more type safe by returning DICompositeType r...David Blaikie2013-03-261-8/+10
* Swap the DIFile in DILexicalBlockFile out for the raw name/directory pairDavid Blaikie2013-03-221-1/+1
* reorder the fields in DILexicalBlockFile to match the common prefix for DIScopesDavid Blaikie2013-03-221-2/+2
* Refactor out the DIFile parameter to DILexicalBlock to refer to the raw file/...David Blaikie2013-03-221-1/+1
* Reorder the DIFile field in DILexicalBlock to become a prefix common with oth...David Blaikie2013-03-221-1/+1
* Refactor the filename/directory information in DISubprogram to refer directly...David Blaikie2013-03-211-2/+2
* Move the DIFile in DISubprogram to the beginning to be a common prefix along ...David Blaikie2013-03-211-2/+2
* Remove unused field in DISubprogramDavid Blaikie2013-03-211-4/+6
* Debug info: refactor the first field of DICompileUnit to be a raw file/direct...David Blaikie2013-03-201-7/+12
* Debug Info: Swap the 2nd and 3rd parameters to DICompileUnit to match the com...David Blaikie2013-03-201-1/+1
* Remove unused field in DICompileUnitDavid Blaikie2013-03-201-1/+0
* Refactor file/directory path in namespace debug info to refer directly to the...David Blaikie2013-03-201-1/+1
* DIBuilder: allow linkage name to be specified for global variablesDavid Blaikie2013-03-201-4/+13
* Reorder the DIFile parameter in DINameSpaceDavid Blaikie2013-03-201-1/+1
* Refactor the DIFile (2nd) parameter to DITypes to be an MDNode reference to a...David Blaikie2013-03-201-10/+10
* Move the DIFile operand to DITypes from the 4th operand to the 2nd.David Blaikie2013-03-191-44/+21
* Fix the build broken in r177239David Blaikie2013-03-171-1/+1
* Split out filename & directory from DIFile to start generalizing over DIScopesDavid Blaikie2013-03-171-2/+5
* Remove the unused 4th operand for DIFile debug info metadataDavid Blaikie2013-03-131-1/+0
* Refactor filename/directory in DICompileUnit into a DIFileDavid Blaikie2013-03-131-3/+1
* Remove unused "isMain" field from DICompileUnitDavid Blaikie2013-03-121-2/+0
* Add asserts to DIBuilder & fix DINameSpace::Verify to allow unnamed namespaces.David Blaikie2013-03-111-6/+31
* DIBuilder: support structs with vtable pointers in the same way as classesDavid Blaikie2013-02-251-8/+12
* Add a field to the compile unit of where we plan on splitting outEric Christopher2013-02-221-2/+3
* Add a TODO and explain when we can get rid of the isMain field.Eric Christopher2013-02-221-1/+1
* DIBuilder: Correct the null/0 type of trailing fields in struct debug info.David Blaikie2013-02-181-2/+2
* DIBuilder: Add function and method definitions to the list of all subprogramsDavid Blaikie2013-02-181-1/+4
* Narrow the return types of a few DIBuilder utility functions.David Blaikie2013-02-181-39/+37
* DIBuilder: make the return type of createBasicType more specificDavid Blaikie2013-02-121-4/+4
* [DebugInfo] remove more node indirection (this time from the subprogram's var...David Blaikie2013-02-041-10/+2