llvm-6502/lib/Target
Nate Begeman d860aa62ac Make sure that arg regs used by the call instruction are marked as such, so
that regalloc doesn't cleverly reuse early arg regs loading later arg regs.
This fixes almost all outstanding failures in the pattern isel.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@21086 91177308-0d34-0410-b5e6-96231b3b80d8
2005-04-04 22:17:48 +00:00
..
Alpha is this simpler? I think it is simpler. 2005-04-03 20:35:21 +00:00
CBackend Fix the 3 regressions last night, due to my buggy patch from yesterday. 2005-03-19 17:35:11 +00:00
IA64 fix SREM/UREM, which gave incorrect results for x%y if x was zero. This is 2005-04-04 05:05:52 +00:00
PowerPC Make sure that arg regs used by the call instruction are marked as such, so 2005-04-04 22:17:48 +00:00
Skeleton
Sparc This mega patch converts us from using Function::a{iterator|begin|end} to 2005-03-15 04:54:21 +00:00
SparcV8 This mega patch converts us from using Function::a{iterator|begin|end} to 2005-03-15 04:54:21 +00:00
SparcV9 Fix another PATypeHolder error, contributed by Bill Wendling! 2005-04-01 15:41:30 +00:00
X86 add support for FABS and FNEG 2005-04-02 05:30:17 +00:00
Makefile build the IA64 target as a .so for now 2005-03-17 18:29:04 +00:00
MRegisterInfo.cpp
Target.td
TargetData.cpp
TargetFrameInfo.cpp
TargetInstrInfo.cpp
TargetMachine.cpp
TargetMachineRegistry.cpp
TargetSchedInfo.cpp