aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Analysis/DbgInfoPrinter.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use getReturnTypeName() to print return type.Devang Patel2009-06-231-1/+1
* Clean up this file fixing 80-column violations, bad formatting, etc. No funct...Bill Wendling2009-05-141-60/+69
* Oops...I committed too much.Bill Wendling2009-03-131-22/+26
* Temporarily XFAIL this test.Bill Wendling2009-03-131-26/+22
* Global variables don't have a corresponding llvm.dbg.declare, yet it is possibleTorok Edwin2009-03-101-6/+17
* Pass in a std::string when getting the names of debugging things. This cuts downBill Wendling2009-03-091-4/+6
* Add -print-dbginfo pass that prints LLVM IR with comments inserted to showTorok Edwin2008-12-161-0/+145