| Commit message (Expand) | Author | Age | Files | Lines |
| * | Prune a LegacyDivergenceAnalysis and MachineLoopInfo include each | Reid Kleckner | 2019-10-19 | 1 | -0/+1 |
| * | [WebAssembly] Allow multivalue types in block signature operands | Thomas Lively | 2019-10-15 | 1 | -45/+19 |
| * | [WebAssembly] Make returns variadic | Thomas Lively | 2019-10-09 | 1 | -1/+5 |
| * | [WebAssembly] Fix a bug in 'try' placement | Heejin Ahn | 2019-10-08 | 1 | -13/+23 |
| * | [WebAssembly] Fix unwind mismatch stat computation | Heejin Ahn | 2019-10-07 | 1 | -3/+5 |
| * | [WebAssembly] Unstackify regs after fixing unwinding mismatches | Heejin Ahn | 2019-10-01 | 1 | -0/+20 |
| * | [webassembly] Apply llvm-prefer-register-over-unsigned from clang-tidy to LLVM | Daniel Sanders | 2019-08-12 | 1 | -1/+1 |
| * | [WebAssembly] Rename except_ref type to exnref | Heejin Ahn | 2019-07-15 | 1 | -11/+10 |
| * | [WebAssembly] refactored utilities to not depend on MachineInstr | Wouter van Oortmerssen | 2019-07-12 | 1 | -1/+1 |
| * | [WebAssembly] Fix unwind destination mismatches in CFG stackify | Heejin Ahn | 2019-03-30 | 1 | -19/+511 |
| * | [WebAssembly] Handle END_LOOP in unreachable BB in CFGStackify | Heejin Ahn | 2019-03-29 | 1 | -1/+3 |
| * | [WebAssembly] Add CFGStacikfied field to WebAssemblyFunctionInfo | Heejin Ahn | 2019-03-26 | 1 | -0/+1 |
| * | [WebAssembly] Fix a bug when mixing TRY/LOOP markers | Heejin Ahn | 2019-03-26 | 1 | -1/+3 |
| * | [WebAssembly] Fix bugs in BLOCK/TRY placement | Heejin Ahn | 2019-03-26 | 1 | -39/+43 |
| * | [WebAssembly] Place 'try' and 'catch' correctly wrt EH_LABELs | Heejin Ahn | 2019-03-13 | 1 | -0/+5 |
| * | [WebAssembly] Simplify iterator navigations (NFC) | Heejin Ahn | 2019-03-05 | 1 | -15/+11 |
| * | [WebAssembly] Fix ScopeTops info in CFGStackify for EH pads | Heejin Ahn | 2019-02-27 | 1 | -5/+16 |
| * | [WebAssembly] Remove unnecessary instructions after TRY marker placement | Heejin Ahn | 2019-02-27 | 1 | -2/+94 |
| * | [WebAssembly] Rename a variable in CFGStackify (NFC) | Heejin Ahn | 2019-02-24 | 1 | -7/+7 |
| * | [WebAssembly] Merge two identical switch case routines into one (NFC) | Heejin Ahn | 2019-02-24 | 1 | -6/+0 |
| * | [WebAssembly] Remove debug statement submitted in rL354657 | Sam Clegg | 2019-02-22 | 1 | -1/+0 |
| * | [WebAssembly] Remove getBottom function from CFGStackify (NFC) | Heejin Ahn | 2019-02-22 | 1 | -27/+4 |
| * | [WebAssembly] clang-tidy (NFC) | Heejin Ahn | 2019-02-04 | 1 | -24/+24 |
| * | [WebAssembly] Exception handling: Switch to the new proposal | Heejin Ahn | 2019-01-30 | 1 | -55/+33 |
| * | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
| * | Delete registerScope function | Heejin Ahn | 2018-12-07 | 1 | -20/+2 |
| * | [WebAssembly] Fix bugs in rethrow depth counting and InstPrinter | Heejin Ahn | 2018-11-02 | 1 | -1/+14 |
| * | [WebAssembly] Fix immediate of rethrow when throwing to caller | Heejin Ahn | 2018-10-24 | 1 | -1/+1 |
| * | [WebAssembly] Ignore DBG_VALUE in WebAssemblyCFGStackify pass when looking fo... | Yury Delendik | 2018-10-04 | 1 | -0/+4 |
| * | [WebAssembly] clang-format (NFC) | Heejin Ahn | 2018-09-05 | 1 | -11/+21 |
| * | [WebAssembly] CFG stackify support for exception handling | Heejin Ahn | 2018-08-16 | 1 | -108/+542 |
| * | [WebAssembly] Update SIMD binary arithmetic | Derek Schuff | 2018-08-07 | 1 | -0/+2 |
| * | [WebAssembly] Replace SIMD expression types with V128 | Derek Schuff | 2018-08-06 | 1 | -4/+6 |
| * | [WebAssembly] Remove ELF file support. | Sam Clegg | 2018-07-16 | 1 | -3/+1 |
| * | [WebAssembly] Add more utility functions | Heejin Ahn | 2018-06-19 | 1 | -2/+3 |
| * | [WebAssembly] Support instruction selection for catching exceptions | Heejin Ahn | 2018-05-31 | 1 | -3/+0 |
| * | Rename DEBUG macro to LLVM_DEBUG. | Nicola Zaghen | 2018-05-14 | 1 | -3/+3 |
| * | [DebugInfo] Examine all uses of isDebugValue() for debug instructions. | Shiva Chen | 2018-05-09 | 1 | -1/+1 |
| * | Remove \brief commands from doxygen comments. | Adrian Prantl | 2018-05-01 | 1 | -1/+1 |
| * | [WebAssembly] Add an assertion for an invalid CFG | Heejin Ahn | 2018-04-17 | 1 | -0/+3 |
| * | [WebAssembly] Fix a bug in MachineBasicBlock::findDebugLoc() call | Heejin Ahn | 2018-04-14 | 1 | -3/+4 |
| * | [WebAssembly] Register wasm passes with the PassRegistry | Jacob Gravelle | 2018-03-30 | 1 | -0/+4 |
| * | [WebAssembly] Add DebugLoc information to WebAssembly block and loop. | Derek Schuff | 2018-03-15 | 1 | -8/+11 |
| * | [WebAssembly] Add except_ref as a first-class type | Heejin Ahn | 2018-03-08 | 1 | -0/+1 |
| * | Sort the remaining #include lines in include/... and lib/.... | Chandler Carruth | 2017-06-06 | 1 | -1/+1 |
| * | [WebAssembly] Split CFG-sorting into its own pass. NFC. | Dan Gohman | 2017-02-27 | 1 | -222/+1 |
| * | [WebAssembly] Basic support for Wasm object file encoding. | Dan Gohman | 2017-02-24 | 1 | -0/+14 |
| * | [WebAssembly] Implement more WebAssembly binary encoding. | Dan Gohman | 2016-10-24 | 1 | -2/+0 |
| * | [WebAssembly] Add an option to make get_local/set_local explicit. | Dan Gohman | 2016-10-24 | 1 | -26/+14 |
| * | [WebAssemby] Implement block signatures. | Dan Gohman | 2016-10-06 | 1 | -11/+75 |