aboutsummaryrefslogtreecommitdiffstats
path: root/lib/VMCore/Function.cpp
Commit message (Expand)AuthorAgeFilesLines
* - Eliminate SymbolTable::ParentSymTab, ST::localLookup, andChris Lattner2002-10-151-6/+2
* - Change Function's so that their argument list is populated when they areChris Lattner2002-10-131-1/+8
* Remove specification of argument default from cpp file.Vikram S. Adve2002-09-171-1/+1
* Enable "garbage detection" of LLVM objects. Now users should be obnoxiousChris Lattner2002-09-081-2/+30
* Move code out of header files into .cpp files to make future changes easierChris Lattner2002-09-061-2/+25
* * Remove extraneous #includesChris Lattner2002-09-061-6/+5
* *** empty log message ***Chris Lattner2002-07-241-2/+2
* MEGAPATCH checkin.Chris Lattner2002-06-251-17/+27
* Eliminate duplicate or unneccesary #include'sChris Lattner2002-04-291-1/+0
* * Incorporate the contents of SymTabValue into Function and ModuleChris Lattner2002-04-281-2/+26
* Move FunctionArgument out of iOther.h into Argument.h and rename class toChris Lattner2002-04-091-2/+19
* Move include/llvm/ValueHolderImpl.h to lib/VMCore/ValueHolderImpl.hChris Lattner2002-04-081-2/+2
* s/Method/FunctionChris Lattner2002-03-291-5/+4
* Change references from Method to FunctionChris Lattner2002-03-261-8/+8
* Rename Method to FunctionChris Lattner2002-03-231-7/+8
* Changes to build successfully with GCC 3.02Chris Lattner2002-01-201-4/+4
* Renamed inst_const_iterator -> const_inst_iteratorChris Lattner2001-12-041-1/+1
* Rename ConstPoolVal -> ConstantChris Lattner2001-12-031-3/+3
* Implement internalChris Lattner2001-11-261-5/+5
* Removed MachineCodeForMethod object and made it an annotation.Vikram S. Adve2001-11-081-5/+1
* Delete MachineCodeInfoForMethod object.Vikram S. Adve2001-10-221-0/+2
* Added MachineCodeForMethod object in class Method.Vikram S. Adve2001-10-221-1/+3
* It is valid to have unsigned arrays as constants... the linker may initialize...Chris Lattner2001-10-201-3/+0
* Factor parentness out of Module & GlobalVariable into GlobalValueChris Lattner2001-10-031-2/+1
* * Both Method & GlobalVariable now subclass GlobalValueChris Lattner2001-10-031-5/+9
* Convert more code to use new style castsChris Lattner2001-10-011-1/+1
* Remove the unsized array constraintChris Lattner2001-09-181-4/+1
* Add support for global constants, and for initializers for constantsChris Lattner2001-09-181-4/+10
* Use correct style castsChris Lattner2001-09-101-7/+3
* Implement global variable supportChris Lattner2001-09-101-1/+30
* Support new setName interfaceChris Lattner2001-09-071-1/+3
* * ValueHolder now takes 3 argumentsChris Lattner2001-07-141-3/+3
* Miscellaneous cleanups:Chris Lattner2001-06-271-4/+3
* Initial revisionChris Lattner2001-06-061-0/+75