index
:
forks/binaryen.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
scripts
/
gen-s-parser.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
GC: Add stubs for the remaining instructions (#3174)
Daniel Wirtz
2020-09-29
1
-1
/
+19
*
GC: Add i31 instructions (#3154)
Daniel Wirtz
2020-09-24
1
-2
/
+5
*
GC: Add ref.eq instruction (#3145)
Daniel Wirtz
2020-09-21
1
-1
/
+3
*
Refactor Host expression to MemorySize and MemoryGrow (#3137)
Daniel Wirtz
2020-09-17
1
-2
/
+2
*
Update Pop text format to handle tuples (#3116)
Thomas Lively
2020-09-11
1
-10
/
+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
*
Implement prototype v128.load{32,64}_zero instructions (#3011)
Thomas Lively
2020-08-03
1
-0
/
+2
*
Rename anyref to externref to match proposal change (#2900)
Jay Phelps
2020-06-10
1
-1
/
+1
*
Add prototype SIMD rounding instructions (#2895)
Thomas Lively
2020-06-05
1
-0
/
+8
*
Remove `Push` (#2867)
Thomas Lively
2020-05-22
1
-1
/
+0
*
Implement i64x2.mul (#2860)
Thomas Lively
2020-05-19
1
-0
/
+1
*
Implement pseudo-min/max SIMD instructions (#2847)
Thomas Lively
2020-05-12
1
-0
/
+4
*
SIMD integer abs and bitmask instructions (#2703)
Thomas Lively
2020-03-20
1
-0
/
+6
*
Initial multivalue support (#2675)
Thomas Lively
2020-03-05
1
-1
/
+4
*
[NFC] Enforce use of `Type::` on type names (#2434)
Thomas Lively
2020-01-07
1
-104
/
+104
*
Add support for reference types proposal (#2451)
Heejin Ahn
2019-12-30
1
-0
/
+7
*
SIMD {i8x16,i16x8}.avgr_u instructions (#2539)
Thomas Lively
2019-12-18
1
-0
/
+2
*
Fix catch parsing (#2428)
Heejin Ahn
2019-11-11
1
-1
/
+0
*
Add i32x4.dot_i16x8_s (#2420)
Thomas Lively
2019-11-04
1
-0
/
+1
*
Add SIMD integer min and max instructions (#2416)
Thomas Lively
2019-11-01
1
-0
/
+12
*
Add push/pop support for anyref (#2376)
Heejin Ahn
2019-10-10
1
-0
/
+1
*
v8x16.swizzle (#2368)
Thomas Lively
2019-10-03
1
-0
/
+1
*
SIMD load and extend instructions (#2353)
Thomas Lively
2019-09-24
1
-0
/
+6
*
v128.andnot instruction (#2355)
Thomas Lively
2019-09-24
1
-0
/
+1
*
vNxM.load_splat instructions (#2350)
Thomas Lively
2019-09-23
1
-0
/
+4
*
SIMD narrowing and widening operations (#2341)
Thomas Lively
2019-09-14
1
-8
/
+20
*
QFMA/QFMS instructions (#2328)
Thomas Lively
2019-09-03
1
-1
/
+5
*
Add atomic.fence instruction (#2307)
Heejin Ahn
2019-08-27
1
-0
/
+1
*
Switch python indentation from 2-space to 4-space (#2299)
Sam Clegg
2019-08-16
1
-106
/
+106
*
Upgrade flake8 and run it on python 3 (#2297)
Guanzhong Chen
2019-08-13
1
-3
/
+3
*
Add basic exception handling support (#2282)
Heejin Ahn
2019-08-13
1
-1
/
+7
*
More push/pop support (#2260)
Heejin Ahn
2019-07-24
1
-0
/
+2
*
Initial tail call implementation (#2197)
Thomas Lively
2019-07-03
1
-2
/
+4
*
Minimal Push/Pop support (#2207)
Alon Zakai
2019-07-03
1
-0
/
+5
*
Show line/col for parsing exceptions in gen-s-parser (#2138)
Heejin Ahn
2019-05-24
1
-1
/
+1
*
Reflect instruction renaming in code (#2128)
Heejin Ahn
2019-05-21
1
-7
/
+7
*
Make sexp instruction parser pass clang-tidy (#2088)
Heejin Ahn
2019-05-06
1
-1
/
+1
*
Add clang-format-diff hook (#2057)
Heejin Ahn
2019-04-26
1
-0
/
+6
*
Rename atomic wait/notify instructions (#1972)
Heejin Ahn
2019-03-30
1
-3
/
+3
*
Warn about running gen-s-parser.py with Python 2 (#1971)
Thomas Lively
2019-03-29
1
-0
/
+6
*
Bulk memory operations (#1892)
Thomas Lively
2019-02-05
1
-0
/
+4
*
Massive renaming (#1855)
Thomas Lively
2019-01-07
1
-81
/
+81
*
SIMD (#1820)
Thomas Lively
2018-12-13
1
-1
/
+142
*
Implement nontrapping float-to-int instructions (#1780)
Thomas Lively
2018-12-04
1
-1
/
+10
*
Reject all nonexistent instructions in sexp format (#1756)
Thomas Lively
2018-11-19
1
-24
/
+11
*
Generate sexp instruction parser (#1754)
Thomas Lively
2018-11-19
1
-0
/
+408