llvm-6502/lib/CodeGen/SelectionDAG
Dale Johannesen e8c17335c5 Add DebugLoc-sensitive versions of many node creation
functions.  Currently omitted:  memcpy, memmove, memset.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@63259 91177308-0d34-0410-b5e6-96231b3b80d8
2009-01-29 00:47:48 +00:00
..
CallingConvLower.cpp
CMakeLists.txt
DAGCombiner.cpp Make isOperationLegal do what its name suggests, and introduce a 2009-01-28 17:46:25 +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 isOperationLegal do what its name suggests, and introduce a 2009-01-28 17:46:25 +00:00
LegalizeFloatTypes.cpp
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 Fix PR3393, which amounts to a bug in the expensive 2009-01-26 21:54:18 +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
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 Add DebugLoc-sensitive versions of many node creation 2009-01-29 00:47:48 +00:00
SelectionDAGBuild.cpp Make isOperationLegal do what its name suggests, and introduce a 2009-01-28 17:46:25 +00:00
SelectionDAGBuild.h
SelectionDAGISel.cpp Rename getAnalysisToUpdate to getAnalysisIfAvailable. 2009-01-28 13:14:17 +00:00
SelectionDAGPrinter.cpp
TargetLowering.cpp Make isOperationLegal do what its name suggests, and introduce a 2009-01-28 17:46:25 +00:00