summaryrefslogtreecommitdiffstats
path: root/llvm/lib/VMCore/DebugInfo.cpp
Commit message (Expand)AuthorAgeFilesLines
* Rename VMCore directory to IR.Chandler Carruth2013-01-021-1197/+0
* Fix name. The array is unboundED.Bill Wendling2012-12-051-1/+1
* Use the 'count' attribute to calculate the upper bound of an array.Bill Wendling2012-12-041-1/+5
* Add 'getInt64Field()' method to get the signed integer instead of unsigned.Bill Wendling2012-12-031-0/+12
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-031-6/+6
* VMCore/DebugInfo.cpp: DICompileUnit::getSubprograms(): Check numOperands().NAKAMURA Takumi2012-12-011-2/+3
* 80-column and whitespace fixups.Eric Christopher2012-11-201-9/+11
* Remove a function argument and propagate const around accordingly.Eric Christopher2012-11-191-6/+6
* Fix PR14016.Alexey Samsonov2012-10-091-0/+10
* Print the name last.Bill Wendling2012-07-061-5/+4
* Check if it's a scope last, because several things are scopes.Bill Wendling2012-07-061-2/+2
* Add a print method to the ObjC property object.Bill Wendling2012-07-061-0/+11
* Remove unnecessary 'llvm::'.Bill Wendling2012-07-061-4/+4
* Devirtualize DIScope and subclasses.Benjamin Kramer2012-06-281-26/+0
* Only print out the tag if it's there.Bill Wendling2012-06-281-1/+2
* Don't output an empty string.Bill Wendling2012-06-281-2/+3
* Move lib/Analysis/DebugInfo.cpp to lib/VMCore/DebugInfo.cpp andBill Wendling2012-06-281-0/+1182
OpenPOWER on IntegriCloud