summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/WebAssembly/WebAssemblyCFGStackify.cpp
Commit message (Expand)AuthorAgeFilesLines
* [WebAssembly] Implement irreducible control flow.Dan Gohman2016-03-091-35/+0
* [WebAssembly] Switch from RPO sorting to topological sorting.Dan Gohman2016-02-161-109/+167
* [WebAssembly] Fix insertion of a BLOCK in a loop header that also ends a BLOCK.Dan Gohman2016-02-121-1/+3
* [WebAssembly] Refine block placement to insert blocks between trees.Dan Gohman2016-01-301-5/+22
* [WebAssemly] Invalidate liveness in CFG stackifierDerek Schuff2016-01-131-0/+3
* [WebAssembly] Make CFG stackification independent of basic-block labels.Dan Gohman2016-01-121-63/+84
* [WebAssembly] Minor code cleanups. NFC.Dan Gohman2016-01-081-1/+2
* [WebAssembly] Fix handling of COPY instructions in WebAssemblyRegStackify.Dan Gohman2015-12-251-3/+4
* [WebAssembly] Fix the CFG Stackifier to handle unoptimized branchesDan Gohman2015-12-161-2/+14
* [WebAssembly] Implement a new algorithm for placing BLOCK markersDan Gohman2015-12-141-67/+144
* [WebAssembly] Fix comments to say "LIFO" instead of "FIFO" when describing a ...Dan Gohman2015-12-021-1/+1
* [WebAssembly] Fix a few minor compiler warnings. NFC.Dan Gohman2015-11-301-7/+7
* [WebAssembly] Minor clang-format and selected clang-tidy cleanups. NFC.Dan Gohman2015-11-291-2/+2
* [WebAssembly] Always print loop end labelsDan Gohman2015-11-231-1/+11
* [WebAssembly] Use dominator information to improve BLOCK placementDan Gohman2015-11-231-46/+125
* Try to fix build more -- like r252392 but for WebAssembly.Nico Weber2015-11-071-4/+4
* [WebAssembly] Fix CFG stackification of nested loops.Dan Gohman2015-10-021-4/+15
* [WebAssembly] Check in an initial CFG Stackifier passDan Gohman2015-09-161-0/+278
OpenPOWER on IntegriCloud