Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Speed up LiveDebugValues | Daniel Berlin | 2016-01-10 | 1 | -28/+52 |
| | | | | | | | | | | | | | | | | Summary: Use proper dataflow ordering to speed convergence. This will converge the testcase on bug 26055 in 2 iterations. (data structures speedups to come to make even that faster) Reviewers: kcc, samsonov, echristo, dblaikie, tvvikram Subscribers: llvm-commits Differential Revision: http://reviews.llvm.org/D16039 llvm-svn: 257292 | ||||
* | Don't use random class variables across functions | Daniel Berlin | 2016-01-10 | 1 | -29/+30 |
| | | | | llvm-svn: 257271 | ||||
* | [LiveDebugValues] Replace several lines of code with operator[]. | Alexey Samsonov | 2016-01-07 | 1 | -16/+2 |
| | | | | llvm-svn: 257114 | ||||
* | Recommit LiveDebugValues pass after fixing a couple of minor issues. | Vikram TV | 2015-12-16 | 1 | -0/+405 |
| | | | | llvm-svn: 255759 | ||||
* | Revert "Implement a new pass - LiveDebugValues - to compute the set of live ↵ | Mehdi Amini | 2015-12-09 | 1 | -402/+0 |
| | | | | | | | | | | | DEBUG_VALUEs at each basic block and insert them. Reviewed and accepted at: http://reviews.llvm.org/D11933" This reverts commit r255096. Break the bots: http://lab.llvm.org:8080/green/job/clang-stage1-cmake-RA-incremental_check/16378/ From: Mehdi Amini <mehdi.amini@apple.com> llvm-svn: 255101 | ||||
* | Implement a new pass - LiveDebugValues - to compute the set of live ↵ | Vikram TV | 2015-12-09 | 1 | -0/+402 |
DEBUG_VALUEs at each basic block and insert them. Reviewed and accepted at: http://reviews.llvm.org/D11933 llvm-svn: 255096 |