index
:
emscripten
master
push-upstream
Emscripten: An LLVM-to-JavaScript Compiler
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
relooper
/
test.cpp
Age
Commit message (
Collapse
)
Author
2014-05-20
do not optimize out breaks if it causes excessive nesting
Alon Zakai
2014-03-17
add another if testcase in relooper
Alon Zakai
2014-03-17
fix relooper test
Alon Zakai
2014-03-14
add a Nested branch type in relooper, to represent a path we must make sure ↵
1.13.2
Alon Zakai
is nested so that parallel paths do not get intertwined. this allows us to emit a more canonical form of nested ifs as a result of short-circuit operators; 1.13.2
2014-01-13
allow relooper to manager its own output buffer, to avoid fixed output limits
1.8.7
Alon Zakai
2013-12-26
support for optional complete emulation in relooper
1.7.9
Alon Zakai
2013-08-21
emit switches in relooper
1.5.6
Alon Zakai
2013-06-07
remove break labels more aggresively, with a refined natural flow analysis
1.4.9
Alon Zakai
2013-05-31
more relooper work towards arbitrary splitting
Alon Zakai
2013-05-31
add testcase for annoying relooper pattern that generates many control flow ↵
Alon Zakai
overheads
2012-11-11
optimize unbalanced 2-multiple shapes in relooper, prevent unnecessary ↵
Alon Zakai
nesting when the smaller is a dead end
2012-11-11
add relooper sources
Alon Zakai