aboutsummaryrefslogtreecommitdiffstats
path: root/lib/VMCore/Function.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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