aboutsummaryrefslogtreecommitdiff
path: root/src/jsifier.js
AgeCommit message (Collapse)Author
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 ↵Alon Zakai
minor uncovered bugs; disable some dangerous llvm opts
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
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-31commentAlon Zakai
2010-12-31macros for heap access in library.jsAlon Zakai
2010-12-31simplify heap operations in preamble with macrosAlon Zakai
2010-12-30simple django-style substitution/macrosAlon Zakai
2010-12-29better slab selection with type infoAlon Zakai
2010-12-28prevent strings with C-style comments from breaking helpful comments in ↵dglead
generated code
2010-12-27use finalizeLLVMFunctionCall for more functions, and related minor fixesAlon Zakai
2010-12-25comments + clean up compiler.jsAlon Zakai
2010-12-25refactor and fix global variables, should they be needed for analysisAlon Zakai
2010-12-25code cleanupAlon Zakai
2010-12-23error message when encountering asm callsAlon Zakai
2010-12-19CHECK_OVERFLOWS optionAlon Zakai
2010-12-18fixes for llvm optimized code in 2 testsAlon 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-12-12support for library dependencies +misc python float fixesAlon Zakai
2010-12-10proper stubs for external valuesAlon Zakai
2010-12-09code cleanup of |,;|sDavid LaPalomento
2010-12-09proper support for bitfieldsAlon Zakai
2010-12-07fix a few bugs related to highly-nested structsAlon Zakai
2010-12-05fix for functions in mathopsAlon Zakai
2010-12-04fix for bitshiftsAlon Zakai
2010-11-27fix bug in laying out of constant structures +testsAlon Zakai
2010-11-26return the optimization of dropping function data as soon as possibleAlon Zakai
2010-11-26remove clumsy iterative creation attempts of globalsAlon Zakai
2010-11-26improve varargs supportAlon Zakai
2010-11-26flatten global constants at compile timeAlon Zakai
2010-11-21strengthen SAFE_HEAPAlon Zakai
2010-11-21SAFE_HEAP now validates the load-store consistency assumption, plus minor ↵Alon Zakai
related fixes
2010-11-19missing mathops: ord, uno, trueAlon Zakai
2010-11-18correct lineNums in unparsedFunctionsAlon Zakai
2010-11-14handle global constants that are llvm function calls +testAlon Zakai
2010-11-14clean up function lines early to save RAMAlon 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-11-13fix for global constant pointers to pointersAlon Zakai
2010-11-13string constants inside struct constants +testAlon Zakai
2010-11-13cleanup in function headerAlon Zakai
2010-11-02support for struct/aggregate values in load&store; all tests passalon@honor