ConstantInt has some getters which return ConstantInt's or ConstantVector's of
[oota-llvm.git] / lib / Transforms / InstCombine / InstCombinePHI.cpp
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