aboutsummaryrefslogtreecommitdiff
path: root/lib/VMCore/DebugInfoProbe.cpp
AgeCommit message (Expand)Author
2011-06-24Revert unintentional check-in.Devang Patel
2011-06-24Handle debug info for i128 constants.Devang Patel
2011-05-23Clear list of instructions without DebugLoc.Devang Patel
2011-05-18Use IRBuiler while constant folding terminator.Devang Patel
2011-05-05In debug output, clearly list new instructions without DebugLoc.Devang Patel
2011-04-29Print new instructions without DebugLoc.Devang Patel
2011-04-28Coalesce some DEBUGs (moving an only-used-in-DEBUG variable's declaration int...Matt Beaumont-Gay
2011-04-28Beautify debug info probe output.Devang Patel
2011-04-13Fix debug message.Devang Patel
2011-04-06face+palmDevang Patel
2011-03-16Do not accidently initialize NumDbgValueLost and NumDbgLineLost counts.Devang Patel
2011-03-10Introduce DebugInfoProbe. This is used to monitor how llvm optimizer is treat...Devang Patel