Fix batch of converting RegisterPass<> to INTIALIZE_PASS().
[oota-llvm.git] / lib / Analysis / DbgInfoPrinter.cpp
2010-07-21 Owen AndersonFix batch of converting RegisterPass<> to INTIALIZE_PASS().
2010-01-05 Devang PatelRemove dead debug info intrinsics.
2009-12-31 Chris Lattnerfix Analysis/DebugInfo.h to not include Metadata.h...
2009-12-15 Chris LattnerFix GetConstantStringInfo to not look into MDString...
2009-10-25 Nick LewyckyRemove VISIBILITY_HIDDEN from class/struct found inside...
2009-09-29 Devang PatelRemove std::string uses from DebugInfo interface.
2009-08-28 Devang PatelReapply 79977.
2009-08-26 Devang PatelRevert 79977. It causes llvm-gcc bootstrap failures...
2009-08-25 Devang PatelUpdate DebugInfo interface to use metadata, instead...
2009-08-12 Dan GohmanFix a missing newline (now that Value*'s operator<...
2009-06-23 Devang PatelUse getReturnTypeName() to print return type.
2009-05-14 Bill WendlingClean up this file fixing 80-column violations, bad...
2009-03-13 Bill WendlingOops...I committed too much.
2009-03-13 Bill WendlingTemporarily XFAIL this test.
2009-03-10 Torok EdwinGlobal variables don't have a corresponding llvm.dbg...
2009-03-09 Bill WendlingPass in a std::string when getting the names of debuggi...
2008-12-16 Torok EdwinAdd -print-dbginfo pass that prints LLVM IR with commen...