llvm-6502/lib/CodeGen/SelectionDAG
Dan Gohman fd06aa7c07 Fix a thinko: When lowering fneg with xor, bitcast the operands
from floating-point to integer first, and bitcast the result
back to floating-point. Previously, this test was passing by
falling back to SelectionDAG lowering. The resulting code isn't
as nice, but it's correct and CodeGen now stays on the fast path.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@81171 91177308-0d34-0410-b5e6-96231b3b80d8
2009-09-07 23:47:14 +00:00
..
CallingConvLower.cpp Retype from unsigned to CallingConv::ID accordingly. Approved by Bob Wilson. 2009-09-02 08:44:58 +00:00
CMakeLists.txt Lexically order files in CMakeLists.txt files. 2009-07-15 21:08:16 +00:00
DAGCombiner.cpp Remove some unused variables and methods warned about by 2009-09-06 08:33:48 +00:00
FastISel.cpp Fix a thinko: When lowering fneg with xor, bitcast the operands 2009-09-07 23:47:14 +00:00
LegalizeDAG.cpp Reapply 79977. 2009-08-28 23:24:31 +00:00
LegalizeFloatTypes.cpp Add contexts to some of the MVT APIs. No functionality change yet, just the infrastructure work needed to get the contexts to where they need to be first. 2009-08-12 00:36:31 +00:00
LegalizeIntegerTypes.cpp Add contexts to some of the MVT APIs. No functionality change yet, just the infrastructure work needed to get the contexts to where they need to be first. 2009-08-12 00:36:31 +00:00
LegalizeTypes.cpp eliminate uses of cerr() 2009-08-23 07:05:07 +00:00
LegalizeTypes.h Add contexts to some of the MVT APIs. No functionality change yet, just the infrastructure work needed to get the contexts to where they need to be first. 2009-08-12 00:36:31 +00:00
LegalizeTypesGeneric.cpp Add contexts to some of the MVT APIs. No functionality change yet, just the infrastructure work needed to get the contexts to where they need to be first. 2009-08-12 00:36:31 +00:00
LegalizeVectorOps.cpp Split EVT into MVT and EVT, the former representing _just_ a primitive type, while 2009-08-11 20:47:22 +00:00
LegalizeVectorTypes.cpp eliminate uses of cerr() 2009-08-23 07:05:07 +00:00
Makefile remove dead makefile flags. 2009-06-24 05:29:56 +00:00
ScheduleDAGFast.cpp eliminate uses of cerr() 2009-08-23 07:05:07 +00:00
ScheduleDAGList.cpp eliminate uses of cerr() 2009-08-23 07:05:07 +00:00
ScheduleDAGRRList.cpp eliminate uses of cerr() 2009-08-23 07:05:07 +00:00
ScheduleDAGSDNodes.cpp Remove some not-really-used variables, as warned 2009-09-06 12:41:19 +00:00
ScheduleDAGSDNodes.h Rename COPY_TO_SUBCLASS to COPY_TO_REGCLASS, and generalize 2009-04-13 21:06:25 +00:00
ScheduleDAGSDNodesEmit.cpp Remove Offset from ExternalSybmol MachineOperands, this is unused (and at least partly unsupported, in X86 encoding at least). 2009-09-01 22:06:46 +00:00
SelectionDAG.cpp Recognize more opportunities to use SSE min and max instructions, 2009-09-03 20:34:31 +00:00
SelectionDAGBuild.cpp Simplify. Testing shows that this is not equivalent to BBI = CR.CaseBB + 1. 2009-09-06 18:03:32 +00:00
SelectionDAGBuild.h Rename MVT to EVT, in preparation for splitting SimpleValueType out into its own struct type. 2009-08-10 22:56:29 +00:00
SelectionDAGISel.cpp eliminate uses of cerr() 2009-08-23 07:05:07 +00:00
SelectionDAGPrinter.cpp Fix some refactos for iostream changes (in -Asserts mode). 2009-08-23 08:50:52 +00:00
TargetLowering.cpp Rename TargetAsmInfo (and its subclasses) to MCAsmInfo. 2009-08-22 20:48:53 +00:00