Add a argument to storeRegToStackSlot and storeRegToAddr to specify whether
[oota-llvm.git] / include / llvm / BasicBlock.h
2007-11-19 Dan GohmanRemove meaningless qualifiers from return types, avoidi...
2007-05-18 Chris Lattnerbetter portability for intptr_t.
2007-04-17 Chris Lattnermake next/prev accessors private
2007-04-17 Jeff CohenFix build breakage on 64-bit systems.
2007-04-17 Chris LattnerThe (negative) offset from a SymbolTableListTraits...
2007-04-17 Chris LattnerRefactor SymbolTableListTraits to only have a single...
2007-04-13 Dan GohmanRename Value::getValueType to getValueID, to avoid...
2007-03-23 Dan GohmanAdd the 'explicit' keyword to several constructors...
2006-12-17 Bill WendlingAdded an automatic cast to "std::ostream*" etc. from...
2006-09-30 Chris LattnerOverride use_back in instruction/basicblock to provide...
2006-09-23 Chris Lattneradd method, correct comment
2006-06-08 Vladimir PrusNew method BasicBlock::getFirstNonPHI.
2006-06-05 Reid SpencerFor PR778:
2005-10-25 Chris LattnerRemove some dead argument names which irritates GCC...
2005-08-12 Chris Lattneradd a helper method
2005-07-27 Jeff CohenEliminate tabs and trailing spaces.
2005-04-25 Reid SpencerFix a thinko in the documentation of the splitBasicBloc...
2005-04-21 Misha BrukmanRemove trailing whitespace
2005-04-12 Chris Lattneradd an argument.
2005-03-15 Chris Lattnerremove reverse BB iterators.
2005-03-05 Chris Lattnerremove all of the various setName implementations,...
2005-03-05 Chris LattnerRemove the second argument to Value::setName, it is...
2005-02-24 Chris Lattneradd a new method.
2005-01-30 Chris LattnerImprove conformance with the Misha spelling benchmark...
2005-01-29 Chris LattnerAdjust to changes in ilist
2004-11-15 Chris LattnerWarning fixes for VC++, contributed by Morten Ofstad!
2004-10-27 Chris LattnerConvert 'struct' to 'class' in various places to adhere...
2004-10-11 Chris LattnerAdd long overdue methods
2004-09-01 Reid SpencerChanges For Bug 352
2004-06-03 Chris LattnerDon't use identifiers that start with an _
2004-05-17 Misha BrukmanMinor aesthetic alignments; no functional changes.
2004-05-17 Misha Brukman* Minor aesthetic alignment of iterator declarations
2004-02-11 Chris LattnerRemove long obsolete method. switch instructions are...
2004-02-04 Chris LattnerDelete the BasicBlock ctor that only takes a BasicBlock...
2004-01-15 Chris LattnerRemove broken doxygen comments
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-10-30 Chris LattnerExpose new print methods
2003-10-20 John CriswellAdded LLVM copyright header (for lack of a better term).
2003-10-01 Chris LattnerRemove obsolete scoped pred and succ iterator typedefs
2003-09-30 Chris LattnerStandardize header file comments
2003-08-31 Chris LattnerMinor simplification
2003-08-24 Chris LattnerAllow specifying the name for the newly split basic...
2002-09-26 Chris Lattner - Add new ctor to BasicBlock to allow insertion befor...
2002-09-06 Chris Lattner* Clean up some comments
2002-08-25 Chris LattnerConvert comments to Doxygen style
2002-07-08 Vikram S. AdveMoved MachineCodeForBB to be an annotation on BasicBlock.
2002-06-25 Chris Lattner*** empty log message ***
2002-04-08 Chris Lattner* Add virtual print methods
2002-03-23 Chris LattnerChange Method to Function
2002-02-12 Chris LattnerPull BasicBlock::pred_* and BasicBlock::succ_* out...
2002-02-12 Chris Lattner* Move BasicBlock and Method graph stuff to new "llvm...
2002-02-03 Chris LattnerRemove extraneous #include
2002-01-20 Chris LattnerChanges to build successfully with GCC 3.02
2001-12-03 Chris LattnerRename ConstPoolVal -> Constant
2001-11-27 Chris LattnerCreate a new #include "Support/..." directory structure...
2001-10-02 Chris LattnerCommit more code over to new cast style
2001-10-01 Chris LattnerAdd support for new style casts
2001-10-01 Chris LattnerAdd support for newer cleaner isa, cast, dyn_cast
2001-10-01 Chris LattnerPull predecessor and successor iterators out of the...
2001-09-28 Chris LattnerPull iterators out of CFG.h and CFGdecls and put them...
2001-09-07 Chris LattnerChanging setName semantics
2001-07-30 Vikram S. AdveAdded vector of machine instructions for the basic...
2001-07-14 Chris LattnerMade the following changes:
2001-07-07 Chris LattnerChanged the fundemental architecture of Operands for...
2001-06-29 Chris LattnerAdded new removePredecessor method prototype
2001-06-27 Chris LattnerAdd extra forwarding accessor methods so that getMethod...
2001-06-20 Chris LattnerFactor the predeclarations of the CFG.h functionality...
2001-06-07 Chris LattnerMoved iterators to the new CFG.h file.
2001-06-07 Chris LattnerFixes for BB iterators, additional methods added for...
2001-06-06 Chris LattnerInitial revision