summaryrefslogtreecommitdiff
path: root/lib/VMCore/BasicBlock.cpp
Commit message (Expand)AuthorAge
...
* Changes to support PHINode::removeIncoming changesChris Lattner2002-10-08
* - Add new ctor to BasicBlock to allow insertion before any BB, not just atChris Lattner2002-09-26
* Enable "garbage detection" of LLVM objects. Now users should be obnoxiousChris Lattner2002-09-08
* Move code out of header files into .cpp files to make future changes easierChris Lattner2002-09-06
* Avoid warning: control reaches end of non-void functionChris Lattner2002-07-25
* Moved MachineCodeForBB to be an annotation on BasicBlock.Vikram S. Adve2002-07-08
* MEGAPATCH checkin.Chris Lattner2002-06-25
* Fix bug: test/Regression/Transforms/ADCE/2002-05-23-ZeroArgPHITest.llChris Lattner2002-05-23
* Fix bug: test/Regression/Transforms/CFGSimplify/2002-05-21-PHIElimination.llChris Lattner2002-05-21
* Eliminate duplicate or unneccesary #include'sChris Lattner2002-04-29
* Split ConstantVals.h into Constant.h and Constants.hChris Lattner2002-04-28
* s/Method/FunctionChris Lattner2002-04-08
* Move include/llvm/ValueHolderImpl.h to lib/VMCore/ValueHolderImpl.hChris Lattner2002-04-08
* Fix bug: test/Regression/Other/2002-02-24-InlineBrokePHINodes.llChris Lattner2002-02-25
* * Pull BasicBlock::pred_* and BasicBlock::succ_* out of BasicBlock.h and intoChris Lattner2002-02-12
* Changes to build successfully with GCC 3.02Chris Lattner2002-01-20
* Rename ConstPoolVal -> ConstantChris Lattner2001-12-03
* Split the PHINode class out from the iOther.h file into the iPHINode.h fileChris Lattner2001-12-03
* Commit more code over to new cast styleChris Lattner2001-10-02
* Convert more code to use new style castsChris Lattner2001-10-01
* Pull predecessor and successor iterators out of the CFG*.h files, and plop th...Chris Lattner2001-10-01
* Support new setName itfChris Lattner2001-09-07
* Added vector of machine instructions for the basic block.Vikram S. Adve2001-07-30
* * ValueHolder now takes 3 argumentsChris Lattner2001-07-14
* Add implementation of BasicBlock::removePredecessor code that was factoredChris Lattner2001-06-29
* Miscellaneous cleanups:Chris Lattner2001-06-27
* Initial revisionChris Lattner2001-06-06