aboutsummaryrefslogtreecommitdiff
path: root/lib/Analysis/ModuleAnalyzer.cpp
AgeCommit message (Expand)Author
2002-02-04Eliminate ModuleAnalyzer. It's old code that is not going to be used in the ...Chris Lattner
2002-01-20Changes to build successfully with GCC 3.02Chris Lattner
2001-12-04Renamed inst_const_iterator -> const_inst_iteratorChris Lattner
2001-12-03Rename ConstPoolVal -> ConstantChris Lattner
2001-11-27Create a new #include "Support/..." directory structure to move thingsChris Lattner
2001-10-02Commit more code over to new cast styleChris Lattner
2001-09-07Module analyzer no longer has to iterate over constant poolChris Lattner
2001-07-23Moved inline/llvm/Tools/* to include/llvm/Support/*Chris Lattner
2001-07-14* The parent of a constant pool is a SymTabValue, not a value.Chris Lattner
2001-06-27Miscellaneous cleanups:Chris Lattner
2001-06-06Initial revisionChris Lattner