summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/WebAssembly/WebAssemblyLateEHPrepare.cpp
Commit message (Expand)AuthorAgeFilesLines
* Prune a LegacyDivergenceAnalysis and MachineLoopInfo include eachReid Kleckner2019-10-191-0/+1
* Use Register over unsigned in LateEHPrepare (NFC)Heejin Ahn2019-08-131-1/+1
* [webassembly] Apply llvm-prefer-register-over-unsigned from clang-tidy to LLVMDaniel Sanders2019-08-121-3/+3
* Fix __clang_call_termiante's argument for foreign exceptionsHeejin Ahn2019-08-111-1/+4
* [WebAssembly] Rename except_ref type to exnrefHeejin Ahn2019-07-151-14/+13
* [WebAssembly] Remove unneeded target operand flagsSam Clegg2019-04-031-1/+1
* [WebAssembly] Make rethrow take an except_ref type argumentHeejin Ahn2019-03-161-5/+14
* [WebAssembly] Method order change in LateEHPrepare (NFC)Heejin Ahn2019-03-161-38/+40
* [WebAssembly] Place 'try' and 'catch' correctly wrt EH_LABELsHeejin Ahn2019-03-131-5/+14
* [WebAssembly] Simplify iterator navigations (NFC)Heejin Ahn2019-03-051-1/+1
* [WebAssembly] Rename a variable in LateEHPrepare (NFC)Heejin Ahn2019-03-051-2/+2
* [WebAssembly] Delete ThrowUnwindDest map from WasmEHFuncInfoHeejin Ahn2019-03-031-1/+1
* [WebAssembly] Fix a bug deleting instruction in a ranged for loopHeejin Ahn2019-02-261-2/+6
* [WebAssembly] Restore stack pointer right after catch instructionHeejin Ahn2019-01-301-0/+32
* [WebAssembly] Exception handling: Switch to the new proposalHeejin Ahn2019-01-301-227/+138
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [WebAssembly] Print a debug message at the start of each passHeejin Ahn2019-01-091-0/+4
* [WebAssembly] Massive instruction renamingThomas Lively2019-01-081-2/+2
* [WebAssembly] Split BBs after throw instructionsHeejin Ahn2018-11-161-14/+44
* Move some helpers from the global namespace into anonymous ones.Benjamin Kramer2018-10-131-1/+1
* [WebAssembly] Don't modify preds/succs iterators while erasing from themHeejin Ahn2018-10-041-4/+7
* [WebAssembly] Modify LateEHPrepare one-line description (NFC)Heejin Ahn2018-08-171-1/+1
* [Wasm] Don't iterate over MachineBasicBlock::successors while erasing from itBenjamin Kramer2018-08-081-8/+10
* [WebAssembly] Add WebAssemblyLateEHPrepare passHeejin Ahn2018-06-251-0/+383
OpenPOWER on IntegriCloud