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-05
remove unnecessary recursion in relooper RemoveUnneededFlows
1.2.8
Alon Zakai
2013-03-05
remove recursion in relooper FindLive
1.2.7
Alon Zakai
2013-03-05
do not break on call/invoke to undef; fixes #914
Alon Zakai
2013-03-05
Merge pull request #922 from waywardmonkeys/implement-signbit
Alon Zakai
2013-03-06
Implement signbit in terms of copysign.
Bruce Mitchener
2013-03-05
Merge pull request #924 from waywardmonkeys/implement-sched-yield
Alon Zakai
2013-03-05
Merge pull request #926 from waywardmonkeys/implement-pthread-cond-timedwait
Alon Zakai
2013-03-05
handle invoke to setjmp
Alon Zakai
2013-03-06
Add some return values for pthread_cond_*.
Bruce Mitchener
2013-03-06
Implement stub for sched_yield().
Bruce Mitchener
2013-03-05
limit output in error message
Alon Zakai
2013-03-05
run compiler engine in src/
Alon Zakai
2013-03-05
fix coding convention stuff
Alon Zakai
2013-03-05
Merge branch 'sd-audio' of github.com:michaeljbishop/emscripten into michaelj...
Alon Zakai
2013-03-05
add lto in benchmarks
Alon Zakai
2013-03-05
Merge pull request #897 from lptr/unregister_functions
Alon Zakai
2013-03-05
Merge pull request #908 from waywardmonkeys/fix-typos
Alon Zakai
2013-03-05
Merge pull request #909 from waywardmonkeys/fix-stdbool-h
Alon Zakai
2013-03-05
Merge pull request #912 from waywardmonkeys/implement-nanosleep
Alon Zakai
2013-03-05
Merge pull request #913 from waywardmonkeys/implement-sc-nprocessors-onln
Alon Zakai
2013-03-05
1.2.6
1.2.6
Alon Zakai
2013-03-05
make FindLabeledLoops not recurse on ->Next
Alon Zakai
2013-03-05
Merge branch 'incoming' of github.com:kripken/emscripten into incoming
Alon Zakai
2013-03-05
fix cache clear time saving
Alon Zakai
2013-03-05
update relooper tests
Alon Zakai
2013-03-05
1.2.5
1.2.5
Alon Zakai
2013-03-05
restore jcache debugging, busted by pull #826
Alon Zakai
2013-03-05
restore jcache compression, busted by pull #826
Alon Zakai
2013-03-05
restore cache erase save times, busted by pull #826
Alon Zakai
2013-03-05
comment about node stack size
Alon Zakai
2013-03-05
Implement stub for pthread_cond_timedwait().
Bruce Mitchener
2013-03-04
Rebasing broke a lot of things (I had to fix about 12 conflicts) so now the s...
Chad Austin
2013-03-04
fix some test failures
Chad Austin
2013-03-04
Isolate shutil.rmtree logic in tempfiles.try_delete, and integrate azakai's f...
Chad Austin
2013-03-04
Don't change cwd when running compiler.js. This allows us to use relative pa...
Chad Austin
2013-03-04
Fix a stupid error that broke emcc
Chad Austin
2013-03-04
the compiler does not need to run with a modified cwd
Chad Austin
2013-03-04
Only load tools.shared if it's necessary to compute a default. Now emscripte...
Chad Austin
2013-03-04
make it possible to manually specify a temp directory when running emscripten.py
Chad Austin
2013-03-04
emscripten.py no longer globally depends on tools.shared
Chad Austin
2013-03-04
Break two more emscripten.py dependencies on tools.shared
Chad Austin
2013-03-04
Code review feedback
Chad Austin
2013-03-04
Code review feedback
Chad Austin
2013-03-04
Make temp_files in main() in emscripten.py, not globally.
Chad Austin
2013-03-04
Get the TempFiles object from the Configuration
Chad Austin
2013-03-04
Move TEMP_DIR into the Configuration object.
Chad Austin
2013-03-04
Have emscripten.py access the cache module and instantiate objects to break a...
Chad Austin
2013-03-04
Split Cache and JCache into objects and move them into cache.py so they can b...
Chad Austin
2013-03-04
Make chunkify a free function
Chad Austin
2013-03-04
Work towards making JCache an object
Chad Austin
[next]