1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-24 05:23:45 +02:00
llvm-mirror/lib/Transforms
John Criswell 3e30e40801 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.

llvm-svn: 9693
2003-11-04 15:22:26 +00:00
..
Hello Added LLVM copyright notice to Makefiles. 2003-10-20 22:26:57 +00:00
Instrumentation Refactor code, initial implementation of -insert-block-profiling pass 2003-10-29 21:24:22 +00:00
IPO Fix PR78 2003-11-02 02:06:27 +00:00
Scalar Implement InstCombine/cast-set.ll:test6[a]. This improves code generated for 2003-11-03 05:17:03 +00:00
Utils Checking in Chris's suggestions: 2003-11-04 15:22:26 +00:00
ExprTypeConvert.cpp Added LLVM project notice to the top of every C++ source file. 2003-10-20 19:43:21 +00:00
LevelRaise.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
TransformInternals.cpp Added LLVM project notice to the top of every C++ source file. 2003-10-20 19:43:21 +00:00
TransformInternals.h Added LLVM copyright header. 2003-10-21 15:17:13 +00:00