1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-21 12:02:58 +02:00
llvm-mirror/test/CodeGen
JF Bastien 753b5cd51b WebAssembly: print basic integer assembly.
Summary:
This prints assembly for int32 integer operations defined in WebAssemblyInstrInteger.td only, with major caveats:

  - The operation names are currently incorrect.
  - Other integer and floating-point types will be added later.
  - The printer isn't factored out to handle recursive AST code yet, since it can't even handle control flow anyways.
  - The assembly format isn't full s-expressions yet either, this will be added later.
  - This currently disables PrologEpilogCodeInserter as well as MachineCopyPropagation becasue they don't like virtual registers, which WebAssembly likes quite a bit. This will be fixed by factoring out NVPTX's change (currently a fork of PrologEpilogCodeInserter).

Reviewers: sunfish

Subscribers: llvm-commits, jfb

Differential Revision: http://reviews.llvm.org/D11671

llvm-svn: 243763
2015-07-31 17:53:38 +00:00
..
AArch64 [AArch64] Favor extended reg patterns for sub 2015-07-31 15:55:54 +00:00
AMDGPU AMDGPU: Fix v16i32 to v16i8 truncstore 2015-07-31 04:12:04 +00:00
ARM [ARM] Lower modulo operation to generate __aeabi_divmod on Android 2015-07-31 00:45:12 +00:00
BPF
CPP
Generic Move unit tests to target specific directories. 2015-07-28 17:32:49 +00:00
Hexagon [Hexagon] Generate MUX from conditional transfers when dot-new not possible 2015-07-20 21:23:25 +00:00
Inputs
Mips [mips][FastISel] Remove hidden mips-fast-isel option. 2015-07-30 12:39:33 +00:00
MIR MIR Parser: Report an error when a constant pool item is redefined. 2015-07-30 22:00:17 +00:00
MSP430
NVPTX Roll forward r242871 2015-07-29 18:59:09 +00:00
PowerPC [PPC] Fix PR24216: Don't generate splat for misaligned shuffle mask 2015-07-29 14:31:57 +00:00
SPARC
SystemZ
Thumb [ARM] Define subtarget feature strict-align. 2015-07-28 22:44:28 +00:00
Thumb2 ARMLoadStoreOptimizer: Create LDRD/STRD on thumb2 2015-07-21 00:18:59 +00:00
WebAssembly WebAssembly: print basic integer assembly. 2015-07-31 17:53:38 +00:00
WinEH [WinEH] Strip the \01 character from the __CxxFrameHandler3 thunk name 2015-07-13 17:55:14 +00:00
X86 [x86] reassociate integer multiplies using machine combiner pass 2015-07-31 16:21:55 +00:00
XCore