| Commit message (Expand) | Author | Age | Files | Lines |
* | Update compiler extension integration into the build system | serge-sans-paille | 2020-06-17 | 1 | -2/+1 |
* | Generalize the pass registration mechanism used by Polly to any third-party tool | serge_sans_paille | 2020-01-02 | 2 | -15/+13 |
* | [Bugpoint] Do not create illegal function attribute combos | David Greene | 2019-12-16 | 1 | -0/+5 |
* | bugpoint: Add option to disable attribute removal | Matt Arsenault | 2019-11-19 | 1 | -23/+29 |
* | Sink all InitializePasses.h includes | Reid Kleckner | 2019-11-13 | 1 | -0/+1 |
* | [NFC] Add SUPPORT_PLUGINS to add_llvm_executable() | David Tenty | 2019-11-06 | 1 | -3/+1 |
* | Revert "[NFC] Rename LLVM_NO_DEAD_STRIP" | David Tenty | 2019-10-30 | 1 | -1/+1 |
* | [bugpoint] Reduce metadata that does not contribute to crash. | Florian Hahn | 2019-10-30 | 1 | -1/+89 |
* | [bugpoint] Try to reduce passes after reducing everything. | Florian Hahn | 2019-10-29 | 1 | -1/+15 |
* | [NFC] Rename LLVM_NO_DEAD_STRIP | David Tenty | 2019-10-25 | 1 | -1/+1 |
* | [bugpoint] Update runPasses to take ArrayRef instead of a pointer (NFC) | Florian Hahn | 2019-09-30 | 3 | -12/+8 |
* | [bugpoint] Add support for -Oz and properly enable -Os. | Florian Hahn | 2019-09-17 | 1 | -12/+34 |
* | Bugpoint: Remove some unnecessary c_str conversions on the journey to StringRef | David Blaikie | 2019-09-14 | 1 | -8/+8 |
* | Rename F_{None,Text,Append} to OF_{None,Text,Append}. NFC | Fangrui Song | 2019-08-05 | 1 | -1/+1 |
* | [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 |