aboutsummaryrefslogtreecommitdiff
path: root/src/settings.js
AgeCommit message (Collapse)Author
2011-10-06bundle latest cDefinesAlon Zakai
2011-10-02fix math.hAlon Zakai
2011-09-25add some defines to fcntlAlon Zakai
2011-09-25fix stdin/out/err for newlib; fixes filesAlon Zakai
2011-09-24emscripten.py option to expose header #defines to library. fixes fcntlAlon Zakai
2011-09-24improve option to disable exception catching; fixes ammo speed regressionAlon Zakai
2011-09-18profiling optionAlon Zakai
2011-09-02LIBRARY_DEBUG optionAlon Zakai
2011-09-02some metadata and label fixesAlon Zakai
2011-09-01fix bugs with parsing anonymous structure typesAlon Zakai
2011-08-31initial work to support resume, landingpad and insertvalueAlon Zakai
2011-08-29make FAST_MEMORY and TOTAL_MEMORY easier to use; fix slowdown in dlmalloc ↵Alon Zakai
benchmark
2011-08-28FAKE_X86_FP80 option ; generalize bitcast ; minor toNiceIdent fixAlon Zakai
2011-08-14DISABLE_EXCEPTIONS optionAlon Zakai
2011-07-15option to provide type info at run timeAlon Zakai
2011-07-03commentsAlon Zakai
2011-06-26Added support for including the whole library.max99x
2011-06-25Style cleanup for the previous commit.max99x
2011-06-25Added basic support for dynamic module loading.max99x
2011-06-25Added support for exporting (non-function) global variables.max99x
2011-06-05fix alignment issues with USE_TYPED_ARRAYS == 2Alon Zakai
2011-06-03refactoring in preparation for TYPED_ARRAYS==2 (disabled)Alon Zakai
2011-05-27option to not use FHEAP at all, with USE_TYPED_ARRAY_FHEAP=0Alon Zakai
2011-05-26improve CHECK_* options, add initial version of AUTO_OPTIMIZEAlon Zakai
2011-05-25allow 2 and 3 in SAFE_HEAP and CHECK_* options. 2 is only these, 3 is all ↵Alon Zakai
but these
2011-05-22note on CORRECT_OVERFLOWSAlon Zakai
2011-05-19SKIP_STACK_IN_SMALL optionAlon Zakai
2011-04-21line-specific exceptions to SAFE_HEAPAlon Zakai
2011-04-18refactor assertions and parsing codeAlon Zakai
2011-03-21optimize FUNCTION_POINTER and exportingAlon Zakai
2011-03-04integer rounding fixes and CORRECT_ROUNDINGS optionAlon Zakai
2011-02-27openjpeg testAlon Zakai
2011-02-19line-specific CORRECT_OVERFLOWS and CORRECT_SIGNSAlon Zakai
2011-02-13tweak sign and overflow checksAlon Zakai
2011-01-27reSign parallel to unSign to fix rare signing issues; CHECK_SIGNS optionAlon Zakai
2011-01-17handle odd llvm with branches in the middle of labels; all tests passAlon Zakai
2011-01-11make memory initialization optional, and default to initializing the stack onlyAlon Zakai
2011-01-01CORRECT_OVERFLOWS option; strengthening of various tests, and fixes a bug in ↵Alon Zakai
python with typed arrays
2010-12-31allow SAFE_HEAP with typed arrays; fix minor uncovered bugs; add ↵Alon Zakai
SAFE_HEAP_LOG option
2010-12-19CHECK_OVERFLOWS optionAlon Zakai
2010-12-15clean up enzymatic ==> frameworkAlon Zakai
--HG-- rename : src/enzymatic.js => src/framework.js
2010-12-15misc fixes and improvements - thanks go to tubaAlon Zakai
2010-11-20minimal C++ exceptions supportAlon Zakai
2010-11-18fix parsing of |noalias| in function calls, minor fix to |getelementptr| ↵Alon Zakai
type discovery error
2010-11-14optimize Pointer_makeAlon Zakai
2010-11-14handle all llvm functions in |store|Alon Zakai
2010-11-14parse each function in a separate pass, to save RAMAlon Zakai
2010-10-20prep for bullet testalon@honor
2010-10-18fix bug with size of small structures, and parsing themalon@honor
2010-10-15BNOPP in some simple emulated blocks; 1% speedupalon@honor