llvm-6502/lib/CodeGen/SelectionDAG
Nate Begeman 6a648614e8 Add the majority of the vector machien value types we expect to support,
and make a few changes to the legalization machinery to support more than
16 types.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@24511 91177308-0d34-0410-b5e6-96231b3b80d8
2005-11-29 05:45:29 +00:00
..
DAGCombiner.cpp Fix operator precedence bug caught by VC++. 2005-11-12 00:59:01 +00:00
LegalizeDAG.cpp Add the majority of the vector machien value types we expect to support, 2005-11-29 05:45:29 +00:00
Makefile Change Library Names Not To Conflict With Others When Installed 2004-10-27 23:18:45 +00:00
ScheduleDAG.cpp Switch the allnodes list from a vector of pointers to an ilist of nodes.This eliminates the vector, allows constant time removal of a node froma graph, and makes iteration over the all nodes list stable when adding 2005-11-09 23:47:37 +00:00
SelectionDAG.cpp Check in code to scalarize arbitrarily wide packed types for some simple 2005-11-22 18:16:00 +00:00
SelectionDAGISel.cpp Check in code to scalarize arbitrarily wide packed types for some simple 2005-11-22 18:16:00 +00:00
SelectionDAGPrinter.cpp more progress towards bug 291 being finished. Patch by Owen Anderson, 2005-11-20 03:45:52 +00:00
TargetLowering.cpp Add the majority of the vector machien value types we expect to support, 2005-11-29 05:45:29 +00:00