aboutsummaryrefslogtreecommitdiff
path: root/src/settings.js
AgeCommit message (Expand)Author
2012-01-18LINKABLE options, disabling dead code elimination for shared libraries and ma...Alon Zakai
2012-01-16default to replacing x86_fp80 with doubles, because libcxx is full of long do...Alon Zakai
2012-01-08fix and optimize cached header handling in test runnerAlon Zakai
2012-01-04enlarge stack size default to 5MBAlon Zakai
2011-12-12disable EMULATE_UNALIGNED_ACCESSES by default - it isn't neededAlon Zakai
2011-12-07automatically disable SKIP_STACK_IN_SMALL when processing autodebugger data, ...Alon Zakai
2011-12-07commentAlon Zakai
2011-12-06DOUBLE_MODE=1 option to carefuly load and store doubles even in unaligned ta2...Alon Zakai
2011-12-06change default settings in settings.js to what we wantAlon Zakai
2011-12-06initial work on memory growthAlon Zakai
2011-12-05support for external variables in runtime linkingAlon Zakai
2011-12-05initial work on annotating the generated code for closure compilerAlon Zakai
2011-12-05disable runtimelink test when using LLVM optsAlon Zakai
2011-12-05partial support for runtime linking of separately-compiled modules (only func...Alon Zakai
2011-12-03Modify exit() to throw an object and catch it.David Claughton
2011-12-02various fixes from js strict mode testingAlon Zakai
2011-11-18rename OPTIMIZE to MICRO_OPTSAlon Zakai
2011-11-17refactor PGO codeAlon Zakai
2011-11-16tell closure compiler not to inline very large functions. use closure in all ...Alon Zakai
2011-11-16initial support for unaligned reads/writes in t2Alon Zakai
2011-11-12commentAlon Zakai
2011-11-09initial work on i64Alon Zakai
2011-11-04USE_FHEAP optionAlon Zakai
2011-10-28IGNORE_FUNCTIONS optionAlon Zakai
2011-10-18clarify use of safe heap with ta2Alon Zakai
2011-10-16option to not inline library functionsAlon Zakai
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 ben...Alon Zakai
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