aboutsummaryrefslogtreecommitdiff
path: root/lib/VMCore/DebugInfo.cpp
AgeCommit message (Expand)Author
2013-01-02Rename VMCore directory to IR.Chandler Carruth
2012-12-05Fix name. The array is unboundED.Bill Wendling
2012-12-04Use the 'count' attribute to calculate the upper bound of an array.Bill Wendling
2012-12-03Add 'getInt64Field()' method to get the signed integer instead of unsigned.Bill Wendling
2012-12-03Use the new script to sort the includes of every file under lib.Chandler Carruth
2012-12-01VMCore/DebugInfo.cpp: DICompileUnit::getSubprograms(): Check numOperands().NAKAMURA Takumi
2012-11-2080-column and whitespace fixups.Eric Christopher
2012-11-19Remove a function argument and propagate const around accordingly.Eric Christopher
2012-10-09Fix PR14016.Alexey Samsonov
2012-07-06Print the name last.Bill Wendling
2012-07-06Check if it's a scope last, because several things are scopes.Bill Wendling
2012-07-06Add a print method to the ObjC property object.Bill Wendling
2012-07-06Remove unnecessary 'llvm::'.Bill Wendling
2012-06-28Devirtualize DIScope and subclasses.Benjamin Kramer
2012-06-28Only print out the tag if it's there.Bill Wendling
2012-06-28Don't output an empty string.Bill Wendling
2012-06-28Move lib/Analysis/DebugInfo.cpp to lib/VMCore/DebugInfo.cpp andBill Wendling