llvm-6502/include/llvm
Chris Lattner b80e2be889 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 from
a graph, and makes iteration over the all nodes list stable when adding
nodes to the graph.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@24262 91177308-0d34-0410-b5e6-96231b3b80d8
2005-11-09 23:46:43 +00:00
..
ADT Fix comment. 2005-10-26 15:02:21 +00:00
Analysis remove a dead header 2005-10-29 04:43:10 +00:00
Assembly Give the asmparser the ability to parse strings, patch contributed by 2005-05-20 03:25:29 +00:00
Bytecode Remove vim settings from source code; people should use llvm/utils/vim/vimrc 2005-05-05 22:33:09 +00:00
CodeGen Switch the allnodes list from a vector of pointers to an ilist of nodes. 2005-11-09 23:46:43 +00:00
Config For PR616: 2005-08-24 10:07:20 +00:00
Debugger
ExecutionEngine For PR540: 2005-07-12 15:51:55 +00:00
Support Eliminate use of sed in Visual Studio builds. 2005-10-26 14:48:53 +00:00
System For PR616: 2005-08-24 10:07:20 +00:00
Target Add a new option to indicate we want the code generator to emit code quickly, 2005-11-08 02:12:47 +00:00
Transforms Add support alignment of allocation instructions. 2005-11-05 09:21:28 +00:00
AbstractTypeUser.h
Argument.h
BasicBlock.h Remove some dead argument names which irritates GCC at certain warning levels. 2005-10-25 17:59:28 +00:00
CallGraphSCCPass.h
CallingConv.h New file 2005-05-06 19:59:08 +00:00
Constant.h Remove some dead argument names which irritates GCC at certain warning levels. 2005-10-25 17:59:28 +00:00
Constants.h Change the signature of replaceUsesOfWithOnConstant to take a Use* and not 2005-10-04 18:12:13 +00:00
DerivedTypes.h Some cleanups for compilation with GCC 4.0.0 to remove warnings: 2005-05-15 16:13:11 +00:00
Function.h Add a missing Module::setTargetTriple method. 2005-10-25 17:58:00 +00:00
GlobalValue.h Make sure to initialize the alignment field 2005-11-06 08:22:18 +00:00
GlobalVariable.h Change the signature of replaceUsesOfWithOnConstant to take a Use* and not 2005-10-04 18:12:13 +00:00
InstrTypes.h
Instruction.def improve comments 2005-06-24 18:17:33 +00:00
Instruction.h Remove some dead argument names which irritates GCC at certain warning levels. 2005-10-25 17:59:28 +00:00
Instructions.h add an accessor 2005-11-05 21:58:30 +00:00
IntrinsicInst.h
Intrinsics.h
Linker.h
Module.h Add a missing Module::setTargetTriple method. 2005-10-25 17:58:00 +00:00
ModuleProvider.h
Pass.h
PassAnalysisSupport.h
PassManager.h
PassSupport.h
SymbolTable.h Some cleanups for compilation with GCC 4.0.0 to remove warnings: 2005-05-15 16:13:11 +00:00
SymbolTableListTraits.h
Type.h
Use.h
User.h
Value.h remove a comma to compile with pedantic gcc 2005-10-08 01:24:19 +00:00