aboutsummaryrefslogtreecommitdiff
path: root/lib/Analysis/DbgInfoPrinter.cpp
AgeCommit message (Expand)Author
2009-10-25Remove VISIBILITY_HIDDEN from class/struct found inside anonymous namespaces.Nick Lewycky
2009-09-29Remove std::string uses from DebugInfo interface.Devang Patel
2009-08-28Reapply 79977.Devang Patel
2009-08-26Revert 79977. It causes llvm-gcc bootstrap failures on some platforms.Devang Patel
2009-08-25Update DebugInfo interface to use metadata, instead of special named llvm.dbg...Devang Patel
2009-08-12Fix a missing newline (now that Value*'s operator<< doesn't append one).Dan Gohman
2009-06-23Use getReturnTypeName() to print return type.Devang Patel
2009-05-14Clean up this file fixing 80-column violations, bad formatting, etc. No funct...Bill Wendling
2009-03-13Oops...I committed too much.Bill Wendling
2009-03-13Temporarily XFAIL this test.Bill Wendling
2009-03-10Global variables don't have a corresponding llvm.dbg.declare, yet it is possibleTorok Edwin
2009-03-09Pass in a std::string when getting the names of debugging things. This cuts downBill Wendling
2008-12-16Add -print-dbginfo pass that prints LLVM IR with comments inserted to showTorok Edwin