index
:
emscripten
master
push-upstream
Emscripten: An LLVM-to-JavaScript Compiler
git repository hosting
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
Age
Commit message (
Expand
)
Author
2013-06-24
Get rid of stale comment.
Jez Ng
2013-06-24
Optimize!
Jez Ng
2013-06-24
relocation pass for shared modules
Alon Zakai
2013-06-24
update test
Alon Zakai
2013-06-24
rename MINIFY_INFO to EXTRA_INFO in preparation for further uses
Alon Zakai
2013-06-24
unify registerize and minify passes, since they must run in conjunction
Alon Zakai
2013-06-24
fix minifyGlobals in separate pass
Alon Zakai
2013-06-22
Merge remote-tracking branch 'upstream/incoming' into source-maps
Jez Ng
2013-06-22
clean up closure calling
Alon Zakai
2013-06-22
remove unneeded line
Alon Zakai
2013-06-22
only minify globals when relooping
Alon Zakai
2013-06-22
fix -g2 and add testing
Alon Zakai
2013-06-22
Get test_source_map passing again.
Jez Ng
2013-06-22
Put uglify back the way it was.
Jez Ng
2013-06-22
Make optimizer handle both strings and string-like type objects.
Jez Ng
2013-06-22
Fix line numbering for invoke instructions.
Jez Ng
2013-06-22
Source maps should only be activated via the `--map` flag.
Jez Ng
2013-06-21
do not run addition optimization pass in asm; it just adds overhead, and mino...
Alon Zakai
2013-06-21
update tests
Alon Zakai
2013-06-21
reduce indentation in relooper
1.5.1
Alon Zakai
2013-06-21
decrease indentation level in js optimizer
Alon Zakai
2013-06-21
do not eliminate loop vars when there is a shared helper
Alon Zakai
2013-06-20
do not return node in main simplifyNotCompsPass all the time, it thinks it is...
Alon Zakai
2013-06-19
Make sure the line numbers sync up.
Jez Ng
2013-06-19
fix bug with reducing f()|0|const
Alon Zakai
2013-06-19
keep |0 on function calls, allow other bitwise ops on heap accesses etc.
Alon Zakai
2013-06-19
Implement source maps for optimized builds.
Jez Ng
2013-06-19
Update the source-map library.
Jez Ng
2013-06-19
Move source mapping files into their own folder.
Jez Ng
2013-06-19
Map source lines for assignment statements.
Jez Ng
2013-06-19
Delete uglify code that was only needed for compression.
Jez Ng
2013-06-19
Lay the groundwork for optimized source maps.
Jez Ng
2013-06-19
keep coercions on heap accesses and function calls, but fully optimize them o...
Alon Zakai
2013-06-19
Fix source map line numbering for inline scripts.
Jez Ng
2013-06-19
Add test for source maps.
Jez Ng
2013-06-19
Add check for keep_llvm_debug + minor touchups.
Jez Ng
2013-06-19
Implement basic source maps. Closes #1252.
Jez Ng
2013-06-19
Commit the source-map library.
Jez Ng
2013-06-18
post messages to crunch worker with a new arrayBuffer, to avoid copying an un...
Alon Zakai
2013-06-18
Update minimum node version.
Jez Ng
2013-06-18
do not use EMCC_OPTIMIZE_NORMALLY in relooper
Alon Zakai
2013-06-18
Fix bug in file_packager.py introduced in my recent pull request that caused ...
Jukka Jylänki
2013-06-17
Merge pull request #1288 from juj/dont_package_hidden_files
Alon Zakai
2013-06-18
Rename emcc_debug to DEBUG in tools/file_packager.py to be consistent.
Jukka Jylänki
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-13
Report debug diagnostics in file packager if EMCC_DEBUG=1. Make file packager...
Jukka Jylänki
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
[prev]
[next]