| Commit message (Expand) | Author | Age | Files | Lines |
| * | [Bugpoint] fix another use-after-move. NFC | Nick Desaulniers | 2019-05-31 | 1 | -1/+1 |
| * | Fix BUILD_SHARED_LIBS builds after r361567 | Daniel Sanders | 2019-05-24 | 1 | -0/+2 |
| * | Break false dependencies on target libraries | Daniel Sanders | 2019-05-23 | 1 | -1/+2 |
| * | [Bugpoint] fix use-after-move. NFC | Nick Desaulniers | 2019-05-21 | 1 | -3/+3 |
| * | [opaque pointer types] Pass value type to LoadInst creation. | James Y Knight | 2019-02-01 | 1 | -1/+2 |
| * | [opaque pointer types] Pass function types to CallInst creation. | James Y Knight | 2019-02-01 | 1 | -2/+2 |
| * | [opaque pointer types] Add a FunctionCallee wrapper type, and use it. | James Y Knight | 2019-02-01 | 1 | -2/+3 |
| * | Revert "[opaque pointer types] Add a FunctionCallee wrapper type, and use it." | James Y Knight | 2019-01-31 | 1 | -3/+2 |
| * | [opaque pointer types] Add a FunctionCallee wrapper type, and use it. | James Y Knight | 2019-01-31 | 1 | -2/+3 |
| * | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 13 | -52/+39 |
| * | [bugpoint][PR29027] Reduce function attributes | Brian Gesiak | 2018-12-19 | 1 | -0/+92 |
| * | [bugpoint] Find 'opt', etc., in bugpoint directory | Brian Gesiak | 2018-12-10 | 4 | -65/+62 |
| * | [TI removal] Make `getTerminator()` return a generic `Instruction`. | Chandler Carruth | 2018-10-15 | 1 | -1/+1 |
| * | [bugpoint] Revert r318459 | Don Hinton | 2018-09-18 | 1 | -8/+14 |
| * | [IR] Replace `isa<TerminatorInst>` with `isTerminator()`. | Chandler Carruth | 2018-08-26 | 1 | -3/+3 |
| * | Refactor ExecuteAndWait to take StringRefs. | Zachary Turner | 2018-06-12 | 2 | -101/+88 |
| * | Move Analysis/Utils/Local.h back to Transforms | David Blaikie | 2018-06-04 | 1 | -1/+1 |
| * | Rename DEBUG macro to LLVM_DEBUG. | Nicola Zaghen | 2018-05-14 | 3 | -33/+34 |
| * | Remove @brief commands from doxygen comments, too. | Adrian Prantl | 2018-05-01 | 1 | -1/+1 |
| * | IWYU for llvm-config.h in llvm, additions. | Nico Weber | 2018-04-30 | 1 | -0/+1 |
| * | s/LLVM_ON_WIN32/_WIN32/, llvm | Nico Weber | 2018-04-29 | 1 | -1/+1 |
| * | [bugpoint] Fix crash when testing for miscompilation. | Rafael Espindola | 2018-04-24 | 4 | -12/+15 |
| * | Link to AggressiveInstCombine in a few places. Unbreaks build for me. | Roman Lebedev | 2018-04-24 | 1 | -0/+1 |
| * | [AggressiveInstCombine] Add library initializer routine for AggressiveInstCom... | Craig Topper | 2018-04-24 | 1 | -0/+1 |
| * | Define InitLLVM to do common initialization all at once. | Rui Ueyama | 2018-04-13 | 1 | -4/+2 |
| * | Fix a couple of layering violations in Transforms | David Blaikie | 2018-03-21 | 1 | -1/+1 |
| * | Change the BugDriver to store the current module with std::unique_ptr. | Rafael Espindola | 2018-02-14 | 8 | -207/+185 |
| * | Use std::uniue_ptr. NFC. | Rafael Espindola | 2018-02-14 | 1 | -4/+4 |
| * | Use std::unique_ptr. NFC. | Rafael Espindola | 2018-02-14 | 1 | -12/+6 |
| * | Use std::unique_ptr. NFC. | Rafael Espindola | 2018-02-14 | 1 | -6/+5 |
| * | Use std::unique_ptr. NFC. | Rafael Espindola | 2018-02-14 | 1 | -4/+4 |
| * | Use std::unique_ptr. NFC. | Rafael Espindola | 2018-02-14 | 1 | -4/+3 |
| * | Use std::unique_ptr. NFC. | Rafael Espindola | 2018-02-14 | 1 | -4/+4 |
| * | Use std::unique_ptr. NFC. | Rafael Espindola | 2018-02-14 | 1 | -6/+5 |
| * | Use std::unique_ptr. NFC. | Rafael Espindola | 2018-02-14 | 1 | -9/+5 |
| * | Use std::unique_ptr. NFC. | Rafael Espindola | 2018-02-14 | 1 | -7/+5 |
| * | Pass a module reference to CloneModule. | Rafael Espindola | 2018-02-14 | 3 | -25/+25 |
| * | Pass a reference to a module to the bitcode writer. | Rafael Espindola | 2018-02-14 | 1 | -3/+3 |
| * | [bugpoint] Report non-existent opt binary | Vedant Kumar | 2018-02-09 | 1 | -0/+4 |
| * | [bugpoint] Simplify reducers which can fail verification, NFC | Vedant Kumar | 2018-02-09 | 2 | -47/+41 |
| * | [bugpoint] Delete a dead cl::opt (-child-output) | Vedant Kumar | 2018-02-09 | 1 | -3/+0 |
| * | [bugpoint] Simplify the global initializer reducer, NFC | Vedant Kumar | 2018-02-08 | 1 | -61/+59 |
| * | Simplify function prototypes in bugpoint, NFC | Vedant Kumar | 2018-02-08 | 1 | -31/+21 |
| * | [llvm-extract] Support extracting basic blocks | Volkan Keles | 2018-01-23 | 1 | -3/+9 |
| * | Remove redundant includes from tools. | Michael Zolotukhin | 2017-12-13 | 2 | -8/+0 |
| * | [CMake] Use PRIVATE in target_link_libraries for executables | Shoaib Meenai | 2017-12-05 | 1 | -2/+2 |
| * | Remove unnecessary code. | Rafael Espindola | 2017-11-22 | 1 | -3/+0 |
| * | Convert the last use of sys::fs::createUniqueFile in bugpoint. | Rafael Espindola | 2017-11-16 | 1 | -14/+8 |
| * | Convert another use of createUniqueFile to TempFile::create. | Rafael Espindola | 2017-11-16 | 4 | -12/+25 |
| * | Convert another use of createUniqueFile to TempFile::create. | Rafael Espindola | 2017-11-16 | 4 | -22/+22 |