aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/DIBuilder.h
AgeCommit message (Expand)Author
2013-04-22Make doxygen comment match declaration.Benjamin Kramer
2013-04-22Revert "Revert "PR14606: debug info imported_module support""David Blaikie
2013-04-19Reformat and nuke trailing whitespace.Eric Christopher
2013-04-19Rename ClassType to the more accurate UnderlyingType and document its purpose.Adrian Prantl
2013-04-19Revert "PR14606: debug info imported_module support"Eric Christopher
2013-04-19PR14606: debug info imported_module supportDavid Blaikie
2013-03-28Revert "Adding DIImportedModules to DIScopes."David Blaikie
2013-03-27Adding DIImportedModules to DIScopes.David Blaikie
2013-03-26Make DIBuilder::createClassType more type safe by returning DICompositeType r...David Blaikie
2013-03-20DIBuilder: allow linkage name to be specified for global variablesDavid Blaikie
2013-03-19Move the DIFile operand to DITypes from the 4th operand to the 2nd.David Blaikie
2013-02-25DIBuilder: support structs with vtable pointers in the same way as classesDavid Blaikie
2013-02-22Add a field to the compile unit of where we plan on splitting outEric Christopher
2013-02-18Narrow the return types of a few DIBuilder utility functions.David Blaikie
2013-02-12DIBuilder: make the return type of createBasicType more specificDavid Blaikie
2013-01-16Define metadata interfaces for describing a static data memberEric Christopher
2013-01-10Fix include guards so they exactly match file names.Jakub Staszak
2013-01-07PR14759: Debug info support for C++ member pointers.David Blaikie
2012-12-04Use the 'count' attribute to calculate the upper bound of an array.Bill Wendling
2012-12-04Add a 'count' field to the DWARF subrange.Bill Wendling
2012-12-03Sort the #include lines for the include/... tree with the script.Chandler Carruth
2012-11-13Revert "Use the 'count' attribute instead of the 'upper_bound' attribute."Eric Christopher
2012-11-13Use the 'count' attribute instead of the 'upper_bound' attribute.Bill Wendling
2012-10-05Make sure to generate the right kind of MDNode for enum forward declarations.Eli Friedman
2012-09-17Mark unimplemented copy constructors and copy assignment operators as LLVM_DE...Craig Topper
2012-09-12Recommit, with fixes:Eric Christopher
2012-09-12Revert "Add some support for dealing with an object pointer on arguments."Eric Christopher
2012-09-12Add some support for dealing with an object pointer on arguments.Eric Christopher
2012-08-23Fix a bunch of -Wdocumentation warnings.Dmitri Gribenko
2012-07-19Remove tabs.Bill Wendling
2012-06-29The DIBuilder class is just a wrapper around debug info creationBill Wendling