aboutsummaryrefslogtreecommitdiffstats
path: root/lib/VMCore/SlotCalculator.cpp
Commit message (Expand)AuthorAgeFilesLines
* * Move include/llvm/Analysis/SlotCalculator.h to include/llvm/SlotCalculator.hChris Lattner2002-04-071-4/+4
* Change references to the Method class to be references to the FunctionChris Lattner2002-04-071-21/+21
* Method.h no longer includes BasicBlock.hChris Lattner2002-02-121-1/+1
* Changes to build successfully with GCC 3.02Chris Lattner2002-01-201-2/+3
* Renamed inst_const_iterator -> const_inst_iteratorChris Lattner2001-12-041-1/+1
* Rename ConstPoolVal -> ConstantChris Lattner2001-12-031-6/+6
* Create a new #include "Support/..." directory structure to move thingsChris Lattner2001-11-271-2/+2
* Support pointers to globals happilyChris Lattner2001-10-131-9/+37
* Convert more code to use new style castsChris Lattner2001-10-011-2/+2
* Add more support for new style castsChris Lattner2001-10-011-3/+3
* Pull iterators out of CFG.h and CFGdecls and put them in Support directoryChris Lattner2001-09-281-3/+3
* Add support for global constants, and for initializers for constantsChris Lattner2001-09-181-3/+5
* Implement global variable supportChris Lattner2001-09-101-3/+12
* * Slot calc is now simpler and not based on module analyzer.Chris Lattner2001-09-071-80/+185
* Add an arg to insertVal to allow us to prevent builtin types from being ignoredChris Lattner2001-07-261-13/+19
* Fixed some error messages to be nicerChris Lattner2001-07-071-2/+2
* Miscellaneous cleanups:Chris Lattner2001-06-271-6/+5
* Initial revisionChris Lattner2001-06-061-0/+195