aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-01-17refactor emcc compiled library code which handles dlmallocAlon Zakai
2012-01-17cache for dlmalloc and soon libc++Alon Zakai
2012-01-17temporary alter test_iostream output to passAlon Zakai
2012-01-17get test_iostream almost to working stateAlon Zakai
2012-01-17library fixesAlon Zakai
2012-01-17add some library stubsAlon Zakai
2012-01-17handle atomic operations appearing in libc++Alon Zakai
2012-01-17libc++ sourcesAlon Zakai
2012-01-16add TODO test for atomic builtinsAlon Zakai
2012-01-16more xlocale.h stuffAlon Zakai
2012-01-16temporarily add some libcxx source files to test_iostreamAlon Zakai
2012-01-16additional xlocale.h specsAlon Zakai
2012-01-16default to replacing x86_fp80 with doubles, because libcxx is full of long ↵Alon Zakai
doubles
2012-01-16remove iostream from libraryAlon Zakai
2012-01-16support for additional_files in single-file test runner runsAlon Zakai
2012-01-16some libcxx js stubsAlon Zakai
2012-01-16restore libcxx to pristine state, undoing all our hacks, and work towards ↵Alon Zakai
fixing test_exceptions given that
2012-01-16make root writable by default, removing the need to add root.write = trueAlon Zakai
2012-01-16remove hack for ignorePermissions in the filesystem API, which removes the ↵Alon Zakai
need to set ignorePermissions to true before run() is called
2012-01-16refactor runtime init and exit codeAlon Zakai
2012-01-16improve side effect detection in js optimizerAlon Zakai
2012-01-15run multiple js optimizer passes in batchesAlon Zakai
2012-01-15enable RELOOP in tests that disabled it because it was previously too slowAlon Zakai
2012-01-15tweak order of operations in vacuumAlon Zakai
2012-01-15optimize hoistMultiples to not need multiple passesAlon Zakai
2012-01-15js optimizer refactoringAlon Zakai
2012-01-15add js benchmark utilityAlon Zakai
2012-01-14refactor hoistMultiples shell for clarityAlon Zakai
2012-01-14vaccum per function in js optimizerAlon Zakai
2012-01-14optimize js optimizer traversal of generated codeAlon Zakai
2012-01-14optimize hoistMultiples with a switchAlon Zakai
2012-01-14optimize hoistMultiples by removing jsonCompare'sAlon Zakai
2012-01-14remove some unneeded processing in relooperAlon Zakai
2012-01-14optimizer relooper by finding allInLabels only in changed labels in each ↵Alon Zakai
iteration
2012-01-14simplify relooper code following optimizationsAlon Zakai
2012-01-14optimize relooper by calculating only allInLabels and inferring allOutLabels ↵Alon Zakai
from that
2012-01-14remove unneeded slice() in relooperAlon Zakai
2012-01-14optimize relooper by not sorting and comparing stringifications; we can ↵Alon Zakai
compare just sizes of allInLabels etc.
2012-01-13workaround for sm bug 716255Alon Zakai
2012-01-13Merge pull request #172 from jterrace/flt_roundsAlon Zakai
Update float.h to define FLT_ROUNDS
2012-01-13Update float.h to define FLT_ROUNDSJeff Terrace
2012-01-13fix SDL audio generationAlon Zakai
2012-01-13add some dirent.h stuffAlon Zakai
2012-01-12emcc option to compress js whitespaceAlon Zakai
2012-01-12Merge pull request #170 from FishingCactus/class_exceptionAlon Zakai
Catching specific exception type now works
2012-01-12networking header additionsAlon Zakai
2012-01-12some inet.h additionsAlon Zakai
2012-01-12header fixesAlon Zakai
2012-01-12Fix exception resumingjulien.hamaide
2012-01-12Fix library exception function to work with QUANTUM_SIZE=1julien.hamaide