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
2012-01-16
improve side effect detection in js optimizer
Alon Zakai
2012-01-15
run multiple js optimizer passes in batches
Alon Zakai
2012-01-15
enable RELOOP in tests that disabled it because it was previously too slow
Alon Zakai
2012-01-15
tweak order of operations in vacuum
Alon Zakai
2012-01-15
optimize hoistMultiples to not need multiple passes
Alon Zakai
2012-01-15
js optimizer refactoring
Alon Zakai
2012-01-15
add js benchmark utility
Alon Zakai
2012-01-14
refactor hoistMultiples shell for clarity
Alon Zakai
2012-01-14
vaccum per function in js optimizer
Alon Zakai
2012-01-14
optimize js optimizer traversal of generated code
Alon Zakai
2012-01-14
optimize hoistMultiples with a switch
Alon Zakai
2012-01-14
optimize hoistMultiples by removing jsonCompare's
Alon Zakai
2012-01-14
remove some unneeded processing in relooper
Alon Zakai
2012-01-14
optimizer relooper by finding allInLabels only in changed labels in each iter...
Alon Zakai
2012-01-14
simplify relooper code following optimizations
Alon Zakai
2012-01-14
optimize relooper by calculating only allInLabels and inferring allOutLabels ...
Alon Zakai
2012-01-14
remove unneeded slice() in relooper
Alon Zakai
2012-01-14
optimize relooper by not sorting and comparing stringifications; we can compa...
Alon Zakai
2012-01-13
workaround for sm bug 716255
Alon Zakai
2012-01-13
Merge pull request #172 from jterrace/flt_rounds
Alon Zakai
2012-01-13
Update float.h to define FLT_ROUNDS
Jeff Terrace
2012-01-13
fix SDL audio generation
Alon Zakai
2012-01-13
add some dirent.h stuff
Alon Zakai
2012-01-12
emcc option to compress js whitespace
Alon Zakai
2012-01-12
Merge pull request #170 from FishingCactus/class_exception
Alon Zakai
2012-01-12
networking header additions
Alon Zakai
2012-01-12
some inet.h additions
Alon Zakai
2012-01-12
header fixes
Alon Zakai
2012-01-12
Fix exception resuming
julien.hamaide
2012-01-12
Fix library exception function to work with QUANTUM_SIZE=1
julien.hamaide
2012-01-12
Fix identation issues
julien.hamaide
2012-01-11
do not blow up the stack with lots of varargs
Alon Zakai
2012-01-11
better workaround for v8 bug 1895
Alon Zakai
2012-01-11
fix bindings generator bug with static return values, and do not create Emscr...
Alon Zakai
2012-01-11
tweak fix_closure output
Alon Zakai
2012-01-11
Better test for exception handling
julien.hamaide
2012-01-11
fix fix_closure bug with newlines
Alon Zakai
2012-01-10
option for NODE_JS_SAFE as a workaround for intermittent failures due to node...
Alon Zakai
2012-01-11
Catching specific exception type now works
julien.hamaide
2012-01-10
comment
Alon Zakai
2012-01-10
refactor js optimizer to not use fs.* as much as possible
Alon Zakai
2012-01-10
fix fix_closure bug with the relevant line being split over several lines
Alon Zakai
2012-01-10
fix fix_closure bug
Alon Zakai
2012-01-10
experimental tool to fix closure's over-inlining into FUNCTION_TABLE
Alon Zakai
2012-01-10
Merge pull request #169 from jterrace/mmap_malloc_dlmalloc_fixes
Alon Zakai
2012-01-10
compress pointer type names in constant globals, if not using SAFE_HEAP
Alon Zakai
2012-01-10
use NODE_JS when calling coffee and eliminator, to avoid problems with missin...
Alon Zakai
2012-01-10
align stack to QUANTUM_SIZE in ta2 properly, avoiding unnecessary checks and ...
Alon Zakai
2012-01-10
Update stub malloc to byte-align by 8, update dlmalloc not to use mmap, and u...
Jeff Terrace
2012-01-10
optimize varargs calls by avoiding calling allocate there
Alon Zakai
[next]