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
/
analyzer.js
Age
Commit message (
Expand
)
Author
2010-10-10
clean up flattener code and remove unneeded flattener definitions; 3% speedup
alon@honor
2010-10-09
pass types to makeGetValue/makeSetValue
alon@honor
2010-10-09
cleanup: remove need for .text in item.type
alon@honor
2010-10-09
fix memory alignment/padding of structures | TESTS FIXED
alon@honor
2010-10-08
add entry labels only when necessary | all tests pass but fasta on clang
alon@honor
2010-10-05
fix relooper bug with not noticing other entries as invalidating; now loops a...
alon@honor
2010-10-05
version 0.3
alon@honor
2010-10-04
temporary hackish removal of unneeded breaks outside of complex emulated blocks
alon@honor
2010-10-04
GUARD_LABELS option + further cleanup
alon@honor
2010-10-04
clean up relooper
alon@honor
2010-10-04
initial working version of 'multiple' block in relooper
alon@honor
2010-10-03
cleanup fallback when no RELOOP
alon@honor
2010-10-03
reloop blocks with multiple entries
alon@honor
2010-10-03
minor relooper fixes
alon@honor
2010-10-03
clean up relooper
alon@honor
2010-10-03
cleanup + test both optimized and non-optimized
alon@honor
2010-10-02
add missing branch detection of assign&invoke. all tests pass with relooping
alon@honor
2010-10-02
add missing branch detection of default in switch. all reloop but sauer, dlma...
alon@honor
2010-10-02
rewrite of relooper, part I: just emulated and loops, no ifs. all reloop but ...
alon@honor
2010-10-01
test+fix for modifying fields of global structures
alon@honor
2010-09-25
optional memory alignment that matches c/c++; used in clang, not in llvm-gcc
alon@honor
2010-09-21
fix some relooper bugs, and EXECUTION_TIMEOUT setting for debugging such prob...
alon@honor
2010-09-20
optimize __lastLabel__/phi
alon@honor
2010-09-20
refactor into files
alon@honor