summaryrefslogtreecommitdiff
path: root/test/passes/O.bin.txt
Commit message (Expand)AuthorAgeFilesLines
* Use IRBuilder in the binary parser (#6963)Thomas Lively2024-11-261-4/+4
* [StackIR] Run StackIR during binary writing and not as a pass (#6568)Alon Zakai2024-05-091-5/+5
* Require `then` and `else` with `if` (#6201)Thomas Lively2024-01-041-28/+38
* Simplify and consolidate type printing (#5816)Thomas Lively2023-08-241-1/+1
* Canonicalize subtraction with constant on the right to addition (#3321)Max Graey2020-11-101-2/+2
* Remove function index printing (#2742)Thomas Lively2020-04-091-5/+5
* Remove FunctionType (#2510)Thomas Lively2019-12-111-6/+6
* OptimizeInstructions: Eq64 of 0 => Eqz64 (#2421)Alon Zakai2019-11-041-7/+6
* Massive renaming (#1855)Thomas Lively2019-01-071-22/+22
* Stricter Canonicalization (#1774)Alon Zakai2018-11-271-3/+3
* Stack IR (#1623)Alon Zakai2018-07-301-5/+5
* Optimize out memory and table when possible (#1352)Alon Zakai2018-01-101-1/+0
* Emit binary function index in comment in text format, for convenience (#1232)Alon Zakai2017-10-201-5/+5
* Avoid new blocks in binary reading/writing (#1165)Alon Zakai2017-09-121-4/+4
* Support new result syntax for if/loop/block (#1047)Sam Clegg2017-06-121-2/+2
* optimize if and select in the case their values are identical (#1013)Alon Zakai2017-05-171-8/+1
* allow values to flow out of loops in RemoveUnneededBrs, and simplify some unn...Alon Zakai (kripken)2017-05-101-17/+17
* Unreachable typing fixes (#1004)Alon Zakai2017-05-091-0/+117