aboutsummaryrefslogtreecommitdiff
path: root/test/Transforms/MemCpyOpt/memcpy.ll
AgeCommit message (Expand)Author
2013-02-22Use references to attribute groups on the call/invoke instructions.Bill Wendling
2013-02-15Simplify the 'operator<' for the attribute object.Bill Wendling
2013-02-15Revert "Fix testcase for attribute ordering."Anna Zaks
2013-02-15Revert "Fix testcase for attribute ordering."Anna Zaks
2013-02-15Fix testcase for attribute ordering.Bill Wendling
2013-02-15Fix testcase for attribute ordering.Bill Wendling
2013-01-31Remove the AttrBuilder form of the Attribute::get creators.Bill Wendling
2012-05-14Move the capture analysis from MemoryDependencyAnalysis to a more general placeChad Rosier
2011-10-22Oops! Fix test I forgot to submit as part of r142735.Nick Lewycky
2011-10-16Oops! Fix testcase.Nick Lewycky
2011-10-16When looking for dependencies on the src pointer, scan the src pointer. ScanningNick Lewycky
2011-07-09Land the long talked about "type system rewrite" patch. ThisChris Lattner
2011-06-18rip out a ton of intrinsic modernization logic from AutoUpgrade.cpp, which isChris Lattner
2011-06-17make the asmparser reject function and type redefinitions. 'Merging' hasn't ...Chris Lattner
2011-05-23Teach valuetracking that byval arguments with a specified alignment areChris Lattner
2010-12-09enhance memcpyopt to zap memcpy's that have the same src/dst.Chris Lattner
2010-12-01fix a bozo bug I introduced in r119930, causing a miscompile ofChris Lattner
2010-11-21Implement PR8644: forwarding a memcpy value to a byval,Chris Lattner
2010-11-18remove a pointless restriction from memcpyopt. It wasChris Lattner
2010-11-18filecheckize, this is still not optimal, see PR8643Chris Lattner
2010-10-18Make BasicAliasAnalysis a normal AliasAnalysis implementation whichDan Gohman
2009-09-11Change tests from "opt %s" to "opt < %s" so that opt doesn't see theDan Gohman
2009-09-08Use opt -S instead of piping bitcode output through llvm-dis.Dan Gohman
2009-09-08Change these tests to feed the assembly files to opt directly, insteadDan Gohman
2009-06-04Split the Add, Sub, and Mul instruction opcodes into separateDan Gohman
2008-04-09Factor a bunch of functionality related to memcpy and memset transforms out of Owen Anderson