llvm-6502/test/CodeGen
Mon P Wang f7ea6c3ee8 The previous fix of widening divides that trap was too fragile as it depends on custom
lowering and requires that certain types exist in ValueTypes.h.  Modified widening to
check if an op can trap and if so, the widening algorithm will apply only the op on
the defined elements.  It is safer to do this in widening because the optimizer can't
guarantee removing unused ops in some cases.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@95823 91177308-0d34-0410-b5e6-96231b3b80d8
2010-02-10 23:37:45 +00:00
..
Alpha
ARM Delete dead PHI machine instructions. These can be created due to type 2010-02-10 22:58:57 +00:00
Blackfin
CBackend
CellSPU
CPP
Generic move tests that depend on the x86 backend out of codegen/generic, 2010-02-09 06:41:03 +00:00
Mips
MSP430
PIC16
PowerPC Fix alignment on ppc linux. This fixes the build of crtend.o 2010-02-06 03:32:21 +00:00
SPARC add support for the sparcv9-*-* target triple to turn on 2010-02-04 06:34:01 +00:00
SystemZ
Thumb
Thumb2 Handle AddrMode6 (for NEON load/stores) in Thumb2's rewriteT2FrameIndex. 2010-02-06 00:24:38 +00:00
X86 The previous fix of widening divides that trap was too fragile as it depends on custom 2010-02-10 23:37:45 +00:00
XCore convert the last 3 targets to use EmitFunctionBody() now that 2010-01-28 06:22:43 +00:00