llvm-6502/lib/CodeGen/SelectionDAG
Owen Anderson 0a5372ed3e Begin the painful process of tearing apart the rat'ss nest that is Constants.cpp and ConstantFold.cpp.
This involves temporarily hard wiring some parts to use the global context.  This isn't ideal, but it's
the only way I could figure out to make this process vaguely incremental.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@75445 91177308-0d34-0410-b5e6-96231b3b80d8
2009-07-13 04:09:18 +00:00
..
CallingConvLower.cpp Convert more assert(0)+abort() -> LLVM_UNREACHABLE, 2009-07-11 13:10:19 +00:00
CMakeLists.txt CMake build fixes, from Xerxes Ranby 2009-07-02 18:53:52 +00:00
DAGCombiner.cpp assert(0) -> LLVM_UNREACHABLE. 2009-07-11 20:10:48 +00:00
FastISel.cpp Begin the painful process of tearing apart the rat'ss nest that is Constants.cpp and ConstantFold.cpp. 2009-07-13 04:09:18 +00:00
LegalizeDAG.cpp Implement support for promotion of AND/OR/XOR on integer types. 2009-07-12 18:10:18 +00:00
LegalizeFloatTypes.cpp Convert more assert(0)+abort() -> LLVM_UNREACHABLE, 2009-07-11 13:10:19 +00:00
LegalizeIntegerTypes.cpp assert(0) -> LLVM_UNREACHABLE. 2009-07-11 20:10:48 +00:00
LegalizeTypes.cpp Convert more assert(0)+abort() -> LLVM_UNREACHABLE, 2009-07-11 13:10:19 +00:00
LegalizeTypes.h Nowadays vectors are only split if they have an even 2009-07-08 21:34:03 +00:00
LegalizeTypesGeneric.cpp Thread LLVMContext through MVT and related parts of SDISel. 2009-07-09 17:57:24 +00:00
LegalizeVectorOps.cpp Make SINT_TO_FP/UINT_TO_FP vector legalization queries query on the 2009-06-06 03:27:50 +00:00
LegalizeVectorTypes.cpp assert(0) -> LLVM_UNREACHABLE. 2009-07-11 20:10:48 +00:00
Makefile remove dead makefile flags. 2009-06-24 05:29:56 +00:00
ScheduleDAGFast.cpp assert(0) -> LLVM_UNREACHABLE. 2009-07-11 20:10:48 +00:00
ScheduleDAGList.cpp assert(0) -> LLVM_UNREACHABLE. 2009-07-11 20:10:48 +00:00
ScheduleDAGRRList.cpp assert(0) -> LLVM_UNREACHABLE. 2009-07-11 20:10:48 +00:00
ScheduleDAGSDNodes.cpp Revert 72707 and 72709, for the moment. 2009-06-02 03:12:52 +00:00
ScheduleDAGSDNodes.h Rename COPY_TO_SUBCLASS to COPY_TO_REGCLASS, and generalize 2009-04-13 21:06:25 +00:00
ScheduleDAGSDNodesEmit.cpp assert(0) -> LLVM_UNREACHABLE. 2009-07-11 20:10:48 +00:00
SelectionDAG.cpp assert(0) -> LLVM_UNREACHABLE. 2009-07-11 20:10:48 +00:00
SelectionDAGBuild.cpp Begin the painful process of tearing apart the rat'ss nest that is Constants.cpp and ConstantFold.cpp. 2009-07-13 04:09:18 +00:00
SelectionDAGBuild.h Begin the painful process of tearing apart the rat'ss nest that is Constants.cpp and ConstantFold.cpp. 2009-07-13 04:09:18 +00:00
SelectionDAGISel.cpp Fix assert(0) conversion, as suggested by Chris. 2009-07-12 20:07:01 +00:00
SelectionDAGPrinter.cpp implement DOTGraphTraits<SelectionDAG*>::getNodeLabel in terms of 2009-06-26 19:06:10 +00:00
TargetLowering.cpp assert(0) -> LLVM_UNREACHABLE. 2009-07-11 20:10:48 +00:00