aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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
2011-01-23minor fixes and optimizationsAlon Zakai
2011-01-19Optimize out some loop labelsAlon Zakai
2011-01-19lower closure optimizations to SIMPLE; no speed difference, and ADVANCED clas...Alon Zakai
2011-01-19a few math funcsAlon Zakai
2011-01-17handle odd llvm with branches in the middle of labels; all tests passAlon Zakai
2011-01-16sscanfAlon Zakai
2011-01-16support for writing to files in stdioAlon Zakai
2011-01-16initial emulation for stdio file reading, and other preparations for popplerAlon Zakai
2011-01-12make sure our warning about show-annotations always shows upAlon Zakai
2011-01-11make memory initialization optional, and default to initializing the stack onlyAlon Zakai
2011-01-10ceil and floor in libraryAlon Zakai
2011-01-08refactor preamble functions into libraryAlon 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
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 gener...dglead
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