llvm-6502/lib/CodeGen/SelectionDAG
Evan Cheng d61c4820c9 Make CALL node consistent with RET node. Signness of value has type MVT::i32
instead of MVT::i1. Either is fine except MVT::i32 is probably a legal type
for most (if not all) platforms while MVT::i1 is not.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28511 91177308-0d34-0410-b5e6-96231b3b80d8
2006-05-26 23:13:20 +00:00
..
DAGCombiner.cpp Move this code to a common place 2006-05-16 17:42:15 +00:00
LegalizeDAG.cpp Change RET node to include signness information of the return values. e.g. 2006-05-26 23:09:09 +00:00
Makefile Change Library Names Not To Conflict With Others When Installed 2004-10-27 23:18:45 +00:00
ScheduleDAG.cpp lib/Target/Target.td 2006-05-18 20:42:07 +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 Turn on -sched-commute-nodes by default. 2006-05-25 08:37:31 +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 Add a new ISD::CALL node, make the default impl of TargetLowering::LowerCallTo 2006-05-16 22:53:20 +00:00
SelectionDAGISel.cpp Make CALL node consistent with RET node. Signness of value has type MVT::i32 2006-05-26 23:13:20 +00:00
SelectionDAGPrinter.cpp print arbitrary constant pool entries 2006-03-05 09:38:03 +00:00
TargetLowering.cpp Another typo. Pointed out by Nate Begeman. 2006-05-17 18:22:14 +00:00