summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-reduce
Commit message (Expand)AuthorAgeFilesLines
* llvm-reduce: Add a space to an option's --helpGeorge Burgess IV2019-12-051-1/+1
* llvm-reduce: Follow-up to 372280, now with more-better msan fixingDavid Blaikie2019-09-191-1/+1
* Fix -Wdocumentation "@returns in a void function" warning. NFCI.Simon Pilgrim2019-09-191-1/+0
* llvm-reduce: Add pass to reduce instructionsDavid Blaikie2019-09-194-0/+89
* llvm-reduce: Avoid use-after-free when removing a branch instructionDavid Blaikie2019-09-191-2/+7
* llvm-reduce: Remove inaccurate doxy comment about a return that isn't returnedDavid Blaikie2019-09-181-1/+0
* llvm-reduce: Fix inconsistencies between int/unsigned usage (standardize on int)David Blaikie2019-09-187-31/+32
* llvm-reduce: Add pass to reduce basic blocksDavid Blaikie2019-09-184-0/+165
* Fix -Wdocumentation "@returns in a void function" warning. NFCI.Simon Pilgrim2019-09-181-1/+0
* llvm-reduce: Remove some string copiesDavid Blaikie2019-09-162-25/+5
* llvm-reduce: Make tests shell-independent by passing the interpreter on the c...David Blaikie2019-09-161-7/+7
* llvm-reduce: Remove unused plugin support/requirementsDavid Blaikie2019-09-121-4/+0
* Reapply llvm-reduce: Add pass to reduce parameters""David Blaikie2019-09-124-0/+150
* PR43278: llvm-reduce: Use temporary file names (and ToolOutputFile) rather th...David Blaikie2019-09-124-51/+34
* [llvm-reduce] Fix a bug, improve error handling when running testReid Kleckner2019-09-112-4/+9
* Fix -Wdocumentation warning - void function doesn't need a @returns. NFCI.Simon Pilgrim2019-09-111-1/+0
* Revert "llvm-reduce: Add pass to reduce parameters"David Blaikie2019-09-114-149/+0
* llvm-reduce: Add pass to reduce parametersDavid Blaikie2019-09-104-0/+149
* llvm-reduce: Remove some unused headers/more narrowly include themDavid Blaikie2019-09-104-9/+9
* llvm-remove: Remove "using namespace" in header.David Blaikie2019-09-104-5/+10
* llvm-reduce: Add pass to reduce MetadataDavid Blaikie2019-09-104-2/+160
* llvm-reduce: Simplify testing using -implicit-check-notDavid Blaikie2019-09-101-2/+0
* [llvm-reduce] Silence -WdocumentationBenjamin Kramer2019-08-241-1/+0
* [Bugpoint redesign] Added Pass to Remove Global VariablesDiego Trevino Ferrer2019-08-154-0/+98
* [Bugpoint redesign] Output option can now print to STDOUTDiego Trevino Ferrer2019-08-155-49/+44
* Revert [Bugpoint redesign] Added Pass to Remove Global VariablesDiego Trevino Ferrer2019-08-154-97/+0
* [NFC] Remove documentation comment to fix warning.Jonas Devlieghere2019-08-151-1/+0
* [Bugpoint redesign] Modified Functions pass to consider declarationsDiego Trevino Ferrer2019-08-141-22/+15
* [Bugpoint redesign] Added Pass to Remove Global VariablesDiego Trevino Ferrer2019-08-144-0/+98
* [Bugpoint redesign] Reduced scope of variables in Delta implementationDiego Trevino Ferrer2019-08-141-5/+4
* Fix -Wdocumentation warning (@returns used in void function). NFCI.Simon Pilgrim2019-08-131-2/+1
* Fix -DBUILD_SHARED_LIBS=ON build after rL368358Sam Clegg2019-08-081-0/+1
* Added Delta IR Reduction ToolDiego Trevino Ferrer2019-08-0810-0/+655
* Revert Added Delta IR Reduction ToolDiego Trevino Ferrer2019-08-0710-686/+0
* Added Delta IR Reduction ToolDiego Trevino Ferrer2019-08-0710-0/+686
* Reverts commit r368117, r368115 and r368112Petr Hosek2019-08-0712-745/+0
* Added Tool as Dependency to tests & fixed warningsDiego Trevino Ferrer2019-08-074-7/+7
* [Bugpoint redesign] Added Pass to Remove Global VariablesDiego Trevino Ferrer2019-08-0711-206/+338
* Added Delta IR Reduction ToolDiego Trevino Ferrer2019-08-079-0/+613
* Revert "Added Delta IR Reduction Tool"Dmitri Gribenko2019-08-069-612/+0
* Added Delta IR Reduction ToolDiego Trevino Ferrer2019-08-069-0/+612
OpenPOWER on IntegriCloud