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-10-22
move fetchRemotePackage to outside of file packager generated code
Alon Zakai
2013-10-22
move file packager Module autocreation to toplevel
Alon Zakai
2013-10-22
fix file packager Module autocreation
Alon Zakai
2013-10-22
remove --pre-run option in file packager, handle all that automatically
Alon Zakai
2013-10-22
do not call setStatus if not present
Alon Zakai
2013-10-21
add file handling code from --preload-file etc. in a pre-js, so that it will ...
Alon Zakai
2013-10-21
indentation fix in file packager
Alon Zakai
2013-10-15
fix autodebugger
Alon Zakai
2013-10-10
sort in find_bigfuncs.py
Alon Zakai
2013-10-09
use aliasing function pointers in -O1
Alon Zakai
2013-10-09
avoid X-(-Y) in js optimizer; fixes #1685
Alon Zakai
2013-10-09
run relooper in -O1, and do not run js opts there
Alon Zakai
2013-10-08
do not assume only -O2 reloops in ensure_relooper
Alon Zakai
2013-10-06
look for metadata in js optimizer starting at the end
Alon Zakai
2013-10-03
remove unneeded EMIT_GENERATED_FUNCTIONS
Alon Zakai
2013-10-03
update js optimizer tests
Alon Zakai
2013-10-03
emit final missing returns in compiler itself
Alon Zakai
2013-10-02
assert on vars being in front of functions straight out of the js compiler
Alon Zakai
2013-10-02
optimize Math.x to Math_x
Alon Zakai
2013-10-02
assert in normalizeAsm
Alon Zakai
2013-10-01
optimize asm function table emitting
Alon Zakai
2013-09-30
Merge branch 'incoming' of github.com:ngld/emscripten into incoming
1.6.4
Alon Zakai
2013-09-26
Don't do Popen workaround on Windows by default, since the cmdline -> call em...
Jukka Jylänki
2013-09-26
Use the logging framework instead of print, to be consistent and as the loggi...
Jukka Jylänki
2013-09-26
Bump version.
1.6.3
Bruce Mitchener
2013-09-25
Merge pull request #1670 from waywardmonkeys/add-locale-stuff
Alon Zakai
2013-09-26
Bump version.
1.6.2
Bruce Mitchener
2013-09-25
fix save_debug_files
Alon Zakai
2013-09-25
Fix some comments and bump EMSCRIPTEN_VERSION
ngld
2013-09-23
handle EMCC_LEAVE_INPUTS_RAW in relooper bootstrap
Alon Zakai
2013-09-23
write out file in standalone call to js_optimizer.py
Alon Zakai
2013-09-23
remove interim relooper builds if final bootstrap phase did not succeed
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
clean up reloopers
1.6.0
Alon Zakai
2013-09-22
Remove "-U__GNUC__" flag to avoid incorrect measurements.
ngld
2013-09-18
enable extra_info for standalone js_optimizer.py
Alon Zakai
2013-09-18
allow js_optimizer.py to run standalone
Alon Zakai
2013-09-17
Updated library_sdl.js
ngld
2013-09-16
Integrate the new tool into emscripten
ngld
2013-09-16
Started work on #1554
ngld
2013-09-14
dynamically determine relooper heap size using RELOOPER_BUFFER_SIZE
1.5.9
Alon Zakai
2013-09-13
RELOOPER_BUFFER_SIZE to change the relooper buffer size easily
1.5.8
Alon Zakai
2013-09-13
Bump version for new libc headers.
1.5.7
Bruce Mitchener
2013-09-12
update other.test_js_optimizer
Alon Zakai
2013-09-11
abort registerize at the proper early time when we need to
Alon Zakai
2013-09-11
disable registerize when seeing inline js in non-asm mode, as we do not prote...
Alon Zakai
2013-09-11
Use SPIDERMONKEY_ENGINE from ~/.emscripten in validate_asmjs.py as the primar...
Jukka Jylänki
2013-09-11
Add validate_asmjs.py tool to help unit-testing whether a build output is pro...
Jukka Jylänki
2013-09-10
Add missing 'if WINDOWS' in CMake toolchain handling code.
Jukka Jylänki
2013-09-10
Fix indentation in Building.which() function.
Jukka Jylänki
[next]