Spelling fix: consequtive -> consecutive.
[oota-llvm.git] / lib / Transforms / InstCombine / InstCombineLoadStoreAlloca.cpp
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.