llvm-6502/lib/VMCore
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
..
AsmWriter.cpp Make use of the new AssemblyAnnotationWriter interface 2003-10-30 23:41:03 +00:00
BasicBlock.cpp Added LLVM project notice to the top of every C++ source file. 2003-10-20 19:43:21 +00:00
ConstantFold.cpp Added LLVM project notice to the top of every C++ source file. 2003-10-20 19:43:21 +00:00
ConstantFold.h Added LLVM copyright header (for lack of a better term). 2003-10-20 20:19:47 +00:00
ConstantFolding.h Added LLVM copyright header (for lack of a better term). 2003-10-20 20:19:47 +00:00
ConstantRange.cpp Added LLVM project notice to the top of every C++ source file. 2003-10-20 19:43:21 +00:00
Constants.cpp Fix bug: instcombine/2003-10-23-InstcombineNullFail.ll 2003-10-23 05:21:48 +00:00
Dominators.cpp Added LLVM project notice to the top of every C++ source file. 2003-10-20 19:43:21 +00:00
Function.cpp Added LLVM project notice to the top of every C++ source file. 2003-10-20 19:43:21 +00:00
iBranch.cpp Added LLVM project notice to the top of every C++ source file. 2003-10-20 19:43:21 +00:00
iCall.cpp Did I mention that I _HATE_ CPRs? 2003-10-31 18:38:06 +00:00
iMemory.cpp Added LLVM project notice to the top of every C++ source file. 2003-10-20 19:43:21 +00:00
InstrTypes.cpp Added LLVM project notice to the top of every C++ source file. 2003-10-20 19:43:21 +00:00
Instruction.cpp Added LLVM project notice to the top of every C++ source file. 2003-10-20 19:43:21 +00:00
iOperators.cpp Added LLVM project notice to the top of every C++ source file. 2003-10-20 19:43:21 +00:00
iSwitch.cpp Added LLVM project notice to the top of every C++ source file. 2003-10-20 19:43:21 +00:00
LeakDetector.cpp Added LLVM project notice to the top of every C++ source file. 2003-10-20 19:43:21 +00:00
Linker.cpp Checking in Chris's suggestions: 2003-11-04 15:22:26 +00:00
Makefile Added LLVM copyright notice to Makefiles. 2003-10-20 22:26:57 +00:00
Mangler.cpp Added LLVM project notice to the top of every C++ source file. 2003-10-20 19:43:21 +00:00
Module.cpp Added LLVM project notice to the top of every C++ source file. 2003-10-20 19:43:21 +00:00
ModuleProvider.cpp Added LLVM project notice to the top of every C++ source file. 2003-10-20 19:43:21 +00:00
Pass.cpp Added LLVM project notice to the top of every C++ source file. 2003-10-20 19:43:21 +00:00
PassManagerT.h Added LLVM copyright header. 2003-10-21 15:17:13 +00:00
SlotCalculator.cpp Use already existing classes for post order iterator. 2003-10-31 03:02:34 +00:00
SymbolTable.cpp Added LLVM project notice to the top of every C++ source file. 2003-10-20 19:43:21 +00:00
SymbolTableListTraitsImpl.h Added LLVM copyright header. 2003-10-21 15:17:13 +00:00
Type.cpp Fix InstCombine/2003-11-03-VarargsCallBug.ll 2003-11-03 18:44:58 +00:00
Value.cpp Added LLVM project notice to the top of every C++ source file. 2003-10-20 19:43:21 +00:00
Verifier.cpp Added LLVM project notice to the top of every C++ source file. 2003-10-20 19:43:21 +00:00