summaryrefslogtreecommitdiff
path: root/test/CodeGen/WebAssembly/reg-stackify.ll
AgeCommit message (Expand)Author
2017-08-16[WebAssembly] Remove infinite loop from reg-stackify testDerek Schuff
2017-06-16[WebAssembly] Use __stack_pointer global when writing wasm binarySam Clegg
2017-02-28[WebAssembly] Convert the remaining unit tests to the new wasm-object-file ta...Dan Gohman
2016-10-21[WebAssembly] Fix for 0xc call_indirect changesDerek Schuff
2016-10-06[WebAssemby] Implement block signatures.Dan Gohman
2016-10-06[WebAssembly] Remove the output operand from stores.Dan Gohman
2016-08-18[WebAssembly] Disable the store-results optimization.Dan Gohman
2016-05-24[WebAssembly] Put __stack_pointer in the offset field of loads and stores.Dan Gohman
2016-05-21[WebAssembly] Optimize away return instructions using fallthroughs.Dan Gohman
2016-05-19[WebAssembly] Make several CHECK lines less fragile using regexes and CHECK-DAG.Dan Gohman
2016-05-17[WebAssembly] Rename $discard to $drop in the assembly output.Dan Gohman
2016-05-17[WebAssembly] Model the stack evaluation order more precisely.Dan Gohman
2016-05-17[WebAssembly] Don't stackify calls past stack pointer modifications.Dan Gohman
2016-05-17[WebAssembly] Stackify induction variable increment instructions.Dan Gohman
2016-05-17[WebAssembly] Improve the precision of memory and side effect dependence trac...Dan Gohman
2016-05-10[WebAssembly] Move register stackification and coloring to a late phase.Dan Gohman
2016-05-05[WebAssembly] Don't emit epilogue code in the middle of stackified code.Dan Gohman
2016-04-15Let the DISubprogram in this test point to the right compile unit.Adrian Prantl
2016-04-15Update testcase to new debug metadata format.Adrian Prantl
2016-04-12[WebAssembly] Fix debug info in reg-stackify.ll testDerek Schuff
2016-02-22[WebAssembly] Properly ignore llvm.dbg.value instructions.Dan Gohman
2016-02-16[WebAssemly] Don't move calls or stores past intervening loadsDerek Schuff
2016-02-16[WebAssembly] Create new registers instead of reusing old ones in RegStackify.Dan Gohman
2016-02-08[WebAssembly] Update the br_if instructions' operand orders to match the spec.Dan Gohman
2016-01-28[WebAssembly] Don't stackify a register def past a get_local use in the same ...Dan Gohman
2016-01-28[WebAssembly] Enhanced register stackificationDan Gohman
2016-01-20[WebAssembly] Don't stackify stores across instructions with side effects.Dan Gohman
2016-01-19[WebAssembly] Rematerialize constants rather than hold them live in registers.Dan Gohman
2016-01-12[WebAssembly] Make CFG stackification independent of basic-block labels.Dan Gohman
2016-01-07[WebAssembly] Use the default private label prefixes.Dan Gohman
2016-01-07[WebAssembly] Add -m:e to the target triple.Dan Gohman
2015-12-25[WebAssembly] Fix handling of COPY instructions in WebAssemblyRegStackify.Dan Gohman
2015-12-09[WebAssembly] Reintroduce ARGUMENT moving logicDan Gohman
2015-12-05[WebAssembly] Implement ReverseBranchCondition, and re-enable MachineBlockPla...Dan Gohman
2015-12-05[WebAssembly] Fix scheduling dependencies in register-stackified codeDan Gohman
2015-11-25[WebAssembly] Support for register stackifying with load and store instructions.Dan Gohman