| Commit message (Expand) | Author | Age | Files | Lines |
| * | [WebAssembly] Fix resume-only case in Emscripten EH | Heejin Ahn | 2020-01-29 | 1 | -1/+4 |
| * | Fix "pointer is null" static analyzer warning. NFCI. | Simon Pilgrim | 2020-01-08 | 1 | -1/+1 |
| * | [WebAssembly] Fix landingpad-only case in Emscripten EH | Heejin Ahn | 2020-01-06 | 1 | -1/+1 |
| * | Add missing includes needed to prune LLVMContext.h include, NFC | Reid Kleckner | 2019-11-14 | 1 | -0/+1 |
| * | [WebAssembly] Compare functions by names in Emscripten Sjlj | Heejin Ahn | 2019-09-03 | 1 | -64/+31 |
| * | [WebAssembly] Fix SSA rebuilding in SjLj transformation | Heejin Ahn | 2019-08-26 | 1 | -5/+2 |
| * | [WebAssembly] Forbid use of EM_ASM with setjmp/longjmp | Guanzhong Chen | 2019-08-16 | 1 | -0/+24 |
| * | [WebAssembly] Fix conflict between ret legalization and sjlj | Keno Fischer | 2019-08-05 | 1 | -1/+1 |
| * | [WebAssembly] Fix allocsize attribute in sjlj lowering | Keno Fischer | 2019-08-03 | 1 | -1/+14 |
| * | [WebAssembly] Prevent inline assembly from being mangled by SjLj | Guanzhong Chen | 2019-07-03 | 1 | -0/+7 |
| * | [WebAssembly] EmscriptenEHSjLj: Don't abort if __THREW__ is defined | Sam Clegg | 2019-04-04 | 1 | -4/+5 |
| * | [WebAssembly] clang-tidy (NFC) | Heejin Ahn | 2019-02-04 | 1 | -31/+27 |
| * | [opaque pointer types] Pass value type to LoadInst creation. | James Y Knight | 2019-02-01 | 1 | -5/+6 |
| * | [opaque pointer types] Pass function types to CallInst creation. | James Y Knight | 2019-02-01 | 1 | -1/+2 |
| * | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
| * | [WebAssembly] Print a debug message at the start of each pass | Heejin Ahn | 2019-01-09 | 1 | -0/+2 |
| * | [WebAssembly] WebAssemblyLowerEmscriptenEHSjLj: use getter/setter for accessi... | Sam Clegg | 2018-11-20 | 1 | -40/+45 |
| * | [WebAssembly] Fix LowerEmscriptenEHSjLj when there's only longjmp | Heejin Ahn | 2018-11-08 | 1 | -52/+60 |
| * | [TI removal] Make variables declared as `TerminatorInst` and initialized | Chandler Carruth | 2018-10-15 | 1 | -1/+1 |
| * | [WebAssembly] Stop generating helper functions in WebAssemblyLowerEmscriptenE... | Sam Clegg | 2018-10-02 | 1 | -85/+17 |
| * | [WebAssembly] Update WebAssemblyLowerEmscriptenEHSjLj to handle separate comp... | Sam Clegg | 2018-07-17 | 1 | -38/+17 |
| * | Remove \brief commands from doxygen comments. | Adrian Prantl | 2018-05-01 | 1 | -1/+1 |
| * | fix trivial typo; NFC | Hiroshi Inoue | 2017-06-30 | 1 | -1/+1 |
| * | [IR] Make getParamAttributes take argument numbers, not ArgNo+1 | Reid Kleckner | 2017-04-13 | 1 | -2/+1 |
| * | [IR] Take func, ret, and arg attrs separately in AttributeList::get | Reid Kleckner | 2017-04-13 | 1 | -8/+6 |
| * | [WebAssembly] Update use of Attributes after r299875 | Derek Schuff | 2017-04-12 | 1 | -17/+14 |
| * | Revert "[WebAssembly] Update use of Attributes after r299875" | Derek Schuff | 2017-04-12 | 1 | -14/+17 |
| * | [WebAssembly] Update use of Attributes after r299875 | Derek Schuff | 2017-04-12 | 1 | -17/+14 |
| * | Rename AttributeSet to AttributeList | Reid Kleckner | 2017-03-21 | 1 | -9/+10 |
| * | Fix wasm build after arg_begin iterator type change | Reid Kleckner | 2017-03-17 | 1 | -1/+1 |
| * | Use StringRef in Pass/PassManager APIs (NFC) | Mehdi Amini | 2016-10-01 | 1 | -1/+1 |
| * | [WebAssembly] Fix typos in comments | Heejin Ahn | 2016-09-10 | 1 | -11/+14 |
| * | [WebAssembly] Add asm.js-style setjmp/longjmp handling for wasm (reland r280302) | Heejin Ahn | 2016-09-01 | 1 | -164/+763 |
| * | Revert "Add asm.js-style setjmp/longjmp handling for wasm" | Heejin Ahn | 2016-09-01 | 1 | -763/+164 |
| * | Add asm.js-style setjmp/longjmp handling for wasm | Heejin Ahn | 2016-08-31 | 1 | -164/+763 |
| * | [WebAssembly] Change a comment line | Heejin Ahn | 2016-08-24 | 1 | -1/+2 |
| * | [WebAssembly] Refactor WebAssemblyLowerEmscriptenException pass for setjmp/lo... | Derek Schuff | 2016-08-18 | 1 | -0/+581 |