summaryrefslogtreecommitdiff
path: root/include/llvm/DIBuilder.h
Commit message (Expand)AuthorAge
* typoAdrian Prantl2014-01-18
* Debug info: Implement (rvalue) reference qualifiers for C++11 non-staticAdrian Prantl2013-12-18
* formattingAdrian Prantl2013-12-18
* DebugInfo: Simplify a few more explicit constructions, underconstrained types...David Blaikie2013-11-18
* fix two typos.Adrian Prantl2013-10-21
* Debug Info: In DIBuilder, the context field of subprogram is updated to useManman Ren2013-10-10
* Revert r190269 to fix dragonegg failures.Manman Ren2013-09-08
* Debug Info: pass in DIScope instead of DIDescriptor in createMemberType.Manman Ren2013-09-08
* Debug Info: pass in VTableHolder as DIType instead of MDNode *.Manman Ren2013-09-06
* DIBuilder: retain a type when created with a unique identifier.Manman Ren2013-08-29
* DIBuilder: take an optional StringRef to pass in unique identifier.Manman Ren2013-08-27
* DebugInfo: Allow the addition of other (such as static data) members to a rec...David Blaikie2013-08-16
* Remove DIBuilder cache of variable TheCU and change the fewEric Christopher2013-07-19
* Revert "Remove DIBuilder cache of variable TheCU and change the few"Eric Christopher2013-07-18
* Remove DIBuilder cache of variable TheCU and change the fewEric Christopher2013-07-18
* Rename DIBuilder::createNullPtrType to createUnspecifiedType and introducePeter Collingbourne2013-06-27
* DebugInfo: DIBuilder changes to match DIEnumerator changes in r184694David Blaikie2013-06-24
* DebugInfo: Support (using GNU extensions) for template template parameters an...David Blaikie2013-06-22
* 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