aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
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-31commentsAlon 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-30stub for callocAlon Zakai
2010-12-29better slab selection with type infoAlon Zakai
2010-12-28handle env of 0 as a third parameter for main()Alon Zakai
2010-12-28minimal support for 80-bit x87 floatsAlon Zakai
2010-12-28handle memmove of 0dglead
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-26clean up parsing of llvm calling conventionsAlon Zakai
2010-12-26fix bug with typed arrays in memcpyAlon Zakai
2010-12-25support for precision in integers in printfAlon Zakai
2010-12-25comments + clean up compiler.jsAlon Zakai
2010-12-25clean up getNativeFieldSizeAlon 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-23minor library changesAlon Zakai
2010-12-23comment about typed arrays when copyingAlon Zakai
2010-12-22copysign and hypot in librarydanielheres
2010-12-21initial skeleton for gl testsAlon Zakai
2010-12-19optimize heap for chrome; thanks to danielheresAlon Zakai
2010-12-19CHECK_OVERFLOWS optionAlon Zakai
2010-12-18fixes for llvm optimized code in 2 testsAlon Zakai
2010-12-18utilize llvm optAlon Zakai
2010-12-17fix format bug with floatsAlon 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-13minor fixes for python demoAlon Zakai
2010-12-12python web demoAlon Zakai
2010-12-12library stuffAlon Zakai
2010-12-12support for library dependencies +misc python float fixesAlon Zakai
2010-12-11improve printf formattingAlon Zakai
2010-12-11support for printing %pAlon Zakai
2010-12-11python fixes and testAlon Zakai
2010-12-10proper stubs for external valuesAlon Zakai
2010-12-09code cleanup of |,;|sDavid LaPalomento
2010-12-09__errno_locationAlon Zakai
2010-12-09memchrAlon Zakai
2010-12-09proper support for bitfieldsAlon Zakai
2010-12-07fix a few bugs related to highly-nested structsAlon Zakai
2010-12-05library additionsAlon Zakai
2010-12-05fix for functions in mathopsAlon Zakai
2010-12-05__ctype_b_loc in libraryAlon Zakai