summaryrefslogtreecommitdiff
path: root/lib/Analysis/DbgInfoPrinter.cpp
Commit message (Expand)AuthorAge
* Remove -print-dbginfo as it is unused & bitrotten.David Blaikie2013-03-08
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-02
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-03
* Move lib/Analysis/DebugInfo.cpp to lib/VMCore/DebugInfo.cpp andBill Wendling2012-06-28
* Fix for DbgInfoPrinter.cpp:174:12: warning: ‘LineNo’ may be used uninitia...Galina Kistanova2011-09-21
* Move DbgInfoPrinter specific utlities inside DbgInfoPrinter.cppDevang Patel2011-02-15
* Print function info. Patch by Minjang Kim.Devang Patel2011-02-15
* Get rid of static constructors for pass registration. Instead, every pass ex...Owen Anderson2010-10-19
* Now with fewer extraneous semicolons!Owen Anderson2010-10-07
* Move the pass initialization helper functions into the llvm namespace, and addOwen Anderson2010-10-07
* Convert DbgInfoPrinter to use errs() instead of outs().Dan Gohman2010-08-20
* Reapply r110396, with fixes to appease the Linux buildbot gods.Owen Anderson2010-08-06
* Revert r110396 to fix buildbots.Owen Anderson2010-08-06
* Don't use PassInfo* as a type identifier for passes. Instead, use the addres...Owen Anderson2010-08-05
* Fix batch of converting RegisterPass<> to INTIALIZE_PASS().Owen Anderson2010-07-21
* Remove dead debug info intrinsics.Devang Patel2010-01-05
* fix Analysis/DebugInfo.h to not include Metadata.h. Do thisChris Lattner2009-12-31
* Fix GetConstantStringInfo to not look into MDString (it works on Chris Lattner2009-12-15
* Remove VISIBILITY_HIDDEN from class/struct found inside anonymous namespaces.Nick Lewycky2009-10-25
* Remove std::string uses from DebugInfo interface.Devang Patel2009-09-29
* Reapply 79977.Devang Patel2009-08-28
* Revert 79977. It causes llvm-gcc bootstrap failures on some platforms.Devang Patel2009-08-26
* Update DebugInfo interface to use metadata, instead of special named llvm.dbg...Devang Patel2009-08-25
* Fix a missing newline (now that Value*'s operator<< doesn't append one).Dan Gohman2009-08-12
* Use getReturnTypeName() to print return type.Devang Patel2009-06-23
* Clean up this file fixing 80-column violations, bad formatting, etc. No funct...Bill Wendling2009-05-14
* Oops...I committed too much.Bill Wendling2009-03-13
* Temporarily XFAIL this test.Bill Wendling2009-03-13
* Global variables don't have a corresponding llvm.dbg.declare, yet it is possibleTorok Edwin2009-03-10
* Pass in a std::string when getting the names of debugging things. This cuts downBill Wendling2009-03-09
* Add -print-dbginfo pass that prints LLVM IR with comments inserted to showTorok Edwin2008-12-16