aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-03-05remove unnecessary recursion in relooper RemoveUnneededFlows1.2.8Alon Zakai
2013-03-05remove recursion in relooper FindLive1.2.7Alon Zakai
2013-03-05do not break on call/invoke to undef; fixes #914Alon Zakai
2013-03-05Merge pull request #922 from waywardmonkeys/implement-signbitAlon Zakai
2013-03-06Implement signbit in terms of copysign.Bruce Mitchener
2013-03-05Merge pull request #924 from waywardmonkeys/implement-sched-yieldAlon Zakai
2013-03-05Merge pull request #926 from waywardmonkeys/implement-pthread-cond-timedwaitAlon Zakai
2013-03-05handle invoke to setjmpAlon Zakai
2013-03-06Add some return values for pthread_cond_*.Bruce Mitchener
2013-03-06Implement stub for sched_yield().Bruce Mitchener
2013-03-05limit output in error messageAlon Zakai
2013-03-05run compiler engine in src/Alon Zakai
2013-03-05fix coding convention stuffAlon Zakai
2013-03-05Merge branch 'sd-audio' of github.com:michaeljbishop/emscripten into michaelj...Alon Zakai
2013-03-05add lto in benchmarksAlon Zakai
2013-03-05Merge pull request #897 from lptr/unregister_functionsAlon Zakai
2013-03-05Merge pull request #908 from waywardmonkeys/fix-typosAlon Zakai
2013-03-05Merge pull request #909 from waywardmonkeys/fix-stdbool-hAlon Zakai
2013-03-05Merge pull request #912 from waywardmonkeys/implement-nanosleepAlon Zakai
2013-03-05Merge pull request #913 from waywardmonkeys/implement-sc-nprocessors-onlnAlon Zakai
2013-03-051.2.61.2.6Alon Zakai
2013-03-05make FindLabeledLoops not recurse on ->NextAlon Zakai
2013-03-05Merge branch 'incoming' of github.com:kripken/emscripten into incomingAlon Zakai
2013-03-05fix cache clear time savingAlon Zakai
2013-03-05update relooper testsAlon Zakai
2013-03-051.2.51.2.5Alon Zakai
2013-03-05restore jcache debugging, busted by pull #826Alon Zakai
2013-03-05restore jcache compression, busted by pull #826Alon Zakai
2013-03-05restore cache erase save times, busted by pull #826Alon Zakai
2013-03-05comment about node stack sizeAlon Zakai
2013-03-05Implement stub for pthread_cond_timedwait().Bruce Mitchener
2013-03-04Rebasing broke a lot of things (I had to fix about 12 conflicts) so now the s...Chad Austin
2013-03-04fix some test failuresChad Austin
2013-03-04Isolate shutil.rmtree logic in tempfiles.try_delete, and integrate azakai's f...Chad Austin
2013-03-04Don't change cwd when running compiler.js. This allows us to use relative pa...Chad Austin
2013-03-04Fix a stupid error that broke emccChad Austin
2013-03-04the compiler does not need to run with a modified cwdChad Austin
2013-03-04Only load tools.shared if it's necessary to compute a default. Now emscripte...Chad Austin
2013-03-04make it possible to manually specify a temp directory when running emscripten.pyChad Austin
2013-03-04emscripten.py no longer globally depends on tools.sharedChad Austin
2013-03-04Break two more emscripten.py dependencies on tools.sharedChad Austin
2013-03-04Code review feedbackChad Austin
2013-03-04Code review feedbackChad Austin
2013-03-04Make temp_files in main() in emscripten.py, not globally.Chad Austin
2013-03-04Get the TempFiles object from the ConfigurationChad Austin
2013-03-04Move TEMP_DIR into the Configuration object.Chad Austin
2013-03-04Have emscripten.py access the cache module and instantiate objects to break a...Chad Austin
2013-03-04Split Cache and JCache into objects and move them into cache.py so they can b...Chad Austin
2013-03-04Make chunkify a free functionChad Austin
2013-03-04Work towards making JCache an objectChad Austin