summaryrefslogtreecommitdiff
path: root/lib/Transforms/InstCombine/InstCombinePHI.cpp
Commit message (Expand)AuthorAge
* [C++] Use 'nullptr'. Transforms edition.Craig Topper2014-04-25
* [Modules] Fix potential ODR violations by sinking the DEBUG_TYPEChandler Carruth2014-04-22
* [Modules] Sink all the DEBUG_TYPE defines for InstCombine out of theChandler Carruth2014-04-21
* [C++11] Add range based accessors for the Use-Def chain of a Value.Chandler Carruth2014-03-09
* Rename many DataLayout variables from TD to DL.Rafael Espindola2014-02-21
* Push analysis passes to InstSimplify when they're around anyways.Benjamin Kramer2013-09-24
* Get rid of unused isPodLike definitions.Eli Friedman2013-09-11
* Consistently use dbgs() in debug printingMatt Arsenault2013-09-05
* Tidy up a bit. No functional change.Jim Grosbach2013-04-05
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-02
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-03
* Move TargetData to DataLayout.Micah Villmow2012-10-08
* Update instcombine for atomic load/store.Eli Friedman2011-08-15
* Shorten some expressions by using ArrayRef::slice().Frits van Bommel2011-07-25
* Convert GetElementPtrInst to use ArrayRef.Jay Foad2011-07-25
* land David Blaikie's patch to de-constify Type, with a few tweaks.Chris Lattner2011-07-18
* Final step of instcombine debuginfo; switch a couple more places over to Inse...Eli Friedman2011-05-27
* Stop trying to have instcombine preserve LCSSA form: this was notDuncan Sands2011-04-27
* Rename a misleadingly-named variable.Frits van Bommel2011-04-16
* Fix bug when checking phi operands in InstCombiner::visitPHINode(),Jay Foad2011-04-16
* Fix a ton of comment typos found by codespell. Patch byChris Lattner2011-04-15
* Remove PHINode::reserveOperandSpace(). Instead, add a parameter toJay Foad2011-03-30
* (Almost) always call reserveOperandSpace() on newly created PHINodes.Jay Foad2011-03-30
* Make more use of PHINode::getNumIncomingValues().Jay Foad2011-03-28
* have instcombine preserve nsw/nuw/exact when sinkingChris Lattner2011-02-17
* fix typoChris Lattner2011-02-17
* fix instcombine merging GEPs through a PHI to only make theChris Lattner2011-02-17
* Teach InstructionSimplify about phi nodes. I chose to have it simplyDuncan Sands2010-11-14
* cache result of operator*Gabor Greif2010-07-12
* fix PR6512, a case where instcombine would incorrectly merge loadsChris Lattner2010-03-05
* There are two ways of checking for a given type, for example isa<PointerType>(T)Duncan Sands2010-02-16
* Add newline at EOF.Benjamin Kramer2010-01-05
* split PHI node stuff out to InstCombinePHI.cppChris Lattner2010-01-05