History log of /llvm-project-15.0.7/llvm/lib/Target/WebAssembly/WebAssemblyCFGStackify.cpp (Results 101 – 103 of 103)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: llvmorg-3.7.1-rc2, llvmorg-3.7.1-rc1
# 00406472 07-Nov-2015 Nico Weber <[email protected]>

Try to fix build more -- like r252392 but for WebAssembly.

llvm-svn: 252394


# e3e4a5ff 02-Oct-2015 Dan Gohman <[email protected]>

[WebAssembly] Fix CFG stackification of nested loops.

llvm-svn: 249187


# 950a13cf 16-Sep-2015 Dan Gohman <[email protected]>

[WebAssembly] Check in an initial CFG Stackifier pass

This pass implements a simple algorithm for conversion from CFG to
wasm's structured control flow. It doesn't yet handle multiple-entry
loops; t

[WebAssembly] Check in an initial CFG Stackifier pass

This pass implements a simple algorithm for conversion from CFG to
wasm's structured control flow. It doesn't yet handle multiple-entry
loops; that will be added in a future patch.

It also adds initial support for switch statements.

Differential Revision: http://reviews.llvm.org/D12735

llvm-svn: 247818

show more ...


12345