aboutsummaryrefslogtreecommitdiffstats
path: root/lib/VMCore/DIBuilder.cpp
Commit message (Expand)AuthorAgeFilesLines
* Revert "Use the 'count' attribute instead of the 'upper_bound' attribute."Eric Christopher2012-11-131-4/+2
* Use the 'count' attribute instead of the 'upper_bound' attribute.Bill Wendling2012-11-131-2/+4
* Include all the fields so we can correctly emit DW_TAG_structure_type for C++...David Blaikie2012-11-021-1/+2
* Make sure to generate the right kind of MDNode for enum forward declarations.Eli Friedman2012-10-051-6/+7
* Recommit, with fixes:Eric Christopher2012-09-121-0/+24
* Revert "Add some support for dealing with an object pointer on arguments."Eric Christopher2012-09-121-24/+0
* Add some support for dealing with an object pointer on arguments.Eric Christopher2012-09-121-0/+24
* Remove trailing comma in array initialization list.Bill Wendling2012-07-061-8/+8
* Remove unnecessary 'llvm::'.Bill Wendling2012-07-061-19/+19
* Untabify and move a function near similar functions dealing with structEric Christopher2012-07-061-29/+30
* The DIBuilder class is just a wrapper around debug info creationBill Wendling2012-06-291-0/+1018