| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [WebAssembly] Modify LateEHPrepare one-line description (NFC) | Heejin Ahn | 2018-08-17 | 1 | -1/+1 |
| | | | | | llvm-svn: 339972 | ||||
| * | [Wasm] Don't iterate over MachineBasicBlock::successors while erasing from it | Benjamin Kramer | 2018-08-08 | 1 | -8/+10 |
| | | | | | | | This will read out of bounds. Found by asan. llvm-svn: 339230 | ||||
| * | [WebAssembly] Add WebAssemblyLateEHPrepare pass | Heejin Ahn | 2018-06-25 | 1 | -0/+383 |
| Summary: Add WebAssemblyLateEHPrepare pass that does several small jobs for exception handling. This runs before CFGSort, and is different from WasmEHPrepare pass that runs before ISel, even though the names are similar. Reviewers: dschuff, majnemer Subscribers: sbc100, jgravelle-google, sunfish, mgorny, llvm-commits Differential Revision: https://reviews.llvm.org/D46803 llvm-svn: 335438 | |||||

