aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Transforms/InstCombine/InstCombinePHI.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update instcombine for atomic load/store.Eli Friedman2011-08-151-1/+6
* Shorten some expressions by using ArrayRef::slice().Frits van Bommel2011-07-251-2/+1
* Convert GetElementPtrInst to use ArrayRef.Jay Foad2011-07-251-2/+2
* land David Blaikie's patch to de-constify Type, with a few tweaks.Chris Lattner2011-07-181-5/+5
* Final step of instcombine debuginfo; switch a couple more places over to Inse...Eli Friedman2011-05-271-9/+23
* Stop trying to have instcombine preserve LCSSA form: this was notDuncan Sands2011-04-271-3/+0
* Rename a misleadingly-named variable.Frits van Bommel2011-04-161-5/+5
* Fix bug when checking phi operands in InstCombiner::visitPHINode(),Jay Foad2011-04-161-1/+1
* Fix a ton of comment typos found by codespell. Patch byChris Lattner2011-04-151-1/+1
* Remove PHINode::reserveOperandSpace(). Instead, add a parameter toJay Foad2011-03-301-10/+7
* (Almost) always call reserveOperandSpace() on newly created PHINodes.Jay Foad2011-03-301-0/+1
* Make more use of PHINode::getNumIncomingValues().Jay Foad2011-03-281-4/+4
* have instcombine preserve nsw/nuw/exact when sinkingChris Lattner2011-02-171-11/+53
* fix typoChris Lattner2011-02-171-1/+1
* fix instcombine merging GEPs through a PHI to only make theChris Lattner2011-02-171-3/+7
* Teach InstructionSimplify about phi nodes. I chose to have it simplyDuncan Sands2010-11-141-2/+3
* cache result of operator*Gabor Greif2010-07-121-2/+3
* fix PR6512, a case where instcombine would incorrectly merge loadsChris Lattner2010-03-051-0/+2
* There are two ways of checking for a given type, for example isa<PointerType>(T)Duncan Sands2010-02-161-2/+2
* Add newline at EOF.Benjamin Kramer2010-01-051-1/+1
* split PHI node stuff out to InstCombinePHI.cppChris Lattner2010-01-051-0/+841