summaryrefslogtreecommitdiff
path: root/src/passes/Print.cpp
Commit message (Expand)AuthorAgeFilesLines
* [NFC] Enforce use of `Type::` on type names (#2434)Thomas Lively2020-01-071-6/+11
* Do not print push/pop in stack IR (#2571)Heejin Ahn2020-01-061-0/+5
* Add support for reference types proposal (#2451)Heejin Ahn2019-12-301-3/+37
* Move Type-related functions into Type class (NFC) (#2556)Heejin Ahn2019-12-291-4/+4
* DWARF debug line updating (#2545)Alon Zakai2019-12-201-1/+2
* Binary format code section offset tracking (#2515)Alon Zakai2019-12-191-1/+20
* SIMD {i8x16,i16x8}.avgr_u instructions (#2539)Thomas Lively2019-12-181-0/+6
* Remove FunctionType (#2510)Thomas Lively2019-12-111-29/+56
* Use wat over wast for text format filenames (#2518)Sam Clegg2019-12-081-1/+1
* Don't include `$` with names unless outputting to wat format (#2506)Sam Clegg2019-12-061-18/+25
* Add string parameter to WASM_UNREACHABLE (#2499)Sam Clegg2019-12-051-6/+6
* Print only literal values when printing literals (#2469)Heejin Ahn2019-11-261-1/+3
* Remove FunctionType from Event (#2466)Thomas Lively2019-11-251-2/+2
* Multivalue type creation and inspection (#2459)Thomas Lively2019-11-221-46/+31
* Add i32x4.dot_i16x8_s (#2420)Thomas Lively2019-11-041-0/+3
* Add SIMD integer min and max instructions (#2416)Thomas Lively2019-11-011-0/+36
* Make try body with multiple instructions roundtrip (#2374)Heejin Ahn2019-10-091-1/+1
* v8x16.swizzle (#2368)Thomas Lively2019-10-031-0/+4
* SIMD load and extend instructions (#2353)Thomas Lively2019-09-241-0/+18
* v128.andnot instruction (#2355)Thomas Lively2019-09-241-0/+3
* vNxM.load_splat instructions (#2350)Thomas Lively2019-09-231-0/+31
* SIMD narrowing and widening operations (#2341)Thomas Lively2019-09-141-0/+37
* Print custom section contents if printable (#2326)Ingvar Stepanyan2019-09-061-0/+19
* QFMA/QFMS instructions (#2328)Thomas Lively2019-09-031-6/+22
* Add atomic.fence instruction (#2307)Heejin Ahn2019-08-271-0/+6
* Add basic exception handling support (#2282)Heejin Ahn2019-08-131-27/+93
* Remove trailing whitespaces after 'else' in stack IR (#2284)Heejin Ahn2019-08-061-1/+0
* Fix unreachable prefix in instruction printing (#2265)Heejin Ahn2019-07-261-7/+11
* Print events in color (#2255)Heejin Ahn2019-07-241-7/+21
* Simpify PassRunner.add() and automatically parallelize parallel functions (#2...Alon Zakai2019-07-191-4/+2
* Initial tail call implementation (#2197)Thomas Lively2019-07-031-2/+11
* Minimal Push/Pop support (#2207)Alon Zakai2019-07-031-3/+22
* Add event section (#2151)Heejin Ahn2019-05-311-0/+26
* Reflect instruction renaming in code (#2128)Heejin Ahn2019-05-211-14/+14
* clang-tidy braces changes (#2075)Alon Zakai2019-05-011-14/+28
* Apply format changes from #2048 (#2059)Alon Zakai2019-04-261-397/+986
* Move features from passOptions to Module (#2001)Thomas Lively2019-04-121-1/+0
* Passive segments (#1976)Thomas Lively2019-04-051-1/+5
* Rename atomic wait/notify instructions (#1972)Heejin Ahn2019-03-301-5/+5
* Simplify ExpressionAnalyzer (#1920)Alon Zakai2019-02-271-1/+1
* fix printing of unreachable atomics, and add print fuzzing (#1899)Alon Zakai2019-02-061-2/+2
* Bulk memory operations (#1892)Thomas Lively2019-02-051-0/+48
* Code style improvements (#1868)Alon Zakai2019-01-151-3/+3
* Massive renaming (#1855)Thomas Lively2019-01-071-49/+54
* Rename `idx` to `index` in SIMD code for consistency (#1836)Thomas Lively2018-12-181-2/+2
* SIMD (#1820)Thomas Lively2018-12-131-26/+233
* Implement nontrapping float-to-int instructions (#1780)Thomas Lively2018-12-041-0/+8
* Feature options (#1797)Thomas Lively2018-12-031-1/+1
* Fuzzing: log values during execution (#1779)Alon Zakai2018-11-301-0/+3
* Remove default cases (#1757)Thomas Lively2018-11-271-5/+4