Perform the lowering only if there are invokes.
[oota-llvm.git] / lib / VMCore / DebugInfoProbe.cpp
2011-06-24 Devang PatelRevert unintentional check-in.
2011-06-24 Devang PatelHandle debug info for i128 constants.
2011-05-23 Devang PatelClear list of instructions without DebugLoc.
2011-05-18 Devang PatelUse IRBuiler while constant folding terminator.
2011-05-05 Devang PatelIn debug output, clearly list new instructions without...
2011-04-29 Devang PatelPrint new instructions without DebugLoc.
2011-04-28 Matt Beaumont-GayCoalesce some DEBUGs (moving an only-used-in-DEBUG...
2011-04-28 Devang PatelBeautify debug info probe output.
2011-04-13 Devang PatelFix debug message.
2011-04-06 Devang Patelface+palm
2011-03-16 Devang PatelDo not accidently initialize NumDbgValueLost and NumDbg...
2011-03-10 Devang PatelIntroduce DebugInfoProbe. This is used to monitor how...