aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2011-03-29simplify TOTAL_STACK to not confuse closure compilerAlon Zakai
2011-03-29gcparam for spidermonkeyAlon Zakai
2011-03-21poppler-related tweaksAlon Zakai
2011-03-21optimize FUNCTION_POINTER and exportingAlon Zakai
2011-03-21do not un/reSign constantsAlon Zakai
2011-03-19support for llvm 2.9Alon Zakai
2011-03-15stop using lots of memory to manage strings at the end of compilationAlon Zakai
2011-03-13misc compiler tweaksAlon Zakai
2011-03-12test runner improvementsAlon Zakai
2011-03-12optimize memory usage in jsifierAlon Zakai
2011-03-06re-enable advanced optimizations in closure compilerAlon Zakai
2011-03-05refactor calling of _main()Alon Zakai
2011-03-05correct signs in equality comparisonsAlon Zakai
2011-03-04integer rounding fixes and CORRECT_ROUNDINGS optionAlon Zakai
2011-03-04fix for closure compilerAlon Zakai
2011-03-04minor fix in intertyperAlon Zakai
2011-03-03autodebug improvementsAlon Zakai
2011-02-27commentsAlon Zakai
2011-02-27openjpeg testAlon Zakai
2011-02-27clearer stacks from framework errorsAlon Zakai
2011-02-27refactor library IO and string functionsAlon Zakai
2011-02-27debugging info and test runner fixesAlon Zakai
2011-02-22optimize type discoveryAlon Zakai
2011-02-22global Types object refactoringAlon Zakai
2011-02-21remove slow identinicerAlon Zakai
2011-02-21vfprintfAlon Zakai
2011-02-20generate strict mode javascriptAlon Zakai
2011-02-20fixes for benchmarksAlon Zakai
2011-02-19use line-specific corrections in zlib testAlon Zakai
2011-02-19line-specific CORRECT_OVERFLOWS and CORRECT_SIGNSAlon Zakai
2011-02-19optimize String_copyAlon Zakai
2011-02-18parse debugging metadata for original filenamesAlon Zakai
2011-02-13tweak sign and overflow checksAlon Zakai
2011-02-13debugging fixesAlon Zakai
2011-02-12fix for compiling with spidermonkeyAlon Zakai
2011-02-12line number debugging infoAlon Zakai
2011-02-12emscripten_run_script APIAlon Zakai
2011-02-11add parens in mathopsAlon Zakai
2011-02-10check whether a postset is needed with global non-array variablesAlon Zakai
2011-02-08use subarray in typed arraysAlon Zakai
2011-02-06strengthen SAFE_HEAP checks for copied valuesAlon Zakai
2011-02-05mathop fixes +testAlon Zakai
2011-02-04unsign in zext to prevent a sign errorAlon Zakai
2011-02-01overflow checks in getelementptrAlon Zakai
2011-01-31misc cleanups and fixesAlon Zakai
2011-01-29freetype test, plus some unix-specific file IO stuffAlon Zakai
2011-01-29fix for structure alignment handling +testAlon Zakai
2011-01-27reSign parallel to unSign to fix rare signing issues; CHECK_SIGNS optionAlon Zakai
2011-01-24llvm_log in libraryAlon Zakai
2011-01-24ldexp in library; fixes issue 30Alon Zakai