aboutsummaryrefslogtreecommitdiff
path: root/lib/VMCore/Module.cpp
AgeCommit message (Expand)Author
2002-03-29Add new addTypeName method to Module classChris Lattner
2002-03-29Implement new getFunction and getOrInsertFunction methodsChris Lattner
2002-03-28Remove the reduceApply functions they are obsolete things from the days beforeChris Lattner
2002-03-26Change references from Method to FunctionChris Lattner
2002-01-26Remove extraneous #includesChris Lattner
2002-01-20Changes to build successfully with GCC 3.02Chris Lattner
2001-12-03Rename ConstPoolVal -> ConstantChris Lattner
2001-11-27Create a new #include "Support/..." directory structure to move thingsChris Lattner
2001-11-07Add #includes to enable buiding in Release modeChris Lattner
2001-10-15Rename ConstPoolPointerReference to ConstPoolPointerRef - My fingers get tire...Chris Lattner
2001-10-13* Add support for Module specific constantsChris Lattner
2001-09-10Implement global variable supportChris Lattner
2001-09-07Modules must have a valid, nonnull type. Make them voidChris Lattner
2001-07-23Moved inline/llvm/Tools/* to include/llvm/Support/*Chris Lattner
2001-07-14* ValueHolder now takes 3 argumentsChris Lattner
2001-06-30Implement reduceApply methodChris Lattner
2001-06-27Miscellaneous cleanups:Chris Lattner
2001-06-06Initial revisionChris Lattner