aboutsummaryrefslogtreecommitdiffstats
path: root/lib/VMCore/Module.cpp
Commit message (Expand)AuthorAgeFilesLines
* MEGAPATCH checkin.Chris Lattner2002-06-251-13/+32
* Eliminate duplicate or unneccesary #include'sChris Lattner2002-04-291-1/+0
* Split ConstantVals.h into Constant.h and Constants.hChris Lattner2002-04-281-1/+1
* * Incorporate the contents of SymTabValue into Function and ModuleChris Lattner2002-04-281-3/+24
* Add Module::getTypeNameChris Lattner2002-04-131-0/+20
* Move include/llvm/ValueHolderImpl.h to lib/VMCore/ValueHolderImpl.hChris Lattner2002-04-081-1/+1
* Add new addTypeName method to Module classChris Lattner2002-03-291-0/+15
* Implement new getFunction and getOrInsertFunction methodsChris Lattner2002-03-291-0/+31
* Remove the reduceApply functions they are obsolete things from the days beforeChris Lattner2002-03-281-16/+0
* Change references from Method to FunctionChris Lattner2002-03-261-9/+9
* Remove extraneous #includesChris Lattner2002-01-261-1/+0
* Changes to build successfully with GCC 3.02Chris Lattner2002-01-201-3/+3
* Rename ConstPoolVal -> ConstantChris Lattner2001-12-031-8/+8
* Create a new #include "Support/..." directory structure to move thingsChris Lattner2001-11-271-1/+1
* Add #includes to enable buiding in Release modeChris Lattner2001-11-071-0/+1
* Rename ConstPoolPointerReference to ConstPoolPointerRef - My fingers get tire...Chris Lattner2001-10-151-8/+7
* * Add support for Module specific constantsChris Lattner2001-10-131-4/+55
* Implement global variable supportChris Lattner2001-09-101-1/+11
* Modules must have a valid, nonnull type. Make them voidChris Lattner2001-09-071-1/+2
* Moved inline/llvm/Tools/* to include/llvm/Support/*Chris Lattner2001-07-231-1/+1
* * ValueHolder now takes 3 argumentsChris Lattner2001-07-141-2/+2
* Implement reduceApply methodChris Lattner2001-06-301-4/+16
* Miscellaneous cleanups:Chris Lattner2001-06-271-1/+1
* Initial revisionChris Lattner2001-06-061-0/+42