Taints the non-acquire RMW's store address with the load part
[oota-llvm.git] / lib / VMCore / BasicBlock.cpp
2013-01-02 Chandler CarruthRename VMCore directory to IR.
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2012-01-31 Bill WendlingAdd a constified getLandingPad() method.
2011-08-16 Bill WendlingAdd getFirstInsertionPt() method.
2011-08-12 Bill WendlingInitial commit of the 'landingpad' instruction.
2011-08-09 NAKAMURA TakumiVMCore/BasicBlock.cpp: Don't assume BasicBlock::iterato...
2011-08-09 NAKAMURA TakumiFix whitespace.
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-06-20 Jay FoadMake better use of the PHINode API.
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-17 Duncan SandsNow that hasConstantValue has been made simpler, it...
2010-04-02 Dale JohannesenSkip debug info when looking for existing EH calls...
2009-12-19 John McCallQualify a bunch of explicit template instantiations...
2009-12-03 Chris Lattnerimprove portability to avoid conflicting with std:...
2009-11-01 Chris LattnerRevert 85678/85680. The decision is to stay with the...
2009-10-31 Chris LattnerMake blockaddress(@func, null) be valid, and make ...
2009-10-30 Chris Lattnerif basic blocks are destroyed while there are *just...
2009-10-30 Chris Lattnermake hasAddressTaken() constant time by storing a refco...
2009-10-29 Dan GohmanAdd a hasAddressTaken for BasicBlock.
2009-08-13 Owen AndersonPush LLVMContexts through the IntegerType APIs.
2009-08-11 Dan GohmanTidy #includes.
2009-07-30 Owen AndersonMove more code back to 2.5 APIs.
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-07 Owen AndersonLLVMContext-ification.
2009-07-06 Owen Anderson"LLVMContext* " --> "LLVMContext *"
2009-07-05 Owen AndersonMore LLVMContext-ification.
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-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-07-28 Dan GohmanFold the useful features of alist and alist_node into...
2008-05-27 Gabor Greifback out last commit: The .cpp file for a module should...
2008-05-27 Gabor Greifprune unneeded #includes
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-02 Nick LewyckyAdd an unwind_to field to basic blocks, making them...
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...
next