Age | Commit message (Expand) | Author |
2011-01-17 | libcxx test; support for linking in test runner; failure in clang_0_1.test_li... | Alon Zakai |
2011-01-16 | sscanf | Alon Zakai |
2011-01-16 | support for writing to files in stdio | Alon Zakai |
2011-01-16 | initial emulation for stdio file reading, and other preparations for poppler | Alon Zakai |
2011-01-14 | refactor shared components of python tools, and add emmaken.py | Alon Zakai |
2011-01-12 | make sure our warning about show-annotations always shows up | Alon Zakai |
2011-01-11 | make memory initialization optional, and default to initializing the stack only | Alon Zakai |
2011-01-10 | ceil and floor in library | Alon Zakai |
2011-01-08 | refactor preamble functions into library | Alon Zakai |
2011-01-07 | enable llvm opts on tests with precompiled .ll (python, bullet, lua); fix min... | Alon Zakai |
2011-01-02 | optimize mod operator, and primes benchmark | Alon Zakai |
2011-01-01 | fix benchmarks | Alon Zakai |
2011-01-01 | update python demo, fixes various bugs | Alon Zakai |
2011-01-01 | comment | Alon Zakai |
2011-01-01 | CORRECT_OVERFLOWS option; strengthening of various tests, and fixes a bug in ... | Alon Zakai |
2010-12-31 | allow SAFE_HEAP with typed arrays; fix minor uncovered bugs; add SAFE_HEAP_LO... | Alon Zakai |
2010-12-31 | comment | Alon Zakai |
2010-12-31 | comments | Alon Zakai |
2010-12-31 | macros for heap access in library.js | Alon Zakai |
2010-12-31 | simplify heap operations in preamble with macros | Alon Zakai |
2010-12-30 | simple django-style substitution/macros | Alon Zakai |
2010-12-30 | stub for calloc | Alon Zakai |
2010-12-29 | better slab selection with type info | Alon Zakai |
2010-12-29 | nicer test runner output | Alon Zakai |
2010-12-28 | handle env of 0 as a third parameter for main() | Alon Zakai |
2010-12-28 | minimal support for 80-bit x87 floats | Alon Zakai |
2010-12-28 | handle memmove of 0 | dglead |
2010-12-28 | prevent strings with C-style comments from breaking helpful comments in gener... | dglead |
2010-12-27 | use finalizeLLVMFunctionCall for more functions, and related minor fixes | Alon Zakai |
2010-12-26 | clean up parsing of llvm calling conventions | Alon Zakai |
2010-12-26 | fix bug with typed arrays in memcpy | Alon Zakai |
2010-12-25 | support for precision in integers in printf | Alon Zakai |
2010-12-25 | comments + clean up compiler.js | Alon Zakai |
2010-12-25 | clean up getNativeFieldSize | Alon Zakai |
2010-12-25 | refactor and fix global variables, should they be needed for analysis | Alon Zakai |
2010-12-25 | code cleanup | Alon Zakai |
2010-12-23 | error message when encountering asm calls | Alon Zakai |
2010-12-23 | minor library changes | Alon Zakai |
2010-12-23 | comments about expected failures | Alon Zakai |
2010-12-23 | comment about typed arrays when copying | Alon Zakai |
2010-12-23 | comment about bullet compilation | Alon Zakai |
2010-12-22 | copysign and hypot in library | danielheres |
2010-12-21 | initial skeleton for gl tests | Alon Zakai |
2010-12-19 | don't use typed arrays in benchmarks for now - faster that way | Alon Zakai |
2010-12-19 | optimize heap for chrome; thanks to danielheres | Alon Zakai |
2010-12-19 | CHECK_OVERFLOWS option | Alon Zakai |
2010-12-18 | version 0.7 | Alon Zakai |
2010-12-18 | fixes for llvm optimized code in 2 tests | Alon Zakai |
2010-12-18 | utilize llvm opt | Alon Zakai |
2010-12-17 | update python demo | Alon Zakai |