aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Transforms/InstCombine/InstCombineLoadStoreAlloca.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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