llvm-6502/test/CodeGen
2009-05-11 22:33:01 +00:00
..
Alpha
ARM Fix pr4100. Do not remove no-op copies when they are dead. The register 2009-05-07 23:47:03 +00:00
CBackend
CellSPU
CPP Fix code emission for conditional branches. 2009-05-04 19:10:38 +00:00
Generic
IA64
Mips
MSP430 Add MSP430 test for PR4136 2009-05-10 14:48:36 +00:00
PowerPC
SPARC
X86 Teach LSR to optimize more loop exit compares, i.e. change them to use postinc iv value. Previously LSR would only optimize those which are in the loop latch block. However, if LSR can prove it is safe (and profitable), it's now possible to change those not in the latch blocks to use postinc values. 2009-05-11 22:33:01 +00:00
XCore