summaryrefslogtreecommitdiffstats
path: root/llvm/lib/VMCore/Function.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Move include/llvm/ValueHolderImpl.h to lib/VMCore/ValueHolderImpl.hChris Lattner2002-04-081-2/+2
| | | | llvm-svn: 2156
* s/Method/FunctionChris Lattner2002-03-291-5/+4
| | | | llvm-svn: 2034
* Change references from Method to FunctionChris Lattner2002-03-261-8/+8
| | | | | | change references from MethodARgument to FunctionArgument llvm-svn: 1991
* Rename Method to FunctionChris Lattner2002-03-231-7/+8
| | | | llvm-svn: 1957
* Changes to build successfully with GCC 3.02Chris Lattner2002-01-201-4/+4
| | | | llvm-svn: 1503
* Renamed inst_const_iterator -> const_inst_iteratorChris Lattner2001-12-041-1/+1
| | | | | | | Renamed op_const_iterator -> const_op_iterator Renamed PointerType::getValueType() -> PointerType::getElementType() llvm-svn: 1408
* Rename ConstPoolVal -> ConstantChris Lattner2001-12-031-3/+3
| | | | | | | Rename ConstPool* -> Constant* Rename ConstPoolVals.h -> ConstantVals.h llvm-svn: 1407
* Implement internalChris Lattner2001-11-261-5/+5
| | | | llvm-svn: 1385
* Removed MachineCodeForMethod object and made it an annotation.Vikram S. Adve2001-11-081-5/+1
| | | | llvm-svn: 1183
* Delete MachineCodeInfoForMethod object.Vikram S. Adve2001-10-221-0/+2
| | | | llvm-svn: 956
* Added MachineCodeForMethod object in class Method.Vikram S. Adve2001-10-221-1/+3
| | | | llvm-svn: 949
* It is valid to have unsigned arrays as constants... the linker may ↵Chris Lattner2001-10-201-3/+0
| | | | | | initialize them later llvm-svn: 923
* Factor parentness out of Module & GlobalVariable into GlobalValueChris Lattner2001-10-031-2/+1
| | | | | | Implement SymbolTable debug/dump utility llvm-svn: 710
* * Both Method & GlobalVariable now subclass GlobalValueChris Lattner2001-10-031-5/+9
| | | | | | | | * ConstPoolPointerReference now represents a pointer to a GlobalValue * Methods name references are now explicit pointers to methods * Rename Value::GlobalVal to Value::GlobalVariableVal to avoid confusion llvm-svn: 703
* Convert more code to use new style castsChris Lattner2001-10-011-1/+1
| | | | | | Eliminate old style casts from value.h llvm-svn: 696
* Remove the unsized array constraintChris Lattner2001-09-181-4/+1
| | | | llvm-svn: 599
* Add support for global constants, and for initializers for constantsChris Lattner2001-09-181-4/+10
| | | | llvm-svn: 598
* Use correct style castsChris Lattner2001-09-101-7/+3
| | | | llvm-svn: 545
* Implement global variable supportChris Lattner2001-09-101-1/+30
| | | | llvm-svn: 530
* Support new setName interfaceChris Lattner2001-09-071-1/+3
| | | | llvm-svn: 462
* * ValueHolder now takes 3 argumentsChris Lattner2001-07-141-3/+3
| | | | | | | | | * 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
* Miscellaneous cleanups:Chris Lattner2001-06-271-4/+3
| | | | | | | | | | | * 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/+75
llvm-svn: 2
OpenPOWER on IntegriCloud