aboutsummaryrefslogtreecommitdiff
path: root/lib/VMCore/BasicBlock.cpp
AgeCommit message (Expand)Author
2004-10-11Implement remove/eraseFromParent methodsChris Lattner
2004-09-01Changes For Bug 352Reid Spencer
2004-07-29Fix #includes of i*.h files => Instructions.h as per PR403Misha Brukman
2004-07-06Find bugs sooner rather than later. In this case, don't allow the creationChris Lattner
2004-06-05Fix GCC warningsChris Lattner
2004-06-05As much as I dislike doing this, it's the only fix for VC8.0 that I can comeChris Lattner
2004-04-16Fix retriving parent Function.Misha Brukman
2004-04-16Assert if deleting BasicBlock before removing it from Function.Misha Brukman
2004-02-11Remove obsolete methodChris Lattner
2004-02-04Adjust to the new BB ctorChris Lattner
2004-02-04When splitting a basic block, insert the new half immediately after the firstChris Lattner
2004-02-03In BasicBlock::splitBasicBlock, just use islist::splice to move the instructi...Chris Lattner
2003-11-21Minor cleanups and simplificationsChris Lattner
2003-11-20Start using the nicer terminator auto-insertion APIChris Lattner
2003-11-11Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke
2003-11-05Make code gcc 3.4 cleanChris Lattner
2003-10-20Added LLVM project notice to the top of every C++ source file.John Criswell
2003-09-24Do not use BasicBlock::succ_iteratorChris Lattner
2003-08-24Allow specifying the name for the newly split basic blockChris Lattner
2003-04-25Fix a bug that occurred when removing the last predecessor INTO anChris Lattner
2003-04-23Remove unnecesary &*'sChris Lattner
2002-11-20 - Eliminated the deferred symbol table stuff in Module & Function, it reallyChris Lattner
2002-10-13 - Rename Instruction::First*Op to *OpsBegin, and Num*Ops to *OpsEnd toChris Lattner
2002-10-08Changes to support PHINode::removeIncoming changesChris Lattner
2002-09-26 - Add new ctor to BasicBlock to allow insertion before any BB, not just atChris Lattner
2002-09-08Enable "garbage detection" of LLVM objects. Now users should be obnoxiousChris Lattner
2002-09-06Move code out of header files into .cpp files to make future changes easierChris Lattner
2002-07-25Avoid warning: control reaches end of non-void functionChris Lattner
2002-07-08Moved MachineCodeForBB to be an annotation on BasicBlock.Vikram S. Adve
2002-06-25MEGAPATCH checkin.Chris Lattner
2002-05-23Fix bug: test/Regression/Transforms/ADCE/2002-05-23-ZeroArgPHITest.llChris Lattner
2002-05-21Fix bug: test/Regression/Transforms/CFGSimplify/2002-05-21-PHIElimination.llChris Lattner
2002-04-29Eliminate duplicate or unneccesary #include'sChris Lattner
2002-04-28Split ConstantVals.h into Constant.h and Constants.hChris Lattner
2002-04-08s/Method/FunctionChris Lattner
2002-04-08Move include/llvm/ValueHolderImpl.h to lib/VMCore/ValueHolderImpl.hChris Lattner
2002-02-25Fix bug: test/Regression/Other/2002-02-24-InlineBrokePHINodes.llChris Lattner
2002-02-12* Pull BasicBlock::pred_* and BasicBlock::succ_* out of BasicBlock.h and intoChris Lattner
2002-01-20Changes to build successfully with GCC 3.02Chris Lattner
2001-12-03Rename ConstPoolVal -> ConstantChris Lattner
2001-12-03Split the PHINode class out from the iOther.h file into the iPHINode.h fileChris Lattner
2001-10-02Commit more code over to new cast styleChris Lattner
2001-10-01Convert more code to use new style castsChris Lattner
2001-10-01Pull predecessor and successor iterators out of the CFG*.h files, and plop th...Chris Lattner
2001-09-07Support new setName itfChris Lattner
2001-07-30Added vector of machine instructions for the basic block.Vikram S. Adve
2001-07-14* ValueHolder now takes 3 argumentsChris Lattner
2001-06-29Add implementation of BasicBlock::removePredecessor code that was factoredChris Lattner
2001-06-27Miscellaneous cleanups:Chris Lattner
2001-06-06Initial revisionChris Lattner