llvm-6502/include/llvm/Support
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
..
AIXDataTypesFix.h
AlignOf.h
Allocator.h Add a new function, ReplaceAllUsesOfValuesWith, which handles bulk 2008-07-17 19:10:17 +00:00
Annotation.h
CallSite.h Add CallSite::getArgumentNo() to be able to translate an operand number into a 2008-07-08 08:51:47 +00:00
Casting.h Remove uses of "llvm/Support/Debug.h" from LLVM include files, which 2008-07-07 18:14:29 +00:00
CFG.h
CommandLine.h
Compiler.h Mark function used by asm block as used, otherwise optimizer may not see the use and may delete the function. 2008-07-16 17:54:34 +00:00
ConstantRange.h
DataFlow.h
DataTypes.h.in
Debug.h
DOTGraphTraits.h Enhance the GraphWriter support for edge destinations, and teach the 2008-07-21 21:06:55 +00:00
Dwarf.h
DynamicLinker.h
ELF.h
FileUtilities.h
GetElementPtrTypeIterator.h
GraphWriter.h Don't use reinterpret_cast when it isn't needed. 2008-07-27 23:12:19 +00:00
InstIterator.h
InstVisitor.h Enable first-class aggregates support. 2008-07-23 00:34:11 +00:00
IRBuilder.h Rename the version of CreateRet that's a convenience method for creating 2008-07-25 20:36:15 +00:00
LeakDetector.h
ManagedStatic.h
Mangler.h - Replace use of std::map<std::string, ..> with StringMap. Replace use of std::map with DenseMap, std::set with SmallPtrSet. This results in minor speed up. 2008-07-10 00:04:23 +00:00
MathExtras.h
MemoryBuffer.h
MutexGuard.h
OutputBuffer.h
PassNameParser.h
PatternMatch.h
PluginLoader.h
Recycler.h Fold the useful features of alist and alist_node into ilist, and 2008-07-28 21:51:04 +00:00
RecyclingAllocator.h Fold the useful features of alist and alist_node into ilist, and 2008-07-28 21:51:04 +00:00
Registry.h
SlowOperationInformer.h
StableBasicBlockNumbering.h
Streams.h
StringPool.h
SystemUtils.h
Timer.h Reapply 53476 and 53480, with a fix so that it properly updates 2008-07-14 18:19:29 +00:00
type_traits.h