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-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
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
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
[next]