summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/InstCombine/InstCombineLoadStoreAlloca.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Replacing zero-sized alloca's with a null pointer is too aggressive, insteadDuncan Sands2012-06-261-8/+40
* Teach InstCombine to nuke a common alloca pattern -- an alloca which hasChandler Carruth2012-04-081-1/+70
* Revert r152907.Bill Wendling2012-03-161-15/+3
* The alignment of the pointer part of the store instruction may have anBill Wendling2012-03-161-3/+15
* Use the getFirstInsertionPt() method instead of getFirstNonPHI + an 'isa<>'Bill Wendling2011-08-161-2/+1
* A few places where we want to skip the landingpad instruction for insertion.Bill Wendling2011-08-161-0/+1
* Update instcombine for atomic load/store.Eli Friedman2011-08-151-29/+32
* Convert GetElementPtrInst to use ArrayRef.Jay Foad2011-07-251-2/+1
* Convert IRBuilder::CreateGEP and IRBuilder::CreateInBoundsGEP to useJay Foad2011-07-221-2/+1
* Fix an MSVC warning, caused by a case I missed when convertingJay Foad2011-07-221-1/+1
* land David Blaikie's patch to de-constify Type, with a few tweaks.Chris Lattner2011-07-181-14/+14
* Final step of instcombine debuginfo; switch a couple more places over to Inse...Eli Friedman2011-05-271-4/+6
* More instcombine cleanup, towards improving debug line info.Eli Friedman2011-05-181-3/+5
* Remove PHINode::reserveOperandSpace(). Instead, add a parameter toJay Foad2011-03-301-2/+1
* This case is solved by Scalar Replacement of Aggregates (DT) andJin-Gu Kang2011-03-141-25/+3
* Add comment as following:Jin-Gu Kang2011-03-131-0/+12
* This patch removes some of useless instructions generated by bitfield access.Jin-Gu Kang2011-03-121-3/+13
* llvm.dbg.declare intrinsic does not use any llvm::Values. It's magic!Devang Patel2011-03-081-30/+0
* Spelling fix: consequtive -> consecutive.Duncan Sands2011-02-151-1/+1
* Move getOrEnforceKnownAlignment out of instcombine into Transforms/Utils.Chris Lattner2010-12-251-2/+3
* 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
OpenPOWER on IntegriCloud