llvm-6502/lib/CodeGen/SelectionDAG
Nate Begeman 0aed7840ec Implement Promote for VAARG, and allow it to be custom promoted for people
who don't want the default behavior (Alpha).


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25726 91177308-0d34-0410-b5e6-96231b3b80d8
2006-01-28 03:14:31 +00:00
..
DAGCombiner.cpp Add a missing case to the dag combiner. 2006-01-28 01:06:30 +00:00
LegalizeDAG.cpp Implement Promote for VAARG, and allow it to be custom promoted for people 2006-01-28 03:14:31 +00:00
Makefile
ScheduleDAG.cpp Teach the scheduler to emit the appropriate INLINEASM MachineInstr for an 2006-01-26 23:28:04 +00:00
ScheduleDAGList.cpp Clean up some code; improve efficiency; and fixed a potential bug involving 2006-01-26 00:30:29 +00:00
ScheduleDAGSimple.cpp
SelectionDAG.cpp Remove the ISD::CALL and ISD::TAILCALL nodes 2006-01-28 00:18:58 +00:00
SelectionDAGISel.cpp Implement Promote for VAARG, and allow it to be custom promoted for people 2006-01-28 03:14:31 +00:00
SelectionDAGPrinter.cpp
TargetLowering.cpp Implement a method for inline asm support 2006-01-26 20:37:03 +00:00