aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Analysis/DbgInfoPrinter.cpp
Commit message (Expand)AuthorAgeFilesLines
* Move DbgInfoPrinter specific utlities inside DbgInfoPrinter.cppDevang Patel2011-02-151-0/+112
* Print function info. Patch by Minjang Kim.Devang Patel2011-02-151-2/+6
* Get rid of static constructors for pass registration. Instead, every pass ex...Owen Anderson2010-10-191-1/+3
* Now with fewer extraneous semicolons!Owen Anderson2010-10-071-1/+1
* Move the pass initialization helper functions into the llvm namespace, and addOwen Anderson2010-10-071-2/+3
* Convert DbgInfoPrinter to use errs() instead of outs().Dan Gohman2010-08-201-1/+1
* Reapply r110396, with fixes to appease the Linux buildbot gods.Owen Anderson2010-08-061-1/+1
* Revert r110396 to fix buildbots.Owen Anderson2010-08-061-1/+1
* Don't use PassInfo* as a type identifier for passes. Instead, use the addres...Owen Anderson2010-08-051-1/+1
* Fix batch of converting RegisterPass<> to INTIALIZE_PASS().Owen Anderson2010-07-211-2/+2
* Remove dead debug info intrinsics.Devang Patel2010-01-051-59/+0
* fix Analysis/DebugInfo.h to not include Metadata.h. Do thisChris Lattner2009-12-311-0/+1
* Fix GetConstantStringInfo to not look into MDString (it works on Chris Lattner2009-12-151-10/+7
* Remove VISIBILITY_HIDDEN from class/struct found inside anonymous namespaces.Nick Lewycky2009-10-251-1/+1
* Remove std::string uses from DebugInfo interface.Devang Patel2009-09-291-3/+2
* Reapply 79977.Devang Patel2009-08-281-1/+1
* Revert 79977. It causes llvm-gcc bootstrap failures on some platforms.Devang Patel2009-08-261-1/+1
* Update DebugInfo interface to use metadata, instead of special named llvm.dbg...Devang Patel2009-08-251-1/+1
* Fix a missing newline (now that Value*'s operator<< doesn't append one).Dan Gohman2009-08-121-1/+1
* 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