..
add-prototypes-conflict.ll
[WebAssembly] Fix a typo in a test file name
2019-07-09 01:21:04 +00:00
add-prototypes.ll
[WebAssembly] Make sret parameter work with AddMissingPrototypes
2019-07-09 02:10:33 +00:00
address-offsets.ll
[WebAssembly] Limit PIC support to the Emscripten target
2019-06-05 20:01:01 +00:00
atomic-fence.ll
[WebAssembly] Support for atomic fences
2019-05-28 22:09:12 +00:00
atomic-mem-consistency.ll
[WebAssembly] Remove uses of ThreadModel
2019-02-28 18:39:08 +00:00
atomic-rmw.ll
[WebAssembly] Remove uses of ThreadModel
2019-02-28 18:39:08 +00:00
bulk-memory-intrinsics.ll
[WebAssembly] Bulk memory intrinsics and builtins
2019-02-13 22:11:16 +00:00
bulk-memory.ll
[WebAssembly] Use named operands to identify loads and stores
2019-03-09 04:31:37 +00:00
byval.ll
[WebAssembly] Update CodeGen test expectations after rL354697. NFC
2019-02-23 00:07:39 +00:00
call-pic.ll
[WebAssembly] Limit PIC support to the Emscripten target
2019-06-05 20:01:01 +00:00
call.ll
[WebAssembly] Implement tail calls and unify tablegen call classes
2019-06-26 16:17:15 +00:00
cfg-stackify-dbg-skip.ll
[WebAssembly] Run ExplicitLocals pass after CFGStackify
2019-03-30 09:29:57 +00:00
cfg-stackify-dbg.mir
[WebAssembly] Handle END_LOOP in unreachable BB in CFGStackify
2019-03-29 19:36:51 +00:00
cfg-stackify-eh.ll
[WebAssembly] Fix unwind destination mismatches in CFG stackify
2019-03-30 11:04:48 +00:00
cfg-stackify.ll
[WebAssembly] Emit br_table for most switch instructions
2019-04-23 21:30:30 +00:00
cfi.ll
clear-cache.ll
[WebAssembly] Print error message for llvm.clear_cache intrinsic
2019-07-11 05:55:47 +00:00
comparisons-f32.ll
comparisons-f64.ll
comparisons-i32.ll
comparisons-i64.ll
conv-trap.ll
[WebAssembly] Disable MachineBlockPlacement pass
2019-03-05 20:35:34 +00:00
conv.ll
copysign-casts.ll
cpus.ll
custom-sections.ll
dbgvalue.ll
dead-vreg.ll
divrem-constant.ll
eh-labels.mir
[WebAssembly] Place 'try' and 'catch' correctly wrt EH_LABELs
2019-03-13 00:37:31 +00:00
eh-lsda.ll
exception.ll
[WebAssembly] Make rethrow take an except_ref type argument
2019-03-16 05:38:57 +00:00
explicit-locals.mir
f16.ll
[WebAssembly] Support f16 libcalls
2019-04-30 19:17:59 +00:00
f32.ll
[SelectionDAG] Do minnum->minimum at legalization time instead of building time
2019-07-01 11:00:23 +00:00
f64.ll
[WebAssembly] Update CodeGen test expectations after rL354697. NFC
2019-02-23 00:07:39 +00:00
fast-isel-br-i1.ll
fast-isel-i24.ll
fast-isel-i256.ll
fast-isel-noreg.ll
[WebAssembly] Update CodeGen test expectations after rL354697. NFC
2019-02-23 00:07:39 +00:00
fast-isel.ll
frem.ll
[WebAssembly] Update CodeGen test expectations after rL354697. NFC
2019-02-23 00:07:39 +00:00
func.ll
function-bitcasts-varargs.ll
[WebAssembly] Update CodeGen test expectations after rL354697. NFC
2019-02-23 00:07:39 +00:00
function-bitcasts.ll
[WebAssembly] Update CodeGen test expectations after rL354697. NFC
2019-02-23 00:07:39 +00:00
function-info.mir
[WebAssembly] Add CFGStacikfied field to WebAssemblyFunctionInfo
2019-03-26 17:46:14 +00:00
global_dtors.ll
[WebAssembly] Fix crash when @llvm.global_dtors is external
2019-03-01 00:12:13 +00:00
global.ll
[WebAssembly] Remove uses of ThreadModel
2019-02-28 18:39:08 +00:00
globl.ll
i32-load-store-alignment.ll
i32.ll
i64-load-store-alignment.ll
i64.ll
i128-returned.ll
i128.ll
[WebAssembly] Update CodeGen test expectations after rL354697. NFC
2019-02-23 00:07:39 +00:00
ident.ll
immediates.ll
implicit-def.ll
[WebAssembly] Disable MachineBlockPlacement pass
2019-03-05 20:35:34 +00:00
import-module.ll
[WebAssembly] Add codegen support for the import_field attribute
2019-02-01 22:27:34 +00:00
indirect-import.ll
[WebAssembly] Update CodeGen test expectations after rL354697. NFC
2019-02-23 00:07:39 +00:00
indirectbr.ll
[WebAssembly] Enable IndirectBrExpandPass
2019-07-03 23:54:06 +00:00
inline-asm-m.ll
inline-asm-roundtrip.ll
inline-asm.ll
inlineasm-output-template.ll
[AsmPrinter] refactor to support %c w/ GlobalAddress'
2019-04-26 18:45:04 +00:00
irreducible-cfg-exceptions.ll
[WebAssembly] Improve readability of irreducibility tests
2019-03-19 05:10:39 +00:00
irreducible-cfg.ll
[WebAssembly] Optimize the number of routing blocks in FixIrreducibleCFG
2019-03-30 01:31:11 +00:00
irreducible-cfg.mir
[WebAssembly] Optimize the number of routing blocks in FixIrreducibleCFG
2019-03-30 01:31:11 +00:00
legalize.ll
libcalls.ll
[WebAssembly] Expand more SIMD float ops
2019-05-24 00:15:04 +00:00
lit.local.cfg
llround-conv-i32.ll
[WebAssembly] Add the signature for the new llround builtin function
2019-05-21 23:06:34 +00:00
load-ext-atomic.ll
load-ext.ll
load-store-i1.ll
load-store-pic.ll
[WebAssembly] Limit PIC support to the Emscripten target
2019-06-05 20:01:01 +00:00
load.ll
lower-em-ehsjlj-options.ll
[WebAssembly] Update CodeGen test expectations after rL354697. NFC
2019-02-23 00:07:39 +00:00
lower-em-exceptions-whitelist.ll
lower-em-exceptions.ll
lower-em-sjlj-longjmp-only.ll
lower-em-sjlj.ll
[WebAssembly][NFC] simplify SjLj inline assembly test
2019-07-03 22:11:14 +00:00
lower-global-dtors.ll
[WebAssembly] Disable MachineBlockPlacement pass
2019-03-05 20:35:34 +00:00
main-declaration.ll
[WebAssembly] Update CodeGen test expectations after rL354697. NFC
2019-02-23 00:07:39 +00:00
main-no-args.ll
[WebAssembly] Update CodeGen test expectations after rL354697. NFC
2019-02-23 00:07:39 +00:00
main-three-args.ll
[WebAssembly] Re-enable main-function signature rewriting
2019-01-29 10:53:42 +00:00
main-with-args.ll
[WebAssembly] Re-enable main-function signature rewriting
2019-01-29 10:53:42 +00:00
mem-intrinsics.ll
[WebAssembly] Update CodeGen test expectations after rL354697. NFC
2019-02-23 00:07:39 +00:00
memory-addr32.ll
muloti4.ll
[WebAssembly] Update CodeGen test expectations after rL354697. NFC
2019-02-23 00:07:39 +00:00
multivalue.ll
[WebAssembly] Add multivalue and tail-call target features
2019-05-23 17:26:47 +00:00
mutable-globals.ll
[WebAssembly] Add mutable globals feature
2019-03-29 22:00:18 +00:00
negative-base-reg.ll
non-executable-stack.ll
null-streamer.ll
offset-atomics.ll
offset-fastisel.ll
offset-folding.ll
offset.ll
phi.ll
[WebAssembly] Make LBB markers not affected by test order
2019-04-23 21:17:03 +00:00
PR40172.ll
PR40267.ll
[LegalizeVectorTypes] Allow illegal indices when splitting extract_vector_elt
2019-01-31 00:35:37 +00:00
PR41149.ll
[SelectionDAG] Add scalarization of ABS node (PR41149)
2019-03-21 11:18:54 +00:00
PR41841.ll
[WebAssembly] Don't assume that zext/sext result is i32/i64 in fast isel (PR41841)
2019-05-13 19:40:18 +00:00
reg-stackify.ll
[WebAssembly] Make LBB markers not affected by test order
2019-04-23 21:17:03 +00:00
regcopy.mir
return-address-emscripten.ll
[WebAssembly] Implement __builtin_return_address for emscripten
2019-05-23 01:24:01 +00:00
return-address-unknown.ll
[WebAssembly] Implement __builtin_return_address for emscripten
2019-05-23 01:24:01 +00:00
return-int32.ll
return-void.ll
returned.ll
[WebAssembly] Update CodeGen test expectations after rL354697. NFC
2019-02-23 00:07:39 +00:00
select.ll
[WebAssembly] Fix select of and (PR40805)
2019-02-23 18:59:01 +00:00
signext-arg.ll
[WebAssembly] Update CodeGen test expectations after rL354697. NFC
2019-02-23 00:07:39 +00:00
signext-inreg.ll
signext-zeroext.ll
[WebAssembly] Update CodeGen test expectations after rL354697. NFC
2019-02-23 00:07:39 +00:00
simd-arith.ll
[SelectionDAG] Do minnum->minimum at legalization time instead of building time
2019-07-01 11:00:23 +00:00
simd-bitcasts.ll
simd-build-pair.ll
simd-build-vector.ll
[WebAssembly] Fix a regression selecting negative build_vector lanes
2019-01-31 23:22:39 +00:00
simd-comparisons.ll
[WebAssembly] Lower SIMD nnan setcc nodes
2019-03-19 00:55:34 +00:00
simd-conversions.ll
simd-ext-load-trunc-store.ll
simd-extended-extract.ll
[WebAssembly] Fix ISel crash on sext_inreg/extract type mismatch
2019-06-04 21:08:20 +00:00
simd-illegal-signext.ll
[WebAssembly] Implement ReplaceNodeResults to fix a SIMD crash
2019-05-23 18:09:26 +00:00
simd-intrinsics.ll
simd-load-store-alignment.ll
simd-nested-shuffles.ll
simd-noopt.ll
simd-offset.ll
simd-reductions.ll
[WebAssembly] Optimize ISel for SIMD Boolean reductions
2019-06-19 00:02:13 +00:00
simd-scalar-to-vector.ll
[WebAssembly] Lower SCALAR_TO_VECTOR to splats
2019-01-29 23:44:48 +00:00
simd-select.ll
[WebAssembly] Fix select of and (PR40805)
2019-02-23 18:59:01 +00:00
simd-sext-inreg.ll
simd-unsupported.ll
[WebAssembly] Expand more SIMD float ops
2019-05-24 00:15:04 +00:00
simd.ll
[WebAssembly] Update CodeGen test expectations after rL354697. NFC
2019-02-23 00:07:39 +00:00
stack-alignment.ll
[WebAssembly] Update CodeGen test expectations after rL354697. NFC
2019-02-23 00:07:39 +00:00
stack-insts.ll
stack-protector.ll
[WebAssembly] Define the signature for __stack_chk_fail
2019-04-29 21:09:44 +00:00
store-trunc-atomic.ll
store-trunc.ll
store.ll
switch.ll
[WebAssembly] Make LBB markers not affected by test order
2019-04-23 21:17:03 +00:00
tailcall.ll
[WebAssembly] Implement tail calls and unify tablegen call classes
2019-06-26 16:17:15 +00:00
target-features-tls.ll
[WebAssembly] Merge used feature sets, update atomics linkage policy
2019-03-29 00:14:01 +00:00
target-features.ll
[WebAssembly] Remove fptosi(undef) and fptoui(undef) from reduced test case.
2019-06-03 16:21:58 +00:00
tls.ll
[WebAssembly] Remove uses of ThreadModel
2019-02-28 18:39:08 +00:00
umulo-128-legalisation-lowering.ll
[WebAssembly] Update CodeGen test expectations after rL354697. NFC
2019-02-23 00:07:39 +00:00
umulo-i64.ll
[WebAssembly] Update CodeGen test expectations after rL354697. NFC
2019-02-23 00:07:39 +00:00
unreachable.ll
[WebAssembly] Update CodeGen test expectations after rL354697. NFC
2019-02-23 00:07:39 +00:00
unsupported-function-bitcasts.ll
[WebAssembly] Update CodeGen test expectations after rL354697. NFC
2019-02-23 00:07:39 +00:00
unused-argument.ll
[WebAssembly] Update CodeGen test expectations after rL354697. NFC
2019-02-23 00:07:39 +00:00
userstack.ll
[WebAssembly] Update CodeGen test expectations after rL354697. NFC
2019-02-23 00:07:39 +00:00
varargs.ll
[WebAssembly] Properly align fp128 arguments in outgoing varargs arguments
2019-02-26 05:20:19 +00:00
vector-sdiv.ll
vtable.ll
[WebAssembly] Remove uses of ThreadModel
2019-02-28 18:39:08 +00:00
wasmehprepare.ll
[WebAssembly] Add immarg attribute to intrinsics
2019-03-19 05:02:30 +00:00