llvm-6502/lib/CodeGen/SelectionDAG
2012-07-24 04:11:21 +00:00
..
CMakeLists.txt
DAGCombiner.cpp Fixed DAGCombine optimizations which generate select_cc for targets 2012-07-23 07:59:50 +00:00
FastISel.cpp Whitespace. 2012-07-06 17:44:22 +00:00
FunctionLoweringInfo.cpp
InstrEmitter.cpp InstrEmitter::EmitSubregNode() optimize extract_subreg in this case: 2012-07-11 18:55:07 +00:00
InstrEmitter.h
LegalizeDAG.cpp Rename many of the Tmp1, Tmp2, Tmp3 variables to names such as Chain, Value, Ptr, etc. 2012-07-11 11:02:16 +00:00
LegalizeFloatTypes.cpp
LegalizeIntegerTypes.cpp Remove tabs. 2012-07-19 00:04:14 +00:00
LegalizeTypes.cpp
LegalizeTypes.h Fix a bug in the scalarization of BUILD_VECTOR. BUILD_VECTOR elements may be wider than the output element type. Make sure to trunc them if needed. 2012-07-15 20:39:08 +00:00
LegalizeTypesGeneric.cpp The result type of EXTRACT_VECTOR_ELT doesn't have to match the element type of 2012-07-12 09:01:35 +00:00
LegalizeVectorOps.cpp
LegalizeVectorTypes.cpp Change llvm_unreachable in SplitVectorOperand to report_fatal_error. Keeps release builds from crashing if code uses an intrinsic with an illegal type. 2012-07-24 04:11:21 +00:00
LLVMBuild.txt
Makefile
ResourcePriorityQueue.cpp I'm introducing a new machine model to simultaneously allow simple 2012-07-07 04:00:00 +00:00
ScheduleDAGFast.cpp
ScheduleDAGRRList.cpp Fix a typo (the the => the) 2012-07-23 08:51:15 +00:00
ScheduleDAGSDNodes.cpp
ScheduleDAGSDNodes.h
ScheduleDAGVLIW.cpp
SDNodeDbgValue.h
SDNodeOrdering.h
SelectionDAG.cpp Replace some explicit compare loops with std::equal. 2012-07-19 10:46:05 +00:00
SelectionDAGBuilder.cpp Fixed few warnings. 2012-07-19 04:50:12 +00:00
SelectionDAGBuilder.h
SelectionDAGDumper.cpp
SelectionDAGISel.cpp Provide function name in 'Cannot select' fatal error. 2012-07-13 00:29:09 +00:00
SelectionDAGPrinter.cpp
TargetLowering.cpp Remove tabs. 2012-07-19 00:04:14 +00:00
TargetSelectionDAGInfo.cpp