summaryrefslogtreecommitdiff
path: root/include/llvm/iTerminators.h
Commit message (Expand)AuthorAge
* Merge i*.h headers into Instructions.h as part of bug403.Alkis Evlogimenos2004-07-29
* Hey, why not just make 'new ReturnInst(BB)' DTRT?Chris Lattner2004-06-25
* new ReturnInst(BB) does not "do the right thing". Add an assert to catch itChris Lattner2004-06-25
* I checked and no clients expect this to return null for unconditional branchesChris Lattner2004-06-08
* Inline trivial constructors.Alkis Evlogimenos2004-05-26
* Refactor common initialization code in private init() functions.Alkis Evlogimenos2004-05-26
* Doxygenify comments.Misha Brukman2004-02-26
* Add some helpful methods for dealing with switch instructionsChris Lattner2004-02-24
* rename the "exceptional" destination of an invoke instruction to the 'unwind'...Chris Lattner2004-02-08
* Somehow I forgot poor little UnwindInstChris Lattner2003-11-20
* * Add new constructors to allow insertion of terminator instructions at theChris Lattner2003-11-20
* Fixes for PR114: Thanks to Reid Spencer!Chris Lattner2003-11-16
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-11
* Constant pointer refs are causing these to fail unnecessarily, which is causingChris Lattner2003-10-31
* Added LLVM copyright header (for lack of a better term).John Criswell2003-10-20
* Add the unwind instruction classChris Lattner2003-09-08
* Rename SwitchInst::dest_push_back -> addCaseChris Lattner2003-08-23
* Remove a ton of extraneous #includesChris Lattner2003-06-22
* Update commentsChris Lattner2003-06-19
* Included assert.h so that the code compiles under newer versions of GCC.John Criswell2003-06-11
* Add new setCondition memberChris Lattner2003-06-04
* Rename Instruction::hasSideEffects() -> mayWriteToMemory()Chris Lattner2003-02-24
* Add convenience ctor to BranchInstChris Lattner2002-09-10
* Implement support for inserting an instruction into a basic block right when itChris Lattner2002-09-10
* Avoid warning: control reaches end of non-void functionChris Lattner2002-07-25
* Create a static version of Instruction::getOpcodeName(opCode) thatVikram S. Adve2002-07-14
* Added setSuccessor() method to terminator instructionsAnand Shukla2002-06-25
* Add a new setSuccessor method to terminator instructionsChris Lattner2002-05-23
* Invoke inst has side effects!Chris Lattner2002-05-14
* Add an explicit abort so that the optimized build knows the function doesChris Lattner2002-05-10
* Change the semantics of getSuccessor to FAIL if an out of range successor # i...Chris Lattner2002-04-27
* Use .get() explicitly and add a few extra casts to avoid 2 #includesChris Lattner2002-04-09
* s/Method/FunctionChris Lattner2002-04-08
* Rename getCalledMethod to getCalledFunctionChris Lattner2002-03-29
* Rename Method to FunctionChris Lattner2002-03-23
* Changes to build successfully with GCC 3.02Chris Lattner2002-01-20
* Rename ConstPoolVal -> ConstantChris Lattner2001-12-03
* Minor changes, add new ctor for invoke instructionChris Lattner2001-10-13
* Commit more code over to new cast styleChris Lattner2001-10-02
* Add more support for new style castsChris Lattner2001-10-01
* Add support for new style castsChris Lattner2001-10-01
* Broad superficial changes:Chris Lattner2001-07-07
* Remove dtor's that simply call dropAllReferencesChris Lattner2001-07-07
* Changed the fundemental architecture of Operands for Instructions. NowChris Lattner2001-07-07
* Added methods to make dealing with switches and branch instructionsChris Lattner2001-06-27
* Initial revisionChris Lattner2001-06-06