index
:
forks/binaryen.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
parsing.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Refactor code out of parsing.h NFC. (#3635)
Alon Zakai
2021-03-01
1
-314
/
+9
*
[Wasm Exceptions] Fix/work around delegate issues in Inlining pass (#3633)
Alon Zakai
2021-03-01
1
-0
/
+5
*
[Wasm Exceptions] Properly ensure unique Try labels after an inlining (#3632)
Alon Zakai
2021-03-01
1
-27
/
+18
*
Remove exnref and br_on_exn (#3505)
Heejin Ahn
2021-01-22
1
-4
/
+0
*
[GC] Add dataref type (#3500)
Alon Zakai
2021-01-21
1
-0
/
+1
*
Refactor printing code so that printing Expressions always works (#3450)
Alon Zakai
2020-12-17
1
-1
/
+1
*
Remove dead code and unused includes. NFC. (#3328)
Sam Clegg
2020-11-08
1
-1
/
+0
*
GC: Integrate eqref and i31ref types (#3141)
Daniel Wirtz
2020-09-19
1
-0
/
+2
*
Add anyref feature and type (#3109)
Daniel Wirtz
2020-09-10
1
-0
/
+1
*
Update reference types (#3084)
Daniel Wirtz
2020-09-09
1
-1
/
+0
*
Prepare for compound types that are single but not basic (#3046)
Daniel Wirtz
2020-08-17
1
-6
/
+6
*
Rename anyref to externref to match proposal change (#2900)
Jay Phelps
2020-06-10
1
-1
/
+1
*
Add br_on_exn support for UniqueNameMapper (#2659)
Heejin Ahn
2020-02-19
1
-0
/
+3
*
Remove implicit conversion operators from Type (#2577)
Thomas Lively
2020-01-08
1
-6
/
+6
*
[NFC] Enforce use of `Type::` on type names (#2434)
Thomas Lively
2020-01-07
1
-21
/
+21
*
Add support for reference types proposal (#2451)
Heejin Ahn
2019-12-30
1
-2
/
+4
*
Add string parameter to WASM_UNREACHABLE (#2499)
Sam Clegg
2019-12-05
1
-1
/
+1
*
Multivalue type creation and inspection (#2459)
Thomas Lively
2019-11-22
1
-1
/
+1
*
Add initial support for anyref as an opaque type (#2294)
Jay Phelps
2019-08-20
1
-0
/
+1
*
Rename except_ref type to exnref (#2224)
Heejin Ahn
2019-07-14
1
-1
/
+1
*
Add except_ref type (#2081)
Heejin Ahn
2019-05-07
1
-0
/
+1
*
clang-tidy braces changes (#2075)
Alon Zakai
2019-05-01
1
-18
/
+36
*
Apply format changes from #2048 (#2059)
Alon Zakai
2019-04-26
1
-52
/
+97
*
Add const specifiers (#1952)
Ryoga
2019-03-18
1
-2
/
+2
*
Add v128 type (#1777)
Thomas Lively
2018-11-29
1
-0
/
+1
*
Remove default cases (#1757)
Thomas Lively
2018-11-27
1
-1
/
+4
*
Notice parse errors on number parsing in the text format (#1608)
Loppin Vincent
2018-07-24
1
-0
/
+6
*
Some simple integer math opts (#1504)
Alon Zakai
2018-04-11
1
-1
/
+1
*
Rename WasmType => Type (#1398)
Alon Zakai
2018-02-02
1
-2
/
+2
*
handle empty stack in sourceToUnique
Alon Zakai (kripken)
2017-06-01
1
-1
/
+4
*
throw parse errors in UniqueNameMapper
Alon Zakai (kripken)
2017-06-01
1
-2
/
+8
*
harden parsing.h
Alon Zakai (kripken)
2017-06-01
1
-46
/
+50
*
Exporting/importing debug location information from .wast/.asm.js/.s formats ...
Yury Delendik
2017-06-01
1
-0
/
+19
*
Wasm h to cpp (#926)
jgravelle-google
2017-03-10
1
-0
/
+2
*
Require unique names in binaryen IR (#746)
Alon Zakai
2016-10-06
1
-0
/
+85
*
parsing fix in compiled-to-js parser (#669)
Alon Zakai
2016-08-12
1
-4
/
+4
*
fix parsing of large ints
Alon Zakai
2016-07-06
1
-2
/
+2
*
add shared-constants.h for wasm constants
Alon Zakai
2016-06-26
1
-2
/
+3
*
parse error details
Alon Zakai
2016-05-12
1
-0
/
+27
*
Split construction, scanning, and building phases of S2WasmBuilder (#400)
Derek Schuff
2016-04-27
1
-2
/
+2
*
Fix the build with GCC 5.3.1 and Clang 3.8.0.
Csaba Osztrogonác
2016-03-31
1
-2
/
+2
*
parse nans with all due care
Alon Zakai
2016-02-02
1
-2
/
+2
*
save int bits in Literals, only bitcast to float/double on explicit request
Alon Zakai
2016-02-02
1
-21
/
+18
*
don't accept -+ #163
Alon Zakai
2016-02-02
1
-1
/
+5
*
Use bit_cast in parseConst, avoid UB
JF Bastien
2016-01-28
1
-24
/
+19
*
Fix / uniformize include guards
JF Bastien
2015-12-22
1
-0
/
+5
*
Fix the license headers
JF Bastien
2015-12-21
1
-1
/
+15
*
process on s2wasm, and first working testcase
Alon Zakai
2015-12-10
1
-0
/
+2
*
refactor const parsing
Alon Zakai
2015-12-10
1
-0
/
+151