aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/iOther.h
Commit message (Expand)AuthorAgeFilesLines
* Fixed comment.Joel Stanley2003-05-101-1/+1
* Add new VarArgInst class for the va_arg instructionChris Lattner2003-05-081-0/+36
* Rename Instruction::hasSideEffects() -> mayWriteToMemory()Chris Lattner2003-02-241-1/+1
* Added protos for two alternate, convenient CallInst constructors.Joel Stanley2003-02-011-0/+6
* Implement support for inserting an instruction into a basic block right when itChris Lattner2002-09-101-10/+13
* Create a static version of Instruction::getOpcodeName(opCode) thatVikram S. Adve2002-07-141-6/+0
* Move FunctionArgument out of iOther.h into Argument.h and rename class toChris Lattner2002-04-091-32/+0
* Use explicit .get() calls to avoid having to #include Function.hChris Lattner2002-04-091-3/+2
* * Add virtual print methodsChris Lattner2002-04-081-0/+2
* Remove getCalledMethod. Use getCalledFunction insteadChris Lattner2002-03-291-4/+0
* Transform uses of Method into uses of Function.Chris Lattner2002-03-261-16/+20
* Changes to build successfully with GCC 3.02Chris Lattner2002-01-201-5/+5
* Split the PHINode class out from the iOther.h file into the iPHINode.h fileChris Lattner2001-12-031-68/+0
* Add a helper function to PHI nodeChris Lattner2001-11-031-0/+11
* Add some useful accessorsChris Lattner2001-11-011-0/+2
* Add support for indirect callsChris Lattner2001-10-131-4/+7
* * Both Method & GlobalVariable now subclass GlobalValueChris Lattner2001-10-031-1/+1
* Commit more code over to new cast styleChris Lattner2001-10-021-2/+40
* Add support for new style castsChris Lattner2001-10-011-4/+10
* Chris seems fond of #include <vector>. Fix these. Also convert use list inChris Lattner2001-09-141-1/+0
* Provide a way to change the incoming value for a phi nodeChris Lattner2001-09-071-0/+3
* * Fix long standing problems that would affect inlining. How could this have...Chris Lattner2001-09-071-5/+5
* Add support for extern varargs methods & varargs method callsChris Lattner2001-07-251-1/+1
* Made the following changes:Chris Lattner2001-07-141-1/+1
* Implemented shl, shl, & load instructionsChris Lattner2001-07-081-24/+52
* Moved Cast from being a Unary instruction to being an "Other" instructionChris Lattner2001-07-081-0/+24
* Broad superficial changes:Chris Lattner2001-07-071-2/+2
* Remove dtor's that simply call dropAllReferencesChris Lattner2001-07-071-2/+0
* Changed the fundemental architecture of Operands for Instructions. NowChris Lattner2001-07-071-37/+15
* Minor formating changesChris Lattner2001-06-271-2/+6
* Add accessor methods to binary/unary operatorsChris Lattner2001-06-221-0/+9
* Updates to supportChris Lattner2001-06-111-14/+10
* Fixes for BB iterators, additional methods added for DCE passChris Lattner2001-06-071-0/+5
* Initial revisionChris Lattner2001-06-061-0/+116