summaryrefslogtreecommitdiffstats
path: root/llvm/tools/bugpoint
Commit message (Expand)AuthorAgeFilesLines
* Update compiler extension integration into the build systemserge-sans-paille2020-06-171-2/+1
* Generalize the pass registration mechanism used by Polly to any third-party toolserge_sans_paille2020-01-022-15/+13
* [Bugpoint] Do not create illegal function attribute combosDavid Greene2019-12-161-0/+5
* bugpoint: Add option to disable attribute removalMatt Arsenault2019-11-191-23/+29
* Sink all InitializePasses.h includesReid Kleckner2019-11-131-0/+1
* [NFC] Add SUPPORT_PLUGINS to add_llvm_executable()David Tenty2019-11-061-3/+1
* Revert "[NFC] Rename LLVM_NO_DEAD_STRIP"David Tenty2019-10-301-1/+1
* [bugpoint] Reduce metadata that does not contribute to crash.Florian Hahn2019-10-301-1/+89
* [bugpoint] Try to reduce passes after reducing everything.Florian Hahn2019-10-291-1/+15
* [NFC] Rename LLVM_NO_DEAD_STRIPDavid Tenty2019-10-251-1/+1
* [bugpoint] Update runPasses to take ArrayRef instead of a pointer (NFC)Florian Hahn2019-09-303-12/+8
* [bugpoint] Add support for -Oz and properly enable -Os.Florian Hahn2019-09-171-12/+34
* Bugpoint: Remove some unnecessary c_str conversions on the journey to StringRefDavid Blaikie2019-09-141-8/+8
* Rename F_{None,Text,Append} to OF_{None,Text,Append}. NFCFangrui Song2019-08-051-1/+1
* [Bugpoint] fix another use-after-move. NFCNick Desaulniers2019-05-311-1/+1
* Fix BUILD_SHARED_LIBS builds after r361567Daniel Sanders2019-05-241-0/+2
* Break false dependencies on target librariesDaniel Sanders2019-05-231-1/+2
* [Bugpoint] fix use-after-move. NFCNick Desaulniers2019-05-211-3/+3
* [opaque pointer types] Pass value type to LoadInst creation.James Y Knight2019-02-011-1/+2
* [opaque pointer types] Pass function types to CallInst creation.James Y Knight2019-02-011-2/+2
* [opaque pointer types] Add a FunctionCallee wrapper type, and use it.James Y Knight2019-02-011-2/+3
* Revert "[opaque pointer types] Add a FunctionCallee wrapper type, and use it."James Y Knight2019-01-311-3/+2
* [opaque pointer types] Add a FunctionCallee wrapper type, and use it.James Y Knight2019-01-311-2/+3
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-1913-52/+39
* [bugpoint][PR29027] Reduce function attributesBrian Gesiak2018-12-191-0/+92
* [bugpoint] Find 'opt', etc., in bugpoint directoryBrian Gesiak2018-12-104-65/+62
* [TI removal] Make `getTerminator()` return a generic `Instruction`.Chandler Carruth2018-10-151-1/+1
* [bugpoint] Revert r318459Don Hinton2018-09-181-8/+14
* [IR] Replace `isa<TerminatorInst>` with `isTerminator()`.Chandler Carruth2018-08-261-3/+3
* Refactor ExecuteAndWait to take StringRefs.Zachary Turner2018-06-122-101/+88
* Move Analysis/Utils/Local.h back to TransformsDavid Blaikie2018-06-041-1/+1
* Rename DEBUG macro to LLVM_DEBUG.Nicola Zaghen2018-05-143-33/+34
* Remove @brief commands from doxygen comments, too.Adrian Prantl2018-05-011-1/+1
* IWYU for llvm-config.h in llvm, additions.Nico Weber2018-04-301-0/+1
* s/LLVM_ON_WIN32/_WIN32/, llvmNico Weber2018-04-291-1/+1
* [bugpoint] Fix crash when testing for miscompilation.Rafael Espindola2018-04-244-12/+15
* Link to AggressiveInstCombine in a few places. Unbreaks build for me.Roman Lebedev2018-04-241-0/+1
* [AggressiveInstCombine] Add library initializer routine for AggressiveInstCom...Craig Topper2018-04-241-0/+1
* Define InitLLVM to do common initialization all at once.Rui Ueyama2018-04-131-4/+2
* Fix a couple of layering violations in TransformsDavid Blaikie2018-03-211-1/+1
* Change the BugDriver to store the current module with std::unique_ptr.Rafael Espindola2018-02-148-207/+185
* Use std::uniue_ptr. NFC.Rafael Espindola2018-02-141-4/+4
* Use std::unique_ptr. NFC.Rafael Espindola2018-02-141-12/+6
* Use std::unique_ptr. NFC.Rafael Espindola2018-02-141-6/+5
* Use std::unique_ptr. NFC.Rafael Espindola2018-02-141-4/+4
* Use std::unique_ptr. NFC.Rafael Espindola2018-02-141-4/+3
* Use std::unique_ptr. NFC.Rafael Espindola2018-02-141-4/+4
* Use std::unique_ptr. NFC.Rafael Espindola2018-02-141-6/+5
* Use std::unique_ptr. NFC.Rafael Espindola2018-02-141-9/+5
* Use std::unique_ptr. NFC.Rafael Espindola2018-02-141-7/+5
OpenPOWER on IntegriCloud