llvm-6502/lib/CodeGen/SelectionDAG
Evan Cheng 59ad781e01 Allow custom lowering of fabs. I forgot to check in this change which
caused several test failures.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25852 91177308-0d34-0410-b5e6-96231b3b80d8
2006-01-31 18:14:25 +00:00
..
DAGCombiner.cpp Move MaskedValueIsZero from the DAGCombiner to the TargetLowering interface,making isMaskedValueZeroForTargetNode simpler, and useable from other partsof the compiler. 2006-01-30 04:09:27 +00:00
LegalizeDAG.cpp Allow custom lowering of fabs. I forgot to check in this change which 2006-01-31 18:14:25 +00:00
Makefile
ScheduleDAG.cpp Handle physreg input/outputs. We now compile this: 2006-01-31 02:03:41 +00:00
ScheduleDAGList.cpp Clean up some code; improve efficiency; and fixed a potential bug involving 2006-01-26 00:30:29 +00:00
ScheduleDAGSimple.cpp Fix VC++ compilation error. 2006-01-24 04:43:17 +00:00
SelectionDAG.cpp Remove some special case hacks for CALLSEQ_*, using UpdateNodeOperands 2006-01-29 07:58:15 +00:00
SelectionDAGISel.cpp Handle physreg input/outputs. We now compile this: 2006-01-31 02:03:41 +00:00
SelectionDAGPrinter.cpp
TargetLowering.cpp Move MaskedValueIsZero from the DAGCombiner to the TargetLowering interface,making isMaskedValueZeroForTargetNode simpler, and useable from other partsof the compiler. 2006-01-30 04:09:27 +00:00