summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-reduce/deltas/ReduceBasicBlocks.cpp
Commit message (Collapse)AuthorAgeFilesLines
* llvm-reduce: Follow-up to 372280, now with more-better msan fixingDavid Blaikie2019-09-191-1/+1
| | | | llvm-svn: 372349
* llvm-reduce: Avoid use-after-free when removing a branch instructionDavid Blaikie2019-09-191-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 returnedDavid Blaikie2019-09-181-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 Blaikie2019-09-181-4/+4
| | | | llvm-svn: 372270
* llvm-reduce: Add pass to reduce basic blocksDavid Blaikie2019-09-181-0/+142
Patch by Diego Treviño! Differential Revision: https://reviews.llvm.org/D66320 llvm-svn: 372264
OpenPOWER on IntegriCloud