Push LLVMContexts through the IntegerType APIs.
[oota-llvm.git] / include / llvm / BasicBlock.h
2009-08-13 Owen AndersonPush LLVMContexts through the IntegerType APIs.
2009-08-11 Benjamin KramerMake LLVMContext and LLVMContextImpl classes instead...
2009-08-04 Owen AndersonFactor some of the constants+context related code out...
2009-07-25 Daniel DunbarInitial update to VMCore to use Twines for string argum...
2009-07-22 Owen AndersonGet rid of the Pass+Context magic.
2009-07-06 Owen Anderson"LLVMContext* " --> "LLVMContext *"
2009-07-05 Owen AndersonMore LLVMContext-ification.
2009-03-27 Dan GohmanRevert r67844. This fixes the llvm-gcc-4.2 build on...
2009-03-27 Duncan SandsReapply r66415, which was reverted in r66426 for
2009-03-09 Bill WendlingRevert r66415. It's causing failures during bootstrap...
2009-03-09 Gabor Greifin builds without asserts we do not need to allocate...
2009-03-07 Gabor Greifsimplify the way how traits get hold of the symbol...
2009-03-07 Gabor Greiffurther simplifications arising from peruse of the...
2009-03-07 Gabor GreifRemove the burden of dealing with list offsets
2009-03-04 Gabor Greifooops, forgot to include the pointless-write eliminator...
2009-03-04 Gabor GreifGive sentinel traits the right to determine the policy...
2009-03-03 Dan GohmanMake a comment less terse.
2009-03-02 Gabor GreifDeclare Sentinel fragments as mutable to get rid
2009-03-01 Gabor GreifFix a typo. Thanks baldrick!
2009-02-28 Gabor Greifadd description how the ilist_traits<Instruction> works
2009-02-28 Evan ChengAvoid unused parameter warning.
2009-02-27 Gabor GreifIntroduce a new technique for merging BasicBlock with...
2008-12-11 Torok Edwinfix grammar, thanks Duncan!
2008-12-11 Torok Edwinintroduce BasicBlock::getUniquePredecessor()
2008-12-09 Chris Lattnerremove two unneeded forward declarations, pointed out...
2008-08-23 Chris LattnerSwitch the asmprinter (.ll) and all the stuff it requir...
2008-07-30 Matthijs KooijmanDocument BasicBlock::Create.
2008-07-28 Dan GohmanFold the useful features of alist and alist_node into...
2008-05-29 Anton KorobeynikovFor PR1338: rename include/llvm/ADT/ilist and friends...
2008-05-23 Dan GohmanTidy up BasicBlock::getFirstNonPHI, and change a bunch...
2008-04-25 Nick LewyckyRemove 'unwinds to' support from mainline. This patch...
2008-04-06 Gabor GreifAPI changes for class Use size reduction, wave 1.
2008-03-09 Nick LewyckyTwo things. Preserve the unwind_to when splitting a BB.
2008-03-08 Nick LewyckyNot all users of a BB are Instructions any more.
2008-03-02 Nick LewyckyAdd an unwind_to field to basic blocks, making them...
2007-12-29 Chris LattnerDon't attribute in file headers anymore. See llvmdev...
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-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...
next