llvm-6502/lib/Target
Chris Lattner d62d5d7e5b Split compare instruction handling OUT of handleTwoArgFP into handleCompareFP.
This makes the code much simpler, and the two cases really do belong apart.
Once we do it, it's pretty obvious how flawed the logic was for A != A case,
so I fixed it (fixing PR369).

This also uses freeStackSlotAfter instead of inserting an fxchg then
popStackAfter'ing in the case where there is a dead result (unlikely, but
possible), producing better code.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14139 91177308-0d34-0410-b5e6-96231b3b80d8
2004-06-11 04:25:06 +00:00
..
CBackend <alloca.h> on cygwin pulls in a ton of stuff (macros and function protos) 2004-06-02 23:10:26 +00:00
PowerPC Fix the fixed stack offset, patch contributed by Vladimir Prus 2004-06-10 06:19:25 +00:00
Sparc Adjust to new TM interfaces 2004-06-02 05:47:26 +00:00
SparcV8 Adjust to new TM interfaces 2004-06-02 05:47:26 +00:00
SparcV9 Turn loads of ConstantPointerNulls into loads of zero... don't spill 2004-06-11 02:03:48 +00:00
X86 Split compare instruction handling OUT of handleTwoArgFP into handleCompareFP. 2004-06-11 04:25:06 +00:00
Makefile
MRegisterInfo.cpp
Target.td
TargetData.cpp
TargetFrameInfo.cpp
TargetInstrInfo.cpp
TargetMachine.cpp Method has been inlined into all callers 2004-06-02 05:55:48 +00:00
TargetSchedInfo.cpp Adjust to new TM interface 2004-06-02 05:56:04 +00:00