aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/DIBuilder.h
Commit message (Expand)AuthorAgeFilesLines
* DIBuilder: retain a type when created with a unique identifier.Manman Ren2013-08-291-1/+4
* DIBuilder: take an optional StringRef to pass in unique identifier.Manman Ren2013-08-271-9/+15
* DebugInfo: Allow the addition of other (such as static data) members to a rec...David Blaikie2013-08-161-3/+5
* Remove DIBuilder cache of variable TheCU and change the fewEric Christopher2013-07-191-6/+6
* Revert "Remove DIBuilder cache of variable TheCU and change the few"Eric Christopher2013-07-181-6/+6
* Remove DIBuilder cache of variable TheCU and change the fewEric Christopher2013-07-181-6/+6
* Rename DIBuilder::createNullPtrType to createUnspecifiedType and introducePeter Collingbourne2013-06-271-2/+5
* 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-0/+32
* DIBuilder: No functionality change.Manman Ren2013-06-071-18/+19
* DIBuilder: No functionality change.Manman Ren2013-06-071-2/+2
* Solidify the assumption that a DW_TAG_subprogram's type is a DW_TAG_subroutin...David Blaikie2013-05-221-2/+2
* Remove duplicated comment.Benjamin Kramer2013-05-211-1/+0
* PR14606: Debug Info for namespace aliases/DW_TAG_imported_moduleDavid Blaikie2013-05-201-1/+10
* Correct parameter name in doc comment to match declaration.David Blaikie2013-05-111-1/+1
* PR14492: Debug Info: Support for values of non-integer non-type template para...David Blaikie2013-05-101-4/+3
* Rename DIImportedModule to DIImportedEntity and allow imported declarationsDavid Blaikie2013-05-071-2/+11
* Make doxygen comment match declaration.Benjamin Kramer2013-04-221-1/+1
* Revert "Revert "PR14606: debug info imported_module support""David Blaikie2013-04-221-0/+11
* Reformat and nuke trailing whitespace.Eric Christopher2013-04-191-29/+31
* Rename ClassType to the more accurate UnderlyingType and document its purpose.Adrian Prantl2013-04-191-9/+10
* Revert "PR14606: debug info imported_module support"Eric Christopher2013-04-191-11/+0
* PR14606: debug info imported_module supportDavid Blaikie2013-04-191-0/+11
* Revert "Adding DIImportedModules to DIScopes."David Blaikie2013-03-281-6/+0
* Adding DIImportedModules to DIScopes.David Blaikie2013-03-271-0/+6
* Make DIBuilder::createClassType more type safe by returning DICompositeType r...David Blaikie2013-03-261-6/+7
* DIBuilder: allow linkage name to be specified for global variablesDavid Blaikie2013-03-201-0/+13
* Move the DIFile operand to DITypes from the 4th operand to the 2nd.David Blaikie2013-03-191-4/+0
* DIBuilder: support structs with vtable pointers in the same way as classesDavid Blaikie2013-02-251-4/+6
* Add a field to the compile unit of where we plan on splitting outEric Christopher2013-02-221-2/+5
* Narrow the return types of a few DIBuilder utility functions.David Blaikie2013-02-181-25/+27
* DIBuilder: make the return type of createBasicType more specificDavid Blaikie2013-02-121-2/+3
* Define metadata interfaces for describing a static data memberEric Christopher2013-01-161-1/+16
* Fix include guards so they exactly match file names.Jakub Staszak2013-01-101-2/+2
* PR14759: Debug info support for C++ member pointers.David Blaikie2013-01-071-0/+5
* Use the 'count' attribute to calculate the upper bound of an array.Bill Wendling2012-12-041-1/+1
* Add a 'count' field to the DWARF subrange.Bill Wendling2012-12-041-1/+1
* Sort the #include lines for the include/... tree with the script.Chandler Carruth2012-12-031-1/+1
* Revert "Use the 'count' attribute instead of the 'upper_bound' attribute."Eric Christopher2012-11-131-1/+1
* Use the 'count' attribute instead of the 'upper_bound' attribute.Bill Wendling2012-11-131-1/+1
* Make sure to generate the right kind of MDNode for enum forward declarations.Eli Friedman2012-10-051-4/+3
* Mark unimplemented copy constructors and copy assignment operators as LLVM_DE...Craig Topper2012-09-171-2/+2
* Recommit, with fixes:Eric Christopher2012-09-121-0/+4
* Revert "Add some support for dealing with an object pointer on arguments."Eric Christopher2012-09-121-4/+0
* Add some support for dealing with an object pointer on arguments.Eric Christopher2012-09-121-0/+4
* Fix a bunch of -Wdocumentation warnings.Dmitri Gribenko2012-08-231-13/+15
* Remove tabs.Bill Wendling2012-07-191-5/+5
* The DIBuilder class is just a wrapper around debug info creationBill Wendling2012-06-291-0/+562