summaryrefslogtreecommitdiff
path: root/llvm/test/CodeGen/WebAssembly/cfg-stackify.ll
AgeCommit message (Expand)Author
2024-02-05[CodeGen] Convert tests to opaque pointers (NFC)Nikita Popov
2021-07-14[WebAssembly] Remove datalayout strings from llc testsThomas Lively
2020-06-03Reland "[WebAssembly] Eliminate range checks on br_tables"Thomas Lively
2020-06-03Revert "[WebAssembly] Eliminate range checks on br_tables"Thomas Lively
2020-06-02[WebAssembly] Eliminate range checks on br_tablesThomas Lively
2019-04-23[WebAssembly] Emit br_table for most switch instructionsHeejin Ahn
2019-04-23[WebAssembly] Make LBB markers not affected by test orderHeejin Ahn
2019-03-15[WebAssembly] Remove icmp undef in stackify testSimon Pilgrim
2019-03-05[WebAssembly] Disable MachineBlockPlacement passHeejin Ahn
2019-02-23[WebAssembly] Update CodeGen test expectations after rL354697. NFCSam Clegg
2018-11-19[WebAssembly] replaced .param/.result by .functypeWouter van Oortmerssen
2018-08-27[WebAssembly] Added default stack-only instruction mode for MC.Wouter van Oortmerssen
2018-08-13Revert "[WebAssembly] Added default stack-only instruction mode for MC."Wouter van Oortmerssen
2018-08-10[WebAssembly] Added default stack-only instruction mode for MC.Wouter van Oortmerssen
2018-07-27Revert "[WebAssembly] Added default stack-only instruction mode for MC."Wouter van Oortmerssen
2018-07-27[WebAssembly] Added default stack-only instruction mode for MC.Wouter van Oortmerssen
2018-05-10[WebAsembly] Update default triple in test files to wasm32-unknown-unkown.Sam Clegg
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