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
Age
Commit message (
Expand
)
Author
2014-05-20
fuzz larger testcases in relooper fuzzer
Alon Zakai
2014-05-20
do not optimize out breaks if it causes excessive nesting
Alon Zakai
2014-05-20
update relooper fuzzer
Alon Zakai
2014-04-29
remove unneeded code
Alon Zakai
2014-04-29
fix bug where we tried to emit switches in fused multiples, which led to labe...
Alon Zakai
2014-04-16
emit switches in relooper in many-entried multiple shapes
Alon Zakai
2014-04-16
remove unneeded relooper code
Alon Zakai
2014-04-16
optimize multiple shape to contain a map based on ids, not blocks, so we re-m...
Alon Zakai
2014-03-17
add another if testcase in relooper
Alon Zakai
2014-03-17
fix relooper test
Alon Zakai
2014-03-15
fix commented-out relooper code
Alon Zakai
2014-03-14
add a Nested branch type in relooper, to represent a path we must make sure i...
1.13.2
Alon Zakai
2014-03-03
Merge pull request #2151 from haneefmubarak/cleanup
Alon Zakai
2014-02-25
Minor code simplifications.
Dan Gohman
2014-02-22
rewrote READMEs and other markdown docs
Haneef Mubarak
2014-02-22
changed markdown files to '*.md
Haneef Mubarak
2014-01-25
Fix inconsistent linkage warnings from Visual Studio caused by mismatched dll...
Jukka Jylänki
2014-01-15
re-merge split blocks in multiples
1.9.2
Alon Zakai
2014-01-15
share block ids in relooper among split blocks
1.9.1
Alon Zakai
2014-01-13
avoid leaks on multiple calls to relooper MakeOutputBuffer
Alon Zakai
2014-01-13
allow relooper to manager its own output buffer, to avoid fixed output limits
1.8.7
Alon Zakai
2014-01-08
fix relooper compiler warnings
Alon Zakai
2014-01-04
fix some relooper compiler warnings and update reftests for previous fixes
1.8.3
Alon Zakai
2014-01-03
make sure to give Ids to split blocks in relooper
1.8.1
Alon Zakai
2013-12-28
optimize relooper id counters
1.8.0
Alon Zakai
2013-12-26
support for optional complete emulation in relooper
1.7.9
Alon Zakai
2013-12-25
ignore whitespace in relooper reftests
Alon Zakai
2013-11-22
simplify relooper default indent
Alon Zakai
2013-11-21
use normal std::string in native relooper builds
Alon Zakai
2013-11-15
option to hoist dead ends into loops
Alon Zakai
2013-09-23
relooper input is ascii, emit it to the heap more efficiently with writeAscii...
1.6.1
Alon Zakai
2013-09-23
remove comment about unordered_set; it is slower
Alon Zakai
2013-09-23
clean up reloopers
1.6.0
Alon Zakai
2013-09-13
RELOOPER_BUFFER_SIZE to change the relooper buffer size easily
1.5.8
Alon Zakai
2013-08-21
do not emit switches for very sparse/large switch values
Alon Zakai
2013-08-21
emit switches in relooper
1.5.6
Alon Zakai
2013-07-15
update relooper comment
Alon Zakai
2013-06-27
Remove unused code and rebump version number.
Jez Ng
2013-06-27
Make DefaultTarget a local variable.
Jez Ng
2013-06-27
A little preprocessor trick.
Jez Ng
2013-06-27
Remove unused macro.
Jez Ng
2013-06-27
Add a 'contains' helper function.
Jez Ng
2013-06-21
reduce indentation in relooper
1.5.1
Alon Zakai
2013-06-17
assert on Root being non-NULL in the relooper
Alon Zakai
2013-06-07
remove break labels more aggresively, with a refined natural flow analysis
1.4.9
Alon Zakai
2013-06-05
disabled support for hoisting back into loops in relooper
1.4.8
Alon Zakai
2013-06-05
remove unneeded parameter to FindIndependentGroups
Alon Zakai
2013-06-01
remove more unneeded break and continue statements in relooper
1.4.7
Alon Zakai
2013-06-01
improve RemoveUnneededFlows to handle flows into loops with a single entry
1.4.6
Alon Zakai
2013-06-01
improve relooper debugging
Alon Zakai
[next]