index
:
forks/wabt.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
ir.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
binary/wat: Implement EHv4 (#2470)
Soni L.
2024-11-20
1
-0
/
+2
*
Update testsuite (#2054)
Sam Clegg
2022-11-13
1
-5
/
+4
*
Move headers to include/wabt/ (#1998)
Alex Reinking
2022-09-28
1
-2
/
+2
*
Track locations of Vars in BinaryReaderIR and BinaryReaderInterp (#1963)
Keith Winstein
2022-08-15
1
-2
/
+4
*
wast2json: write binary modules verbatim (#1932)
Ben Smith
2022-06-03
1
-2
/
+7
*
Add initial support for code metadata (#1840)
Yuri Iozzelli
2022-02-25
1
-0
/
+1
*
Use C++17 string_view (#1826)
Sam Clegg
2022-02-11
1
-4
/
+4
*
Use C++17 pair destructuring for loops (#1827)
Sam Clegg
2022-02-11
1
-4
/
+3
*
Clang-format codebase (#1684)
Heejin Ahn
2021-12-20
1
-64
/
+63
*
Delay validation of elem init expressions until validation time (#1730)
Sam Clegg
2021-10-14
1
-5
/
+6
*
Begin support for typed function references proposal: added the flag and supp...
Dmitry Bezhetskov
2021-07-25
1
-0
/
+1
*
[EH] Replace event with tag (#1678)
Heejin Ahn
2021-06-22
1
-22
/
+22
*
[simd] Implement store lane (#1647)
Ng Zhi An
2021-03-22
1
-0
/
+1
*
[simd] Implement load lane (#1646)
Ng Zhi An
2021-03-22
1
-0
/
+1
*
[simd] Implement v128.load{32,64}_zero (#1644)
Ng Zhi An
2021-03-17
1
-0
/
+1
*
Update exception handling support to current proposal (#1596)
Asumu Takikawa
2021-02-10
1
-1
/
+0
*
Fix assert when function has struct type (#1498)
Ben Smith
2020-07-25
1
-1
/
+1
*
Reference types changes to remove subtyping (#1407)
Ben Smith
2020-05-28
1
-1
/
+1
*
Add support for atomic.fence from the threads proposal (#1231)
Andy Wingo
2020-04-20
1
-0
/
+1
*
Refactor Const struct's internal storage (#1356)
Ben Smith
2020-03-16
1
-15
/
+0
*
Initial pass parsing/reading struct (#1352)
Ben Smith
2020-03-09
1
-2
/
+4
*
Update testsuite (w/ reference-types changes) (#1351)
Ben Smith
2020-02-28
1
-4
/
+7
*
Add TypeEntry, base class for type section entries (#1349)
Ben Smith
2020-02-28
1
-14
/
+13
*
Segment flags should be MVP-compat when possible (#1286)
Ben Smith
2020-01-08
1
-0
/
+48
*
reference-types: add table.fill instruction (#1252)
Sam Clegg
2019-11-25
1
-0
/
+1
*
Rename v128_bits to simply vec128 since this is stored natively (#1207)
Sam Clegg
2019-11-11
1
-1
/
+1
*
Initial implementation of reftype proposal in the interpreter. (#1206)
Sam Clegg
2019-11-07
1
-0
/
+1
*
Add support for v8x16.swizzle and the load_splats. (#1116)
nlewycky
2019-07-19
1
-0
/
+1
*
Add support for the reference types proposal (#938)
Alex Crichton
2019-02-14
1
-0
/
+6
*
Add br_on_exn instruction (#1016)
Ben Smith
2019-02-13
1
-0
/
+1
*
Rename exception -> event (#1013)
Ben Smith
2019-02-11
1
-22
/
+22
*
Remove the `if_except` instruction (#1009)
Ben Smith
2019-02-10
1
-1
/
+0
*
Rename {memory,table}.drop to {data,elem}.drop (#1000)
Alex Crichton
2019-01-30
1
-2
/
+2
*
The great renaming (#985)
Ben Smith
2018-12-19
1
-7
/
+7
*
Combine param_binding and local_binding in IR (#969)
Ben Smith
2018-12-04
1
-13
/
+1
*
Add more bulk memory tests; use vars for segments (#930)
Ben Smith
2018-10-15
1
-2
/
+44
*
Add bulk memory opcode definitions (#927)
Alex Crichton
2018-10-12
1
-2
/
+9
*
Tailcall (#918)
Ben Smith
2018-10-01
1
-0
/
+2
*
Don't allow a local decl count of 0 (#827)
Ben Smith
2018-04-10
1
-5
/
+5
*
Store local types as Type+Count pairs (#820)
Ben Smith
2018-03-28
1
-2
/
+41
*
Run clang-format over all the files (#814)
Ben Smith
2018-03-16
1
-11
/
+5
*
SIMD v8x16.shuffle implementation. (#811)
lizhengxing
2018-03-15
1
-0
/
+1
*
Simd i8x16.extract_lane_s instruction implementation. (#802)
lizhengxing
2018-03-13
1
-0
/
+1
*
WIP on support for level1 exception spec (#773)
Ben Smith
2018-03-02
1
-2
/
+3
*
SIMD v128.bitselect instruction implementation. (#759)
lizhengxing
2018-02-19
1
-0
/
+1
*
Add wasm2c tool (#710)
Ben Smith
2018-01-08
1
-0
/
+23
*
Fix bug when writing inline exports for import (#700)
Ben Smith
2017-12-19
1
-0
/
+22
*
Wabt simd v128.const instruction PR (Part 2): (#702)
lizhengxing
2017-12-19
1
-2
/
+1
*
Wabt simd v128.const instruction initial PR: (#677)
lizhengxing
2017-12-15
1
-0
/
+5
*
[cleanup] Always use braces with if (#691)
Ben Smith
2017-12-09
1
-21
/
+42
[next]