summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/InstCombine/InstCombineLoadStoreAlloca.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* [InstCombine] Change LLVM To canonicalize toward the value type beingChandler Carruth2014-11-251-100/+72
* Revert r220349 to re-instate r220277 with a fix for PR21330 -- quiteChandler Carruth2014-11-251-1/+2
* Revert "IR: MDNode => Value"Duncan P. N. Exon Smith2014-11-111-2/+2
* IR: MDNode => Value: Instruction::getAllMetadata()Duncan P. N. Exon Smith2014-11-011-2/+2
* Revert "Teach the load analysis to allow finding available values which requi...Hans Wennborg2014-10-211-2/+1
* Preserve 'nonnull' when changing type of the load.Philip Reames2014-10-211-0/+1
* Teach the load analysis to allow finding available values which requireChandler Carruth2014-10-211-1/+2
* Introduce enum values for previously defined metadata types. (NFC)Philip Reames2014-10-211-6/+2
* Teach the load analysis driving core instcombine logic and other bits ofChandler Carruth2014-10-201-1/+2
* Do a better and more complete job of preserving metadata when combiningChandler Carruth2014-10-191-8/+58
* Preserve AA metadata when combining (cast (load (...))) -> (load (castChandler Carruth2014-10-181-0/+3
* [InstCombine] Do an about-face on how LLVM canonicalizes (cast (loadChandler Carruth2014-10-181-72/+43
* Make use of @llvm.assume in ValueTracking (computeKnownBits, etc.)Hal Finkel2014-09-071-3/+5
* AA metadata refactoring (introduce AAMDNodes)Hal Finkel2014-07-241-6/+7
* Use pointer type cast helpers.Matt Arsenault2014-07-141-3/+2
* Optimize InstCombine stack memory consumptionReid Kleckner2014-07-011-75/+78
* [C++] Use 'nullptr'. Transforms edition.Craig Topper2014-04-251-20/+20
* Handle addrspacecast when looking at memcpys from globalsMatt Arsenault2014-04-241-3/+6
* [Modules] Fix potential ODR violations by sinking the DEBUG_TYPEChandler Carruth2014-04-221-1/+2
* [Modules] Sink all the DEBUG_TYPE defines for InstCombine out of theChandler Carruth2014-04-211-0/+1
* [InstCombine] Don't fold bitcast into store if it would need addrspacecastRichard Osborne2014-03-251-4/+16
* Reuse earlier variables to make it clear the types involved in the cast.Richard Osborne2014-03-251-3/+3
* Fix a bug in InstCombine where we would incorrectly attempt to construct aOwen Anderson2014-03-131-0/+7
* [C++11] Add range based accessors for the Use-Def chain of a Value.Chandler Carruth2014-03-091-12/+12
* Rename many DataLayout variables from TD to DL.Rafael Espindola2014-02-211-24/+24
* Update optimization passes to handle inalloca argumentsReid Kleckner2014-01-281-1/+5
* Fix assert with copy from global through addrspacecastMatt Arsenault2013-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
OpenPOWER on IntegriCloud