llvm-6502/lib/CodeGen/SelectionDAG
Dan Gohman bcea859fc1 Create a new InstrEmitter class for translating SelectionDAG nodes
into MachineInstrs. This is mostly just moving the code from
ScheduleDAGSDNodesEmit.cpp into a new class. This decouples MachineInstr
emitting from scheduling.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@83699 91177308-0d34-0410-b5e6-96231b3b80d8
2009-10-10 01:32:21 +00:00
..
CallingConvLower.cpp
CMakeLists.txt Create a new InstrEmitter class for translating SelectionDAG nodes 2009-10-10 01:32:21 +00:00
DAGCombiner.cpp Fix combiner-aa issue with bases which are different, but can alias. 2009-09-25 06:05:26 +00:00
FastISel.cpp Extract scope information from the variable itself, instead of relying on alloca or llvm.dbg.declare location. 2009-10-09 22:42:28 +00:00
InstrEmitter.cpp Create a new InstrEmitter class for translating SelectionDAG nodes 2009-10-10 01:32:21 +00:00
InstrEmitter.h Create a new InstrEmitter class for translating SelectionDAG nodes 2009-10-10 01:32:21 +00:00
LegalizeDAG.cpp Use MDNode * directly as an RecordSourceLine() argument. 2009-09-30 22:51:28 +00:00
LegalizeFloatTypes.cpp
LegalizeIntegerTypes.cpp
LegalizeTypes.cpp
LegalizeTypes.h
LegalizeTypesGeneric.cpp
LegalizeVectorOps.cpp
LegalizeVectorTypes.cpp
Makefile
ScheduleDAGFast.cpp The ScheduleDAG framework now requires an AliasAnalysis argument, though 2009-10-09 23:33:48 +00:00
ScheduleDAGList.cpp The ScheduleDAG framework now requires an AliasAnalysis argument, though 2009-10-09 23:33:48 +00:00
ScheduleDAGRRList.cpp The ScheduleDAG framework now requires an AliasAnalysis argument, though 2009-10-09 23:33:48 +00:00
ScheduleDAGSDNodes.cpp Create a new InstrEmitter class for translating SelectionDAG nodes 2009-10-10 01:32:21 +00:00
ScheduleDAGSDNodes.h Create a new InstrEmitter class for translating SelectionDAG nodes 2009-10-10 01:32:21 +00:00
SelectionDAG.cpp Make getMachineNode return a MachineSDNode* instead of a generic SDNode* 2009-10-10 01:29:16 +00:00
SelectionDAGBuild.cpp Extract scope information from the variable itself, instead of relying on alloca or llvm.dbg.declare location. 2009-10-09 22:42:28 +00:00
SelectionDAGBuild.h
SelectionDAGISel.cpp Set default location for the function if it is not already set. 2009-10-06 00:09:08 +00:00
SelectionDAGPrinter.cpp
TargetLowering.cpp Convert comparisons like (x == infinity) to (x >= infinity) on targets 2009-09-26 15:24:17 +00:00