Remove attribution from file headers, per discussion on llvmdev.
[oota-llvm.git] / lib / VMCore / BasicBlock.cpp
2007-12-29 Chris LattnerRemove attribution from file headers, per discussion...
2007-12-10 Gordon HenriksenReverting dtor devirtualization patch.
2007-12-09 Gordon HenriksenDevirtualizing Value destructor (PR889). Patch by Pawel...
2007-11-19 Dan GohmanRemove meaningless qualifiers from return types, avoidi...
2007-07-26 Dan GohmanDummyInst's member functions don't need to be virtual.
2007-04-17 Chris LattnerThe (negative) offset from a SymbolTableListTraits...
2007-04-17 Chris LattnerRefactor SymbolTableListTraits to only have a single...
2007-02-12 Chris LattnerSwitch ValueSymbolTable to use StringMap<Value*> instea...
2006-09-23 Chris Lattneradd method, correct comment
2006-08-27 Chris Lattners|llvm/Support/Visibility.h|llvm/Support/Compiler.h|
2006-06-28 Chris LattnerUse hidden visibility to reduce codesize
2006-06-14 Owen AndersonWhen asked not to delete useless PHIs, really don't...
2006-06-08 Vladimir PrusRemove dead code.
2006-06-08 Vladimir PrusNew method BasicBlock::getFirstNonPHI.
2005-08-12 Chris LattnerAdd a helper method
2005-08-05 Chris LattnerFix an iterator invalidation problem when we decide...
2005-08-05 Chris LattnerNow that hasConstantValue is more careful w.r.t. return...
2005-08-04 Nate BegemanFix a fixme in CondPropagate.cpp by moving a PhiNode...
2005-04-23 Jeff CohenEliminate tabs and trailing spaces
2005-04-21 Misha BrukmanRemove trailing whitespace
2005-04-21 Chris LattnerImprove doxygen, from part of Evan's patch that didn...
2005-04-21 Chris LattnerImprove doxygen documentation, patch contributed by...
2005-04-12 Chris Lattneradd an argument to allow avoiding deleting phi nodes.
2005-03-05 Chris Lattnerremove all of the various setName implementations,...
2005-03-05 Chris LattnerRemove the 2nd argument to Value::setName
2005-02-24 Chris Lattneradd a new method.
2005-02-23 Chris Lattnermake this more efficient. Scan up to 16 nodes, not...
2005-02-23 Chris LattnerReduce the amount of searching this assertion does...
2005-01-30 Chris LattnerImprove conformance with the Misha spelling benchmark...
2005-01-29 Chris LattnerAdjust to ilist changes.
2005-01-29 Chris LattnerAdjust to changes in User class.
2004-12-11 Chris LattnerCheck in the file I forgot last night, to solve all...
2004-10-11 Chris LattnerImplement remove/eraseFromParent methods
2004-09-01 Reid SpencerChanges For Bug 352
2004-07-29 Misha BrukmanFix #includes of i*.h files => Instructions.h as per...
2004-07-06 Chris LattnerFind bugs sooner rather than later. In this case,...
2004-06-05 Chris LattnerFix GCC warnings
2004-06-05 Chris LattnerAs much as I dislike doing this, it's the only fix...
2004-04-16 Misha BrukmanFix retriving parent Function.
2004-04-16 Misha BrukmanAssert if deleting BasicBlock before removing it from...
2004-02-11 Chris LattnerRemove obsolete method
2004-02-04 Chris LattnerAdjust to the new BB ctor
2004-02-04 Chris LattnerWhen splitting a basic block, insert the new half immed...
2004-02-03 Chris LattnerIn BasicBlock::splitBasicBlock, just use islist::splice...
2003-11-21 Chris LattnerMinor cleanups and simplifications
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