summaryrefslogtreecommitdiff
path: root/test/Transforms/MemCpyOpt/memcpy.ll
Commit message (Expand)AuthorAge
* Handle an addrspacecast case in memcpyoptMatt Arsenault2014-01-22
* 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
* Move the capture analysis from MemoryDependencyAnalysis to a more general placeChad Rosier2012-05-14
* 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
* 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
* Teach valuetracking that byval arguments with a specified alignment areChris Lattner2011-05-23
* enhance memcpyopt to zap memcpy's that have the same src/dst.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
* 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
* Split the Add, Sub, and Mul instruction opcodes into separateDan Gohman2009-06-04
* Factor a bunch of functionality related to memcpy and memset transforms out of Owen Anderson2008-04-09