llvm-6502/test/CodeGen
Evan Cheng 98ec91ea80 - Two-address pass should not assume unfolding is always successful.
- X86 unfolding should check if the instructions being unfolded has memoperands.
  If there is no memoperands, then it must assume conservative alignment. If this
  would introduce an expensive sse unaligned load / store, then unfoldMemoryOperand
  etc. should not unfold the instruction.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@107509 91177308-0d34-0410-b5e6-96231b3b80d8
2010-07-02 20:36:18 +00:00
..
Alpha
ARM Fix incorrect asm-printing of some NEON immediates. Fix weak testcase so 2010-07-02 17:23:44 +00:00
Blackfin
CBackend
CellSPU
CPP
Generic
MBlaze
Mips
MSP430
PIC16
PowerPC Implement the "linker_private_weak" linkage type. This will be used for 2010-07-01 21:55:59 +00:00
SPARC
SystemZ
Thumb Propagate the AlignStack bit in InlineAsm's to the 2010-07-02 20:16:09 +00:00
Thumb2
X86 - Two-address pass should not assume unfolding is always successful. 2010-07-02 20:36:18 +00:00
XCore