1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-22 18:54:02 +01:00
llvm-mirror/test/MC/WebAssembly
Andy Wingo 87799a4429 [WebAssembly][MC] Record limit constraints for table sizes
This commit adds a full WasmTableType to MCSymbolWasm, differing from
the current situation (just an ElemType) in that it additionally records
a WasmLimits.

We add support for specifying the limits in .S files also, via the
following syntax variations:

  .tabletype SYM, ELEMTYPE
  .tabletype SYM, ELEMTYPE, MINSIZE
  .tabletype SYM, ELEMTYPE, MINSIZE, MAXSIZE

Depends on D99186.

Differential Revision: https://reviews.llvm.org/D99191
2021-03-24 09:44:22 +01:00
..
alias-offset.s
alias.s
annotations.s
array-fill.ll
assembler-binary.ll [WebAssembly] Rename WasmLimits::Initial to ::Minimum. NFC. 2021-03-24 09:10:11 +01:00
atomics-encodings.s
bad-fixup-expr.s [WebAssembly] Add new relocation for location relative data 2021-03-08 11:34:10 -08:00
basic-assembly-errors.s
basic-assembly.s [WebAssembly] Remove unimplemented-simd target feature 2021-03-18 10:23:12 -07:00
blockaddress.ll
bss.ll
bulk-memory-encodings.s
call-indirect-relocs.s [WebAssembly] Rename WasmLimits::Initial to ::Minimum. NFC. 2021-03-24 09:10:11 +01:00
comdat-sections.ll
comdat-sections.s
comdat.ll [WebAssembly] Rename WasmLimits::Initial to ::Minimum. NFC. 2021-03-24 09:10:11 +01:00
compile-twice.ll
custom-code-section.ll
custom-sections.ll
data-section-combined.s
data-section.s [WebAssembly] Rename WasmLimits::Initial to ::Minimum. NFC. 2021-03-24 09:10:11 +01:00
data-symbol-in-text-section.ll
debug-byval-struct.ll
debug-info64.ll
debug-info.ll
debug-localvar.ll
dwarfdump64.ll
dwarfdump.ll
event-section.ll
explicit-sections.ll
export-name.s
external-data.ll
external-func-address.ll
externref.s
file-headers.ll
func-address.ll
function-alias.ll
function-sections.ll
global-ctor-dtor.ll [WebAssembly] Rename WasmLimits::Initial to ::Minimum. NFC. 2021-03-24 09:10:11 +01:00
globals.s
import-module.s
libcall.ll
lit.local.cfg
missing-features.s
no-dead-strip.ll
null-output.s
objdump.s
offset.ll
reference-types.s
reloc-code.ll
reloc-data.ll
reloc-pic.s [WebAssembly] Rename WasmLimits::Initial to ::Minimum. NFC. 2021-03-24 09:10:11 +01:00
reloc-relative.ll [WebAssembly] Add new relocation for location relative data 2021-03-08 11:34:10 -08:00
section-symbol.s
sections.ll
simd-encodings.s [WebAssembly] Finalize SIMD names and opcodes 2021-03-18 11:21:25 -07:00
stack-ptr.ll
tables.s [WebAssembly][MC] Record limit constraints for table sizes 2021-03-24 09:44:22 +01:00
tail-call-encodings.s [WebAssembly] Swap operand order of call_indirect in text format 2021-03-03 08:51:21 +01:00
tls.s
type-index.s [WebAssembly] Rename WasmLimits::Initial to ::Minimum. NFC. 2021-03-24 09:10:11 +01:00
types.ll [WebAssembly] Remove unimplemented-simd target feature 2021-03-18 10:23:12 -07:00
unnamed-data.ll
visibility.ll
wasm64.s [WebAssembly] Rename WasmLimits::Initial to ::Minimum. NFC. 2021-03-24 09:10:11 +01:00
weak-alias.s [WebAssembly] Rename WasmLimits::Initial to ::Minimum. NFC. 2021-03-24 09:10:11 +01:00
weak.s