summaryrefslogtreecommitdiffstats
path: root/llvm/lib/VMCore/Module.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Eliminate duplicate or unneccesary #include'sChris Lattner2002-04-291-1/+0
| | | | llvm-svn: 2397
* Split ConstantVals.h into Constant.h and Constants.hChris Lattner2002-04-281-1/+1
| | | | llvm-svn: 2378
* * Incorporate the contents of SymTabValue into Function and ModuleChris Lattner2002-04-281-3/+24
| | | | | | * Module no longer subclasses Value llvm-svn: 2355
* Add Module::getTypeNameChris Lattner2002-04-131-0/+20
| | | | llvm-svn: 2237
* Move include/llvm/ValueHolderImpl.h to lib/VMCore/ValueHolderImpl.hChris Lattner2002-04-081-1/+1
| | | | llvm-svn: 2156
* Add new addTypeName method to Module classChris Lattner2002-03-291-0/+15
| | | | llvm-svn: 2037
* Implement new getFunction and getOrInsertFunction methodsChris Lattner2002-03-291-0/+31
| | | | llvm-svn: 2033
* Remove the reduceApply functions they are obsolete things from the days beforeChris Lattner2002-03-281-16/+0
| | | | | | we had a reasonable pass system llvm-svn: 2022
* Change references from Method to FunctionChris Lattner2002-03-261-9/+9
| | | | | | change references from MethodARgument to FunctionArgument llvm-svn: 1991
* Remove extraneous #includesChris Lattner2002-01-261-1/+0
| | | | llvm-svn: 1588
* Changes to build successfully with GCC 3.02Chris Lattner2002-01-201-3/+3
| | | | llvm-svn: 1503
* Rename ConstPoolVal -> ConstantChris Lattner2001-12-031-8/+8
| | | | | | | Rename ConstPool* -> Constant* Rename ConstPoolVals.h -> ConstantVals.h llvm-svn: 1407
* Create a new #include "Support/..." directory structure to move thingsChris Lattner2001-11-271-1/+1
| | | | | | | | from "llvm/Support/..." that are not llvm dependant. Move files and fix #includes llvm-svn: 1400
* Add #includes to enable buiding in Release modeChris Lattner2001-11-071-0/+1
| | | | llvm-svn: 1174
* Rename ConstPoolPointerReference to ConstPoolPointerRef - My fingers get ↵Chris Lattner2001-10-151-8/+7
| | | | | | tired typing that much llvm-svn: 822
* * Add support for Module specific constantsChris Lattner2001-10-131-4/+55
| | | | | | * Add proper support for ConstPoolPointerReference's llvm-svn: 771
* Implement global variable supportChris Lattner2001-09-101-1/+11
| | | | llvm-svn: 530
* Modules must have a valid, nonnull type. Make them voidChris Lattner2001-09-071-1/+2
| | | | llvm-svn: 463
* Moved inline/llvm/Tools/* to include/llvm/Support/*Chris Lattner2001-07-231-1/+1
| | | | llvm-svn: 279
* * ValueHolder now takes 3 argumentsChris Lattner2001-07-141-2/+2
| | | | | | | | | * Added a few methods to ConstantPool * ConstPoolVal no longer derives from Value * Method & Module multiply inherit from SymTabValue & Value now * Added a GetElementPtrInst::isStructSelector() method llvm-svn: 184
* Implement reduceApply methodChris Lattner2001-06-301-4/+16
| | | | llvm-svn: 112
* Miscellaneous cleanups:Chris Lattner2001-06-271-1/+1
| | | | | | | | | | | * Convert post to pre-increment for for loops * Use generic programming more * Use new Value::cast* instructions * Use new Module, Method, & BasicBlock forwarding methods * Use new facilities in STLExtras.h * Use new Instruction::isPHINode() method llvm-svn: 96
* Initial revisionChris Lattner2001-06-061-0/+42
llvm-svn: 2
OpenPOWER on IntegriCloud