Age | Commit message (Expand) | Author |
2011-09-25 | fix stdin/out/err for newlib; fixes files | Alon Zakai |
2011-09-24 | emscripten.py option to expose header #defines to library. fixes fcntl | Alon Zakai |
2011-09-24 | improve option to disable exception catching; fixes ammo speed regression | Alon Zakai |
2011-09-18 | profiling option | Alon Zakai |
2011-09-02 | LIBRARY_DEBUG option | Alon Zakai |
2011-09-02 | some metadata and label fixes | Alon Zakai |
2011-09-01 | fix bugs with parsing anonymous structure types | Alon Zakai |
2011-08-31 | initial work to support resume, landingpad and insertvalue | Alon Zakai |
2011-08-29 | make FAST_MEMORY and TOTAL_MEMORY easier to use; fix slowdown in dlmalloc ben... | Alon Zakai |
2011-08-28 | FAKE_X86_FP80 option ; generalize bitcast ; minor toNiceIdent fix | Alon Zakai |
2011-08-14 | DISABLE_EXCEPTIONS option | Alon Zakai |
2011-07-15 | option to provide type info at run time | Alon Zakai |
2011-07-03 | comments | Alon Zakai |
2011-06-26 | Added support for including the whole library. | max99x |
2011-06-25 | Style cleanup for the previous commit. | max99x |
2011-06-25 | Added basic support for dynamic module loading. | max99x |
2011-06-25 | Added support for exporting (non-function) global variables. | max99x |
2011-06-05 | fix alignment issues with USE_TYPED_ARRAYS == 2 | Alon Zakai |
2011-06-03 | refactoring in preparation for TYPED_ARRAYS==2 (disabled) | Alon Zakai |
2011-05-27 | option to not use FHEAP at all, with USE_TYPED_ARRAY_FHEAP=0 | Alon Zakai |
2011-05-26 | improve CHECK_* options, add initial version of AUTO_OPTIMIZE | Alon Zakai |
2011-05-25 | allow 2 and 3 in SAFE_HEAP and CHECK_* options. 2 is only these, 3 is all but... | Alon Zakai |
2011-05-22 | note on CORRECT_OVERFLOWS | Alon Zakai |
2011-05-19 | SKIP_STACK_IN_SMALL option | Alon Zakai |
2011-04-21 | line-specific exceptions to SAFE_HEAP | Alon Zakai |
2011-04-18 | refactor assertions and parsing code | Alon Zakai |
2011-03-21 | optimize FUNCTION_POINTER and exporting | Alon Zakai |
2011-03-04 | integer rounding fixes and CORRECT_ROUNDINGS option | Alon Zakai |
2011-02-27 | openjpeg test | Alon Zakai |
2011-02-19 | line-specific CORRECT_OVERFLOWS and CORRECT_SIGNS | Alon Zakai |
2011-02-13 | tweak sign and overflow checks | Alon Zakai |
2011-01-27 | reSign parallel to unSign to fix rare signing issues; CHECK_SIGNS option | Alon Zakai |
2011-01-17 | handle odd llvm with branches in the middle of labels; all tests pass | Alon Zakai |
2011-01-11 | make memory initialization optional, and default to initializing the stack only | Alon Zakai |
2011-01-01 | CORRECT_OVERFLOWS option; strengthening of various tests, and fixes a bug in ... | Alon Zakai |
2010-12-31 | allow SAFE_HEAP with typed arrays; fix minor uncovered bugs; add SAFE_HEAP_LO... | Alon Zakai |
2010-12-19 | CHECK_OVERFLOWS option | Alon Zakai |
2010-12-15 | clean up enzymatic ==> framework | Alon Zakai |
2010-12-15 | misc fixes and improvements - thanks go to tuba | Alon Zakai |
2010-11-20 | minimal C++ exceptions support | Alon Zakai |
2010-11-18 | fix parsing of |noalias| in function calls, minor fix to |getelementptr| type... | Alon Zakai |
2010-11-14 | optimize Pointer_make | Alon Zakai |
2010-11-14 | handle all llvm functions in |store| | Alon Zakai |
2010-11-14 | parse each function in a separate pass, to save RAM | Alon Zakai |
2010-10-20 | prep for bullet test | alon@honor |
2010-10-18 | fix bug with size of small structures, and parsing them | alon@honor |
2010-10-15 | BNOPP in some simple emulated blocks; 1% speedup | alon@honor |
2010-10-13 | aggressively nativize variables; stop doing optimizations that are no longer ... | alon@honor |
2010-10-10 | typed arrays support; function __index__ing ; 36% speedup | alon@honor |
2010-10-08 | fix bug with last commit, and better GUARD_MEMORY option | alon@honor |