Start using the nicer terminator auto-insertion API
[oota-llvm.git] / lib / VMCore / BasicBlock.cpp
2003-11-20 Chris LattnerStart using the nicer terminator auto-insertion API
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-11-05 Chris LattnerMake code gcc 3.4 clean
2003-10-20 John CriswellAdded LLVM project notice to the top of every C++ sourc...
2003-09-24 Chris LattnerDo not use BasicBlock::succ_iterator
2003-08-24 Chris LattnerAllow specifying the name for the newly split basic...
2003-04-25 Chris LattnerFix a bug that occurred when removing the last predeces...
2003-04-23 Chris LattnerRemove unnecesary &*'s
2002-11-20 Chris Lattner - Eliminated the deferred symbol table stuff in Modul...
2002-10-13 Chris Lattner - Rename Instruction::First*Op to *OpsBegin, and...
2002-10-08 Chris LattnerChanges to support PHINode::removeIncoming changes
2002-09-26 Chris Lattner - Add new ctor to BasicBlock to allow insertion befor...
2002-09-08 Chris LattnerEnable "garbage detection" of LLVM objects. Now users...
2002-09-06 Chris LattnerMove code out of header files into .cpp files to make...
2002-07-25 Chris LattnerAvoid warning: control reaches end of non-void function
2002-07-08 Vikram S. AdveMoved MachineCodeForBB to be an annotation on BasicBlock.
2002-06-25 Chris LattnerMEGAPATCH checkin.
2002-05-23 Chris LattnerFix bug: test/Regression/Transforms/ADCE/2002-05-23...
2002-05-21 Chris LattnerFix bug: test/Regression/Transforms/CFGSimplify/2002...
2002-04-29 Chris LattnerEliminate duplicate or unneccesary #include's
2002-04-28 Chris LattnerSplit ConstantVals.h into Constant.h and Constants.h
2002-04-08 Chris Lattners/Method/Function
2002-04-08 Chris LattnerMove include/llvm/ValueHolderImpl.h to lib/VMCore/Value...
2002-02-25 Chris LattnerFix bug: test/Regression/Other/2002-02-24-InlineBrokePH...
2002-02-12 Chris Lattner* Pull BasicBlock::pred_* and BasicBlock::succ_* out...
2002-01-20 Chris LattnerChanges to build successfully with GCC 3.02
2001-12-03 Chris LattnerRename ConstPoolVal -> Constant
2001-12-03 Chris LattnerSplit the PHINode class out from the iOther.h file...
2001-10-02 Chris LattnerCommit more code over to new cast style
2001-10-01 Chris LattnerConvert more code to use new style casts
2001-10-01 Chris LattnerPull predecessor and successor iterators out of the...
2001-09-07 Chris LattnerSupport new setName itf
2001-07-30 Vikram S. AdveAdded vector of machine instructions for the basic...
2001-07-14 Chris Lattner* ValueHolder now takes 3 arguments
2001-06-29 Chris LattnerAdd implementation of BasicBlock::removePredecessor...
2001-06-27 Chris LattnerMiscellaneous cleanups:
2001-06-06 Chris LattnerInitial revision