aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Transforms/InstCombine/InstCombineLoadStoreAlloca.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix a case where instcombine was stripping metadata (and alignment)Dan Gohman2010-10-251-1/+3
* Remove r111665, which implemented store-narrowing in InstCombine. Chris disc...Owen Anderson2010-08-311-47/+0
* Re-apply r111568 with a fix for the clang self-host.Owen Anderson2010-08-201-0/+47
* Revert r111568 to unbreak clang self-host.Owen Anderson2010-08-191-45/+0
* When a set of bitmask operations, typically from a bitfield initialization, o...Owen Anderson2010-08-191-0/+45
* Make instcombine set explicit alignments on load or storeDan Gohman2010-08-031-6/+14
* mass elimination of reliance on automatic iterator dereferencingGabor Greif2010-07-221-1/+1
* cache result of operator*Gabor Greif2010-07-121-6/+9
* do not repeatedly dereference use_iteratorGabor Greif2010-07-091-3/+4
* Move FindAvailableLoadedValue isSafeToLoadUnconditionally out ofDan Gohman2010-05-281-0/+1
* Teach instcombine to promote alloca array sizes.Dan Gohman2010-05-281-0/+12
* There are two ways of checking for a given type, for example isa<PointerType>(T)Duncan Sands2010-02-161-14/+14
* Uniformize the names of type predicates: rather than having isFloatTy andDuncan Sands2010-02-151-5/+5
* Check alignment of loads when deciding whether it is safe to execute themBob Wilson2010-01-301-6/+7
* Use more specific types to avoid casts. No functionality change.Bob Wilson2010-01-301-6/+6
* Preserve load alignment in instcombine transformations. I've been unable toBob Wilson2010-01-291-0/+3
* Improve isSafeToLoadUnconditionally to recognize that GEPs with constantBob Wilson2010-01-291-2/+2
* Keep ignoring pointer-to-pointer bitcastsVictor Hernandez2010-01-221-4/+8
* No need to look through bitcasts for DbgInfoIntrinsicVictor Hernandez2010-01-211-13/+6
* Fix comment.Eric Christopher2010-01-191-1/+1
* split out load/store/alloca.Chris Lattner2010-01-051-0/+613