llvm-6502/lib/Transforms/Utils
John Criswell 700867bb69 Checking in Chris's suggestions:
Added assert() to ensure symbol table is well formed.
Added code to remember the value that was found; resolving types can change
the symbol table and invalidate the value of the iterator.
Added comments to the ResolveTypes() function (mainly for my own benefit).
Please feel free to correct the comments if they are not accurate.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9693 91177308-0d34-0410-b5e6-96231b3b80d8
2003-11-04 15:22:26 +00:00
..
BasicBlockUtils.cpp Added LLVM project notice to the top of every C++ source file. 2003-10-20 19:43:21 +00:00
BreakCriticalEdges.cpp Added LLVM project notice to the top of every C++ source file. 2003-10-20 19:43:21 +00:00
CloneFunction.cpp Added LLVM project notice to the top of every C++ source file. 2003-10-20 19:43:21 +00:00
CloneModule.cpp Added LLVM project notice to the top of every C++ source file. 2003-10-20 19:43:21 +00:00
CloneTrace.cpp Added LLVM project notice to the top of every C++ source file. 2003-10-20 19:43:21 +00:00
DemoteRegToStack.cpp Added LLVM project notice to the top of every C++ source file. 2003-10-20 19:43:21 +00:00
InlineFunction.cpp Get the list of PHI node values before the basic block is split. Also, add 2003-10-27 05:33:09 +00:00
Linker.cpp Checking in Chris's suggestions: 2003-11-04 15:22:26 +00:00
Local.cpp Added LLVM project notice to the top of every C++ source file. 2003-10-20 19:43:21 +00:00
LoopSimplify.cpp Added LLVM project notice to the top of every C++ source file. 2003-10-20 19:43:21 +00:00
LowerAllocations.cpp Added LLVM project notice to the top of every C++ source file. 2003-10-20 19:43:21 +00:00
LowerInvoke.cpp Added LLVM project notice to the top of every C++ source file. 2003-10-20 19:43:21 +00:00
LowerSwitch.cpp Added LLVM project notice to the top of every C++ source file. 2003-10-20 19:43:21 +00:00
Makefile Added LLVM copyright notice to Makefiles. 2003-10-20 22:26:57 +00:00
Mem2Reg.cpp Added LLVM project notice to the top of every C++ source file. 2003-10-20 19:43:21 +00:00
PromoteMemoryToRegister.cpp Added LLVM project notice to the top of every C++ source file. 2003-10-20 19:43:21 +00:00
SimplifyCFG.cpp Added LLVM project notice to the top of every C++ source file. 2003-10-20 19:43:21 +00:00
UnifyFunctionExitNodes.cpp Added LLVM project notice to the top of every C++ source file. 2003-10-20 19:43:21 +00:00
ValueMapper.cpp Added LLVM project notice to the top of every C++ source file. 2003-10-20 19:43:21 +00:00
ValueMapper.h Added LLVM copyright header. 2003-10-21 15:17:13 +00:00