| Commit message (Expand) | Author | Age | Files | Lines |
| * | [WebAssembly] Use named operands to identify loads and stores | Thomas Lively | 2019-03-09 | 1 | -108/+6 |
| * | [WebAssembly] clang-tidy (NFC) | Heejin Ahn | 2019-02-04 | 1 | -3/+3 |
| * | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
| * | [WebAssembly] Process p2align operands for SIMD loads and stores | Thomas Lively | 2018-10-31 | 1 | -0/+12 |
| * | [WebAssembly] clang-format (NFC) | Heejin Ahn | 2018-09-05 | 1 | -4/+3 |
| * | [WebAssembly] Support for atomic.wait / atomic.wake instructions | Heejin Ahn | 2018-08-02 | 1 | -0/+3 |
| * | [WebAssembly] Support for a ternary atomic RMW instruction | Heejin Ahn | 2018-08-01 | 1 | -0/+7 |
| * | [WebAssembly] Support for binary atomic RMW instructions | Heejin Ahn | 2018-07-09 | 1 | -0/+42 |
| * | [WebAssembly] Support for atomic stores | Heejin Ahn | 2018-07-02 | 1 | -0/+7 |
| * | Rename DEBUG macro to LLVM_DEBUG. | Nicola Zaghen | 2018-05-14 | 1 | -1/+1 |
| * | Remove \brief commands from doxygen comments. | Adrian Prantl | 2018-05-01 | 1 | -1/+1 |
| * | [WebAssembly] Register wasm passes with the PassRegistry | Jacob Gravelle | 2018-03-30 | 1 | -0/+4 |
| * | [WebAssembly] Add the rest of the atomic loads | Derek Schuff | 2017-10-05 | 1 | -0/+6 |
| * | [WebAssembly] Add target feature for atomics | Derek Schuff | 2017-08-30 | 1 | -0/+1 |
| * | Sort the remaining #include lines in include/... and lib/.... | Chandler Carruth | 2017-06-06 | 1 | -1/+1 |
| * | [WebAssembly] Remove the output operand from stores. | Dan Gohman | 2016-10-06 | 1 | -20/+25 |
| * | Use StringRef in Pass/PassManager APIs (NFC) | Mehdi Amini | 2016-10-01 | 1 | -1/+1 |
| * | [WebAssembly] Limit alignment hints to natural alignment. | Dan Gohman | 2016-04-21 | 1 | -3/+9 |
| * | [WebAssembly] Implement unaligned loads and stores. | Dan Gohman | 2016-01-26 | 1 | -0/+108 |