summaryrefslogtreecommitdiff
path: root/src/prebuilt
Commit message (Expand)AuthorAgeFilesLines
* Remove LexerSourceFile (#1054)Ben Smith2019-04-011-9524/+9655
* Make v128.const i32x4 op conform to the SIMD draft (#1037)gnzlbg2019-03-281-4489/+4597
* Rename anyfunc -> funcref; parse reference types (#1026)Ben Smith2019-02-251-1060/+1060
* Add support for the reference types proposal (#938)Alex Crichton2019-02-141-9432/+9441
* Add br_on_exn instruction (#1016)Ben Smith2019-02-131-8986/+9160
* Rename exception -> event (#1013)Ben Smith2019-02-111-1070/+1068
* Remove the `if_except` instruction (#1009)Ben Smith2019-02-101-5285/+5240
* Rename {memory,table}.drop to {data,elem}.drop (#1000)Alex Crichton2019-01-301-9492/+9381
* Remove the {assert,stdlib}.h includes in wasm2c (#986)Ben Smith2018-12-201-2/+0
* The great renaming (#985)Ben Smith2018-12-191-8456/+9486
* Add bulk memory opcode definitions (#927)Alex Crichton2018-10-121-4585/+4781
* Tailcall (#918)Ben Smith2018-10-011-3126/+3216
* Replace ErrorHandler with Errors and FormatErrors*Ben Smith2018-09-041-945/+944
* Move WastLexer out of NameResolver, Validator, etc.Ben Smith2018-09-041-945/+944
* Update spec tests; rename {grow,current}_memory (#849)Ben Smith2018-05-271-8435/+8353
* Add some documentation for wasm2c (#803)Ben Smith2018-05-091-2/+0
* Separate out wasm-rt.h and wasm-rt-impl.{c,h} (#813)Ben Smith2018-03-201-52/+1
* SIMD v8x16.shuffle implementation. (#811)lizhengxing2018-03-151-4277/+4330
* Simd Replace Lane instructions implementation. (#809)lizhengxing2018-03-151-3240/+3558
* Simd remaining Extract Lane instructions implementation. (#806)lizhengxing2018-03-151-2891/+3163
* Simd i8x16.extract_lane_s instruction implementation. (#802)lizhengxing2018-03-131-2356/+2413
* SIMD v128.load/v128.store implementation. (#801)lizhengxing2018-03-091-3163/+3209
* SIMD Floating point to integer with saturation implementation. (#797)lizhengxing2018-03-071-2663/+2908
* SIMD Integer to floating point conversion implementation. (#795)lizhengxing2018-03-061-2743/+2939
* SIMD (f32x4/f64x2).sqrt implementation. (#789)lizhengxing2018-03-051-2341/+2383
* SIMD Floating-point div and mul implementation. (#787)lizhengxing2018-03-051-2703/+2771
* SIMD Floating-point add and sub implementation. (#786)lizhengxing2018-03-031-7222/+7415
* WIP on support for level1 exception spec (#773)Ben Smith2018-03-021-7329/+7200
* SIMD Floating-point min and max implementation. (#784)lizhengxing2018-03-021-2651/+2711
* SIMD (f32x4/f64x2).abs implementation. (#783)lizhengxing2018-03-011-2640/+2674
* SIMD (f32x4/f64x2).neg implementation. (#779)lizhengxing2018-02-281-1895/+1937
* SIMD Comparison Greater than or equal instructions implementation. (#778)lizhengxing2018-02-281-2293/+2389
* SIMD Comparison Greater than instructions implementation. (#772)lizhengxing2018-02-271-2566/+2682
* SIMD Comparison Less than or equal instructions implementation. (#771)lizhengxing2018-02-261-2221/+2317
* SIMD Comparison Less than instructions implementation. (#770)lizhengxing2018-02-231-2492/+2604
* SIMD Comparison Non-Equality instructions implementation. (#767)lizhengxing2018-02-211-2467/+2552
* SIMD Comparison Equality instructions implementation. (#766)lizhengxing2018-02-211-2456/+2515
* SIMD Boolean horizontal reductions implementation. (#763)lizhengxing2018-02-211-1977/+2257
* SIMD v128.bitselect instruction implementation. (#759)lizhengxing2018-02-191-2708/+2752
* SIMD Bitwise logic instructions implementation. (#758)lizhengxing2018-02-141-2380/+2446
* SIMD right shift by scalar instructions implementation. (#755)lizhengxing2018-02-131-1637/+1741
* SIMD i16x8/i32x4/i64x2 shl implementation. (#751)lizhengxing2018-02-121-1886/+1937
* SIMD i8x16.shl implementation. (#750)lizhengxing2018-02-071-1658/+1675
* SIMD saturating sub implementation. (#747)lizhengxing2018-02-061-1376/+1516
* SIMD saturating add implementation. (#727)lizhengxing2018-01-211-1331/+1471
* SIMD i8x16.neg / i16x8.neg / i32x4.neg / i64x2.neg implementation. (#723)lizhengxing2018-01-181-2033/+2105
* SIMD i8x16.mul / i16x8.mul / i32x4.mul implementation. (#721)lizhengxing2018-01-181-2008/+2071
* SIMD i8x16.sub / i16x8.sub / i32x4.sub / i64x2.sub implementation. (#720)lizhengxing2018-01-171-1724/+1776
* SIMD i16x8.add / i32x4.add / i64x2.add implementation. (#714)lizhengxing2018-01-161-1967/+2018
* Use templates for generating wasm2c source (#712)Ben Smith2018-01-102-0/+244