1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-25 04:02:41 +01:00
llvm-mirror/test/CodeGen/WebAssembly
Heejin Ahn 73b2f90c13 [WebAssembly] Add '.eventtype' directive support
Summary:
This patch supports `.eventtype` directive printing and parsing in the
same syntax with `.functype`.

Reviewers: aardappel, sbc100

Subscribers: dschuff, sbc100, jgravelle-google, sunfish, llvm-commits

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

llvm-svn: 348818
2018-12-11 01:11:04 +00:00
..
add-prototypes.ll [WebAssembly] Fix broken assumption that all bitcasts are to functions types 2018-11-13 19:14:02 +00:00
address-offsets.ll [WebAssembly] replaced .param/.result by .functype 2018-11-19 17:10:36 +00:00
annotations.mir [WebAssembly] Support EH instructions in InstPrinter 2018-10-25 23:45:48 +00:00
atomic-mem-consistency.ll [WebAssembly] replaced .param/.result by .functype 2018-11-19 17:10:36 +00:00
atomic-rmw.ll [WebAssembly] replaced .param/.result by .functype 2018-11-19 17:10:36 +00:00
byval.ll [WebAssembly] replaced .param/.result by .functype 2018-11-19 17:10:36 +00:00
call.ll [WebAssembly] replaced .param/.result by .functype 2018-11-19 17:10:36 +00:00
cfg-stackify-dbg-skip.ll
cfg-stackify-eh.ll
cfg-stackify-eh.mir [WebAssembly] Fix immediate of rethrow when throwing to caller 2018-10-24 23:31:24 +00:00
cfg-stackify.ll [WebAssembly] replaced .param/.result by .functype 2018-11-19 17:10:36 +00:00
cfi.ll
comparisons-f32.ll [WebAssembly] replaced .param/.result by .functype 2018-11-19 17:10:36 +00:00
comparisons-f64.ll [WebAssembly] replaced .param/.result by .functype 2018-11-19 17:10:36 +00:00
comparisons-i32.ll [WebAssembly] replaced .param/.result by .functype 2018-11-19 17:10:36 +00:00
comparisons-i64.ll [WebAssembly] replaced .param/.result by .functype 2018-11-19 17:10:36 +00:00
conv-trap.ll [WebAssembly] replaced .param/.result by .functype 2018-11-19 17:10:36 +00:00
conv.ll [WebAssembly] replaced .param/.result by .functype 2018-11-19 17:10:36 +00:00
copysign-casts.ll
cpus.ll
custom-sections.ll
dbgvalue.ll
dead-vreg.ll [WebAssembly] replaced .param/.result by .functype 2018-11-19 17:10:36 +00:00
divrem-constant.ll
eh-lsda.ll Reland "[WebAssembly] LSDA info generation" 2018-10-25 23:55:10 +00:00
exception.ll [WebAssembly] Add '.eventtype' directive support 2018-12-11 01:11:04 +00:00
explicit-locals.mir
f16.ll [WebAssembly] replaced .param/.result by .functype 2018-11-19 17:10:36 +00:00
f32.ll [WebAssembly] replaced .param/.result by .functype 2018-11-19 17:10:36 +00:00
f64.ll [WebAssembly] replaced .param/.result by .functype 2018-11-19 17:10:36 +00:00
fast-isel-br-i1.ll
fast-isel-i24.ll [WebAssembly] replaced .param/.result by .functype 2018-11-19 17:10:36 +00:00
fast-isel-i256.ll [WebAssembly] replaced .param/.result by .functype 2018-11-19 17:10:36 +00:00
fast-isel-noreg.ll
fast-isel.ll
frem.ll [WebAssembly] replaced .param/.result by .functype 2018-11-19 17:10:36 +00:00
func.ll [WebAssembly] replaced .param/.result by .functype 2018-11-19 17:10:36 +00:00
function-bitcasts-varargs.ll [WebAssembly] replaced .param/.result by .functype 2018-11-19 17:10:36 +00:00
function-bitcasts.ll [WebAssembly] replaced .param/.result by .functype 2018-11-19 17:10:36 +00:00
global.ll [WebAssembly] replaced .param/.result by .functype 2018-11-19 17:10:36 +00:00
globl.ll
i32-load-store-alignment.ll [WebAssembly] replaced .param/.result by .functype 2018-11-19 17:10:36 +00:00
i32.ll [WebAssembly] replaced .param/.result by .functype 2018-11-19 17:10:36 +00:00
i64-load-store-alignment.ll [WebAssembly] replaced .param/.result by .functype 2018-11-19 17:10:36 +00:00
i64.ll [WebAssembly] replaced .param/.result by .functype 2018-11-19 17:10:36 +00:00
i128-returned.ll [WebAssembly] replaced .param/.result by .functype 2018-11-19 17:10:36 +00:00
i128.ll [WebAssembly] replaced .param/.result by .functype 2018-11-19 17:10:36 +00:00
ident.ll
immediates.ll [WebAssembly] replaced .param/.result by .functype 2018-11-19 17:10:36 +00:00
implicit-def.ll [WebAssembly] Handle vector IMPLICIT_DEFs. 2018-10-31 23:50:53 +00:00
import-module.ll
indirect-import.ll [WebAssembly] replaced .param/.result by .functype 2018-11-19 17:10:36 +00:00
inline-asm-m.ll
inline-asm-roundtrip.ll [WebAssembly] replaced .param/.result by .functype 2018-11-19 17:10:36 +00:00
inline-asm.ll [WebAssembly] replaced .param/.result by .functype 2018-11-19 17:10:36 +00:00
irreducible-cfg.ll
legalize.ll
libcalls.ll
lit.local.cfg
load-ext-atomic.ll
load-ext.ll
load-store-i1.ll
load.ll [WebAssembly] replaced .param/.result by .functype 2018-11-19 17:10:36 +00:00
lower-em-ehsjlj-options.ll
lower-em-exceptions-whitelist.ll
lower-em-exceptions.ll [WebAssembly] WebAssemblyLowerEmscriptenEHSjLj: use getter/setter for accessing tempRet0 2018-11-20 19:25:07 +00:00
lower-em-sjlj-longjmp-only.ll [WebAssembly] Fix LowerEmscriptenEHSjLj when there's only longjmp 2018-11-08 22:56:26 +00:00
lower-em-sjlj.ll [WebAssembly] WebAssemblyLowerEmscriptenEHSjLj: use getter/setter for accessing tempRet0 2018-11-20 19:25:07 +00:00
lower-global-dtors.ll [WebAssembly] replaced .param/.result by .functype 2018-11-19 17:10:36 +00:00
main-declaration.ll [WebAssembly] replaced .param/.result by .functype 2018-11-19 17:10:36 +00:00
main-no-args.ll [WebAssembly] replaced .param/.result by .functype 2018-11-19 17:10:36 +00:00
main-with-args.ll [WebAssembly] replaced .param/.result by .functype 2018-11-19 17:10:36 +00:00
mem-intrinsics.ll
memory-addr32.ll [WebAssembly] replaced .param/.result by .functype 2018-11-19 17:10:36 +00:00
muloti4.ll
negative-base-reg.ll
non-executable-stack.ll
null-streamer.ll [WebAssembly] Add null streamer support 2018-11-18 11:58:47 +00:00
offset-atomics.ll [WebAssembly] replaced .param/.result by .functype 2018-11-19 17:10:36 +00:00
offset-fastisel.ll
offset-folding.ll [WebAssembly] replaced .param/.result by .functype 2018-11-19 17:10:36 +00:00
offset.ll [WebAssembly] replaced .param/.result by .functype 2018-11-19 17:10:36 +00:00
phi.ll
reg-stackify.ll [WebAssembly] replaced .param/.result by .functype 2018-11-19 17:10:36 +00:00
regcopy.mir [WebAssembly] Add V128 to WebAssemblyInstrInfo::copyPhysReg 2018-11-08 02:35:28 +00:00
return-int32.ll [WebAssembly] replaced .param/.result by .functype 2018-11-19 17:10:36 +00:00
return-void.ll [WebAssembly] replaced .param/.result by .functype 2018-11-19 17:10:36 +00:00
returned.ll [WebAssembly] replaced .param/.result by .functype 2018-11-19 17:10:36 +00:00
select.ll [WebAssembly] replaced .param/.result by .functype 2018-11-19 17:10:36 +00:00
signext-arg.ll
signext-inreg.ll [WebAssembly] replaced .param/.result by .functype 2018-11-19 17:10:36 +00:00
signext-zeroext.ll [WebAssembly] replaced .param/.result by .functype 2018-11-19 17:10:36 +00:00
simd-arith.ll [WebAssembly] replaced .param/.result by .functype 2018-11-19 17:10:36 +00:00
simd-bitcasts.ll
simd-comparisons.ll [WebAssembly] replaced .param/.result by .functype 2018-11-19 17:10:36 +00:00
simd-conversions.ll [WebAssembly] replaced .param/.result by .functype 2018-11-19 17:10:36 +00:00
simd-ext-load-trunc-store.ll [WebAssembly] replaced .param/.result by .functype 2018-11-19 17:10:36 +00:00
simd-intrinsics.ll [WebAssembly] replaced .param/.result by .functype 2018-11-19 17:10:36 +00:00
simd-load-store-alignment.ll [WebAssembly] replaced .param/.result by .functype 2018-11-19 17:10:36 +00:00
simd-nested-shuffles.ll [WebAssembly] Retain shuffle types during custom lowering 2018-10-24 23:27:40 +00:00
simd-offset.ll [WebAssembly] replaced .param/.result by .functype 2018-11-19 17:10:36 +00:00
simd-select.ll [WebAssembly] replaced .param/.result by .functype 2018-11-19 17:10:36 +00:00
simd-sext-inreg.ll [WebAssembly] replaced .param/.result by .functype 2018-11-19 17:10:36 +00:00
simd.ll [WebAssembly] replaced .param/.result by .functype 2018-11-19 17:10:36 +00:00
stack-alignment.ll
stack-insts.ll [WebAssembly] Fix assembly printing of br_table 2018-10-23 00:28:14 +00:00
store-trunc-atomic.ll
store-trunc.ll
store.ll [WebAssembly] replaced .param/.result by .functype 2018-11-19 17:10:36 +00:00
switch.ll
tls.ll
umulo-128-legalisation-lowering.ll
umulo-i64.ll
unreachable.ll
unsupported-function-bitcasts.ll [WebAssembly] replaced .param/.result by .functype 2018-11-19 17:10:36 +00:00
unused-argument.ll [WebAssembly] replaced .param/.result by .functype 2018-11-19 17:10:36 +00:00
userstack.ll [WebAssembly] replaced .param/.result by .functype 2018-11-19 17:10:36 +00:00
varargs.ll [WebAssembly] replaced .param/.result by .functype 2018-11-19 17:10:36 +00:00
vector-sdiv.ll
vtable.ll [WebAssembly] Default to static reloc model 2018-11-16 18:59:51 +00:00
wasmehprepare.ll [WebAssembly] Split BBs after throw instructions 2018-11-16 00:47:18 +00:00