Fix a ton of comment typos found by codespell. Patch by
[oota-llvm.git] / lib / Transforms / InstCombine / InstCombinePHI.cpp
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