summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Analysis/ModuleAnalyzer.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Eliminate ModuleAnalyzer. It's old code that is not going to be used in the ↵Chris Lattner2002-02-041-101/+0
| | | | | | near future llvm-svn: 1679
* Changes to build successfully with GCC 3.02Chris Lattner2002-01-201-2/+4
| | | | llvm-svn: 1503
* Renamed inst_const_iterator -> const_inst_iteratorChris Lattner2001-12-041-1/+1
| | | | | | | Renamed op_const_iterator -> const_op_iterator Renamed PointerType::getValueType() -> PointerType::getElementType() llvm-svn: 1408
* Rename ConstPoolVal -> ConstantChris Lattner2001-12-031-1/+0
| | | | | | | Rename ConstPool* -> Constant* Rename ConstPoolVals.h -> ConstantVals.h llvm-svn: 1407
* Create a new #include "Support/..." directory structure to move thingsChris Lattner2001-11-271-1/+1
| | | | | | | | from "llvm/Support/..." that are not llvm dependant. Move files and fix #includes llvm-svn: 1400
* Commit more code over to new cast styleChris Lattner2001-10-021-1/+1
| | | | llvm-svn: 697
* Module analyzer no longer has to iterate over constant poolChris Lattner2001-09-071-43/+0
| | | | llvm-svn: 441
* Moved inline/llvm/Tools/* to include/llvm/Support/*Chris Lattner2001-07-231-1/+1
| | | | llvm-svn: 279
* * The parent of a constant pool is a SymTabValue, not a value.Chris Lattner2001-07-141-1/+1
| | | | llvm-svn: 178
* Miscellaneous cleanups:Chris Lattner2001-06-271-20/+13
| | | | | | | | | | | * Convert post to pre-increment for for loops * Use generic programming more * Use new Value::cast* instructions * Use new Module, Method, & BasicBlock forwarding methods * Use new facilities in STLExtras.h * Use new Instruction::isPHINode() method llvm-svn: 96
* Initial revisionChris Lattner2001-06-061-0/+150
llvm-svn: 2
OpenPOWER on IntegriCloud