summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-reduce/deltas/ReduceArguments.cpp
Commit message (Collapse)AuthorAgeFilesLines
* llvm-reduce: Fix inconsistencies between int/unsigned usage (standardize on int)David Blaikie2019-09-181-3/+3
| | | | llvm-svn: 372270
* Fix -Wdocumentation "@returns in a void function" warning. NFCI.Simon Pilgrim2019-09-181-1/+0
| | | | llvm-svn: 372212
* Reapply llvm-reduce: Add pass to reduce parameters""David Blaikie2019-09-121-0/+126
| | | | | | | | | | Fixing a couple of asan-identified bugs * use of an invalid "Use" iterator after the element was removed * use of StringRef to Function name after the Function was erased This reapplies r371567, which was reverted in r371580. llvm-svn: 371700
* Revert "llvm-reduce: Add pass to reduce parameters"David Blaikie2019-09-111-125/+0
| | | | | | | | Looks to be failing on asan buildbots This reverts commit r371567. llvm-svn: 371580
* llvm-reduce: Add pass to reduce parametersDavid Blaikie2019-09-101-0/+125
Patch by Diego TreviƱo! Differential Revision: https://reviews.llvm.org/D65479 llvm-svn: 371567
OpenPOWER on IntegriCloud