summaryrefslogtreecommitdiffstats
path: root/llvm/tools/bugpoint
Commit message (Expand)AuthorAgeFilesLines
* [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
* Pass a module reference to CloneModule.Rafael Espindola2018-02-143-25/+25
* Pass a reference to a module to the bitcode writer.Rafael Espindola2018-02-141-3/+3
* [bugpoint] Report non-existent opt binaryVedant Kumar2018-02-091-0/+4
* [bugpoint] Simplify reducers which can fail verification, NFCVedant Kumar2018-02-092-47/+41
* [bugpoint] Delete a dead cl::opt (-child-output)Vedant Kumar2018-02-091-3/+0
* [bugpoint] Simplify the global initializer reducer, NFCVedant Kumar2018-02-081-61/+59
* Simplify function prototypes in bugpoint, NFCVedant Kumar2018-02-081-31/+21
* [llvm-extract] Support extracting basic blocksVolkan Keles2018-01-231-3/+9
* Remove redundant includes from tools.Michael Zolotukhin2017-12-132-8/+0
* [CMake] Use PRIVATE in target_link_libraries for executablesShoaib Meenai2017-12-051-2/+2
* Remove unnecessary code.Rafael Espindola2017-11-221-3/+0
* Convert the last use of sys::fs::createUniqueFile in bugpoint.Rafael Espindola2017-11-161-14/+8
* Convert another use of createUniqueFile to TempFile::create.Rafael Espindola2017-11-164-12/+25
* Convert another use of createUniqueFile to TempFile::create.Rafael Espindola2017-11-164-22/+22
OpenPOWER on IntegriCloud