Move all of the header files which are involved in modelling the LLVM IR
[oota-llvm.git] / lib / Transforms / InstCombine / InstCombinePHI.cpp
2013-01-02 Chandler CarruthMove all of the header files which are involved in...
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2012-10-08 Micah VillmowMove TargetData to DataLayout.
2011-08-15 Eli FriedmanUpdate instcombine for atomic load/store.
2011-07-25 Frits van BommelShorten some expressions by using ArrayRef::slice().
2011-07-25 Jay FoadConvert GetElementPtrInst to use ArrayRef.
2011-07-18 Chris Lattnerland David Blaikie's patch to de-constify Type, with...
2011-05-27 Eli FriedmanFinal step of instcombine debuginfo; switch a couple...
2011-04-27 Duncan SandsStop trying to have instcombine preserve LCSSA form...
2011-04-16 Frits van BommelRename a misleadingly-named variable.
2011-04-16 Jay FoadFix bug when checking phi operands in InstCombiner...
2011-04-15 Chris LattnerFix a ton of comment typos found by codespell. Patch by
2011-03-30 Jay FoadRemove PHINode::reserveOperandSpace(). Instead, add...
2011-03-30 Jay Foad(Almost) always call reserveOperandSpace() on newly...
2011-03-28 Jay FoadMake more use of PHINode::getNumIncomingValues().
2011-02-17 Chris Lattnerhave instcombine preserve nsw/nuw/exact when sinking
2011-02-17 Chris Lattnerfix typo
2011-02-17 Chris Lattnerfix instcombine merging GEPs through a PHI to only...
2010-11-14 Duncan SandsTeach InstructionSimplify about phi nodes. I chose...
2010-07-12 Gabor Greifcache result of operator*
2010-03-05 Chris Lattnerfix PR6512, a case where instcombine would incorrectly...
2010-02-16 Duncan SandsThere are two ways of checking for a given type, for...
2010-01-05 Benjamin KramerAdd newline at EOF.
2010-01-05 Chris Lattnersplit PHI node stuff out to InstCombinePHI.cpp