llvm-project/llvm/test/CodeGen/WebAssembly
Dan Gohman 950a13cfa3 [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
2015-09-16 16:51:30 +00:00
..
call.ll [WebAssembly] Update target datalayout strings. 2015-09-09 20:54:31 +00:00
cfg-stackify.ll [WebAssembly] Check in an initial CFG Stackifier pass 2015-09-16 16:51:30 +00:00
comparisons_f32.ll WebAssembly: emit `(func (param t) (result t))` s-expressions 2015-08-25 22:58:05 +00:00
comparisons_f64.ll WebAssembly: emit `(func (param t) (result t))` s-expressions 2015-08-25 22:58:05 +00:00
comparisons_i32.ll WebAssembly: emit `(func (param t) (result t))` s-expressions 2015-08-25 22:58:05 +00:00
comparisons_i64.ll WebAssembly: emit `(func (param t) (result t))` s-expressions 2015-08-25 22:58:05 +00:00
conv.ll [WebAssembly] Implement int64-to-int32 conversion. 2015-09-15 00:55:19 +00:00
cpus.ll WebAssembly: print basic integer assembly. 2015-07-31 17:53:38 +00:00
fast-isel.ll WebAssembly: emit `(func (param t) (result t))` s-expressions 2015-08-25 22:58:05 +00:00
fp32.ll WebAssembly: emit `(func (param t) (result t))` s-expressions 2015-08-25 22:58:05 +00:00
fp64.ll WebAssembly: emit `(func (param t) (result t))` s-expressions 2015-08-25 22:58:05 +00:00
func.ll [WebAssembly] Update target datalayout strings. 2015-09-09 20:54:31 +00:00
global.ll [WebAssembly] Update target datalayout strings. 2015-09-09 20:54:31 +00:00
globl.ll [WebAssembly] Update target datalayout strings. 2015-09-09 20:54:31 +00:00
immediates.ll WebAssembly: emit `(func (param t) (result t))` s-expressions 2015-08-25 22:58:05 +00:00
integer32.ll WebAssembly: NFC rename shr/sar 2015-09-08 17:21:21 +00:00
integer64.ll WebAssembly: NFC rename shr/sar 2015-09-08 17:21:21 +00:00
lit.local.cfg
load-ext.ll [WebAssembly] Update target datalayout strings. 2015-09-09 20:54:31 +00:00
load-store-i1.ll [WebAssembly] Update target datalayout strings. 2015-09-09 20:54:31 +00:00
load.ll [WebAssembly] Update target datalayout strings. 2015-09-09 20:54:31 +00:00
memory-addr32.ll WebAssembly: emit `(func (param t) (result t))` s-expressions 2015-08-25 22:58:05 +00:00
memory-addr64.ll WebAssembly: emit `(func (param t) (result t))` s-expressions 2015-08-25 22:58:05 +00:00
phi.ll [WebAssembly] Check in an initial CFG Stackifier pass 2015-09-16 16:51:30 +00:00
return-void.ll WebAssembly: emit `(func (param t) (result t))` s-expressions 2015-08-25 22:58:05 +00:00
store-trunc.ll [WebAssembly] Update target datalayout strings. 2015-09-09 20:54:31 +00:00
store.ll [WebAssembly] Update target datalayout strings. 2015-09-09 20:54:31 +00:00
switch.ll [WebAssembly] Check in an initial CFG Stackifier pass 2015-09-16 16:51:30 +00:00
unused-argument.ll WebAssembly: emit `(func (param t) (result t))` s-expressions 2015-08-25 22:58:05 +00:00