aboutsummaryrefslogtreecommitdiffstats
path: root/lib/VMCore/DebugInfoProbe.cpp
Commit message (Expand)AuthorAgeFilesLines
* Revert unintentional check-in.Devang Patel2011-06-241-26/+10
* Handle debug info for i128 constants.Devang Patel2011-06-241-10/+26
* Clear list of instructions without DebugLoc.Devang Patel2011-05-231-0/+1
* Use IRBuiler while constant folding terminator.Devang Patel2011-05-181-2/+2
* In debug output, clearly list new instructions without DebugLoc.Devang Patel2011-05-051-36/+2
* Print new instructions without DebugLoc.Devang Patel2011-04-291-0/+9
* Coalesce some DEBUGs (moving an only-used-in-DEBUG variable's declaration int...Matt Beaumont-Gay2011-04-281-6/+7
* Beautify debug info probe output.Devang Patel2011-04-281-4/+13
* Fix debug message.Devang Patel2011-04-131-1/+3
* face+palmDevang Patel2011-04-061-4/+4
* Do not accidently initialize NumDbgValueLost and NumDbgLineLost counts.Devang Patel2011-03-161-4/+4
* Introduce DebugInfoProbe. This is used to monitor how llvm optimizer is treat...Devang Patel2011-03-101-0/+237