llvm-6502/lib/Target
Chris Lattner 42e25b387f Allow the FP stackifier to completely ignore functions that do not use FP at
all.  This should speed up the X86 backend fairly significantly on integer
codes.  Now if only we didn't have to compute livevar still... ;-)


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19796 91177308-0d34-0410-b5e6-96231b3b80d8
2005-01-23 23:13:59 +00:00
..
Alpha Let me introduce you to the early stages of the llvm backend for the alpha processor 2005-01-22 23:41:55 +00:00
CBackend Fix alloca support for Cygwin. On cygwin its __alloca not __builtin_alloca 2005-01-23 04:32:47 +00:00
PowerPC
Skeleton
Sparc
SparcV8
SparcV9 Minor changes. 2005-01-18 04:15:41 +00:00
X86 Allow the FP stackifier to completely ignore functions that do not use FP at 2005-01-23 23:13:59 +00:00
Makefile Build Alpha by default. 2005-01-23 04:34:46 +00:00
MRegisterInfo.cpp
Target.td
TargetData.cpp
TargetFrameInfo.cpp
TargetInstrInfo.cpp Finegrainify namespacification 2005-01-19 06:53:34 +00:00
TargetMachine.cpp Add a new target-independent code generator flag. 2005-01-15 06:00:32 +00:00
TargetMachineRegistry.cpp
TargetSchedInfo.cpp Improve compatiblity with HPUX on Itanium, patch by Duraid Madina 2005-01-16 01:31:31 +00:00