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
/
LoopIdiom
Age
Commit message (
Expand
)
Author
2012-02-16
Replace all instances of dg.exp file with lit.local.cfg, since all tests are ...
Eli Bendersky
2011-09-27
Stop emitting instructions with the name "tmp" they eat up memory and have to...
Benjamin Kramer
2011-07-15
A real testcase for r135286.
Chad Rosier
2011-07-15
Add testcase for r135286.
Chad Rosier
2011-05-22
Fix PR9815: I was trying to get out of "generating code and then
Chris Lattner
2011-03-07
Preserve line no. info.
Devang Patel
2011-02-19
rewrite the memset_pattern pattern generation stuff to accept any 2/4/8/16-byte
Chris Lattner
2011-02-19
Stores of null pointers should turn into memset, we weren't recognizing
Chris Lattner
2011-02-19
Implement rdar://9009151, transforming strided loop stores of
Chris Lattner
2011-01-04
Teach loop-idiom to turn a loop containing a memset into a larger memset
Chris Lattner
2011-01-02
fix a miscompilation of tramp3d-v4: when forming a memcpy, we have to make
Chris Lattner
2011-01-02
If a loop iterates exactly once (has backedge count = 0) then don't
Chris Lattner
2011-01-02
enhance loop idiom recognition to scan *all* unconditionally executed
Chris Lattner
2011-01-02
Allow loop-idiom to run on multiple BB loops, but still only scan the loop
Chris Lattner
2011-01-02
teach loop idiom recognition to form memcpy's from simple loops.
Chris Lattner
2011-01-01
add a validity check that was missed, fixing a crash on the
Chris Lattner
2011-01-01
improve validity check to handle constant-trip-count loops more
Chris Lattner
2011-01-01
implement the "no aliasing accesses in loop" safety check. This pass
Chris Lattner
2010-12-26
implement enough of the memset inference algorithm to recognize and insert
Chris Lattner