index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
/
Transforms
/
MemCpyOpt
/
form-memset.ll
Commit message (
Expand
)
Author
Age
Files
Lines
*
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