1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 19:42:54 +02:00
llvm-mirror/test/CodeGen/WebAssembly
Jacob Gravelle 517063fab6 [WebAssembly] FastISel : Bail to SelectionDAG for constexpr calls
Summary: Currently FastISel lowers constexpr calls as indirect calls.
We'd like those to direct calls, and falling back to SelectionDAGISel
handles that.

Reviewers: dschuff, sunfish

Subscribers: jfb, sbc100, llvm-commits, aheejin

Differential Revision: https://reviews.llvm.org/D37073

llvm-svn: 311693
2017-08-24 19:53:44 +00:00
..
address-offsets.ll [WebAssembly] Convert the remaining unit tests to the new wasm-object-file target. 2017-02-28 23:37:04 +00:00
byval.ll [WebAssembly] Use __stack_pointer global when writing wasm binary 2017-06-16 23:59:10 +00:00
call.ll [WebAssembly] FastISel : Bail to SelectionDAG for constexpr calls 2017-08-24 19:53:44 +00:00
cfg-stackify.ll [WebAssembly] Convert the remaining unit tests to the new wasm-object-file target. 2017-02-28 23:37:04 +00:00
cfi.ll [WebAssembly] Basic support for Wasm object file encoding. 2017-02-24 23:18:00 +00:00
comparisons_f32.ll [WebAssembly] Basic support for Wasm object file encoding. 2017-02-24 23:18:00 +00:00
comparisons_f64.ll [WebAssembly] Basic support for Wasm object file encoding. 2017-02-24 23:18:00 +00:00
comparisons_i32.ll [WebAssembly] Basic support for Wasm object file encoding. 2017-02-24 23:18:00 +00:00
comparisons_i64.ll [WebAssembly] Basic support for Wasm object file encoding. 2017-02-24 23:18:00 +00:00
conv.ll [WebAssembly] Convert the remaining unit tests to the new wasm-object-file target. 2017-02-28 23:37:04 +00:00
copysign-casts.ll [WebAssembly] Basic support for Wasm object file encoding. 2017-02-24 23:18:00 +00:00
cpus.ll [WebAssembly] Convert the remaining unit tests to the new wasm-object-file target. 2017-02-28 23:37:04 +00:00
dbgvalue.ll [WebAssembly] Convert the remaining unit tests to the new wasm-object-file target. 2017-02-28 23:37:04 +00:00
dead-vreg.ll [WebAssembly] Basic support for Wasm object file encoding. 2017-02-24 23:18:00 +00:00
divrem-constant.ll [WebAssembly] Basic support for Wasm object file encoding. 2017-02-24 23:18:00 +00:00
exception.ll [WebAssembly] Add support for exception handling instructions 2017-06-30 00:43:15 +00:00
f16.ll [WebAssembly] Handle f16 in fast-isel. 2017-02-24 21:05:35 +00:00
f32.ll [WebAssembly] Basic support for Wasm object file encoding. 2017-02-24 23:18:00 +00:00
f64.ll [WebAssembly] Basic support for Wasm object file encoding. 2017-02-24 23:18:00 +00:00
fast-isel-noreg.ll [WebAssembly] Basic support for Wasm object file encoding. 2017-02-24 23:18:00 +00:00
fast-isel.ll [WebAssembly] Convert the remaining unit tests to the new wasm-object-file target. 2017-02-28 23:37:04 +00:00
frem.ll [WebAssembly] Convert the remaining unit tests to the new wasm-object-file target. 2017-02-28 23:37:04 +00:00
func.ll [WebAssembly] Convert the remaining unit tests to the new wasm-object-file target. 2017-02-28 23:37:04 +00:00
function-bitcasts.ll [WebAssembly] Convert the remaining unit tests to the new wasm-object-file target. 2017-02-28 23:37:04 +00:00
global.ll [WebAssembly] Convert the remaining unit tests to the new wasm-object-file target. 2017-02-28 23:37:04 +00:00
globl.ll [WebAssembly] Basic support for Wasm object file encoding. 2017-02-24 23:18:00 +00:00
i32-load-store-alignment.ll [WebAssembly] Convert the remaining unit tests to the new wasm-object-file target. 2017-02-28 23:37:04 +00:00
i32.ll [WebAssembly] Basic support for Wasm object file encoding. 2017-02-24 23:18:00 +00:00
i64-load-store-alignment.ll [WebAssembly] Convert the remaining unit tests to the new wasm-object-file target. 2017-02-28 23:37:04 +00:00
i64.ll [WebAssembly] Basic support for Wasm object file encoding. 2017-02-24 23:18:00 +00:00
i128.ll [WebAssembly] Basic support for Wasm object file encoding. 2017-02-24 23:18:00 +00:00
ident.ll [WebAssembly] Basic support for Wasm object file encoding. 2017-02-24 23:18:00 +00:00
immediates.ll [WebAssembly] Basic support for Wasm object file encoding. 2017-02-24 23:18:00 +00:00
implicit-def.ll [WebAssembly] Basic support for Wasm object file encoding. 2017-02-24 23:18:00 +00:00
indirect-import.ll [wasm] Update two tests for r308025 which causes scheduling changes due 2017-07-15 15:44:36 +00:00
inline-asm.ll [WebAssembly] Convert the remaining unit tests to the new wasm-object-file target. 2017-02-28 23:37:04 +00:00
irreducible-cfg.ll [WebAssembly] Convert the remaining unit tests to the new wasm-object-file target. 2017-02-28 23:37:04 +00:00
legalize.ll [WebAssembly] Convert the remaining unit tests to the new wasm-object-file target. 2017-02-28 23:37:04 +00:00
lit.local.cfg
load-ext.ll [WebAssembly] Convert the remaining unit tests to the new wasm-object-file target. 2017-02-28 23:37:04 +00:00
load-store-i1.ll [WebAssembly] Convert the remaining unit tests to the new wasm-object-file target. 2017-02-28 23:37:04 +00:00
load.ll [WebAssembly] Basic support for Wasm object file encoding. 2017-02-24 23:18:00 +00:00
lower-em-ehsjlj-options.ll [WebAssembly] Basic support for Wasm object file encoding. 2017-02-24 23:18:00 +00:00
lower-em-exceptions-whitelist.ll [WebAssembly] Basic support for Wasm object file encoding. 2017-02-24 23:18:00 +00:00
lower-em-exceptions.ll [WebAssembly] Basic support for Wasm object file encoding. 2017-02-24 23:18:00 +00:00
lower-em-sjlj.ll [WebAssembly] Basic support for Wasm object file encoding. 2017-02-24 23:18:00 +00:00
mem-intrinsics.ll [WebAssembly] Convert the remaining unit tests to the new wasm-object-file target. 2017-02-28 23:37:04 +00:00
memory-addr32.ll [WebAssembly] Convert the remaining unit tests to the new wasm-object-file target. 2017-02-28 23:37:04 +00:00
negative-base-reg.ll [wasm] Fix test after r304117. 2017-05-29 16:32:52 +00:00
non-executable-stack.ll [WebAssembly] Basic support for Wasm object file encoding. 2017-02-24 23:18:00 +00:00
offset-fastisel.ll [WebAssembly] WebAssemblyFastISel getelementptr variable index support 2017-06-22 21:26:08 +00:00
offset-folding.ll [WebAssembly] Basic support for Wasm object file encoding. 2017-02-24 23:18:00 +00:00
offset.ll [WebAssembly] Convert the remaining unit tests to the new wasm-object-file target. 2017-02-28 23:37:04 +00:00
phi.ll [WebAssembly] Convert the remaining unit tests to the new wasm-object-file target. 2017-02-28 23:37:04 +00:00
reg-stackify.ll [WebAssembly] Remove infinite loop from reg-stackify test 2017-08-16 00:49:44 +00:00
return-int32.ll [WebAssembly] Convert the remaining unit tests to the new wasm-object-file target. 2017-02-28 23:37:04 +00:00
return-void.ll [WebAssembly] Convert the remaining unit tests to the new wasm-object-file target. 2017-02-28 23:37:04 +00:00
returned.ll [WebAssembly] Fix WebAssemblyOptimizeReturned after r300367 2017-04-17 21:40:28 +00:00
select.ll [WebAssembly] Convert the remaining unit tests to the new wasm-object-file target. 2017-02-28 23:37:04 +00:00
signext-zeroext.ll [WebAssembly] Convert the remaining unit tests to the new wasm-object-file target. 2017-02-28 23:37:04 +00:00
simd-arith.ll [WebAssembly] Convert the remaining unit tests to the new wasm-object-file target. 2017-02-28 23:37:04 +00:00
stack-alignment.ll [WebAssembly] Use __stack_pointer global when writing wasm binary 2017-06-16 23:59:10 +00:00
store-trunc.ll [WebAssembly] Convert the remaining unit tests to the new wasm-object-file target. 2017-02-28 23:37:04 +00:00
store.ll [WebAssembly] Basic support for Wasm object file encoding. 2017-02-24 23:18:00 +00:00
switch.ll [WebAssembly] Basic support for Wasm object file encoding. 2017-02-24 23:18:00 +00:00
umulo-i64.ll Fix libcall expansion creating DAG nodes with invalid type post type legalization. 2017-07-05 22:01:49 +00:00
unreachable.ll [WebAssembly] Basic support for Wasm object file encoding. 2017-02-24 23:18:00 +00:00
unsupported-function-bitcasts.ll [WebAssembly] Convert the remaining unit tests to the new wasm-object-file target. 2017-02-28 23:37:04 +00:00
unused-argument.ll [WebAssembly] Convert the remaining unit tests to the new wasm-object-file target. 2017-02-28 23:37:04 +00:00
userstack.ll Revert r308273 to reinstate part of r308100. 2017-07-19 04:15:30 +00:00
varargs.ll [WebAssembly] Convert the remaining unit tests to the new wasm-object-file target. 2017-02-28 23:37:04 +00:00
vtable.ll [WebAssembly] Convert the remaining unit tests to the new wasm-object-file target. 2017-02-28 23:37:04 +00:00