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
Age
Commit message (
Expand
)
Author
2013-03-09
add testing for asm_js minification/registerization
Alon Zakai
2013-03-09
update test_emcc
Alon Zakai
2013-03-09
update test_chunking
Alon Zakai
2013-03-09
make sure to remove trivial whitespace
Alon Zakai
2013-03-09
improve non-asm parsing of generated functions area to be identical in EMCC_D...
Alon Zakai
2013-03-09
do not emit generated functions suffix when no longer needed
Alon Zakai
2013-03-09
asm2g fix
Alon Zakai
2013-03-09
add asm2g test pass for asm -O2 -g
Alon Zakai
2013-03-09
test for asm minifier sizes
Alon Zakai
2013-03-09
minify by default in -O2+, unless -g
Alon Zakai
2013-03-08
save 0.0 in asm shell minification
Alon Zakai
2013-03-08
fix another name collision
Alon Zakai
2013-03-08
fix temporary workaround for register names
Alon Zakai
2013-03-08
for now, do not use rX as minified names, reserve that for registerize locals
Alon Zakai
2013-03-08
increase number of minified names, and add func markers
Alon Zakai
2013-03-08
assertions on number of minified names
Alon Zakai
2013-03-08
properly scan all globals, including function names, before applying them
Alon Zakai
2013-03-08
remove unnecessary semicolon; hello world minifies
Alon Zakai
2013-03-08
minify function names in function definitions
Alon Zakai
2013-03-08
allow -O2 to also call registerize, but without minification of globals that ...
Alon Zakai
2013-03-08
start to minify inside functions, using global data from previous pass
Alon Zakai
2013-03-08
minify globals in a pass before the functions
Alon Zakai
2013-03-08
split out asm shell in js optimizer, in preparation for minification of globals
Alon Zakai
2013-03-08
remove unneeded line
Alon Zakai
2013-03-08
add explicit markers in generated code of where functions and asm are
Alon Zakai
2013-03-08
disable minification
Alon Zakai
2013-03-08
do not emit function names on runtime functions
Alon Zakai
2013-03-08
handle assigns into globals at the top of asm functions in normalizeAsm
Alon Zakai
2013-03-08
fix global minifying
Alon Zakai
2013-03-08
initial work on asm.js minifier infrastructure
Alon Zakai
2013-03-08
run registerize pass last
Alon Zakai
2013-03-08
deprecate USE_TYPED_ARRAYS=1 and QUANTUM_SIZE=1
Alon Zakai
2013-03-08
send only a marker of generated functions to js-optimizer.js; we either know ...
Alon Zakai
2013-03-08
disable test_openjpeg in s_x_x
Alon Zakai
2013-03-07
experimental patch to simplify generated function detection
Alon Zakai
2013-03-07
Merge branch 'gagern-ldc2' into incoming
Alon Zakai
2013-03-07
Merge branch 'ldc' of github.com:gagern/emscripten into gagern-ldc2
Alon Zakai
2013-03-07
Merge pull request #930 from waywardmonkeys/update-catch-undef
Alon Zakai
2013-03-07
support llvm_ctpop_*; fixes #918
Alon Zakai
2013-03-07
Merge pull request #931 from xxuejie/stdlib_strtod
Alon Zakai
2013-03-07
Merge pull request #932 from tobydox/incoming
Alon Zakai
2013-03-07
FULL_ES2 todo
Alon Zakai
2013-03-07
use temp buffers for indices in glDrawElements in FULL_ES2
Alon Zakai
2013-03-07
use temp buffers in FULL_ES2 array buffers
Alon Zakai
2013-03-07
refactor gl temporary buffer code
Alon Zakai
2013-03-07
optimize out creation of new JS objects in each glVertexAttribPointer call in...
Alon Zakai
2013-03-07
add test for animation in FULL_ES2
Alon Zakai
2013-03-07
fix FULL_ES2 bug with not taking into account 'first' in glDrawArrays
Alon Zakai
2013-03-07
Merge pull request #933 from vvuk/cache-fix
Alon Zakai
2013-03-07
gl comments
Alon Zakai
[next]