StringRef'ize EmitSourceFileHeader().
[oota-llvm.git] / include / llvm / BasicBlock.h
2012-01-31 Bill WendlingAdd a constified getLandingPad() method.
2011-10-20 Eli FriedmanRemove useless code.
2011-08-17 Bill WendlingRemove unneeded sentence.
2011-08-16 Bill WendlingAdd getFirstInsertionPt() method.
2011-08-12 Bill WendlingInitial commit of the 'landingpad' instruction.
2011-06-30 Rafael EspindolaAdd r134057 back, but splice the predecessor after...
2011-06-29 Chad RosierTemporarily revert r134057: "Let simplify cfg simplify...
2011-06-29 Rafael EspindolaLet simplify cfg simplify bb with only debug and lifeti...
2011-06-23 Jay FoadReinstate r133513 (reverted in r133700) with an additio...
2011-06-23 Eric ChristopherRevert r133513:
2011-06-21 Jay FoadReinstate r133435 and r133449 (reverted in r133499...
2011-06-21 Chad RosierRevert r133435 and r133449 to appease buildbots.
2011-06-20 Jay FoadChange how PHINodes store their operands.
2011-04-10 Bill WendlingRevert r129235 pending a vetting of the EH rewrite.
2011-04-10 Bill WendlingBeginning of the Great Exception Handling Rewrite.
2010-11-29 Michael J. SpencerMerge System into Support.
2010-04-02 Dale JohannesenSkip debug info when looking for existing EH calls...
2009-12-29 Chris Lattnersink twine.h down out of Value.h. It is annoying that...
2009-12-29 Chris Lattneradd a layer of accessors around the Value::SubClassData...
2009-11-12 Benjamin KramerSilence a warning on targets with unsigned chars.
2009-11-01 Chris Lattnerthe verifier shouldn't modify the IR.
2009-11-01 Chris Lattnerfix an issue where the verifier would reject a function...
2009-10-30 Chris Lattnermake hasAddressTaken() constant time by storing a refco...
2009-10-29 Dan GohmanAdd a hasAddressTaken for BasicBlock.
2009-10-28 Chris Lattnerbasic blocks can now have non-instruction users.
2009-10-26 Chandler CarruthMove DataTypes.h to include/llvm/System, update all...
2009-09-02 Dan GohmanAdd a comment.
2009-08-26 Gabor GreifRemove all the LLVM_COMPACTIFY_SENTINELS-related macro...
2009-08-25 Gabor Greifre-committing yesterday's r79938.
2009-08-25 Bill Wendling--- Reverse-merging r79938 into '.':
2009-08-24 Gabor GreifResubmit an earlier patch of mine:
2009-08-19 Erick TryzelaarBasicBlock::getContext can no longer return a NULL...
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 _
next