llvm-6502/lib/CodeGen/SelectionDAG
Chris Lattner 0d67f0c80f Fix the last remaining bug preventing us from switching the X86 BE over
from the simple isel to the pattern isel.  This forces inserted libcalls
to serialize against other function calls, which was breaking
UnitTests/2005-05-12-Int64ToFP.  Hopefully this will fix issues on other
targets as well.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@21872 91177308-0d34-0410-b5e6-96231b3b80d8
2005-05-11 19:02:11 +00:00
..
LegalizeDAG.cpp Fix the last remaining bug preventing us from switching the X86 BE over 2005-05-11 19:02:11 +00:00
Makefile
SelectionDAG.cpp Do not memoize ADJCALLSTACKDOWN nodes, provide a method to hack on them. 2005-05-11 18:57:39 +00:00
SelectionDAGISel.cpp wrap long line 2005-05-11 18:57:06 +00:00
SelectionDAGPrinter.cpp Print SrcValue nodes correctly 2005-05-09 04:08:27 +00:00
TargetLowering.cpp Remove trailing whitespace 2005-04-21 22:55:34 +00:00