aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Transforms/InstCombine/InstCombineLoadStoreAlloca.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r235153Pirama Arumuga Nainar2015-05-181-3/+5
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-091-83/+120
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-126/+343
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-84/+108
* Update LLVM for rebase to r212749.Stephen Hines2014-07-211-75/+78
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-23/+28
* Update to LLVM 3.5a.Stephen Hines2014-04-241-43/+66
* Merging r196638:Bill Wendling2013-12-081-3/+3
* --- Reverse-merging r196668 into '.':Bill Wendling2013-12-081-3/+3
* Merging r196638:Bill Wendling2013-12-071-3/+3
* InstCombine: Don't allow turning vector-of-pointer loads into vector-of-integer.Benjamin Kramer2013-09-191-1/+2
* Revert the load slicing done in r190870.Quentin Colombet2013-09-171-285/+0
* [InstCombiner] Slice a big load in two loads when the elements are next to eachQuentin Colombet2013-09-171-0/+285
* Teach InstCombineLoadCast about address spaces.Matt Arsenault2013-09-031-2/+2
* Use type form of getIntPtrType in alloca visitor.Matt Arsenault2013-09-031-2/+2
* Fix always creating GEP with i32 indicesMatt Arsenault2013-08-141-4/+9
* Use array initializer, space around operatorMatt Arsenault2013-08-141-5/+3
* Tidy up a bit. No functional change.Jim Grosbach2013-04-051-41/+41
* switch from pointer equality comparison to MDNode::getMostGenericTBAA Chris Lattner2013-01-051-4/+4
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-021-2/+2
* teach instcombine to preserve TBAA tag when merging two stores, part ofChris Lattner2012-12-311-0/+7
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-031-2/+2
* Get rid of the getPointeeAlignment helper function fromEli Friedman2012-11-261-22/+4
* Don't try to calculate the alignment of an unsigned type. Fixes PR14371!Nick Lewycky2012-11-181-1/+2
* Revert the series of commits starting with r166578 which introduced theChandler Carruth2012-11-011-39/+40
* Add in support for getIntPtrType to get the pointer type based on the address...Micah Villmow2012-10-241-40/+39
* Move TargetData to DataLayout.Micah Villmow2012-10-081-9/+9
* Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. S...Sylvestre Ledru2012-09-271-1/+1
* Fix a typo 'iff' => 'if'Sylvestre Ledru2012-09-271-1/+1
* Add missing check for presence of target data.Richard Osborne2012-09-241-20/+22
* Fix instcombine to obey requested alignment when merging allocas.Richard Osborne2012-09-181-3/+7
* Port the global copy optimization from the SROA pass to InstCombine.Chandler Carruth2012-08-211-1/+171
* instcombine: merge the functions that remove dead allocas and dead mallocs/ca...Nuno Lopes2012-07-091-70/+3
* 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