1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-23 04:52:54 +02:00
llvm-mirror/test/CodeGen
Juergen Ributzka bb4322fe8b [FastISel][AArch64] Fold offset into the memory operation.
Fold simple offsets into the memory operation:
  add x0, x0, #8
  ldr x0, [x0]
-->
  ldr x0, [x0, #8]

Fixes <rdar://problem/17887945>.

llvm-svn: 214545
2014-08-01 19:40:16 +00:00
..
AArch64 [FastISel][AArch64] Fold offset into the memory operation. 2014-08-01 19:40:16 +00:00
ARM [FastISel][ARM] Do not emit stores for undef arguments. 2014-08-01 18:04:14 +00:00
CPP
Generic Use "weak alias" instead of "alias weak" 2014-07-30 22:51:54 +00:00
Hexagon
Inputs
Mips [mips][PR19612] Fix va_arg for big-endian mode. 2014-08-01 09:17:39 +00:00
MSP430
NVPTX [NVPTX] Add some extra tests for mul.wide to test non-power-of-two source types 2014-07-23 20:23:49 +00:00
PowerPC [PowerPC] Recognize consecutive memory accesses from intrinsics 2014-08-01 01:02:01 +00:00
R600 R600: Cleanup test 2014-08-01 17:00:29 +00:00
SPARC
SystemZ
Thumb [stack protector] Add test cases for thumb and thumb2. 2014-07-25 19:47:46 +00:00
Thumb2 [stack protector] Add test cases for thumb and thumb2. 2014-07-25 19:47:46 +00:00
X86 Explicitly report runtime stack realignment in StackMap section 2014-08-01 18:26:27 +00:00
XCore llvm/test/CodeGen/XCore/dwarf_debug.ll: Fix not to be affected by *-win32. 2014-07-04 11:58:03 +00:00