index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
Transforms
/
MemCpyOpt
/
form-memset.ll
Age
Commit message (
Expand
)
Author
2012-09-13
MemCpyOpt: When forming a memset from stores also take GEP constexprs into ac...
Benjamin Kramer
2011-12-06
Probably not a good idea to convert a single vector load into a memcpy. We
Chad Rosier
2011-12-05
Make the MemCpyOptimizer a bit more aggressive. I can't think of a scenerio
Chad Rosier
2011-01-12
revert 123144, reenabling the rest of memset formation.
Chris Lattner
2011-01-12
revert r123146 which disabled code that wasn't the root cause
Chris Lattner
2011-01-10
another (more) aggressive attempt to bring llvm-gcc-i386-linux-selfhost
Chris Lattner
2011-01-09
temporarily disable memset formation from memsets in an effort to restore bui...
Chris Lattner
2011-01-08
Merge memsets followed by neighboring memsets and other stores into
Chris Lattner
2011-01-08
fix an issue in IsPointerOffset that prevented us from recognizing that
Chris Lattner
2011-01-08
enhance memcpyopt to merge a store and a subsequent
Chris Lattner
2011-01-08
merge two tests and filecheckify
Chris Lattner
2009-09-11
Change tests from "opt %s" to "opt < %s" so that opt doesn't see the
Dan Gohman
2009-09-08
Use opt -S instead of piping bitcode output through llvm-dis.
Dan Gohman
2009-09-08
Change these tests to feed the assembly files to opt directly, instead
Dan Gohman
2008-04-21
Refactor memcpyopt based on Chris' suggestions. Consolidate several functions
Owen Anderson
2008-04-09
Factor a bunch of functionality related to memcpy and memset transforms out of
Owen Anderson