llvm-6502/lib/CodeGen/SelectionDAG
Chris Lattner eaff524670 remove llvm.part.set.* and llvm.part.select.*. They have never been
implemented in codegen, have no frontend to generate them, and are 
better implemented with pattern matching (like the ppc backend does
to generate rlwimi/rlwinm etc).

PR4543



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@75430 91177308-0d34-0410-b5e6-96231b3b80d8
2009-07-12 21:08:53 +00:00
..
CallingConvLower.cpp Convert more assert(0)+abort() -> LLVM_UNREACHABLE, 2009-07-11 13:10:19 +00:00
CMakeLists.txt
DAGCombiner.cpp assert(0) -> LLVM_UNREACHABLE. 2009-07-11 20:10:48 +00:00
FastISel.cpp
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
LegalizeVectorTypes.cpp assert(0) -> LLVM_UNREACHABLE. 2009-07-11 20:10:48 +00:00
Makefile
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
ScheduleDAGSDNodes.h
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 remove llvm.part.set.* and llvm.part.select.*. They have never been 2009-07-12 21:08:53 +00:00
SelectionDAGBuild.h assert(0) -> LLVM_UNREACHABLE. 2009-07-11 20:10:48 +00:00
SelectionDAGISel.cpp Fix assert(0) conversion, as suggested by Chris. 2009-07-12 20:07:01 +00:00
SelectionDAGPrinter.cpp
TargetLowering.cpp assert(0) -> LLVM_UNREACHABLE. 2009-07-11 20:10:48 +00:00