aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/iTerminators.h
Commit message (Expand)AuthorAgeFilesLines
* Add new setCondition memberChris Lattner2003-06-041-4/+6
* Rename Instruction::hasSideEffects() -> mayWriteToMemory()Chris Lattner2003-02-241-1/+1
* Add convenience ctor to BranchInstChris Lattner2002-09-101-1/+2
* Implement support for inserting an instruction into a basic block right when itChris Lattner2002-09-101-15/+12
* Avoid warning: control reaches end of non-void functionChris Lattner2002-07-251-0/+1
* Create a static version of Instruction::getOpcodeName(opCode) thatVikram S. Adve2002-07-141-8/+0
* Added setSuccessor() method to terminator instructionsAnand Shukla2002-06-251-0/+8
* Add a new setSuccessor method to terminator instructionsChris Lattner2002-05-231-0/+18
* Invoke inst has side effects!Chris Lattner2002-05-141-0/+2
* Add an explicit abort so that the optimized build knows the function doesChris Lattner2002-05-101-0/+1
* Change the semantics of getSuccessor to FAIL if an out of range successor # i...Chris Lattner2002-04-271-30/+16
* Use .get() explicitly and add a few extra casts to avoid 2 #includesChris Lattner2002-04-091-15/+13
* s/Method/FunctionChris Lattner2002-04-081-2/+2
* Rename getCalledMethod to getCalledFunctionChris Lattner2002-03-291-4/+4
* Rename Method to FunctionChris Lattner2002-03-231-2/+2
* Changes to build successfully with GCC 3.02Chris Lattner2002-01-201-1/+1
* Rename ConstPoolVal -> ConstantChris Lattner2001-12-031-6/+6
* Minor changes, add new ctor for invoke instructionChris Lattner2001-10-131-4/+70
* Commit more code over to new cast styleChris Lattner2001-10-021-0/+27
* Add more support for new style castsChris Lattner2001-10-011-2/+2
* Add support for new style castsChris Lattner2001-10-011-6/+6
* Broad superficial changes:Chris Lattner2001-07-071-3/+3
* Remove dtor's that simply call dropAllReferencesChris Lattner2001-07-071-17/+6
* Changed the fundemental architecture of Operands for Instructions. NowChris Lattner2001-07-071-54/+74
* Added methods to make dealing with switches and branch instructionsChris Lattner2001-06-271-1/+22
* Initial revisionChris Lattner2001-06-061-0/+136