index
:
forks/wabt.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
apply-names.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
binary/wat: Implement EHv4 (#2470)
Soni L.
2024-11-20
1
-0
/
+19
*
Flip order of memory indexes on memory.copy (#2294)
Keith Winstein
2023-09-11
1
-1
/
+1
*
Move headers to include/wabt/ (#1998)
Alex Reinking
2022-09-28
1
-4
/
+4
*
Support multi-memory in all memory ops and in apply/resolve-names (#1962)
Keith Winstein
2022-08-15
1
-0
/
+12
*
wasm2c: implement the exception-handling proposal (#1930)
Keith Winstein
2022-07-14
1
-0
/
+1
*
Added support for multi-memory in apply-names (#1810)
Yuhan Deng
2022-02-17
1
-2
/
+58
*
Use C++17 string_view (#1826)
Sam Clegg
2022-02-11
1
-13
/
+13
*
Clang-format codebase (#1684)
Heejin Ahn
2021-12-20
1
-8
/
+8
*
Delay validation of elem init expressions until validation time (#1730)
Sam Clegg
2021-10-14
1
-3
/
+5
*
[EH] Replace event with tag (#1678)
Heejin Ahn
2021-06-22
1
-13
/
+13
*
Update exception handling support to current proposal (#1596)
Asumu Takikawa
2021-02-10
1
-8
/
+22
*
Update testsuite (w/ reference-types changes) (#1351)
Ben Smith
2020-02-28
1
-0
/
+7
*
Apply start function name in wasm2wat (#1289)
Ben Smith
2020-01-09
1
-0
/
+8
*
reference-types: add table.fill instruction (#1252)
Sam Clegg
2019-11-25
1
-0
/
+6
*
reference-types: Add multi-table support to the interpreter (#1218)
Sam Clegg
2019-11-14
1
-1
/
+2
*
Initial implementation of reftype proposal in the interpreter. (#1206)
Sam Clegg
2019-11-07
1
-0
/
+6
*
Proper encoding of passive element segments (#1066)
Ben Smith
2019-04-18
1
-2
/
+4
*
Add support for the reference types proposal (#938)
Alex Crichton
2019-02-14
1
-0
/
+26
*
Add br_on_exn instruction (#1016)
Ben Smith
2019-02-13
1
-0
/
+8
*
Parse updated event text and binary format (#1014)
Ben Smith
2019-02-12
1
-0
/
+10
*
Rename exception -> event (#1013)
Ben Smith
2019-02-11
1
-6
/
+6
*
Remove the `if_except` instruction (#1009)
Ben Smith
2019-02-10
1
-13
/
+0
*
Rename {memory,table}.drop to {data,elem}.drop (#1000)
Alex Crichton
2019-01-30
1
-4
/
+4
*
The great renaming (#985)
Ben Smith
2018-12-19
1
-10
/
+10
*
Combine param_binding and local_binding in IR (#969)
Ben Smith
2018-12-04
1
-24
/
+7
*
Add more bulk memory tests; use vars for segments (#930)
Ben Smith
2018-10-15
1
-0
/
+44
*
Implemented tail call instructions: (#926)
Francis McCabe
2018-10-12
1
-0
/
+14
*
Store local types as Type+Count pairs (#820)
Ben Smith
2018-03-28
1
-2
/
+2
*
WIP on support for level1 exception spec (#773)
Ben Smith
2018-03-02
1
-15
/
+13
*
Apply global names in imported globals, data, elem (#708)
Ben Smith
2018-01-07
1
-0
/
+10
*
[cleanup] Always use braces with if (#691)
Ben Smith
2017-12-09
1
-11
/
+22
*
Update testsuite; call_indirect has new syntax (#667)
Ben Smith
2017-11-11
1
-1
/
+2
*
Always include quoted headers like "src/foo.h" (#601)
Ben Smith
2017-08-30
1
-4
/
+4
*
Move Result to its own file (result.h) (#600)
Ben Smith
2017-08-29
1
-6
/
+0
*
Clean up various structs in ir.h (#595)
Ben Smith
2017-08-26
1
-6
/
+5
*
Rename snake_case to MixedCase. (#579)
Ben Smith
2017-07-19
1
-1
/
+1
*
Always pass string_view by value (#563)
Ben Smith
2017-07-10
1
-2
/
+2
*
Remove uses of StringSlice from IR (#559)
Ben Smith
2017-07-07
1
-30
/
+30
*
Use std::string instead of StringSlice in Var (#556)
Ben Smith
2017-07-06
1
-13
/
+10
*
Remove WABT_ZERO_MEMORY WABT_FAILED and WABT_SUCCEEDED macros. (#540)
KarlSchimpf
2017-06-28
1
-1
/
+1
*
Make wast-desugar work for exception handling. (#529)
KarlSchimpf
2017-06-24
1
-24
/
+67
*
Refactor Expr as class hierarchy instead of union (#524)
Ben Smith
2017-06-23
1
-48
/
+48
*
Consistent comments when ending anonymous namespace (#521)
Sam Clegg
2017-06-23
1
-1
/
+1
*
Use CamelCase names and member functions in ir.h (#492)
Ben Smith
2017-06-12
1
-13
/
+13
*
Use C++ classes for {apply,resolve,generate}-names (#472)
Ben Smith
2017-06-03
1
-104
/
+117
*
Make ExprVisitor into C++ class (#471)
Ben Smith
2017-06-02
1
-71
/
+54
*
Use Index/Address/Offset instead of uint32_t (#433)
Ben Smith
2017-05-15
1
-12
/
+11
*
Use C++ style C headers (e.g. <cstdlib>) (#431)
Ben Smith
2017-05-11
1
-3
/
+2
*
Rename all occurences of AST (#413)
Ben Smith
2017-05-04
1
-1
/
+1
*
Replace wabt::*vector with std::vector (#366)
Ben Smith
2017-03-22
1
-31
/
+26
[next]