summaryrefslogtreecommitdiffstats
path: root/llvm/test/Reduce/remove-args.ll
Commit message (Collapse)AuthorAgeFilesLines
* llvm-reduce: Clean out previous test temp/output dir, since it was a dir and ↵David Blaikie2019-09-161-0/+1
| | | | | | now it's used as just a single file llvm-svn: 372054
* llvm-reduce: Make tests shell-independent by passing the interpreter on the ↵David Blaikie2019-09-161-11/+2
| | | | | | command line rather than using #! in the test file llvm-svn: 372049
* Fix llvm-reduce tests so that they don't assume the source code isTim Shen2019-09-121-2/+1
| | | | | | | | | writable. Instead of copying over the original file permissions, just create a new file and add the executable bit. llvm-svn: 371772
* llvm-reduce: For now, mark these tests as requiring a shellDavid Blaikie2019-09-121-0/+1
| | | | | | | (since they execute shell scripts/that's the only entry point at the moment) llvm-svn: 371764
* llvm-reduce: Remove unused plugin support/requirementsDavid Blaikie2019-09-121-1/+0
| | | | llvm-svn: 371755
* Reapply llvm-reduce: Add pass to reduce parameters""David Blaikie2019-09-121-0/+22
| | | | | | | | | | 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-22/+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/+22
Patch by Diego Treviño! Differential Revision: https://reviews.llvm.org/D65479 llvm-svn: 371567
OpenPOWER on IntegriCloud