llvm-6502/lib/CodeGen/SelectionDAG
2009-01-30 23:15:49 +00:00
..
CallingConvLower.cpp
CMakeLists.txt
DAGCombiner.cpp More DebugLoc propagation in floating-point methods. 2009-01-30 23:15:49 +00:00
FastISel.cpp Eliminate a couple of fields from TargetRegisterClass: SubRegClasses and SuperRegClasses. These are not necessary. Also eliminate getSubRegisterRegClass and getSuperRegisterRegClass. These are slow and their results can change if register file names change. Just use TargetLowering::getRegClassFor() to get the right TargetRegisterClass instead. 2009-01-22 09:10:11 +00:00
LegalizeDAG.cpp Make LowerCallTo and LowerArguments take a DebugLoc 2009-01-30 23:10:59 +00:00
LegalizeFloatTypes.cpp Cleanup whitespace and comments, and tweak some 2009-01-21 09:00:29 +00:00
LegalizeIntegerTypes.cpp Fixed extract element when the result needs to be promoted and the input widened. 2009-01-28 18:53:39 +00:00
LegalizeTypes.cpp Make LowerCallTo and LowerArguments take a DebugLoc 2009-01-30 23:10:59 +00:00
LegalizeTypes.h Fix PR3393, which amounts to a bug in the expensive 2009-01-26 21:54:18 +00:00
LegalizeTypesGeneric.cpp
LegalizeVectorTypes.cpp Use ValueType::bitsLT to simplify some code. 2009-01-28 03:10:52 +00:00
Makefile
ScheduleDAGFast.cpp
ScheduleDAGList.cpp
ScheduleDAGRRList.cpp Make a few things const, fix some comments, and simplify 2009-01-29 19:49:27 +00:00
ScheduleDAGSDNodes.cpp
ScheduleDAGSDNodesEmit.cpp Eliminate a couple of fields from TargetRegisterClass: SubRegClasses and SuperRegClasses. These are not necessary. Also eliminate getSubRegisterRegClass and getSuperRegisterRegClass. These are slow and their results can change if register file names change. Just use TargetLowering::getRegClassFor() to get the right TargetRegisterClass instead. 2009-01-22 09:10:11 +00:00
SelectionDAG.cpp Make LowerCallTo and LowerArguments take a DebugLoc 2009-01-30 23:10:59 +00:00
SelectionDAGBuild.cpp Make LowerCallTo and LowerArguments take a DebugLoc 2009-01-30 23:10:59 +00:00
SelectionDAGBuild.h
SelectionDAGISel.cpp Rename getAnalysisToUpdate to getAnalysisIfAvailable. 2009-01-28 13:14:17 +00:00
SelectionDAGPrinter.cpp
TargetLowering.cpp Get rid of the non-DebugLoc-ified getNOT() method. 2009-01-30 23:03:19 +00:00