aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-02-18ccall docsAlon Zakai
2012-02-18ccallAlon Zakai
2012-02-18add test for atexit's still being called when exit is calledAlon Zakai
2012-02-18add missing module exportAlon Zakai
2012-02-18do not include __inline with full libraryAlon Zakai
2012-02-18basic support for setjmp/longjmpAlon Zakai
2012-02-17use aggressive shift optimizations, small but significant speedups on ↵Alon Zakai
fannkuch and skinning
2012-02-16fix bug with legalized i64 rounded additionAlon Zakai
2012-02-15fix test_casesAlon Zakai
2012-02-15handle singleton .a filesAlon Zakai
2012-02-15support compiling .so files directly in emccAlon Zakai
2012-02-14parse negative iBig numbersAlon Zakai
2012-02-14handle the case of the initial alloca being a variable oneAlon Zakai
2012-02-14Merge branch 'master' into incomingAlon Zakai
2012-02-14Merge pull request #246 from adetaylor/atexit-fixAlon Zakai
Fix for order in which 'atexit' registered functions are called
2012-02-14fix typo in uge comparisonAlon Zakai
2012-02-14disable files benchmark for nowAlon Zakai
2012-02-13actually return the valid pointer in dynamic castAlon Zakai
2012-02-13ignore unsupported operators in bindings generator, do not fail on themAlon Zakai
2012-02-13Adding myself to AUTHORS.Adrian Taylor
2012-02-12Fixing order of atexit calls.Adrian Taylor
2012-02-12Adding test that atexit calls things in the right order.Adrian Taylor
2012-02-11fix test_emccAlon Zakai
2012-02-11fix test_readdirAlon Zakai
2012-02-11keep i64 mode 1 in -O3, it is no longer slow, in fact it is faster nowAlon Zakai
2012-02-11do not try to legalize bitcasts between doubles and floatsAlon Zakai
2012-02-11only support i64 mode 1 in ta2Alon Zakai
2012-02-11we only legalize in ta2Alon Zakai
2012-02-11fix parseIntAlon Zakai
2012-02-11legalize invokeAlon Zakai
2012-02-11reminderAlon Zakai
2012-02-11fix typo in select legalizationAlon Zakai
2012-02-11fix bug with i64 return valuesAlon Zakai
2012-02-11fix runtime (nonconstant) bitshiftsAlon Zakai
2012-02-11remove unneeded keepAlive stuffAlon Zakai
2012-02-11legalize function paramsAlon Zakai
2012-02-11fix test_casesAlon Zakai
2012-02-11remove variable eliminator in analyzer; we do that in the eliminator in -O1 ↵Alon Zakai
and above anyhow
2012-02-11refactor legalizer and fix legalization of i64 shifts (logical and arithmetic)Alon Zakai
2012-02-11initial work on legalizing i64sAlon Zakai
2012-02-11completely general unfolderAlon Zakai
2012-02-11fix lifetime removal codeAlon Zakai
2012-02-10Merge pull request #232 from FishingCactus/opengles_wipAlon Zakai
Opengles fixes
2012-02-09Fix a typoEhsan Akhgari
2012-02-09enforce strict order in multiple libraries generated in the test runner: the ↵Alon Zakai
order does matter
2012-02-09fix for bug with using old full pathnames when loading builds from cache in ↵Alon Zakai
test runner
2012-02-09Test for readdir fixjulien.hamaide
2012-02-09disable non-emcc runs in test_uncaught_exceptionAlon Zakai
2012-02-09Merge pull request #240 from ehsan/uncaught2Alon Zakai
Always pick the JS implementation of uncaught_exception
2012-02-09Always pick the JS implementation of uncaught_exceptionEhsan Akhgari