llvm-6502/lib/CodeGen/SelectionDAG
2012-12-11 09:39:09 +00:00
..
CMakeLists.txt
DAGCombiner.cpp Fix a miscompile in the DAG combiner. Previously, we would incorrectly 2012-12-11 00:36:57 +00:00
FastISel.cpp Change TargetLowering::getRegClassFor to take an MVT, instead of EVT. 2012-12-11 09:10:33 +00:00
FunctionLoweringInfo.cpp Change TargetLowering::getRegClassFor to take an MVT, instead of EVT. 2012-12-11 09:10:33 +00:00
InstrEmitter.cpp Change TargetLowering::getRegClassFor to take an MVT, instead of EVT. 2012-12-11 09:10:33 +00:00
InstrEmitter.h Change TargetLowering::getRegClassFor to take an MVT, instead of EVT. 2012-12-11 09:10:33 +00:00
LegalizeDAG.cpp Change TargetLowering::getLoadExtAction to take an MVT, instead of EVT. 2012-12-11 09:39:09 +00:00
LegalizeFloatTypes.cpp
LegalizeIntegerTypes.cpp Back out r166591, not sure why this made it through since I cancelled the command. Bleh, sorry about this! 2012-10-24 17:25:11 +00:00
LegalizeTypes.cpp Use the new script to sort the includes of every file under lib. 2012-12-03 16:50:05 +00:00
LegalizeTypes.h Sort includes for all of the .h files under the 'lib' tree. These were 2012-12-04 07:12:27 +00:00
LegalizeTypesGeneric.cpp
LegalizeVectorOps.cpp Mark FP_EXTEND form v2f32 to v2f64 as "expand" for ARM NEON. Patch by Pete Couperus. 2012-11-17 01:52:46 +00:00
LegalizeVectorTypes.cpp Cleanup recent addition of DAGTypeLegalizer::SplitVecOp_VSELECT 2012-11-29 19:42:09 +00:00
LLVMBuild.txt
Makefile
ResourcePriorityQueue.cpp Change TargetLowering::getRegClassFor to take an MVT, instead of EVT. 2012-12-11 09:10:33 +00:00
ScheduleDAGFast.cpp Use the new script to sort the includes of every file under lib. 2012-12-03 16:50:05 +00:00
ScheduleDAGRRList.cpp Change TargetLowering::getRepRegClassFor to take an MVT, instead of 2012-12-11 09:31:43 +00:00
ScheduleDAGSDNodes.cpp Change TargetLowering::getRepRegClassFor to take an MVT, instead of 2012-12-11 09:31:43 +00:00
ScheduleDAGSDNodes.h Change TargetLowering::getRepRegClassFor to take an MVT, instead of 2012-12-11 09:31:43 +00:00
ScheduleDAGVLIW.cpp Use the new script to sort the includes of every file under lib. 2012-12-03 16:50:05 +00:00
SDNodeDbgValue.h Sort includes for all of the .h files under the 'lib' tree. These were 2012-12-04 07:12:27 +00:00
SDNodeOrdering.h
SelectionDAG.cpp Some enhancements for memcpy / memset inline expansion. 2012-12-10 23:21:26 +00:00
SelectionDAGBuilder.cpp Change TargetLowering::getRegClassFor to take an MVT, instead of EVT. 2012-12-11 09:10:33 +00:00
SelectionDAGBuilder.h Sort includes for all of the .h files under the 'lib' tree. These were 2012-12-04 07:12:27 +00:00
SelectionDAGDumper.cpp Use the new script to sort the includes of every file under lib. 2012-12-03 16:50:05 +00:00
SelectionDAGISel.cpp Fall back to the selection dag isel to select tail calls. 2012-12-11 00:18:02 +00:00
SelectionDAGPrinter.cpp Use the new script to sort the includes of every file under lib. 2012-12-03 16:50:05 +00:00
TargetLowering.cpp Change TargetLowering::setTypeAction to take an MVT, instead fo EVT. 2012-12-11 09:32:56 +00:00
TargetSelectionDAGInfo.cpp