aboutsummaryrefslogtreecommitdiffstats
path: root/lib/VMCore/SlotCalculator.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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