aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/DebugInfo.h
Commit message (Expand)AuthorAgeFilesLines
* PR14566: Debug Info: Removing top level lexical blocksDavid Blaikie2013-01-261-1/+1
* This is no trule.David Blaikie2013-01-251-1/+1
* Define metadata interfaces for describing a static data memberEric Christopher2013-01-161-2/+15
* Fix include guards so they exactly match file names.Jakub Staszak2013-01-101-2/+2
* Remove the llvm-local DW_TAG_vector_type tag and add a test toEric Christopher2013-01-081-1/+5
* PR14759: Debug info support for C++ member pointers.David Blaikie2013-01-071-0/+5
* Improve debug info generated with enabled AddressSanitizer.Alexey Samsonov2012-12-121-0/+1
* Handle non-default array bounds.Bill Wendling2012-12-061-1/+1
* Use the 'count' attribute to calculate the upper bound of an array.Bill Wendling2012-12-041-2/+1
* Add a 'getCount' method to get the number of elements in the subrange.Bill Wendling2012-12-041-0/+1
* Add 'getInt64Field()' method to get the signed integer instead of unsigned.Bill Wendling2012-12-031-0/+1
* Sort the #include lines for the include/... tree with the script.Chandler Carruth2012-12-031-1/+1
* 80-column and whitespace fixups.Eric Christopher2012-11-201-43/+43
* Remove a function argument and propagate const around accordingly.Eric Christopher2012-11-191-2/+2
* Revert "Use the 'count' attribute instead of the 'upper_bound' attribute."Eric Christopher2012-11-131-1/+0
* Use the 'count' attribute instead of the 'upper_bound' attribute.Bill Wendling2012-11-131-0/+1
* Fix PR14016.Alexey Samsonov2012-10-091-0/+2
* Recommit, with fixes:Eric Christopher2012-09-121-1/+9
* Revert "Add some support for dealing with an object pointer on arguments."Eric Christopher2012-09-121-9/+1
* Add some support for dealing with an object pointer on arguments.Eric Christopher2012-09-121-1/+9
* Add a print method to the ObjC property object.Bill Wendling2012-07-061-0/+2
* Devirtualize DIScope and subclasses.Benjamin Kramer2012-06-281-13/+0
* Move lib/Analysis/DebugInfo.cpp to lib/VMCore/DebugInfo.cpp andBill Wendling2012-06-281-0/+895