summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/WebAssembly/cfg-stackify.ll
Commit message (Expand)AuthorAgeFilesLines
* [WebAssembly] Emit br_table for most switch instructionsHeejin Ahn2019-04-231-40/+29
* [WebAssembly] Make LBB markers not affected by test orderHeejin Ahn2019-04-231-63/+63
* [WebAssembly] Remove icmp undef in stackify testSimon Pilgrim2019-03-151-3/+3
* [WebAssembly] Disable MachineBlockPlacement passHeejin Ahn2019-03-051-352/+0
* [WebAssembly] Update CodeGen test expectations after rL354697. NFCSam Clegg2019-02-231-1/+1
* [WebAssembly] replaced .param/.result by .functypeWouter van Oortmerssen2018-11-191-5/+5
* [WebAssembly] Added default stack-only instruction mode for MC.Wouter van Oortmerssen2018-08-271-2/+2
* Revert "[WebAssembly] Added default stack-only instruction mode for MC."Wouter van Oortmerssen2018-08-131-2/+2
* [WebAssembly] Added default stack-only instruction mode for MC.Wouter van Oortmerssen2018-08-101-2/+2
* Revert "[WebAssembly] Added default stack-only instruction mode for MC."Wouter van Oortmerssen2018-07-271-2/+2
* [WebAssembly] Added default stack-only instruction mode for MC.Wouter van Oortmerssen2018-07-271-2/+2
* [WebAsembly] Update default triple in test files to wasm32-unknown-unkown.Sam Clegg2018-05-101-1/+1
* [WebAssembly] Update cfg-stackify.ll to remove the workaround added in r318288.Dan Gohman2017-11-151-16/+18
* Workaround CodeGen/WebAssembly/cfg-stackify.ll failure after r318202Ilya Biryukov2017-11-151-2/+2
* [WebAssembly] Convert the remaining unit tests to the new wasm-object-file ta...Dan Gohman2017-02-281-5/+3
* [CodeGenPrep] Skip merging empty case blocksJun Bum Lim2016-12-161-2/+2
* Revert r287637 "[wasm] hack around test failure after r287553."Artem Belevich2016-11-281-2/+2
* [wasm] hack around test failure after r287553.Benjamin Kramer2016-11-221-2/+2
* Fix WebAssembly test after r284757.Benjamin Kramer2016-10-211-2/+2
* Codegen: Tail-duplicate during placement.Kyle Butt2016-10-111-1/+1
* Revert "Codegen: Tail-duplicate during placement."Daniel Jasper2016-10-111-1/+1
* Codegen: Tail-duplicate during placement.Kyle Butt2016-10-111-1/+1
* Revert "Codegen: Tail-duplicate during placement."Kyle Butt2016-10-081-1/+1
* Codegen: Tail-duplicate during placement.Kyle Butt2016-10-071-1/+1
* [WebAssemby] Implement block signatures.Dan Gohman2016-10-061-100/+102
* [WebAssembly] Remove loop's bottom label.Dan Gohman2016-10-061-17/+31
* [WebAssembly] Remove the output operand from stores.Dan Gohman2016-10-061-2/+2
* Revert "Codegen: Tail-duplicate during placement."Kyle Butt2016-10-051-1/+1
* Codegen: Tail-duplicate during placement.Kyle Butt2016-10-041-1/+1
* Revert "Codegen: Tail-duplicate during placement."Kyle Butt2016-10-041-1/+1
* Codegen: Tail-duplicate during placement.Kyle Butt2016-10-041-1/+1
* [WebAssembly] Fix function types of CFGStackify testsDerek Schuff2016-09-161-3/+3
* [WebAssembly] Disable the store-results optimization.Dan Gohman2016-08-181-5/+7
* Fix WAsm test after LSR change in r278658Reid Kleckner2016-08-151-8/+8
* [WebAssembly] Optimize away return instructions using fallthroughs.Dan Gohman2016-05-211-2/+2
* [WebAssembly] Rename $discard to $drop in the assembly output.Dan Gohman2016-05-171-2/+2
* [WebAssembly] Stackify induction variable increment instructions.Dan Gohman2016-05-171-14/+20
* [WebAssembly] Use eqz to negate a branch conditions.Dan Gohman2016-05-161-2/+1
* [WebAssembly] Preliminary fast-isel support.Dan Gohman2016-05-101-2/+5
* [WebAssembly] Move register stackification and coloring to a late phase.Dan Gohman2016-05-101-35/+16
* WebAssembly: fix cfg-stackify testJF Bastien2016-04-051-10/+10
* [WebAssembly] Update for spec change from tableswitch to br_table.Dan Gohman2016-03-081-2/+2
* [WebAssembly] Don't use setRequiresStructuredCFG(true).Dan Gohman2016-02-181-37/+28
* [WebAssembly] Switch from RPO sorting to topological sorting.Dan Gohman2016-02-161-87/+133
* [WebAssembly] Fix insertion of a BLOCK in a loop header that also ends a BLOCK.Dan Gohman2016-02-121-0/+62
* [WebAssembly] Update the br_if instructions' operand orders to match the spec.Dan Gohman2016-02-081-98/+98
* [WebAssembly] Refine block placement to insert blocks between trees.Dan Gohman2016-01-301-4/+4
* [WebAssembly] Enhanced register stackificationDan Gohman2016-01-281-7/+9
* [WebAssembly] Fix unbalanced register stack code in the case of late DCE.Dan Gohman2016-01-251-2/+2
* [WebAssembly] Tighten up some regexes in some tests.Dan Gohman2016-01-201-75/+75
OpenPOWER on IntegriCloud