| Commit message (Expand) | Author | Age | Files | Lines |
| * | [Alignment][NFC] Remove AllocaInst::setAlignment(unsigned) | Guillaume Chatelet | 2019-09-30 | 1 | -1/+1 |
| * | [llvm] Migrate llvm::make_unique to std::make_unique | Jonas Devlieghere | 2019-08-15 | 3 | -3/+3 |
| * | [coroutine] Fixes "cannot move instruction since its users are not dominated ... | Gor Nishanov | 2019-08-15 | 2 | -148/+105 |
| * | Fix "not all control paths return a value" MSVC warnings. NFCI. | Simon Pilgrim | 2019-08-14 | 1 | -1/+4 |
| * | Fix "not all control paths return a value" MSVC warning. NFCI. | Simon Pilgrim | 2019-08-14 | 1 | -0/+1 |
| * | Fix "not all control paths return a value" MSVC warnings. NFCI. | Simon Pilgrim | 2019-08-14 | 1 | -0/+2 |
| * | Coroutines: adjust for SVN r358739 | John McCall | 2019-08-14 | 1 | -4/+6 |
| * | Don't run a full verifier pass in coro-splitting's private pipeline. | John McCall | 2019-08-14 | 1 | -1/+6 |
| * | Remove unreachable blocks before splitting a coroutine. | John McCall | 2019-08-14 | 1 | -1/+19 |
| * | Support swifterror in coroutine lowering. | John McCall | 2019-08-14 | 3 | -0/+238 |
| * | In coro.retcon lowering, don't explode if the optimizer messes around with th... | John McCall | 2019-08-14 | 2 | -1/+28 |
| * | Fix a use-after-free in the coro.alloca treatment. | John McCall | 2019-08-14 | 1 | -4/+10 |
| * | Add intrinsics for doing frame-bound dynamic allocations within a coroutine. | John McCall | 2019-08-14 | 3 | -4/+241 |
| * | Guard dumps in the coro intrinsic validation logic behind NDEBUG checks. dump... | John McCall | 2019-08-14 | 1 | -0/+14 |
| * | Generalize llvm.coro.suspend.retcon to allow an arbitrary number of arguments... | John McCall | 2019-08-14 | 3 | -24/+93 |
| * | Extend coroutines to support a "returned continuation" lowering. | John McCall | 2019-08-14 | 7 | -271/+1432 |
| * | Fix parameter name comments using clang-tidy. NFC. | Rui Ueyama | 2019-07-16 | 3 | -3/+3 |
| * | Simplify std::lower_bound with llvm::{bsearch,lower_bound}. NFC | Fangrui Song | 2019-06-21 | 1 | -1/+1 |
| * | [coroutines] Add missing pass dependency. | Gor Nishanov | 2019-06-18 | 1 | -1/+6 |
| * | [coroutines] Fix spills of static array allocas | Gor Nishanov | 2019-05-13 | 1 | -6/+39 |
| * | [CallSite removal] Move the legacy PM, call graph, and some inliner | Chandler Carruth | 2019-04-19 | 1 | -4/+4 |
| * | [coroutines][PR40979] Ignore unreachable uses across suspend points | Brian Gesiak | 2019-03-11 | 1 | -0/+2 |
| * | [opaque pointer types] Pass value type to LoadInst creation. | James Y Knight | 2019-02-01 | 4 | -7/+8 |
| * | [opaque pointer types] Pass function types to CallInst creation. | James Y Knight | 2019-02-01 | 1 | -2/+5 |
| * | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 9 | -36/+27 |
| * | Fix compiler warning about unused variable [NFC] | Mikael Holmen | 2018-12-12 | 1 | -1/+1 |
| * | [coroutines] Improve suspend point simplification | Gor Nishanov | 2018-12-11 | 1 | -32/+100 |
| * | [TI removal] Make `getTerminator()` return a generic `Instruction`. | Chandler Carruth | 2018-10-15 | 1 | -1/+1 |
| * | llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...) | Fangrui Song | 2018-09-27 | 1 | -1/+1 |
| * | [IR] Replace `isa<TerminatorInst>` with `isTerminator()`. | Chandler Carruth | 2018-08-26 | 2 | -2/+3 |
| * | [IR] Sink `isExceptional` predicate to `Instruction`, rename it to | Chandler Carruth | 2018-08-26 | 1 | -1/+1 |
| * | [LLVM-C] Add coroutine passes | whitequark | 2018-08-19 | 1 | -0/+17 |
| * | Move Analysis/Utils/Local.h back to Transforms | David Blaikie | 2018-06-04 | 3 | -3/+3 |
| * | Rename DEBUG macro to LLVM_DEBUG. | Nicola Zaghen | 2018-05-14 | 2 | -18/+18 |
| * | [Coroutines] PR34897: Fix incorrect elisions | Brian Gesiak | 2018-05-11 | 1 | -13/+37 |
| * | IWYU for llvm-config.h in llvm, additions. | Nico Weber | 2018-04-30 | 1 | -0/+1 |
| * | [Transforms] Change std::sort to llvm::sort in response to r327219 | Mandeep Singh Grang | 2018-04-13 | 1 | -1/+1 |
| * | Remove trailing space in build file. | Nico Weber | 2018-04-07 | 1 | -1/+1 |
| * | Make helpers static. NFC. | Benjamin Kramer | 2018-04-04 | 1 | -0/+2 |
| * | [coroutines] Respect alloca alignment requirements when building coroutine frame | Gor Nishanov | 2018-04-03 | 2 | -9/+87 |
| * | [Coroutines] Avoid assert splitting hidden coros | Brian Gesiak | 2018-04-02 | 1 | -2/+2 |
| * | [coroutines] Add support for llvm.coro.noop intrinsics | Gor Nishanov | 2018-04-02 | 2 | -7/+48 |
| * | Fix a couple of layering violations in Transforms | David Blaikie | 2018-03-21 | 3 | -4/+4 |
| * | Remove unused variable; NFC | George Burgess IV | 2018-03-15 | 1 | -1/+0 |
| * | [Coroutines] Move debug statement before assert | Brian Gesiak | 2018-02-19 | 1 | -1/+2 |
| * | [Coroutines] Don't move stores for allocator args | Brian Gesiak | 2018-02-15 | 1 | -1/+16 |
| * | Make internal/private GVs implicitly dso_local. | Rafael Espindola | 2018-01-11 | 1 | -0/+1 |
| * | Use phi ranges to simplify code. No functionality change intended. | Benjamin Kramer | 2017-12-30 | 1 | -5/+3 |
| * | [coro] Make Spill a proper struct instead of deriving from pair. | Benjamin Kramer | 2017-10-31 | 1 | -12/+10 |
| * | Reverting r315590; it did not include changes for llvm-tblgen, which is causi... | Aaron Ballman | 2017-10-15 | 1 | -1/+1 |