summaryrefslogtreecommitdiff
path: root/include/llvm/DIBuilder.h
Commit message (Expand)AuthorAge
* DIBuilder: No functionality change.Manman Ren2013-06-07
* DIBuilder: No functionality change.Manman Ren2013-06-07
* Solidify the assumption that a DW_TAG_subprogram's type is a DW_TAG_subroutin...David Blaikie2013-05-22
* Remove duplicated comment.Benjamin Kramer2013-05-21
* PR14606: Debug Info for namespace aliases/DW_TAG_imported_moduleDavid Blaikie2013-05-20
* Correct parameter name in doc comment to match declaration.David Blaikie2013-05-11
* PR14492: Debug Info: Support for values of non-integer non-type template para...David Blaikie2013-05-10
* Rename DIImportedModule to DIImportedEntity and allow imported declarationsDavid Blaikie2013-05-07
* Make doxygen comment match declaration.Benjamin Kramer2013-04-22
* Revert "Revert "PR14606: debug info imported_module support""David Blaikie2013-04-22
* Reformat and nuke trailing whitespace.Eric Christopher2013-04-19
* Rename ClassType to the more accurate UnderlyingType and document its purpose.Adrian Prantl2013-04-19
* Revert "PR14606: debug info imported_module support"Eric Christopher2013-04-19
* PR14606: debug info imported_module supportDavid Blaikie2013-04-19
* Revert "Adding DIImportedModules to DIScopes."David Blaikie2013-03-28
* Adding DIImportedModules to DIScopes.David Blaikie2013-03-27
* Make DIBuilder::createClassType more type safe by returning DICompositeType r...David Blaikie2013-03-26
* DIBuilder: allow linkage name to be specified for global variablesDavid Blaikie2013-03-20
* Move the DIFile operand to DITypes from the 4th operand to the 2nd.David Blaikie2013-03-19
* DIBuilder: support structs with vtable pointers in the same way as classesDavid Blaikie2013-02-25
* Add a field to the compile unit of where we plan on splitting outEric Christopher2013-02-22
* Narrow the return types of a few DIBuilder utility functions.David Blaikie2013-02-18
* DIBuilder: make the return type of createBasicType more specificDavid Blaikie2013-02-12
* Define metadata interfaces for describing a static data memberEric Christopher2013-01-16
* Fix include guards so they exactly match file names.Jakub Staszak2013-01-10
* PR14759: Debug info support for C++ member pointers.David Blaikie2013-01-07
* Use the 'count' attribute to calculate the upper bound of an array.Bill Wendling2012-12-04
* Add a 'count' field to the DWARF subrange.Bill Wendling2012-12-04
* Sort the #include lines for the include/... tree with the script.Chandler Carruth2012-12-03
* Revert "Use the 'count' attribute instead of the 'upper_bound' attribute."Eric Christopher2012-11-13
* Use the 'count' attribute instead of the 'upper_bound' attribute.Bill Wendling2012-11-13
* Make sure to generate the right kind of MDNode for enum forward declarations.Eli Friedman2012-10-05
* Mark unimplemented copy constructors and copy assignment operators as LLVM_DE...Craig Topper2012-09-17
* Recommit, with fixes:Eric Christopher2012-09-12
* Revert "Add some support for dealing with an object pointer on arguments."Eric Christopher2012-09-12
* Add some support for dealing with an object pointer on arguments.Eric Christopher2012-09-12
* Fix a bunch of -Wdocumentation warnings.Dmitri Gribenko2012-08-23
* Remove tabs.Bill Wendling2012-07-19
* The DIBuilder class is just a wrapper around debug info creationBill Wendling2012-06-29