llvm-6502/lib/CodeGen/SelectionDAG
Eric Christopher e6d97094b7 Remove unused argument to CreateTargetScheduleState and change
the TargetMachine to a TargetSubtargetInfo since everything
we wanted is off of that.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@219382 91177308-0d34-0410-b5e6-96231b3b80d8
2014-10-09 01:59:35 +00:00
..
CMakeLists.txt
DAGCombiner.cpp Remove unnecessary include. 2014-10-08 23:38:40 +00:00
FastISel.cpp Remove getSubtargetImpl calls from FastISel, we can get it from 2014-10-08 23:38:33 +00:00
FunctionLoweringInfo.cpp Remove uses of the TargetMachine from FunctionLoweringInfo 2014-10-09 00:57:31 +00:00
InstrEmitter.cpp Remove the uses of getSubtargetImpl from InstrEmitter and remove 2014-10-09 01:35:29 +00:00
InstrEmitter.h Remove the uses of getSubtargetImpl from InstrEmitter and remove 2014-10-09 01:35:29 +00:00
LegalizeDAG.cpp Use the subtarget on the dag to get TargetFrameLowering rather 2014-10-09 01:35:27 +00:00
LegalizeFloatTypes.cpp
LegalizeIntegerTypes.cpp
LegalizeTypes.cpp
LegalizeTypes.h
LegalizeTypesGeneric.cpp
LegalizeVectorOps.cpp
LegalizeVectorTypes.cpp
LLVMBuild.txt
Makefile
ResourcePriorityQueue.cpp Remove unused argument to CreateTargetScheduleState and change 2014-10-09 01:59:35 +00:00
ScheduleDAGFast.cpp
ScheduleDAGRRList.cpp Cache TargetLowering on SelectionDAGISel and update previous 2014-10-08 07:32:17 +00:00
ScheduleDAGSDNodes.cpp typos 2014-10-07 17:38:33 +00:00
ScheduleDAGSDNodes.h
ScheduleDAGVLIW.cpp
SDNodeDbgValue.h
SelectionDAG.cpp Remove a bunch of getSubtargetImpl calls since we already have 2014-10-08 21:08:32 +00:00
SelectionDAGBuilder.cpp Use the subtarget on the dag to get TargetFrameLowering rather 2014-10-09 01:35:27 +00:00
SelectionDAGBuilder.h Remove unnecessary copying or replace it with moves in a bunch of places. 2014-10-04 16:55:56 +00:00
SelectionDAGDumper.cpp
SelectionDAGISel.cpp Remove uses of the TargetMachine from FunctionLoweringInfo 2014-10-09 00:57:31 +00:00
SelectionDAGPrinter.cpp
TargetLowering.cpp
TargetSelectionDAGInfo.cpp