index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
test
/
Transforms
/
MemCpyOpt
/
memcpy.ll
Commit message (
Expand
)
Author
Age
Files
Lines
*
[FunctionAttrs] Annotate "willreturn" for intrinsics
Hideto Ueno
2019-07-28
1
-1
/
+1
*
Revert "Temporarily Revert "Add basic loop fusion pass.""
Eric Christopher
2019-04-17
1
-0
/
+253
*
Temporarily Revert "Add basic loop fusion pass."
Eric Christopher
2019-04-17
1
-253
/
+0
*
[MemCpyOpt] Update to new API for memory intrinsic alignment
Daniel Neilson
2018-03-21
1
-0
/
+14
*
Remove alignment argument from memcpy/memmove/memset in favour of alignment a...
Daniel Neilson
2018-01-19
1
-24
/
+24
*
Fix some misc. -enable-var-scope violations
Matt Arsenault
2017-11-13
1
-6
/
+6
*
[MemCpyOpt] Only replace memcpy with bitcast if address spaces match
Matt Arsenault
2017-04-10
1
-0
/
+13
*
MemCpyOptimizer: don't create new addrspace casts
Fiona Glaser
2017-03-14
1
-0
/
+15
*
Revert "Change memcpy/memset/memmove to have dest and source alignments."
Pete Cooper
2015-11-19
1
-18
/
+18
*
Change memcpy/memset/memmove to have dest and source alignments.
Pete Cooper
2015-11-18
1
-18
/
+18
*
Sort the enums in Attributes.h in case insensitive alphabetical order.
Akira Hatanaka
2015-11-11
1
-1
/
+1
*
Emit argmemonly attribute for intrinsics.
Igor Laevsky
2015-08-13
1
-2
/
+3
*
[opaque pointer type] Add textual IR support for explicit type parameter to g...
David Blaikie
2015-03-13
1
-1
/
+1
*
[opaque pointer type] Add textual IR support for explicit type parameter to l...
David Blaikie
2015-02-27
1
-1
/
+1
*
[opaque pointer type] Add textual IR support for explicit type parameter to g...
David Blaikie
2015-02-27
1
-3
/
+3
*
Don't eliminate memcpy's when the address of the pointer may itself be releva...
Nick Lewycky
2014-07-14
1
-2
/
+2
*
Handle an addrspacecast case in memcpyopt
Matt Arsenault
2014-01-22
1
-0
/
+17
*
Update Transforms tests to use CHECK-LABEL for easier debugging. No functiona...
Stephen Lin
2013-07-14
1
-7
/
+7
*
Fix a potential bug in r183584.
Shuxin Yang
2013-06-08
1
-22
/
+0
*
Fix an assertion in MemCpyOpt pass.
Shuxin Yang
2013-06-07
1
-0
/
+39
*
Use references to attribute groups on the call/invoke instructions.
Bill Wendling
2013-02-22
1
-1
/
+5
*
Simplify the 'operator<' for the attribute object.
Bill Wendling
2013-02-15
1
-2
/
+2
*
Revert "Fix testcase for attribute ordering."
Anna Zaks
2013-02-15
1
-1
/
+1
*
Revert "Fix testcase for attribute ordering."
Anna Zaks
2013-02-15
1
-1
/
+1
*
Fix testcase for attribute ordering.
Bill Wendling
2013-02-15
1
-1
/
+1
*
Fix testcase for attribute ordering.
Bill Wendling
2013-02-15
1
-1
/
+1
*
Remove the AttrBuilder form of the Attribute::get creators.
Bill Wendling
2013-01-31
1
-10
/
+10
*
Move the capture analysis from MemoryDependencyAnalysis to a more general place
Chad Rosier
2012-05-14
1
-0
/
+22
*
Oops! Fix test I forgot to submit as part of r142735.
Nick Lewycky
2011-10-22
1
-2
/
+2
*
Oops! Fix testcase.
Nick Lewycky
2011-10-16
1
-2
/
+2
*
When looking for dependencies on the src pointer, scan the src pointer. Scanning
Nick Lewycky
2011-10-16
1
-1
/
+19
*
Land the long talked about "type system rewrite" patch. This
Chris Lattner
2011-07-09
1
-4
/
+4
*
rip out a ton of intrinsic modernization logic from AutoUpgrade.cpp, which is
Chris Lattner
2011-06-18
1
-26
/
+28
*
make the asmparser reject function and type redefinitions. 'Merging' hasn't ...
Chris Lattner
2011-06-17
1
-1
/
+0
*
Teach valuetracking that byval arguments with a specified alignment are
Chris Lattner
2011-05-23
1
-0
/
+20
*
enhance memcpyopt to zap memcpy's that have the same src/dst.
Chris Lattner
2010-12-09
1
-0
/
+9
*
fix a bozo bug I introduced in r119930, causing a miscompile of
Chris Lattner
2010-12-01
1
-0
/
+23
*
Implement PR8644: forwarding a memcpy value to a byval,
Chris Lattner
2010-11-21
1
-0
/
+15
*
remove a pointless restriction from memcpyopt. It was
Chris Lattner
2010-11-18
1
-2
/
+35
*
filecheckize, this is still not optimal, see PR8643
Chris Lattner
2010-11-18
1
-1
/
+10
*
Make BasicAliasAnalysis a normal AliasAnalysis implementation which
Dan Gohman
2010-10-18
1
-1
/
+1
*
Change tests from "opt %s" to "opt < %s" so that opt doesn't see the
Dan Gohman
2009-09-11
1
-1
/
+1
*
Use opt -S instead of piping bitcode output through llvm-dis.
Dan Gohman
2009-09-08
1
-1
/
+1
*
Change these tests to feed the assembly files to opt directly, instead
Dan Gohman
2009-09-08
1
-1
/
+1
*
Split the Add, Sub, and Mul instruction opcodes into separate
Dan Gohman
2009-06-04
1
-1
/
+1
*
Factor a bunch of functionality related to memcpy and memset transforms out of
Owen Anderson
2008-04-09
1
-0
/
+22