llvm/lib/CodeGen/SelectionDAG
Dan Gohman fed90b6d09 Fold the useful features of alist and alist_node into ilist, and
a new ilist_node class, and remove them. Unlike alist_node,
ilist_node doesn't attempt to manage storage itself, so it avoids
the associated problems, including being opaque in gdb.

Adjust the Recycler class so that it doesn't depend on alist_node.
Also, change it to use explicit Size and Align parameters, allowing
it to work when the largest-sized node doesn't have the greatest
alignment requirement.

Change MachineInstr's MachineMemOperand list from a pool-backed
alist to a std::list for now.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@54146 91177308-0d34-0410-b5e6-96231b3b80d8
2008-07-28 21:51:04 +00:00
..
CallingConvLower.cpp Trim unnecessary #includes. 2008-07-11 20:38:31 +00:00
DAGCombiner.cpp Rename SDOperand to SDValue. 2008-07-27 21:46:04 +00:00
LegalizeDAG.cpp Rename SDOperand to SDValue. 2008-07-27 21:46:04 +00:00
LegalizeFloatTypes.cpp Rename SDOperand to SDValue. 2008-07-27 21:46:04 +00:00
LegalizeIntegerTypes.cpp Rename SDOperand to SDValue. 2008-07-27 21:46:04 +00:00
LegalizeTypes.cpp Rename SDOperand to SDValue. 2008-07-27 21:46:04 +00:00
LegalizeTypes.h Rename SDOperand to SDValue. 2008-07-27 21:46:04 +00:00
LegalizeTypesGeneric.cpp Rename SDOperand to SDValue. 2008-07-27 21:46:04 +00:00
LegalizeVectorTypes.cpp Rename SDOperand to SDValue. 2008-07-27 21:46:04 +00:00
Makefile remove attribution from lib Makefiles. 2007-12-29 20:09:26 +00:00
ScheduleDAG.cpp Rename SDOperand to SDValue. 2008-07-27 21:46:04 +00:00
ScheduleDAGList.cpp Add a new function, ReplaceAllUsesOfValuesWith, which handles bulk 2008-07-17 19:10:17 +00:00
ScheduleDAGRRList.cpp Rename SDOperand to SDValue. 2008-07-27 21:46:04 +00:00
SelectionDAG.cpp Fold the useful features of alist and alist_node into ilist, and 2008-07-28 21:51:04 +00:00
SelectionDAGISel.cpp Fold the useful features of alist and alist_node into ilist, and 2008-07-28 21:51:04 +00:00
SelectionDAGPrinter.cpp Make the ScheduleDAG's GraphRoot edge be blue and dashed too, like 2008-07-27 22:46:49 +00:00
TargetLowering.cpp Rename SDOperand to SDValue. 2008-07-27 21:46:04 +00:00