Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | llvm-reduce: Follow-up to 372280, now with more-better msan fixing | David Blaikie | 2019-09-19 | 1 | -1/+1 |
| | | | | llvm-svn: 372349 | ||||
* | llvm-reduce: Avoid use-after-free when removing a branch instruction | David Blaikie | 2019-09-19 | 1 | -2/+7 |
| | | | | | | Found my msan buildbot & pointed out by Nico Weber - thanks Nico! llvm-svn: 372280 | ||||
* | llvm-reduce: Remove inaccurate doxy comment about a return that isn't returned | David Blaikie | 2019-09-18 | 1 | -1/+0 |
| | | | | | | | Addressing post-commit code review feedback from Dávid Bolvanský - thanks! llvm-svn: 372271 | ||||
* | llvm-reduce: Fix inconsistencies between int/unsigned usage (standardize on int) | David Blaikie | 2019-09-18 | 1 | -4/+4 |
| | | | | llvm-svn: 372270 | ||||
* | llvm-reduce: Add pass to reduce basic blocks | David Blaikie | 2019-09-18 | 1 | -0/+142 |
Patch by Diego Treviño! Differential Revision: https://reviews.llvm.org/D66320 llvm-svn: 372264 |