llvm-project/llvm/test
Paulo Matos 69e2797eae [WebAssembly] Implementation of (most) table instructions
Implementation of instructions table.get, table.set, table.grow,
table.size, table.fill, table.copy.

Missing instructions are table.init and elem.drop as they deal with
element sections which are not yet implemented.

Added more tests to tables.s

Differential Revision: https://reviews.llvm.org/D89797
2020-10-23 08:42:54 -07:00
..
Analysis [AArch64] Implement getIntrinsicInstrCost, handle min/max intrinsics. 2020-10-23 11:32:42 +01:00
Assembler Handle value uses wrapped in metadata for the use-list order 2020-10-20 20:05:59 +02:00
Bindings [IR] Make nosync, nofree and willreturn default for intrinsics. 2020-10-20 11:57:19 +02:00
Bitcode [IR] Make nosync, nofree and willreturn default for intrinsics. 2020-10-20 11:57:19 +02:00
BugPoint
CodeGen Revert "[Statepoints] Allow deopt GC pointer on VReg if gc-live bundle is empty." 2020-10-23 21:55:06 +07:00
DebugInfo [DebugInstrRef] Handle DBG_INSTR_REFs use-before-defs in LiveDebugValues 2020-10-23 16:33:23 +01:00
Demangle
Examples [examples] Fix test: Kaleidoscope Chapter 4 no longer supports redefinition. 2020-10-19 00:35:56 -07:00
ExecutionEngine Revert "[JITLink][ELF] Add support for ELF::R_X86_64_REX_GOTPCRELX relocation." 2020-10-22 23:21:29 -07:00
Feature [IR] Make nosync, nofree and willreturn default for intrinsics. 2020-10-20 11:57:19 +02:00
FileCheck
Instrumentation [test] Fix alloca-offset-lifetime.ll under NPM 2020-10-21 13:31:27 -07:00
Integer
JitListener
LTO [IRMover] Avoid materializing global value that belongs to not-yet-linked module 2020-10-07 18:14:07 -07:00
Linker Reapply "OpaquePtr: Add type to sret attribute" 2020-10-16 11:05:02 -04:00
MC [WebAssembly] Implementation of (most) table instructions 2020-10-23 08:42:54 -07:00
MachineVerifier [GlobalISel] Remove scalar src from non-sequential fadd/fmul reductions. 2020-10-15 15:51:44 -07:00
Object AMDGPU: Update AMDHSA code object version handling 2020-10-14 13:04:27 -04:00
ObjectYAML [WebAssembly] Added .tabletype to asm and multiple table support in obj files 2020-10-13 07:52:23 -07:00
Other [Inliner] Run always-inliner in inliner-wrapper 2020-10-22 19:16:25 -07:00
Reduce [IR] Make nosync, nofree and willreturn default for intrinsics. 2020-10-20 11:57:19 +02:00
SafepointIRVerifier
Support
SymbolRewriter
TableGen [TableGen] Change !getop and !setop to !getdagop and !setdagop. 2020-10-23 10:36:05 -04:00
ThinLTO/X86 Restore "[ThinLTO] Avoid temporaries when loading global decl attachment metadata" 2020-10-12 10:11:56 -07:00
Transforms [AMDGPU] Add simplification/combines for llvm.amdgcn.fma.legacy 2020-10-23 16:16:13 +01:00
Unit
Verifier [IR] Make nosync, nofree and willreturn default for intrinsics. 2020-10-20 11:57:19 +02:00
YAMLParser
tools [llvm-mca] Extend cortex-a57 memory instructions test 2020-10-23 17:02:20 +03:00
.clang-format
CMakeLists.txt
TestRunner.sh
lit.cfg.py
lit.site.cfg.py.in