aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-02-22misc library fixes for libcxxabi+test_typed_exceptionsAlon Zakai
2012-02-22add symbols for libcxxabiAlon Zakai
2012-02-22support sub atomicAlon Zakai
2012-02-22use libcxxabi for dynamic_castAlon Zakai
2012-02-22bundle libcxxabiAlon Zakai
2012-02-22fix test_typed_exceptionsAlon Zakai
2012-02-21fix bindings generator bug with closure compilerAlon Zakai
2012-02-21work around v8 slowness bug by not calling new Array for HEAPAlon Zakai
2012-02-21Merge pull request #265 from adetaylor/polymorphic-exception-handlingAlon Zakai
Polymorphic exception handling.
2012-02-20Merge branch 'incoming' of github.com:kripken/emscripten into incomingAlon Zakai
2012-02-20handle bitcasts of doubles to i64s and vice versa properlyAlon Zakai
2012-02-20handle setjmp without an explicit entryAlon Zakai
2012-02-20generate signed legalized 32-bit chunksAlon Zakai
2012-02-20eliminate variables through break/continue/returnAlon Zakai
2012-02-20Polymorphic exception handling.Adrian Taylor
Previously exception handling only worked if there were a 'catch' block which precisely matched the type of the thrown exception. That's not always the case if we're trying to catch subclasses. This change enhances behaviour to match subclasses, and also covers some other cases where we weren't catching the right thing.
2012-02-19add llvm dir to benchmark fingerprintAlon Zakai
2012-02-19collapse elses after the if block breaks or continues, other minor js ↵Alon Zakai
optimizer fixes
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-17better support for structs in bindings generator, and other misc fixesAlon 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