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
/
tools
Age
Commit message (
Expand
)
Author
2013-06-17
v 1.5.0
1.5.0
Alon Zakai
2013-06-17
enable all debug logging in emcc -v
Alon Zakai
2013-06-13
do not eliminate dead code in EXPORT_ALL
Alon Zakai
2013-06-08
handle more cases in simplifyNotComps
Alon Zakai
2013-06-08
only remove seq|0 when seq is an assign value
Alon Zakai
2013-06-08
remove unneeded outside |0 when a sequence ends in a safe bitop
Alon Zakai
2013-06-08
optimize away bitcasts to variables that will only be used in an assign to th...
Alon Zakai
2013-06-07
improve tempDoublePtr elimination and only run analysis when necessary
Alon Zakai
2013-06-07
eliminate bitcasts of immediately loaded values
Alon Zakai
2013-06-07
optimize some HEAP32 expressions, including some unnecessary bitcasts through...
Alon Zakai
2013-06-07
ignore tempDoublePtr operations, they do not really alias memory
Alon Zakai
2013-06-07
fix crunch path
Alon Zakai
2013-06-07
remove break labels more aggresively, with a refined natural flow analysis
1.4.9
Alon Zakai
2013-06-07
optimize out double not
Alon Zakai
2013-06-07
remove unneeded check
Alon Zakai
2013-06-07
properly simplify not comps in loop suffixes and elsewhere
Alon Zakai
2013-06-07
optimize multiple loop variables together
Alon Zakai
2013-06-07
handle empty loops in new loop optimizations; fixes #1270
Alon Zakai
2013-06-07
track number of uses properly for loop variable removal
Alon Zakai
2013-06-07
eliminate loop helper variables
Alon Zakai
2013-06-06
move asm loop optimization into last phase
Alon Zakai
2013-06-05
simplify infinite while loops with a break at the end into a do-while with a ...
Alon Zakai
2013-06-05
disabled support for hoisting back into loops in relooper
1.4.8
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
do not leak split blocks
1.4.5
Alon Zakai
2013-05-31
remove unneeded Branch info on incoming branches in relooper
1.4.4
Alon Zakai
2013-05-29
Merge branch 'fs_destination' of github.com:juj/emscripten into incoming
Alon Zakai
2013-05-29
Fix handling of crunched files broken in previous commit.
Jukka Jylänki
2013-05-28
only abort in eliminator when actually necessary
Alon Zakai
2013-05-27
define EMSCRIPTEN in the environment when using emmake
Alon Zakai
2013-05-25
fix registerize semantics to treat each arm of ifs and switches separately
Alon Zakai
2013-05-25
registerize in asm switches
Alon Zakai
2013-05-25
add test for current state of asm registerize in switches (i.e., do almost no...
Alon Zakai
2013-05-25
eliminate into switch cases
Alon Zakai
2013-05-25
Add warning message print to file_packager to warn user when he accidentally ...
Jukka Jylänki
2013-05-25
Add support for specifying the target location of preloaded or embedded files...
Jukka Jylänki
2013-05-23
make file packager closure-friendly
Alon Zakai
2013-05-23
properly expand response files in EXPORTED_FUNCTIONS, which is used before co...
Alon Zakai
2013-05-23
handle ./ in file packaging
Alon Zakai
2013-05-22
Optimize (x&A)<<B>>B.
Dan Gohman
2013-05-21
Make a temporary variable local.
tingyuan
2013-05-21
mmap(): Align to malloc's default alignment instead of pages.
tingyuan
2013-05-21
Put preloaded files on HEAP instead of another ArrayBuffers.
tingyuan
2013-05-17
Fix a race condition if two emscripten.py instances run at the same time
Chad Austin
2013-05-17
fix file packager issue with closure
Alon Zakai
2013-05-16
support closure compiler on the shell in asm mode
Alon Zakai
2013-05-16
enable aliasing function pointers by default in -O2
Alon Zakai
2013-05-10
do not eliminate if there is a switch
Alon Zakai
2013-05-10
only recurse on decreasing uses on locals, and clear out names to avoid confu...
Alon Zakai
[next]