aboutsummaryrefslogtreecommitdiff
path: root/src/jsifier.js
AgeCommit message (Expand)Author
2011-06-12revert c24c10ea77e612937f1d3e36b5909ada62587b76Alon Zakai
2011-06-12do not write unnecessary final if in multiple blocksAlon Zakai
2011-06-09sign analyzer for ta==2Alon Zakai
2011-06-03refactoring in preparation for TYPED_ARRAYS==2 (disabled)Alon Zakai
2011-05-24remove obsolete fastops; generalize load with parseLLVM/finalizeLLVM; fix iss...Alon Zakai
2011-05-16compiler code is now js strict mode compliantAlon Zakai
2011-05-14additional sdl and browser stuffAlon Zakai
2011-05-12refactor library_sdlAlon Zakai
2011-04-26properly handle calls to varargs functions without additional argsAlon Zakai
2011-04-22work towards QUANTUM_SIZE=1 (unused)Alon Zakai
2011-04-21line-specific exceptions to SAFE_HEAPAlon Zakai
2011-04-18refactor assertions and parsing codeAlon Zakai
2011-04-18refactor parsing of globalsAlon Zakai
2011-04-17finalize parameters in getGetElementPtrIndexesAlon Zakai
2011-04-13refactor library-needing code out of jsifierAlon 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-12optimize memory usage in jsifierAlon Zakai
2011-03-05correct signs in equality comparisonsAlon Zakai
2011-03-04integer rounding fixes and CORRECT_ROUNDINGS optionAlon Zakai
2011-02-27commentsAlon Zakai
2011-02-22global Types object refactoringAlon Zakai
2011-02-21remove slow identinicerAlon Zakai
2011-02-20generate strict mode javascriptAlon Zakai
2011-02-19use line-specific corrections in zlib testAlon Zakai
2011-02-19line-specific CORRECT_OVERFLOWS and CORRECT_SIGNSAlon Zakai
2011-02-13tweak sign and overflow checksAlon Zakai
2011-02-13debugging fixesAlon Zakai
2011-02-12line number debugging infoAlon Zakai
2011-02-11add parens in mathopsAlon Zakai
2011-02-10check whether a postset is needed with global non-array variablesAlon 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-29freetype test, plus some unix-specific file IO stuffAlon Zakai
2011-01-27reSign parallel to unSign to fix rare signing issues; CHECK_SIGNS optionAlon Zakai
2011-01-23minor fixes and optimizationsAlon Zakai
2011-01-19Optimize out some loop labelsAlon Zakai
2011-01-17handle odd llvm with branches in the middle of labels; all tests passAlon Zakai
2011-01-16initial emulation for stdio file reading, and other preparations for popplerAlon Zakai
2011-01-07enable llvm opts on tests with precompiled .ll (python, bullet, lua); fix min...Alon Zakai
2011-01-02optimize mod operator, and primes benchmarkAlon Zakai
2011-01-01CORRECT_OVERFLOWS option; strengthening of various tests, and fixes a bug in ...Alon Zakai
2010-12-31allow SAFE_HEAP with typed arrays; fix minor uncovered bugs; add SAFE_HEAP_LO...Alon Zakai
2010-12-31commentAlon Zakai