aboutsummaryrefslogtreecommitdiff
path: root/lib/VMCore/DIBuilder.cpp
AgeCommit message (Expand)Author
2013-01-02Rename VMCore directory to IR.Chandler Carruth
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-03Use the new script to sort the includes of every file under lib.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-11-02Include all the fields so we can correctly emit DW_TAG_structure_type for C++...David Blaikie
2012-10-05Make sure to generate the right kind of MDNode for enum forward declarations.Eli Friedman
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-07-06Remove trailing comma in array initialization list.Bill Wendling
2012-07-06Remove unnecessary 'llvm::'.Bill Wendling
2012-07-06Untabify and move a function near similar functions dealing with structEric Christopher
2012-06-29The DIBuilder class is just a wrapper around debug info creationBill Wendling