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
add TODO test for atomic builtins
Alon Zakai
2012-01-16
more xlocale.h stuff
Alon Zakai
2012-01-16
temporarily add some libcxx source files to test_iostream
Alon Zakai
2012-01-16
additional xlocale.h specs
Alon Zakai
2012-01-16
default to replacing x86_fp80 with doubles, because libcxx is full of long do...
Alon Zakai
2012-01-16
remove iostream from library
Alon Zakai
2012-01-16
support for additional_files in single-file test runner runs
Alon Zakai
2012-01-16
some libcxx js stubs
Alon Zakai
2012-01-16
restore libcxx to pristine state, undoing all our hacks, and work towards fix...
Alon Zakai
2012-01-16
make root writable by default, removing the need to add root.write = true
Alon Zakai
2012-01-16
remove hack for ignorePermissions in the filesystem API, which removes the ne...
Alon Zakai
2012-01-16
refactor runtime init and exit code
Alon Zakai
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
[prev]
[next]