llvm-6502/lib/CodeGen/SelectionDAG
Chris Lattner fa57702388 If a function has liveins, and if the target requested that they be plopped
into particular vregs, emit copies into the entry MBB.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23331 91177308-0d34-0410-b5e6-96231b3b80d8
2005-09-13 19:30:54 +00:00
..
DAGCombiner.cpp Add a missing #include, patch courtesy of Baptiste Lepilleur. 2005-09-09 23:53:39 +00:00
LegalizeDAG.cpp Allow targets to say they don't support truncstore i1 (which includes a mask 2005-09-10 00:20:18 +00:00
Makefile Change Library Names Not To Conflict With Others When Installed 2004-10-27 23:18:45 +00:00
ScheduleDAG.cpp Fix the release build, noticed by Eric van Riet Paap 2005-09-02 07:09:28 +00:00
SelectionDAG.cpp Fix a problem duraid encountered on itanium where this folding: 2005-09-09 23:00:07 +00:00
SelectionDAGISel.cpp If a function has liveins, and if the target requested that they be plopped 2005-09-13 19:30:54 +00:00
SelectionDAGPrinter.cpp Change ConstantPoolSDNode to actually hold the Constant itself instead of 2005-08-26 17:15:30 +00:00
TargetLowering.cpp Change the names of member variables per Chris' instructions, and document 2005-08-27 19:09:02 +00:00