aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Function.h
Commit message (Expand)AuthorAgeFilesLines
...
* Update comment, remove misleading methodChris Lattner2001-10-141-7/+5
* Added getEntryNode() and getExitNode() functions.Vikram S. Adve2001-10-141-1/+6
* Factor parentness out of Module & GlobalVariable into GlobalValueChris Lattner2001-10-031-6/+0
* * Both Method & GlobalVariable now subclass GlobalValueChris Lattner2001-10-031-5/+4
* Commit more code over to new cast styleChris Lattner2001-10-021-2/+2
* Add support for new style castsChris Lattner2001-10-011-0/+5
* Pull iterators out of CFG.h and CFGdecls and put them in Support directoryChris Lattner2001-09-281-1/+28
* * Method::getType should return type cast as MethodType, eliminate getMethodTypeChris Lattner2001-09-101-1/+3
* Implement global variable supportChris Lattner2001-09-101-1/+1
* * Support new setName interfaceChris Lattner2001-09-071-3/+5
* Rename 'isMethodExternal' to 'isExternal'Chris Lattner2001-07-151-2/+2
* Made the following changes:Chris Lattner2001-07-141-4/+4
* Changed the fundemental architecture of Operands for Instructions. NowChris Lattner2001-07-071-3/+0
* Add extra forwarding accessor methods so that getMethodList(), getBasicBlocks()Chris Lattner2001-06-271-13/+41
* CFG.h: change the iterator tagChris Lattner2001-06-251-0/+1
* Initial revisionChris Lattner2001-06-061-0/+174