summaryrefslogtreecommitdiff
path: root/lib/Transforms/InstCombine/InstCombineLoadStoreAlloca.cpp
Commit message (Expand)AuthorAge
* Final step of instcombine debuginfo; switch a couple more places over to Inse...Eli Friedman2011-05-27
* More instcombine cleanup, towards improving debug line info.Eli Friedman2011-05-18
* Remove PHINode::reserveOperandSpace(). Instead, add a parameter toJay Foad2011-03-30
* This case is solved by Scalar Replacement of Aggregates (DT) andJin-Gu Kang2011-03-14
* Add comment as following:Jin-Gu Kang2011-03-13
* This patch removes some of useless instructions generated by bitfield access.Jin-Gu Kang2011-03-12
* llvm.dbg.declare intrinsic does not use any llvm::Values. It's magic!Devang Patel2011-03-08
* Spelling fix: consequtive -> consecutive.Duncan Sands2011-02-15
* Move getOrEnforceKnownAlignment out of instcombine into Transforms/Utils.Chris Lattner2010-12-25
* Fix a case where instcombine was stripping metadata (and alignment)Dan Gohman2010-10-25
* Remove r111665, which implemented store-narrowing in InstCombine. Chris disc...Owen Anderson2010-08-31
* Re-apply r111568 with a fix for the clang self-host.Owen Anderson2010-08-20
* Revert r111568 to unbreak clang self-host.Owen Anderson2010-08-19
* When a set of bitmask operations, typically from a bitfield initialization, o...Owen Anderson2010-08-19
* Make instcombine set explicit alignments on load or storeDan Gohman2010-08-03
* mass elimination of reliance on automatic iterator dereferencingGabor Greif2010-07-22
* cache result of operator*Gabor Greif2010-07-12
* do not repeatedly dereference use_iteratorGabor Greif2010-07-09
* Move FindAvailableLoadedValue isSafeToLoadUnconditionally out ofDan Gohman2010-05-28
* Teach instcombine to promote alloca array sizes.Dan Gohman2010-05-28
* There are two ways of checking for a given type, for example isa<PointerType>(T)Duncan Sands2010-02-16
* Uniformize the names of type predicates: rather than having isFloatTy andDuncan Sands2010-02-15
* Check alignment of loads when deciding whether it is safe to execute themBob Wilson2010-01-30
* Use more specific types to avoid casts. No functionality change.Bob Wilson2010-01-30
* Preserve load alignment in instcombine transformations. I've been unable toBob Wilson2010-01-29
* Improve isSafeToLoadUnconditionally to recognize that GEPs with constantBob Wilson2010-01-29
* Keep ignoring pointer-to-pointer bitcastsVictor Hernandez2010-01-22
* No need to look through bitcasts for DbgInfoIntrinsicVictor Hernandez2010-01-21
* Fix comment.Eric Christopher2010-01-19
* split out load/store/alloca.Chris Lattner2010-01-05