summaryrefslogtreecommitdiff
path: root/test/Transforms/MemCpyOpt
Commit message (Expand)AuthorAge
* Teach valuetracking that byval arguments with a specified alignment areChris Lattner2011-05-23
* Actually check memcpy lengths, instead of just commenting aboutDan Gohman2011-01-21
* revert 123144, reenabling the rest of memset formation.Chris Lattner2011-01-12
* revert r123146 which disabled code that wasn't the root causeChris Lattner2011-01-12
* fix typoChris Lattner2011-01-10
* another (more) aggressive attempt to bring llvm-gcc-i386-linux-selfhostChris Lattner2011-01-10
* temporarily disable memset formation from memsets in an effort to restore bui...Chris Lattner2011-01-09
* Merge memsets followed by neighboring memsets and other stores intoChris Lattner2011-01-08
* fix an issue in IsPointerOffset that prevented us from recognizing thatChris Lattner2011-01-08
* enhance memcpyopt to merge a store and a subsequentChris Lattner2011-01-08
* merge two tests and filecheckifyChris Lattner2011-01-08
* start using irbuilder to make mem intrinsics in a few passes.Chris Lattner2010-12-26
* MemCpyOpt: Turn memcpys from a constant into a memset if possible.Benjamin Kramer2010-12-24
* enhance memcpyopt to zap memcpy's that have the same src/dst.Chris Lattner2010-12-09
* fix PR8753, eliminating a case where we'd infinitely make a Chris Lattner2010-12-09
* fix a bozo bug I introduced in r119930, causing a miscompile ofChris Lattner2010-12-01
* Implement PR8644: forwarding a memcpy value to a byval,Chris Lattner2010-11-21
* remove a pointless restriction from memcpyopt. It wasChris Lattner2010-11-18
* filecheckize, this is still not optimal, see PR8643Chris Lattner2010-11-18
* Make BasicAliasAnalysis a normal AliasAnalysis implementation whichDan Gohman2010-10-18
* Generalize MemCpyOpt's handling of call slot forwarding to function properly ...Owen Anderson2010-10-15
* Reapply address space patch after fixing an issue in MemCopyOptimizer.Mon P Wang2010-04-04
* Revert r100191 since it breaks objc in clang Mon P Wang2010-04-02
* Reapply address space patch after fixing an issue in MemCopyOptimizer.Mon P Wang2010-04-02
* Revert Mon Ping's change 99928, since it broke all the llvm-gcc buildbots.Bob Wilson2010-03-30
* Added support for address spaces and added a isVolatile field to memcpy, memm...Mon P Wang2010-03-30
* Make opt default to not adding a target data string and update tests that dep...Kenneth Uildriks2009-11-03
* When extending a memset range past the front, set the alignment of theDan Gohman2009-09-14
* Change tests from "opt %s" to "opt < %s" so that opt doesn't see theDan Gohman2009-09-11
* Use opt -S instead of piping bitcode output through llvm-dis.Dan Gohman2009-09-08
* Change these tests to feed the assembly files to opt directly, insteadDan Gohman2009-09-08
* Fix PR4882, by making MemCpyOpt not dereference removed stores to get theChris Lattner2009-09-08
* enhance memcpy opt to turn memmoves into memcpy when the src/destChris Lattner2009-09-01
* Split the Add, Sub, and Mul instruction opcodes into separateDan Gohman2009-06-04
* Fix two issues that Eli Friedman pointed out, where would misoptimized code l...Owen Anderson2008-06-01
* Test for PR2401Owen Anderson2008-06-01
* sabre brings to my attention that the 'tr' suffix is also obsoleteGabor Greif2008-05-20
* Rename the last test with .llx extension to .ll, resolve duplicate test by re...Gabor Greif2008-05-20
* Fix a bug in memcpyopt where the memcpy-memcpy transform was never being appl...Owen Anderson2008-04-29
* Refactor memcpyopt based on Chris' suggestions. Consolidate several functionsOwen Anderson2008-04-21
* Factor a bunch of functionality related to memcpy and memset transforms out of Owen Anderson2008-04-09