Add two new function stubs for viewing the CFG of a function inside of the
[oota-llvm.git] / include / llvm / iTerminators.h
2003-10-20 John CriswellAdded LLVM copyright header (for lack of a better term).
2003-09-08 Chris LattnerAdd the unwind instruction class
2003-08-23 Chris LattnerRename SwitchInst::dest_push_back -> addCase
2003-06-22 Chris LattnerRemove a ton of extraneous #includes
2003-06-19 Chris LattnerUpdate comments
2003-06-11 John CriswellIncluded assert.h so that the code compiles under newer...
2003-06-04 Chris LattnerAdd new setCondition member
2003-02-24 Chris LattnerRename Instruction::hasSideEffects() -> mayWriteToMemory()
2002-09-10 Chris LattnerAdd convenience ctor to BranchInst
2002-09-10 Chris LattnerImplement support for inserting an instruction into...
2002-07-25 Chris LattnerAvoid warning: control reaches end of non-void function
2002-07-14 Vikram S. AdveCreate a static version of Instruction::getOpcodeName...
2002-06-25 Anand ShuklaAdded setSuccessor() method to terminator instructions
2002-05-23 Chris LattnerAdd a new setSuccessor method to terminator instructions
2002-05-14 Chris LattnerInvoke inst has side effects!
2002-05-10 Chris LattnerAdd an explicit abort so that the optimized build knows...
2002-04-27 Chris LattnerChange the semantics of getSuccessor to FAIL if an...
2002-04-09 Chris LattnerUse .get() explicitly and add a few extra casts to...
2002-04-08 Chris Lattners/Method/Function
2002-03-29 Chris LattnerRename getCalledMethod to getCalledFunction
2002-03-23 Chris LattnerRename Method to Function
2002-01-20 Chris LattnerChanges to build successfully with GCC 3.02
2001-12-03 Chris LattnerRename ConstPoolVal -> Constant
2001-10-13 Chris LattnerMinor changes, add new ctor for invoke instruction
2001-10-02 Chris LattnerCommit more code over to new cast style
2001-10-01 Chris LattnerAdd more support for new style casts
2001-10-01 Chris LattnerAdd support for new style casts
2001-07-07 Chris LattnerBroad superficial changes:
2001-07-07 Chris LattnerRemove dtor's that simply call dropAllReferences
2001-07-07 Chris LattnerChanged the fundemental architecture of Operands for...
2001-06-27 Chris LattnerAdded methods to make dealing with switches and branch...
2001-06-06 Chris LattnerInitial revision