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
Commit message (
Expand
)
Author
Age
Files
Lines
*
[MemCpyOpt] Do move the memset, but look at its dest's dependencies.
Ahmed Bougacha
2015-05-21
1
-1
/
+21
*
[MemCpyOpt] Don't move the memset when optimizing memset+memcpy.
Ahmed Bougacha
2015-05-20
1
-6
/
+6
*
[MemCpyOpt] Turn memcpy from just-memset'd source into memset.
Ahmed Bougacha
2015-05-16
3
-2
/
+104
*
Remove dead code in testcase. NFC.
Ahmed Bougacha
2015-05-16
1
-4
/
+0
*
[MemCpyOpt] Look at any dependency -not just source- for memset+memcpy.
Ahmed Bougacha
2015-05-11
1
-0
/
+18
*
[MemCpyOpt] Use the raw i8* dest when optimizing memset+memcpy.
Ahmed Bougacha
2015-04-21
1
-0
/
+16
*
[MemCpyOpt] Don't force i64 when promoting memset/memcpy sizes.
Ahmed Bougacha
2015-04-18
1
-0
/
+32
*
[MemCpyOpt] Promote both memset/memcpy sizes if differently typed.
Ahmed Bougacha
2015-04-18
1
-3
/
+35
*
[MemCpyOpt] Optimize double-storing by memset+memcpy.
Ahmed Bougacha
2015-04-17
1
-0
/
+54
*
[opaque pointer type] Add textual IR support for explicit type parameter to t...
David Blaikie
2015-04-16
1
-1
/
+1
*
[opaque pointer type] Add textual IR support for explicit type parameter to g...
David Blaikie
2015-03-13
4
-21
/
+21
*
[opaque pointer type] Add textual IR support for explicit type parameter to l...
David Blaikie
2015-02-27
6
-9
/
+9
*
[opaque pointer type] Add textual IR support for explicit type parameter to g...
David Blaikie
2015-02-27
15
-121
/
+121
*
ValueTracking: Make isBytewiseValue simpler and more powerful at the same time.
Benjamin Kramer
2015-02-07
1
-0
/
+15
*
Properly update AA metadata when performing call slot optimization
Bjorn Steinbrink
2015-02-07
1
-0
/
+22
*
Allow call-slop optzn for destinations with a suitable dereferenceable attribute
Bjorn Steinbrink
2014-10-16
1
-0
/
+29
*
Fix a really bad miscompile introduced in r216865 - the else-if logic
Chandler Carruth
2014-09-01
1
-9
/
+36
*
Ignore lifetime intrinsics in use list for MemCpyOptimizer. Patch by Luqman A...
Nick Lewycky
2014-09-01
1
-0
/
+28
*
Don't eliminate memcpy's when the address of the pointer may itself be releva...
Nick Lewycky
2014-07-14
6
-7
/
+29
*
Treat lifetime.start'd memory like we treat freshly alloca'd memory. Patch by...
Nick Lewycky
2014-03-26
1
-0
/
+21
*
MemCpyOpt: When merging memsets also merge the trivial case of two memsets wi...
Benjamin Kramer
2014-03-10
1
-0
/
+12
*
A memcpy out of an fresh alloca is a no-op, delete it. Patch by Patrick Walton!
Nick Lewycky
2014-02-06
1
-0
/
+25
*
Handle an addrspacecast case in memcpyopt
Matt Arsenault
2014-01-22
1
-0
/
+17
*
[tests] Cleanup initialization of test suffixes.
Daniel Dunbar
2013-08-16
1
-1
/
+0
*
Update Transforms tests to use CHECK-LABEL for easier debugging. No functiona...
Stephen Lin
2013-07-14
6
-23
/
+23
*
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
*
In my recent change to avoid use of underaligned memory I didn't notice that
Duncan Sands
2012-10-04
1
-2
/
+2
*
The memcpy optimizer was happily doing call slot forwarding when the new memory
Duncan Sands
2012-10-04
1
-3
/
+21
*
MemCpyOpt: When forming a memset from stores also take GEP constexprs into ac...
Benjamin Kramer
2012-09-13
1
-0
/
+24
*
Fix the remaining TCL-style quotes found in the testsuite. This is
Chandler Carruth
2012-07-02
3
-3
/
+3
*
Move the capture analysis from MemoryDependencyAnalysis to a more general place
Chad Rosier
2012-05-14
1
-0
/
+22
*
Replace all instances of dg.exp file with lit.local.cfg, since all tests are ...
Eli Bendersky
2012-02-16
2
-3
/
+1
*
Probably not a good idea to convert a single vector load into a memcpy. We
Chad Rosier
2011-12-06
1
-0
/
+12
*
Make the MemCpyOptimizer a bit more aggressive. I can't think of a scenerio
Chad Rosier
2011-12-05
1
-1
/
+17
*
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
*
Atomic load/store handling for the passes using memdep (GVN, DSE, memcpyopt).
Eli Friedman
2011-08-17
1
-0
/
+41
*
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
5
-85
/
+93
*
make the asmparser reject function and type redefinitions. 'Merging' hasn't ...
Chris Lattner
2011-06-17
1
-1
/
+0
*
manually upgrade a bunch of tests to modern syntax, and remove some that
Chris Lattner
2011-06-17
1
-1
/
+4
[next]