Merging r260587:
[oota-llvm.git] / lib / Transforms / InstCombine / InstCombineLoadStoreAlloca.cpp
2011-07-22 Jay FoadConvert IRBuilder::CreateGEP and IRBuilder::CreateInBou...
2011-07-22 Jay FoadFix an MSVC warning, caused by a case I missed when...
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-05-18 Eli FriedmanMore instcombine cleanup, towards improving debug line...
2011-03-30 Jay FoadRemove PHINode::reserveOperandSpace(). Instead, add...
2011-03-14 Jin-Gu KangThis case is solved by Scalar Replacement of Aggregates...
2011-03-13 Jin-Gu KangAdd comment as following:
2011-03-12 Jin-Gu KangThis patch removes some of useless instructions generat...
2011-03-08 Devang Patelllvm.dbg.declare intrinsic does not use any llvm::Value...
2011-02-15 Duncan SandsSpelling fix: consequtive -> consecutive.
2010-12-25 Chris LattnerMove getOrEnforceKnownAlignment out of instcombine...
2010-10-25 Dan GohmanFix a case where instcombine was stripping metadata...
2010-08-31 Owen AndersonRemove r111665, which implemented store-narrowing in...
2010-08-20 Owen AndersonRe-apply r111568 with a fix for the clang self-host.
2010-08-19 Owen AndersonRevert r111568 to unbreak clang self-host.
2010-08-19 Owen AndersonWhen a set of bitmask operations, typically from a...
2010-08-03 Dan GohmanMake instcombine set explicit alignments on load or...
2010-07-22 Gabor Greifmass elimination of reliance on automatic iterator...
2010-07-12 Gabor Greifcache result of operator*
2010-07-09 Gabor Greifdo not repeatedly dereference use_iterator
2010-05-28 Dan GohmanMove FindAvailableLoadedValue isSafeToLoadUnconditional...
2010-05-28 Dan GohmanTeach instcombine to promote alloca array sizes.
2010-02-16 Duncan SandsThere are two ways of checking for a given type, for...
2010-02-15 Duncan SandsUniformize the names of type predicates: rather than...
2010-01-30 Bob WilsonCheck alignment of loads when deciding whether it is...
2010-01-30 Bob WilsonUse more specific types to avoid casts. No functionali...
2010-01-29 Bob WilsonPreserve load alignment in instcombine transformations...
2010-01-29 Bob WilsonImprove isSafeToLoadUnconditionally to recognize that...
2010-01-22 Victor HernandezKeep ignoring pointer-to-pointer bitcasts
2010-01-21 Victor HernandezNo need to look through bitcasts for DbgInfoIntrinsic
2010-01-19 Eric ChristopherFix comment.
2010-01-05 Chris Lattnersplit out load/store/alloca.