summaryrefslogtreecommitdiff
path: root/lib/Transforms/InstCombine/InstCombineLoadStoreAlloca.cpp
Commit message (Expand)AuthorAge
* Merging r168280: into 3.2 release branch.Pawel Wodnicki2012-11-22
* Revert the series of commits starting with r166578 which introduced theChandler Carruth2012-11-01
* Add in support for getIntPtrType to get the pointer type based on the address...Micah Villmow2012-10-24
* Move TargetData to DataLayout.Micah Villmow2012-10-08
* Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. S...Sylvestre Ledru2012-09-27
* Fix a typo 'iff' => 'if'Sylvestre Ledru2012-09-27
* Add missing check for presence of target data.Richard Osborne2012-09-24
* Fix instcombine to obey requested alignment when merging allocas.Richard Osborne2012-09-18
* Port the global copy optimization from the SROA pass to InstCombine.Chandler Carruth2012-08-21
* instcombine: merge the functions that remove dead allocas and dead mallocs/ca...Nuno Lopes2012-07-09
* Replacing zero-sized alloca's with a null pointer is too aggressive, insteadDuncan Sands2012-06-26
* Teach InstCombine to nuke a common alloca pattern -- an alloca which hasChandler Carruth2012-04-08
* Revert r152907.Bill Wendling2012-03-16
* The alignment of the pointer part of the store instruction may have anBill Wendling2012-03-16
* Use the getFirstInsertionPt() method instead of getFirstNonPHI + an 'isa<>'Bill Wendling2011-08-16
* A few places where we want to skip the landingpad instruction for insertion.Bill Wendling2011-08-16
* Update instcombine for atomic load/store.Eli Friedman2011-08-15
* Convert GetElementPtrInst to use ArrayRef.Jay Foad2011-07-25
* Convert IRBuilder::CreateGEP and IRBuilder::CreateInBoundsGEP to useJay Foad2011-07-22
* Fix an MSVC warning, caused by a case I missed when convertingJay Foad2011-07-22
* land David Blaikie's patch to de-constify Type, with a few tweaks.Chris Lattner2011-07-18
* 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