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