llvm-6502/lib/CodeGen/SelectionDAG
Chris Lattner 966454129d Move function-live-in-handling code from the sdisel code to the scheduler.
This code should be emitted after legalize, so it can't be in sdisel.

Note that the EmitFunctionEntryCode hook should be updated to operate on the
DAG.  The X86 backend is the only one currently using this hook.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28315 91177308-0d34-0410-b5e6-96231b3b80d8
2006-05-16 06:10:58 +00:00
..
DAGCombiner.cpp Comment out dead variables 2006-05-12 17:57:54 +00:00
LegalizeDAG.cpp Legalize FORMAL_ARGUMENTS nodes correctly, we don't want to legalize them once 2006-05-16 05:49:56 +00:00
Makefile Change Library Names Not To Conflict With Others When Installed 2004-10-27 23:18:45 +00:00
ScheduleDAG.cpp Move function-live-in-handling code from the sdisel code to the scheduler. 2006-05-16 06:10:58 +00:00
ScheduleDAGList.cpp Refactor a bunch of includes so that TargetMachine.h doesn't have to include 2006-05-12 06:33:49 +00:00
ScheduleDAGRRList.cpp Fixing 2006-05-01-SchedCausingSpills.ll; some clean up 2006-05-13 08:22:24 +00:00
ScheduleDAGSimple.cpp Refactor a bunch of includes so that TargetMachine.h doesn't have to include 2006-05-12 06:33:49 +00:00
SelectionDAG.cpp remove dead vars 2006-05-12 18:04:28 +00:00
SelectionDAGISel.cpp Move function-live-in-handling code from the sdisel code to the scheduler. 2006-05-16 06:10:58 +00:00
SelectionDAGPrinter.cpp print arbitrary constant pool entries 2006-03-05 09:38:03 +00:00
TargetLowering.cpp Refactor a bunch of includes so that TargetMachine.h doesn't have to include 2006-05-12 06:33:49 +00:00