index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
Target
/
WebAssembly
/
WebAssemblyLateEHPrepare.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Prune a LegacyDivergenceAnalysis and MachineLoopInfo include each
Reid Kleckner
2019-10-19
1
-0
/
+1
*
Use Register over unsigned in LateEHPrepare (NFC)
Heejin Ahn
2019-08-13
1
-1
/
+1
*
[webassembly] Apply llvm-prefer-register-over-unsigned from clang-tidy to LLVM
Daniel Sanders
2019-08-12
1
-3
/
+3
*
Fix __clang_call_termiante's argument for foreign exceptions
Heejin Ahn
2019-08-11
1
-1
/
+4
*
[WebAssembly] Rename except_ref type to exnref
Heejin Ahn
2019-07-15
1
-14
/
+13
*
[WebAssembly] Remove unneeded target operand flags
Sam Clegg
2019-04-03
1
-1
/
+1
*
[WebAssembly] Make rethrow take an except_ref type argument
Heejin Ahn
2019-03-16
1
-5
/
+14
*
[WebAssembly] Method order change in LateEHPrepare (NFC)
Heejin Ahn
2019-03-16
1
-38
/
+40
*
[WebAssembly] Place 'try' and 'catch' correctly wrt EH_LABELs
Heejin Ahn
2019-03-13
1
-5
/
+14
*
[WebAssembly] Simplify iterator navigations (NFC)
Heejin Ahn
2019-03-05
1
-1
/
+1
*
[WebAssembly] Rename a variable in LateEHPrepare (NFC)
Heejin Ahn
2019-03-05
1
-2
/
+2
*
[WebAssembly] Delete ThrowUnwindDest map from WasmEHFuncInfo
Heejin Ahn
2019-03-03
1
-1
/
+1
*
[WebAssembly] Fix a bug deleting instruction in a ranged for loop
Heejin Ahn
2019-02-26
1
-2
/
+6
*
[WebAssembly] Restore stack pointer right after catch instruction
Heejin Ahn
2019-01-30
1
-0
/
+32
*
[WebAssembly] Exception handling: Switch to the new proposal
Heejin Ahn
2019-01-30
1
-227
/
+138
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[WebAssembly] Print a debug message at the start of each pass
Heejin Ahn
2019-01-09
1
-0
/
+4
*
[WebAssembly] Massive instruction renaming
Thomas Lively
2019-01-08
1
-2
/
+2
*
[WebAssembly] Split BBs after throw instructions
Heejin Ahn
2018-11-16
1
-14
/
+44
*
Move some helpers from the global namespace into anonymous ones.
Benjamin Kramer
2018-10-13
1
-1
/
+1
*
[WebAssembly] Don't modify preds/succs iterators while erasing from them
Heejin Ahn
2018-10-04
1
-4
/
+7
*
[WebAssembly] Modify LateEHPrepare one-line description (NFC)
Heejin Ahn
2018-08-17
1
-1
/
+1
*
[Wasm] Don't iterate over MachineBasicBlock::successors while erasing from it
Benjamin Kramer
2018-08-08
1
-8
/
+10
*
[WebAssembly] Add WebAssemblyLateEHPrepare pass
Heejin Ahn
2018-06-25
1
-0
/
+383