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
/
form-memset.ll
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "Temporarily Revert "Add basic loop fusion pass.""
Eric Christopher
2019-04-17
1
-0
/
+301
*
Temporarily Revert "Add basic loop fusion pass."
Eric Christopher
2019-04-17
1
-301
/
+0
*
Remove alignment argument from memcpy/memmove/memset in favour of alignment a...
Daniel Neilson
2018-01-19
1
-20
/
+20
*
Revert "Change memcpy/memset/memmove to have dest and source alignments."
Pete Cooper
2015-11-19
1
-20
/
+20
*
Change memcpy/memset/memmove to have dest and source alignments.
Pete Cooper
2015-11-18
1
-20
/
+20
*
[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
1
-15
/
+15
*
[opaque pointer type] Add textual IR support for explicit type parameter to g...
David Blaikie
2015-02-27
1
-73
/
+73
*
ValueTracking: Make isBytewiseValue simpler and more powerful at the same time.
Benjamin Kramer
2015-02-07
1
-0
/
+15
*
MemCpyOpt: When merging memsets also merge the trivial case of two memsets wi...
Benjamin Kramer
2014-03-10
1
-0
/
+12
*
Update Transforms tests to use CHECK-LABEL for easier debugging. No functiona...
Stephen Lin
2013-07-14
1
-9
/
+9
*
MemCpyOpt: When forming a memset from stores also take GEP constexprs into ac...
Benjamin Kramer
2012-09-13
1
-0
/
+24
*
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
*
revert 123144, reenabling the rest of memset formation.
Chris Lattner
2011-01-12
1
-4
/
+3
*
revert r123146 which disabled code that wasn't the root cause
Chris Lattner
2011-01-12
1
-6
/
+4
*
another (more) aggressive attempt to bring llvm-gcc-i386-linux-selfhost
Chris Lattner
2011-01-10
1
-4
/
+6
*
temporarily disable memset formation from memsets in an effort to restore bui...
Chris Lattner
2011-01-09
1
-3
/
+4
*
Merge memsets followed by neighboring memsets and other stores into
Chris Lattner
2011-01-08
1
-0
/
+28
*
fix an issue in IsPointerOffset that prevented us from recognizing that
Chris Lattner
2011-01-08
1
-0
/
+12
*
enhance memcpyopt to merge a store and a subsequent
Chris Lattner
2011-01-08
1
-0
/
+18
*
merge two tests and filecheckify
Chris Lattner
2011-01-08
1
-4
/
+113
*
Change tests from "opt %s" to "opt < %s" so that opt doesn't see the
Dan Gohman
2009-09-11
1
-2
/
+2
*
Use opt -S instead of piping bitcode output through llvm-dis.
Dan Gohman
2009-09-08
1
-2
/
+2
*
Change these tests to feed the assembly files to opt directly, instead
Dan Gohman
2009-09-08
1
-2
/
+2
*
Refactor memcpyopt based on Chris' suggestions. Consolidate several functions
Owen Anderson
2008-04-21
1
-2
/
+2
*
Factor a bunch of functionality related to memcpy and memset transforms out of
Owen Anderson
2008-04-09
1
-0
/
+55