aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/iTerminators.h
Commit message (Expand)AuthorAgeFilesLines
* Doxygenify comments.Misha Brukman2004-02-261-10/+9
* Add some helpful methods for dealing with switch instructionsChris Lattner2004-02-241-0/+30
* rename the "exceptional" destination of an invoke instruction to the 'unwind'...Chris Lattner2004-02-081-5/+5
* Somehow I forgot poor little UnwindInstChris Lattner2003-11-201-3/+4
* * Add new constructors to allow insertion of terminator instructions at theChris Lattner2003-11-201-6/+31
* Fixes for PR114: Thanks to Reid Spencer!Chris Lattner2003-11-161-8/+9
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-111-0/+4
* Constant pointer refs are causing these to fail unnecessarily, which is causingChris Lattner2003-10-311-9/+7
* Added LLVM copyright header (for lack of a better term).John Criswell2003-10-201-0/+7
* Add the unwind instruction classChris Lattner2003-09-081-1/+32
* Rename SwitchInst::dest_push_back -> addCaseChris Lattner2003-08-231-1/+9
* Remove a ton of extraneous #includesChris Lattner2003-06-221-2/+0
* Update commentsChris Lattner2003-06-191-4/+4
* Included assert.h so that the code compiles under newer versions of GCC.John Criswell2003-06-111-0/+2
* 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