Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move llvm/test/DebugInfo/live-debug-values.ll into X86, due to target triple. | NAKAMURA Takumi | 2015-12-16 | 1 | -153/+0 |
| | | | | llvm-svn: 255834 | ||||
* | Recommit LiveDebugValues pass after fixing a couple of minor issues. | Vikram TV | 2015-12-16 | 1 | -0/+153 |
| | | | | llvm-svn: 255759 | ||||
* | Revert "Implement a new pass - LiveDebugValues - to compute the set of live ↵ | Mehdi Amini | 2015-12-09 | 1 | -153/+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/+153 |
DEBUG_VALUEs at each basic block and insert them. Reviewed and accepted at: http://reviews.llvm.org/D11933 llvm-svn: 255096 |