summaryrefslogtreecommitdiff
path: root/test/Transforms/MemCpyOpt
Commit message (Expand)AuthorAge
* Handle an addrspacecast case in memcpyoptMatt Arsenault2014-01-22
* [tests] Cleanup initialization of test suffixes.Daniel Dunbar2013-08-16
* Update Transforms tests to use CHECK-LABEL for easier debugging. No functiona...Stephen Lin2013-07-14
* Fix a potential bug in r183584.Shuxin Yang2013-06-08
* Fix an assertion in MemCpyOpt pass.Shuxin Yang2013-06-07
* Use references to attribute groups on the call/invoke instructions.Bill Wendling2013-02-22
* Simplify the 'operator<' for the attribute object.Bill Wendling2013-02-15
* Revert "Fix testcase for attribute ordering."Anna Zaks2013-02-15
* Revert "Fix testcase for attribute ordering."Anna Zaks2013-02-15
* Fix testcase for attribute ordering.Bill Wendling2013-02-15
* Fix testcase for attribute ordering.Bill Wendling2013-02-15
* Remove the AttrBuilder form of the Attribute::get creators.Bill Wendling2013-01-31
* In my recent change to avoid use of underaligned memory I didn't notice thatDuncan Sands2012-10-04
* The memcpy optimizer was happily doing call slot forwarding when the new memoryDuncan Sands2012-10-04
* MemCpyOpt: When forming a memset from stores also take GEP constexprs into ac...Benjamin Kramer2012-09-13
* Fix the remaining TCL-style quotes found in the testsuite. This isChandler Carruth2012-07-02
* Move the capture analysis from MemoryDependencyAnalysis to a more general placeChad Rosier2012-05-14
* Replace all instances of dg.exp file with lit.local.cfg, since all tests are ...Eli Bendersky2012-02-16
* Probably not a good idea to convert a single vector load into a memcpy. WeChad Rosier2011-12-06
* Make the MemCpyOptimizer a bit more aggressive. I can't think of a scenerioChad Rosier2011-12-05
* Oops! Fix test I forgot to submit as part of r142735.Nick Lewycky2011-10-22
* Oops! Fix testcase.Nick Lewycky2011-10-16
* When looking for dependencies on the src pointer, scan the src pointer. ScanningNick Lewycky2011-10-16
* Atomic load/store handling for the passes using memdep (GVN, DSE, memcpyopt).Eli Friedman2011-08-17
* Land the long talked about "type system rewrite" patch. ThisChris Lattner2011-07-09
* rip out a ton of intrinsic modernization logic from AutoUpgrade.cpp, which isChris Lattner2011-06-18
* make the asmparser reject function and type redefinitions. 'Merging' hasn't ...Chris Lattner2011-06-17
* manually upgrade a bunch of tests to modern syntax, and remove some thatChris Lattner2011-06-17
* PR10067: Add missing safety check to call return transformation in MemCpyOpt:...Eli Friedman2011-06-02
* 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