llvm-6502/lib/Target
Duraid Madina 98d1378343 I shoulda done this a *long* time ago (tm): implement calls properly,
i.e. r1/r12/rp are saved/restored regardless of scheduling/luck

TODO: calls to external symbols, indirect (function descriptor) calls,
      performance (we're being paranoid right now)

BUG: the code for handling calls to vararg functions breaks if FP
args are passed (this will make printf() go haywire so a bunch of
tests will fail)

BUG: this seems to trigger some legalize nastiness


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@24942 91177308-0d34-0410-b5e6-96231b3b80d8
2005-12-22 04:07:40 +00:00
..
Alpha Disengage DEBUG_LOC from non-PPC targets. 2005-12-21 20:51:37 +00:00
CBackend do not allow '.' in symbol names 2005-11-10 21:39:29 +00:00
IA64 I shoulda done this a *long* time ago (tm): implement calls properly, 2005-12-22 04:07:40 +00:00
PowerPC Bye bye HACKTROCITY. 2005-12-22 02:26:21 +00:00
Skeleton Support multiple ValueTypes per RegisterClass, needed for upcoming vector 2005-12-01 04:51:06 +00:00
Sparc Disengage DEBUG_LOC from non-PPC targets. 2005-12-21 20:51:37 +00:00
SparcV8 Disengage DEBUG_LOC from non-PPC targets. 2005-12-21 20:51:37 +00:00
SparcV9 Support multiple ValueTypes per RegisterClass, needed for upcoming vector 2005-12-01 04:51:06 +00:00
X86 Bye bye HACKTROCITY. 2005-12-22 02:26:21 +00:00
Makefile
MRegisterInfo.cpp
SubtargetFeature.cpp
Target.td Added support to specify predicates. 2005-12-14 22:02:59 +00:00
TargetData.cpp
TargetFrameInfo.cpp
TargetInstrInfo.cpp
TargetMachine.cpp
TargetMachineRegistry.cpp
TargetSchedInfo.cpp
TargetSchedule.td
TargetSelectionDAG.td Added special flag node FLAG. 2005-12-22 02:25:14 +00:00
TargetSubtarget.cpp