llvm-6502/include/llvm
Chris Lattner 4ff0b9636d Substantially improve the DSA code by removing 'forwarding' nodes from
DSGraphs while they are forwarding.  When the last reference to the forwarding
node is dropped, the forwarding node is autodeleted.  This should simplify
removeTriviallyDead nodes, and is only (efficiently) possible because we are
using an ilist of dsnodes now.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11175 91177308-0d34-0410-b5e6-96231b3b80d8
2004-02-08 01:27:18 +00:00
..
ADT One of the 'annoying' things about ilists is that the iterators don't behave 2004-02-08 00:51:31 +00:00
Analysis Substantially improve the DSA code by removing 'forwarding' nodes from 2004-02-08 01:27:18 +00:00
Assembly Remove yet another obsolete comment :) 2004-01-08 22:28:45 +00:00
Bytecode Add enum for compaction table. 2004-01-18 21:09:23 +00:00
CodeGen Modify the two address instruction pass to remove the duplicate 2004-02-04 22:17:40 +00:00
Config Regenerated using autoconf-2.57 and autoheader-2.57. 2004-01-21 19:39:29 +00:00
Debugger add new method 2004-01-06 05:31:57 +00:00
ExecutionEngine Add new ExecutionEngine::getGlobalValueAtAddress method, which can efficiently 2003-12-31 20:19:31 +00:00
Support Revision of Brian's threading support library to be a bit more generic and 2004-01-17 19:54:29 +00:00
System
Target Add prototype for llvm::allocatePowerPCTargetMachine(). 2004-02-02 19:05:08 +00:00
Transforms Check in header file I forgot before. 2004-02-04 03:59:08 +00:00
AbstractTypeUser.h
Argument.h
BasicBlock.h Delete the BasicBlock ctor that only takes a BasicBlock to insert before. This 2004-02-04 03:57:34 +00:00
CallGraphSCCPass.h
Constant.h
Constants.h Correct the method I just added to actually return false sometimes 2004-02-02 18:53:04 +00:00
DerivedTypes.h Fix grammar. 2004-02-06 18:40:35 +00:00
Function.h
GlobalValue.h
GlobalVariable.h
iMemory.h
InstrTypes.h
Instruction.def
Instruction.h Add new method 2004-01-12 23:18:06 +00:00
Instructions.h
IntrinsicLowering.h
Intrinsics.h add new intrinsic 2004-01-06 05:32:17 +00:00
iOperators.h
iOther.h
iPHINode.h
iTerminators.h
Linker.h
Module.h Add some comments, add a new getGlobalVariable method 2003-12-31 08:42:27 +00:00
ModuleProvider.h Add comments 2004-02-01 00:32:48 +00:00
Pass.h
PassAnalysisSupport.h
PassManager.h
PassSupport.h
SymbolTable.h Make the lookup method const. 2003-12-31 07:08:19 +00:00
SymbolTableListTraits.h
Type.def
Type.h
Use.h
User.h
Value.h Minor cleanup 2004-01-10 21:40:29 +00:00