1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-26 04:32:44 +01:00
llvm-mirror/test/CodeGen/WebAssembly
Dan Gohman 3ea810b777 [WebAssembly] Stackify induction variable increment instructions.
This handles instructions where the defined register is also used, as in
"x = x + 1".

llvm-svn: 269830
2016-05-17 20:19:47 +00:00
..
address-offsets.ll WebAssembly: fix test 2016-02-28 15:44:54 +00:00
byval.ll [WebAssembly] Move register stackification and coloring to a late phase. 2016-05-10 04:24:02 +00:00
call.ll [WebAssembly] Fast-isel support for calls, arguments, and selects. 2016-05-12 04:19:09 +00:00
cfg-stackify.ll [WebAssembly] Stackify induction variable increment instructions. 2016-05-17 20:19:47 +00:00
comparisons_f32.ll
comparisons_f64.ll
comparisons_i32.ll [WebAssembl] Implement enough of fast-isel to run the comparison tests. 2016-05-11 16:32:42 +00:00
comparisons_i64.ll [WebAssembl] Implement enough of fast-isel to run the comparison tests. 2016-05-11 16:32:42 +00:00
conv.ll
copysign-casts.ll
cpus.ll
dead-vreg.ll
f32.ll
f64.ll
fast-isel.ll [WebAssembly] Preliminary fast-isel support. 2016-05-10 17:39:48 +00:00
frem.ll
func.ll
global.ll
globl.ll
i32-load-store-alignment.ll [WebAssembly] Limit alignment hints to natural alignment. 2016-04-21 23:59:48 +00:00
i32.ll [WebAssembly] Implement the rotate instructions. 2016-03-22 18:01:49 +00:00
i64-load-store-alignment.ll [WebAssembly] Limit alignment hints to natural alignment. 2016-04-21 23:59:48 +00:00
i64.ll [WebAssembly] Implement the rotate instructions. 2016-03-22 18:01:49 +00:00
i128.ll [WebAssembly] Fix legalization of i128 shifts. 2016-05-14 02:15:47 +00:00
ident.ll
immediates.ll
inline-asm.ll
irreducible-cfg.ll [WebAssembly] Account for implicit operands when computing operand indices. 2016-04-26 01:40:56 +00:00
legalize.ll
lit.local.cfg
load-ext.ll
load-store-i1.ll
load.ll [WebAssembly] Preliminary fast-isel support. 2016-05-10 17:39:48 +00:00
mem-intrinsics.ll [WebAssembly] Move register stackification and coloring to a late phase. 2016-05-10 04:24:02 +00:00
memory-addr32.ll [WebAssembly] Rename memory_size intrinsic to current_memory 2016-05-02 17:25:22 +00:00
memory-addr64.ll [WebAssembly] Rename memory_size intrinsic to current_memory 2016-05-02 17:25:22 +00:00
non-executable-stack.ll
offset-folding.ll
offset.ll [WebAssembly] Move register stackification and coloring to a late phase. 2016-05-10 04:24:02 +00:00
phi.ll
reg-stackify.ll [WebAssembly] Stackify induction variable increment instructions. 2016-05-17 20:19:47 +00:00
return-int32.ll [WebAssembly] Preliminary fast-isel support. 2016-05-10 17:39:48 +00:00
return-void.ll [WebAssembly] Preliminary fast-isel support. 2016-05-10 17:39:48 +00:00
returned.ll
select.ll [WebAssembly] Fast-isel support for calls, arguments, and selects. 2016-05-12 04:19:09 +00:00
signext-zeroext.ll
store-results.ll [WebAssembly] Move register stackification and coloring to a late phase. 2016-05-10 04:24:02 +00:00
store-trunc.ll
store.ll [WebAssembly] Preliminary fast-isel support. 2016-05-10 17:39:48 +00:00
switch.ll [WebAssembly] Update for spec change from tableswitch to br_table. 2016-03-08 03:18:12 +00:00
unreachable.ll [WebAssembly] Preliminary fast-isel support. 2016-05-10 17:39:48 +00:00
unused-argument.ll
userstack.ll [WebAssembly] Mark COPY_LOCAL and TEE_LOCAL instructions has having no side effects. 2016-05-16 19:16:32 +00:00
varargs.ll
vtable.ll