summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/WebAssembly/reg-stackify.ll
Commit message (Expand)AuthorAgeFilesLines
* [WebAssembly] Fix debug info in reg-stackify.ll testDerek Schuff2016-04-121-18/+23
* [WebAssembly] Properly ignore llvm.dbg.value instructions.Dan Gohman2016-02-221-0/+18
* [WebAssemly] Don't move calls or stores past intervening loadsDerek Schuff2016-02-161-0/+39
* [WebAssembly] Create new registers instead of reusing old ones in RegStackify.Dan Gohman2016-02-161-12/+55
* [WebAssembly] Update the br_if instructions' operand orders to match the spec.Dan Gohman2016-02-081-3/+3
* [WebAssembly] Don't stackify a register def past a get_local use in the same ...Dan Gohman2016-01-281-0/+21
* [WebAssembly] Enhanced register stackificationDan Gohman2016-01-281-5/+104
* [WebAssembly] Don't stackify stores across instructions with side effects.Dan Gohman2016-01-201-0/+17
* [WebAssembly] Rematerialize constants rather than hold them live in registers.Dan Gohman2016-01-191-15/+18
* [WebAssembly] Make CFG stackification independent of basic-block labels.Dan Gohman2016-01-121-7/+9
* [WebAssembly] Use the default private label prefixes.Dan Gohman2016-01-071-7/+7
* [WebAssembly] Add -m:e to the target triple.Dan Gohman2016-01-071-1/+1
* [WebAssembly] Fix handling of COPY instructions in WebAssemblyRegStackify.Dan Gohman2015-12-251-2/+40
* [WebAssembly] Reintroduce ARGUMENT moving logicDan Gohman2015-12-091-1/+1
* [WebAssembly] Implement ReverseBranchCondition, and re-enable MachineBlockPla...Dan Gohman2015-12-051-14/+27
* [WebAssembly] Fix scheduling dependencies in register-stackified codeDan Gohman2015-12-051-0/+28
* [WebAssembly] Support for register stackifying with load and store instructions.Dan Gohman2015-11-251-0/+47
OpenPOWER on IntegriCloud