llvm-6502/lib/Target
Alkis Evlogimenos 359b65f782 Add a floating point killer pass. This pass runs before register
allocaton on the X86 to add information to the machine code denoting
that our floating point stackifier cannot handle virtual point
register that are alive across basic blocks. This pass adds an
implicit def of all virtual floating point register at the end of each
basic block.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10446 91177308-0d34-0410-b5e6-96231b3b80d8
2003-12-13 05:36:22 +00:00
..
CBackend Turn off "attribute weak" to pacify Mac OS X's system compiler, which prints a 2003-12-11 00:24:36 +00:00
SparcV9 This appears to fix Bug 172 and does not break any other feature tests or 2003-12-10 22:51:41 +00:00
X86 Add a floating point killer pass. This pass runs before register 2003-12-13 05:36:22 +00:00
Makefile
MRegisterInfo.cpp
Target.td
TargetData.cpp
TargetInstrInfo.cpp
TargetMachine.cpp
TargetSchedInfo.cpp