index
:
forks/wabt.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
ir.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Allow a local type count of 0 (#1039)
Ben Smith
2019-03-08
1
-2
/
+3
*
Rename anyfunc -> funcref; parse reference types (#1026)
Ben Smith
2019-02-25
1
-3
/
+2
*
Add support for the reference types proposal (#938)
Alex Crichton
2019-02-14
1
-2
/
+20
*
Add br_on_exn instruction (#1016)
Ben Smith
2019-02-13
1
-0
/
+10
*
Parse updated event text and binary format (#1014)
Ben Smith
2019-02-12
1
-1
/
+1
*
Rename exception -> event (#1013)
Ben Smith
2019-02-11
1
-18
/
+18
*
Remove the `if_except` instruction (#1009)
Ben Smith
2019-02-10
1
-12
/
+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
-13
/
+13
*
Combine param_binding and local_binding in IR (#969)
Ben Smith
2018-12-04
1
-2
/
+1
*
Add more bulk memory tests; use vars for segments (#930)
Ben Smith
2018-10-15
1
-36
/
+27
*
Implemented tail call instructions: (#926)
Francis McCabe
2018-10-12
1
-1
/
+6
*
Add bulk memory opcode definitions (#927)
Alex Crichton
2018-10-12
1
-0
/
+44
*
Tailcall (#918)
Ben Smith
2018-10-01
1
-0
/
+5
*
Add support for multi-value proposal (#861)
Ben Smith
2018-06-14
1
-3
/
+3
*
Better type-check errors locs @ end of block (#856)
Ben Smith
2018-06-05
1
-0
/
+3
*
Update spec tests; rename {grow,current}_memory (#849)
Ben Smith
2018-05-27
1
-4
/
+4
*
Don't allow a local decl count of 0 (#827)
Ben Smith
2018-04-10
1
-4
/
+13
*
Store local types as Type+Count pairs (#820)
Ben Smith
2018-03-28
1
-2
/
+53
*
Run clang-format over all the files (#814)
Ben Smith
2018-03-16
1
-10
/
+9
*
SIMD v8x16.shuffle implementation. (#811)
lizhengxing
2018-03-15
1
-0
/
+10
*
Simd i8x16.extract_lane_s instruction implementation. (#802)
lizhengxing
2018-03-13
1
-0
/
+10
*
Generate symbol table when creating relocations in binary-writer.cc (#794)
Sam Clegg
2018-03-06
1
-6
/
+0
*
WIP on support for level1 exception spec (#773)
Ben Smith
2018-03-02
1
-20
/
+17
*
SIMD v128.bitselect instruction implementation. (#759)
lizhengxing
2018-02-19
1
-0
/
+2
*
Add wasm2c tool (#710)
Ben Smith
2018-01-08
1
-0
/
+4
*
Fix bug when writing inline exports for import (#700)
Ben Smith
2017-12-19
1
-0
/
+5
*
Wabt simd v128.const instruction initial PR: (#677)
lizhengxing
2017-12-15
1
-0
/
+7
*
Rename {wake,wait} -> atomic.{wake,wait} (#672)
Ben Smith
2017-11-21
1
-7
/
+7
*
Update testsuite; call_indirect has new syntax (#667)
Ben Smith
2017-11-11
1
-37
/
+44
*
Fix some fuzzer-found regressions (#647)
Ben Smith
2017-10-06
1
-1
/
+1
*
Add `i{32,64}.wait` and `wake` operators (#646)
Ben Smith
2017-10-05
1
-1
/
+6
*
Add Atomic instructions (#633)
Ben Smith
2017-09-20
1
-0
/
+8
*
Use std::unique_ptr in intrusive-list API (#602)
Ben Smith
2017-08-30
1
-12
/
+12
*
Always include quoted headers like "src/foo.h" (#601)
Ben Smith
2017-08-30
1
-5
/
+5
*
Clean up various structs in ir.h (#595)
Ben Smith
2017-08-26
1
-190
/
+265
*
Rewrite parser as recursive descent (#591)
Ben Smith
2017-08-15
1
-12
/
+50
*
Update testsuite (#582)
Ben Smith
2017-07-26
1
-2
/
+0
*
Use std::vector for DataSegment data (#567)
Ben Smith
2017-07-12
1
-8
/
+2
*
Always pass string_view by value (#563)
Ben Smith
2017-07-10
1
-8
/
+7
*
Remove uses of StringSlice from IR (#559)
Ben Smith
2017-07-07
1
-78
/
+39
*
Use std::string instead of StringSlice in Var (#556)
Ben Smith
2017-07-06
1
-8
/
+22
*
Use intrusive list for ModuleFields (#554)
Ben Smith
2017-07-06
1
-5
/
+4
*
Extend binary reader to handle exception constructs. (#545)
KarlSchimpf
2017-07-01
1
-4
/
+9
*
Use intrusive_list for Expr (#544)
Ben Smith
2017-06-30
1
-20
/
+16
*
Use type hierarchy for Command instead of union (#538)
Ben Smith
2017-06-27
1
-21
/
+101
*
Add default constructor for Location and Const (#535)
Wink Saville
2017-06-26
1
-23
/
+16
*
Fix wat writer to fold exception handling constructs. (#533)
KarlSchimpf
2017-06-26
1
-0
/
+7
*
Use type hierarchy for ModuleField instead of union (#532)
Ben Smith
2017-06-25
1
-47
/
+142
*
Make wast-desugar work for exception handling. (#529)
KarlSchimpf
2017-06-24
1
-0
/
+1
[next]