| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove f32 legalization from LegalizeJSInterface (#2052) | Sam Clegg | 2019-04-25 | 1 | -14/+4 |
* | Massive renaming (#1855) | Thomas Lively | 2019-01-07 | 1 | -506/+506 |
* | Use getTempRet0/setTempRet0 in LegalizeJSInterface.cpp (#1709) | Sam Clegg | 2018-11-20 | 1 | -50/+43 |
* | Rename tableBase/memoryBase to __table_base/__memory_base (#1731) | Sam Clegg | 2018-11-08 | 1 | -3/+3 |
* | Emit imports before defined things in text format (#1715) | Alon Zakai | 2018-11-01 | 1 | -1/+1 |
* | Unify imported and non-imported things (#1678) | Alon Zakai | 2018-09-19 | 1 | -2/+2 |
* | DeadArgumentElimination Pass (#1641) | Alon Zakai | 2018-09-05 | 1 | -0/+8 |
* | Remove replaced imports in LegalizeJSInterface (#1657) | Sam Clegg | 2018-08-30 | 1 | -42/+38 |
* | Add i64 high bits (tempRet0) helper funcs when legalizing JS interface (#1428) | Alon Zakai | 2018-02-22 | 1 | -0/+10 |
* | Optimize out memory and table when possible (#1352) | Alon Zakai | 2018-01-10 | 1 | -4/+4 |
* | Emit binary function index in comment in text format, for convenience (#1232) | Alon Zakai | 2017-10-20 | 1 | -36/+36 |
* | Share trap mode between asm2wasm and s2wasm (#1168) | jgravelle-google | 2017-10-02 | 1 | -9/+83 |
* | Improve and enable inlining pass (#966) | Alon Zakai | 2017-08-07 | 1 | -0/+44 |
* | fix asm2wasm wasm-only i64 switches with a large (>32 bit) offset #1109 (#1111) | Alon Zakai | 2017-07-26 | 1 | -3/+92 |
* | Consistently handle possible traps in all cases (#1062) | Alon Zakai | 2017-06-22 | 1 | -6/+36 |
* | Support new result syntax for if/loop/block (#1047) | Sam Clegg | 2017-06-12 | 1 | -6/+6 |
* | Validate finalization (#1014) | Alon Zakai | 2017-05-18 | 1 | -0/+592 |
* | use a single space for pretty printing of wasts, so massive wasts are less un... | Alon Zakai | 2017-03-09 | 1 | -1035/+1035 |
* | stop doing dce in -O0, which was just need temporarily while browsers figure ... | Alon Zakai | 2017-03-06 | 1 | -1/+4 |
* | Optimize precise mode integer ops (#907) | Alon Zakai | 2017-02-16 | 1 | -3/+16 |
* | DCE even in -O0 (#884) | Alon Zakai | 2017-01-19 | 1 | -4/+1 |
* | asm2wasm: when a switch is too big, create an if-else chain instead (#877) | Alon Zakai | 2017-01-12 | 1 | -0/+132 |
* | add a test showing unreachable code after a return | Alon Zakai (kripken) | 2017-01-12 | 1 | -0/+41 |
* | emit globals before table and memory, because they may use a global for their... | Alon Zakai | 2016-12-30 | 1 | -1/+1 |
* | properly legalize imported table elements | Alon Zakai | 2016-12-07 | 1 | -2/+21 |
* | fix legalization issues with f32s | Alon Zakai | 2016-12-07 | 1 | -2/+22 |
* | verify we don't legalize table elements | Alon Zakai | 2016-12-07 | 1 | -1/+2 |
* | add a RemoveUnusedModuleElements pass, and make LegalizeJSInterface create Te... | Alon Zakai | 2016-12-07 | 1 | -2/+10 |
* | run remove-unused-functions by default | Alon Zakai | 2016-10-14 | 1 | -0/+42 |
* | if we see no asm.js function tables, the table size is 0 | Alon Zakai | 2016-10-11 | 1 | -1/+1 |
* | Require unique names in binaryen IR (#746) | Alon Zakai | 2016-10-06 | 1 | -7/+7 |
* | handle ifs with an i64 condition #741 (#742) | Alon Zakai | 2016-10-04 | 1 | -1/+3 |
* | don't create an unnecessary duplicate block in asm2wasm switches, when there ... | Alon Zakai | 2016-10-03 | 1 | -18/+16 |
* | wasm-only additions: i32.cttz, copysign, popcnt (#729) | Alon Zakai | 2016-10-02 | 1 | -0/+32 |
* | More wasm-only opts (#727) | Alon Zakai | 2016-10-02 | 1 | -0/+785 |