llvm-6502/lib/CodeGen/SelectionDAG
Chris Lattner a78fa8cc2d continue making the world safe for ConstantDataVector. At this point,
we should (theoretically optimize and codegen ConstantDataVector as well
as ConstantVector.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@149116 91177308-0d34-0410-b5e6-96231b3b80d8
2012-01-27 03:08:05 +00:00
..
CMakeLists.txt
DAGCombiner.cpp Transform: (EXTRACT_VECTOR_ELT( VECTOR_SHUFFLE )) -> EXTRACT_VECTOR_ELT. 2012-01-17 21:44:01 +00:00
FastISel.cpp
FunctionLoweringInfo.cpp
InstrEmitter.cpp More dead code removal (using -Wunreachable-code) 2012-01-20 21:51:11 +00:00
InstrEmitter.h
LegalizeDAG.cpp use ConstantVector::getSplat in a few places. 2012-01-25 06:02:56 +00:00
LegalizeFloatTypes.cpp
LegalizeIntegerTypes.cpp More dead code removal (using -Wunreachable-code) 2012-01-20 21:51:11 +00:00
LegalizeTypes.cpp Remove unnecessary default cases in switches that cover all enum values. 2012-01-10 16:47:17 +00:00
LegalizeTypes.h
LegalizeTypesGeneric.cpp Remove unnecessary default cases in switches that cover all enum values. 2012-01-10 16:47:17 +00:00
LegalizeVectorOps.cpp
LegalizeVectorTypes.cpp On AVX, we can load v8i32 at a time. The bug happens when two uneven loads are used. 2012-01-11 20:19:17 +00:00
LLVMBuild.txt
Makefile
ScheduleDAGFast.cpp
ScheduleDAGRRList.cpp
ScheduleDAGSDNodes.cpp
ScheduleDAGSDNodes.h Add a RegisterMaskSDNode class. 2012-01-18 23:52:12 +00:00
SDNodeDbgValue.h
SDNodeOrdering.h
SelectionDAG.cpp More dead code removal (using -Wunreachable-code) 2012-01-20 21:51:11 +00:00
SelectionDAGBuilder.cpp continue making the world safe for ConstantDataVector. At this point, 2012-01-27 03:08:05 +00:00
SelectionDAGBuilder.h
SelectionDAGISel.cpp More dead code removal (using -Wunreachable-code) 2012-01-20 21:51:11 +00:00
SelectionDAGPrinter.cpp drop unneeded config.h includes 2011-12-22 23:04:07 +00:00
TargetLowering.cpp Refactor variables unused under non-assert builds (& remove two entirely unused variables). 2012-01-16 05:17:39 +00:00
TargetSelectionDAGInfo.cpp