Skip to content

Pull requests: WebAssembly/binaryen

Author
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Reviews
Assignee
Filter by who’s assigned
Assigned to nobody Loading
Sort

Pull requests list

Add stacky mode to BinaryenIR
#2784 opened Apr 22, 2020 by tlively Draft updated Jan 19, 2021
Make Stack IR a canonical representation
#2818 opened Apr 28, 2020 by tlively Loading… updated Jan 19, 2021
Implement more cases for "combine or" in OptimizeInstruction pass
#2863 opened May 21, 2020 by MaxGraey Loading… updated Jan 19, 2021
[Deprecated] Simplify complementary expressions
#2884 opened May 31, 2020 by MaxGraey Loading… updated Jan 19, 2021
Add simplifications for "~x & x" and "~x & ~y"
#2893 opened Jun 3, 2020 by MaxGraey Loading… updated Jan 19, 2021
Move Stack IR out of default passes
#2911 opened Jun 13, 2020 by tlively Draft updated Jan 19, 2021
Enable mutable globals by default
#2937 opened Jun 30, 2020 by sbc100 Loading… updated Jan 19, 2021
Windows build failure fix
#2955 opened Jul 12, 2020 by Himujjal Loading… updated Jan 19, 2021
Improve support for new llvm's new main name mangling
#3030 opened Aug 7, 2020 by sbc100 Loading… updated Jan 19, 2021
Match and fold cyclic shift patterns to rotr / rotl
#3079 opened Aug 26, 2020 by MaxGraey Loading… updated Jan 19, 2021
Fold similar subexpressions
#3132 opened Sep 15, 2020 by MaxGraey Loading… updated Jan 19, 2021
Partial evaluation improvements
#3255 opened Oct 16, 2020 by MaxGraey Loading… updated Jan 19, 2021
Reorder expressions with const in the middle
#3316 opened Nov 3, 2020 by MaxGraey Draft updated Jan 19, 2021
Optimize binary expressions with fneg
#3330 opened Nov 8, 2020 by MaxGraey Loading… updated Jan 19, 2021
Add signed(x) + C <=> 0 rule
#3334 opened Nov 11, 2020 by MaxGraey Loading… updated Jan 19, 2021
Prettify asm codegen
#3335 opened Nov 11, 2020 by MaxGraey Loading… updated Jan 19, 2021
[OptimizeInstructions] Optimize neg zero on LHS and float on RHS
#3394 opened Nov 23, 2020 by MaxGraey Loading… updated Jan 19, 2021
Correctly update .debug_addr DWARF section.
#3461 opened Dec 23, 2020 by bmeurer Loading… updated Jan 19, 2021
Made FuncCastEmulation make and export thunks for exports
#3474 opened Jan 8, 2021 by joemarshall Loading… updated Feb 1, 2021
wasm-reduce: Do not verify binary roundtripping when not using binary files
#3590 opened Feb 19, 2021 by kripken Loading… updated Feb 25, 2021
wasm-api-gen tool
#3637 opened Mar 2, 2021 by kripken Loading… updated Mar 10, 2021
Add an ExpressionReplacer utility
#3855 opened May 3, 2021 by kripken Loading… updated May 3, 2021
Only export functions with default visibility
#587 opened Jun 14, 2016 by dschuff Loading… updated May 31, 2021
[Wasm GC] Cache the heap types of functions in binary reading
#3925 opened Jun 7, 2021 by kripken Loading… updated Jun 7, 2021
ProTip! Exclude everything labeled bug with -label:bug.