| Commit message (Expand) | Author | Age | Files | Lines |
| * | [WebAssembly] Replace SIMD int min/max builtins with patterns | Thomas Lively | 2019-12-16 | 1 | -0/+7 |
| * | [IR] Split out target specific intrinsic enums into separate headers | Reid Kleckner | 2019-12-11 | 1 | -0/+1 |
| * | Reland "[WebAssembly] Expand setcc of v2i64" | Thomas Lively | 2019-11-01 | 1 | -0/+30 |
| * | Reland "[WebAssembly] Handle multiple loads of splatted loads" | Thomas Lively | 2019-10-31 | 1 | -1/+8 |
| * | Revert "[WebAssembly] Handle multiple loads of splatted loads" | Vlad Tsyrklevich | 2019-10-31 | 1 | -8/+1 |
| * | Revert "[WebAssembly] Expand setcc of v2i64" | Vlad Tsyrklevich | 2019-10-31 | 1 | -30/+0 |
| * | [WebAssembly] Handle multiple loads of splatted loads | Thomas Lively | 2019-10-31 | 1 | -1/+8 |
| * | [WebAssembly] Expand setcc of v2i64 | Thomas Lively | 2019-10-31 | 1 | -0/+30 |
| * | Fix -Wparentheses warning. NFCI. | Simon Pilgrim | 2019-10-10 | 1 | -2/+2 |
| * | [WebAssembly] Make returns variadic | Thomas Lively | 2019-10-09 | 1 | -3/+4 |
| * | [WebAssembly] v8x16.swizzle and rewrite BUILD_VECTOR lowering | Thomas Lively | 2019-10-09 | 1 | -74/+122 |
| * | [WebAssembly] SIMD Load and extend operations | Thomas Lively | 2019-09-27 | 1 | -1/+19 |
| * | [WebAssembly] vNxM.load_splat instructions | Thomas Lively | 2019-09-23 | 1 | -1/+10 |
| * | [WebAssembly] Restore defaults for stores per memop | Thomas Lively | 2019-09-18 | 1 | -10/+0 |
| * | [SVE][MVT] Fixed-length vector MVT ranges | Graham Hunter | 2019-09-17 | 1 | -2/+2 |
| * | [TargetLowering] Remove optional arguments passing to makeLibCall | Shiva Chen | 2019-08-22 | 1 | -1/+2 |
| * | [WebAssembly] Stop unrolling SIMD shifts since they are fixed in V8 | Thomas Lively | 2019-08-14 | 1 | -5/+0 |
| * | [webassembly] Apply llvm-prefer-register-over-unsigned from clang-tidy to LLVM | Daniel Sanders | 2019-08-12 | 1 | -6/+6 |
| * | [WebAssembly] Fix conflict between ret legalization and sjlj | Keno Fischer | 2019-08-05 | 1 | -1/+12 |
| * | [LLVM][Alignment] Introduce Alignment Type | Guillaume Chatelet | 2019-08-05 | 1 | -3/+3 |
| * | [WebAssembly] Do not emit tail calls with return type mismatch | Thomas Lively | 2019-07-30 | 1 | -7/+30 |
| * | [WebAssembly] Implement tail calls and unify tablegen call classes | Thomas Lively | 2019-06-26 | 1 | -7/+15 |
| * | [TargetLowering] Add MachineMemOperand::Flags to allowsMemoryAccess tests (PR... | Simon Pilgrim | 2019-06-12 | 1 | -1/+2 |
| * | [WebAssembly] Fix ISel crash on sext_inreg/extract type mismatch | Thomas Lively | 2019-06-04 | 1 | -2/+26 |
| * | [WebAssembly] Expand more SIMD float ops | Thomas Lively | 2019-05-24 | 1 | -1/+2 |
| * | [WebAssembly] Implement ReplaceNodeResults to fix a SIMD crash | Thomas Lively | 2019-05-23 | 1 | -0/+15 |
| * | [WebAssembly] Implement __builtin_return_address for emscripten | Thomas Lively | 2019-05-23 | 1 | -3/+27 |
| * | [SelectionDAG] remove constant folding limitations based on FP exceptions | Sanjay Patel | 2019-05-02 | 1 | -3/+0 |
| * | [WebAssembly] Support f16 libcalls | Dan Gohman | 2019-04-30 | 1 | -0/+5 |
| * | [WebAssembly] Emit br_table for most switch instructions | Heejin Ahn | 2019-04-23 | 1 | -0/+5 |
| * | [WebAssembly] Add new explicit relocation types for PIC relocations | Sam Clegg | 2019-04-04 | 1 | -3/+8 |
| * | [WebAssembly] Remove unneeded target operand flags | Sam Clegg | 2019-04-03 | 1 | -16/+7 |
| * | [WebAssembly] Initial implementation of PIC code generation | Sam Clegg | 2019-03-26 | 1 | -3/+41 |
| * | [WebAssembly] Don't override default implementation of isOffsetFoldingLegal. ... | Sam Clegg | 2019-03-18 | 1 | -6/+0 |
| * | [WebAssembly] Remove unused load/store patterns that use texternalsym | Sam Clegg | 2019-03-15 | 1 | -5/+5 |
| * | [WebAssembly] Simplify iterator navigations (NFC) | Heejin Ahn | 2019-03-05 | 1 | -2/+1 |
| * | [WebAssembly] Expand operations not supported by SIMD | Thomas Lively | 2019-03-02 | 1 | -0/+17 |
| * | Revert "[WebAssembly][WIP] Expand operations not supported by SIMD" | Thomas Lively | 2019-03-02 | 1 | -17/+0 |
| * | [WebAssembly][WIP] Expand operations not supported by SIMD | Thomas Lively | 2019-03-02 | 1 | -0/+17 |
| * | Revert "[WebAssembly] Lower SIMD shifts since they are fixed in V8" | Thomas Lively | 2019-03-01 | 1 | -0/+5 |
| * | [WebAssembly] Lower SIMD shifts since they are fixed in V8 | Thomas Lively | 2019-03-01 | 1 | -5/+0 |
| * | [WebAssembly] Properly align fp128 arguments in outgoing varargs arguments | Dan Gohman | 2019-02-26 | 1 | -3/+6 |
| * | [WebAssembly] memory.fill | Thomas Lively | 2019-02-13 | 1 | -1/+3 |
| * | [WebAssembly] Lower memmove to memory.copy | Thomas Lively | 2019-02-05 | 1 | -0/+2 |
| * | [WebAssembly] memory.copy | Thomas Lively | 2019-02-05 | 1 | -0/+6 |
| * | [WebAssembly] clang-tidy (NFC) | Heejin Ahn | 2019-02-04 | 1 | -22/+21 |
| * | [WebAssembly] Exception handling: Switch to the new proposal | Heejin Ahn | 2019-01-30 | 1 | -41/+35 |
| * | [WebAssembly] Optimize BUILD_VECTOR lowering for size | Thomas Lively | 2019-01-30 | 1 | -0/+110 |
| * | [WebAssembly] Expand BUILD_PAIR nodes | Thomas Lively | 2019-01-28 | 1 | -0/+3 |
| * | [WebAssembly][NFC] Group SIMD-related ISel configuration | Thomas Lively | 2019-01-26 | 1 | -59/+45 |