llvm-6502/test/CodeGen
Chris Lattner cd714b12fc @GOTPCREL is also rip-relative. Fix fast-isel to do the right thing.
This fixes an llvm-gcc bootstrap problem I introduced.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@74691 91177308-0d34-0410-b5e6-96231b3b80d8
2009-07-02 04:22:01 +00:00
..
Alpha
ARM CommuteChangesDestination() should check if to-be-commuted instruction defines any register. Also teaches the default commuteInstruction() to commute instruction without definitions (e.g. X86::test / ARM::tsp). 2009-07-01 08:29:08 +00:00
CBackend
CellSPU Add some generic expansion logic for SMULO and UMULO. Fixes UMULO 2009-06-16 06:58:29 +00:00
CPP
Generic
IA64
Mips
MSP430
PowerPC Fix codegen for references to available_externally symbols. This fixes 2009-07-01 16:53:44 +00:00
SPARC
Thumb We should run these tests as well. 2009-06-24 21:36:26 +00:00
Thumb2 Add PIC load and store patterns for Thumb-2. 2009-07-01 00:01:13 +00:00
X86 @GOTPCREL is also rip-relative. Fix fast-isel to do the right thing. 2009-07-02 04:22:01 +00:00
XCore