Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Take out the debug info probe stuff. It's making some changes to | Eric Christopher | 2012-03-23 | 1 | -225/+0 |
| | | | | | | | the PassManager annoying and should be reimplemented as a decorator on top of existing passes (as should the timing data). llvm-svn: 153305 | ||||
* | Revert unintentional check-in. | Devang Patel | 2011-06-24 | 1 | -26/+10 |
| | | | | llvm-svn: 133822 | ||||
* | Handle debug info for i128 constants. | Devang Patel | 2011-06-24 | 1 | -10/+26 |
| | | | | llvm-svn: 133821 | ||||
* | Clear list of instructions without DebugLoc. | Devang Patel | 2011-05-23 | 1 | -0/+1 |
| | | | | llvm-svn: 131906 | ||||
* | Use IRBuiler while constant folding terminator. | Devang Patel | 2011-05-18 | 1 | -2/+2 |
| | | | | llvm-svn: 131541 | ||||
* | In debug output, clearly list new instructions without DebugLoc. | Devang Patel | 2011-05-05 | 1 | -36/+2 |
| | | | | llvm-svn: 130957 | ||||
* | Print new instructions without DebugLoc. | Devang Patel | 2011-04-29 | 1 | -0/+9 |
| | | | | llvm-svn: 130542 | ||||
* | Coalesce some DEBUGs (moving an only-used-in-DEBUG variable's declaration ↵ | Matt Beaumont-Gay | 2011-04-28 | 1 | -6/+7 |
| | | | | | | into the DEBUG) llvm-svn: 130448 | ||||
* | Beautify debug info probe output. | Devang Patel | 2011-04-28 | 1 | -4/+13 |
| | | | | llvm-svn: 130435 | ||||
* | Fix debug message. | Devang Patel | 2011-04-13 | 1 | -1/+3 |
| | | | | llvm-svn: 129463 | ||||
* | face+palm | Devang Patel | 2011-04-06 | 1 | -4/+4 |
| | | | | | | Keep track of llvm.dbg.value intrinsics with non null values. llvm-svn: 129010 | ||||
* | Do not accidently initialize NumDbgValueLost and NumDbgLineLost counts. | Devang Patel | 2011-03-16 | 1 | -4/+4 |
| | | | | llvm-svn: 127720 | ||||
* | Introduce DebugInfoProbe. This is used to monitor how llvm optimizer is ↵ | Devang Patel | 2011-03-10 | 1 | -0/+237 |
treating debugging information. It generates output that lools like 8 times line number info lost by Scalar Replacement of Aggregates (SSAUp) 1 times line number info lost by Simplify well-known library calls 12 times variable info lost by Jump Threading llvm-svn: 127381 |