summaryrefslogtreecommitdiff
path: root/test/CodeGen/WebAssembly/cfg-stackify.ll
AgeCommit message (Expand)Author
2017-11-15[WebAssembly] Update cfg-stackify.ll to remove the workaround added in r318288.Dan Gohman
2017-11-15Workaround CodeGen/WebAssembly/cfg-stackify.ll failure after r318202Ilya Biryukov
2017-02-28[WebAssembly] Convert the remaining unit tests to the new wasm-object-file ta...Dan Gohman
2016-12-16[CodeGenPrep] Skip merging empty case blocksJun Bum Lim
2016-11-28Revert r287637 "[wasm] hack around test failure after r287553."Artem Belevich
2016-11-22[wasm] hack around test failure after r287553.Benjamin Kramer
2016-10-21Fix WebAssembly test after r284757.Benjamin Kramer
2016-10-11Codegen: Tail-duplicate during placement.Kyle Butt
2016-10-11Revert "Codegen: Tail-duplicate during placement."Daniel Jasper
2016-10-11Codegen: Tail-duplicate during placement.Kyle Butt
2016-10-08Revert "Codegen: Tail-duplicate during placement."Kyle Butt
2016-10-07Codegen: Tail-duplicate during placement.Kyle Butt
2016-10-06[WebAssemby] Implement block signatures.Dan Gohman
2016-10-06[WebAssembly] Remove loop's bottom label.Dan Gohman
2016-10-06[WebAssembly] Remove the output operand from stores.Dan Gohman
2016-10-05Revert "Codegen: Tail-duplicate during placement."Kyle Butt
2016-10-04Codegen: Tail-duplicate during placement.Kyle Butt
2016-10-04Revert "Codegen: Tail-duplicate during placement."Kyle Butt
2016-10-04Codegen: Tail-duplicate during placement.Kyle Butt
2016-09-16[WebAssembly] Fix function types of CFGStackify testsDerek Schuff
2016-08-18[WebAssembly] Disable the store-results optimization.Dan Gohman
2016-08-15Fix WAsm test after LSR change in r278658Reid Kleckner
2016-05-21[WebAssembly] Optimize away return instructions using fallthroughs.Dan Gohman
2016-05-17[WebAssembly] Rename $discard to $drop in the assembly output.Dan Gohman
2016-05-17[WebAssembly] Stackify induction variable increment instructions.Dan Gohman
2016-05-16[WebAssembly] Use eqz to negate a branch conditions.Dan Gohman
2016-05-10[WebAssembly] Preliminary fast-isel support.Dan Gohman
2016-05-10[WebAssembly] Move register stackification and coloring to a late phase.Dan Gohman
2016-04-05WebAssembly: fix cfg-stackify testJF Bastien
2016-03-08[WebAssembly] Update for spec change from tableswitch to br_table.Dan Gohman
2016-02-18[WebAssembly] Don't use setRequiresStructuredCFG(true).Dan Gohman
2016-02-16[WebAssembly] Switch from RPO sorting to topological sorting.Dan Gohman
2016-02-12[WebAssembly] Fix insertion of a BLOCK in a loop header that also ends a BLOCK.Dan Gohman
2016-02-08[WebAssembly] Update the br_if instructions' operand orders to match the spec.Dan Gohman
2016-01-30[WebAssembly] Refine block placement to insert blocks between trees.Dan Gohman
2016-01-28[WebAssembly] Enhanced register stackificationDan Gohman
2016-01-25[WebAssembly] Fix unbalanced register stack code in the case of late DCE.Dan Gohman
2016-01-20[WebAssembly] Tighten up some regexes in some tests.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
2016-01-06[WebAssembly] Don't use range-based loop for a list that's being modifiedDan Gohman
2015-12-25[WebAssembly] Fix handling of COPY instructions in WebAssemblyRegStackify.Dan Gohman
2015-12-16[WebAssembly] Fix the CFG Stackifier to handle unoptimized branchesDan Gohman
2015-12-14[WebAssembly] Implement a new algorithm for placing BLOCK markersDan Gohman
2015-12-06[WebAssembly] Tighten up some testcase regular expressions.Dan Gohman
2015-12-05[WebAssembly] Implement ReverseBranchCondition, and re-enable MachineBlockPla...Dan Gohman
2015-12-05[WebAssembly] Support constant offsets on loads and storesDerek Schuff
2015-11-25[WebAssembly] Support for register stackifying with load and store instructions.Dan Gohman