aboutsummaryrefslogtreecommitdiff
path: root/lib/VMCore/Module.cpp
AgeCommit message (Expand)Author
2003-07-23Make Module::getNamedFunction prefer non-external functions if there is more ...Chris Lattner
2003-05-15Fix bug: Assembler/2003-05-15-AssemblerProblem.llxChris Lattner
2003-04-22Add support for tracking whether a module is 64/32 bit and big/little endianChris Lattner
2003-04-16Add new linkage types to support a real frontendChris Lattner
2002-11-20 - Eliminated the deferred symbol table stuff in Module & Function, it reallyChris Lattner
2002-11-19Add a new Module::getNamedFunction methodChris Lattner
2002-11-08Add a method "getMainFunction()" that efficiently locates 'main' in a moduleChris Lattner
2002-10-15 - Eliminate SymbolTable::ParentSymTab, ST::localLookup, andChris Lattner
2002-09-08Enable "garbage detection" of LLVM objects. Now users should be obnoxiousChris Lattner
2002-08-18- ConstantPointerRefs are now automatically removed from the module tableChris Lattner
2002-08-17Add Module::dump() methodChris Lattner
2002-08-12Remove some extraneous #includesChris Lattner
2002-08-12Changes to make GlobalValueRefMap not derive from std::map.Chris Lattner
2002-06-25MEGAPATCH checkin.Chris Lattner
2002-04-29Eliminate duplicate or unneccesary #include'sChris Lattner
2002-04-28Split ConstantVals.h into Constant.h and Constants.hChris Lattner
2002-04-28* Incorporate the contents of SymTabValue into Function and ModuleChris Lattner
2002-04-13Add Module::getTypeNameChris Lattner
2002-04-08Move include/llvm/ValueHolderImpl.h to lib/VMCore/ValueHolderImpl.hChris Lattner
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