Age | Commit message (Expand) | Author |
2012-01-07 | do not do redundant llvm optimizations on bitcode; do them only when actually... | Alon Zakai |
2012-01-07 | automatic malloc need detection for new | Alon Zakai |
2012-01-07 | optimize guard_acquire and guard_release and note that llvm violates SAFE_HEA... | Alon Zakai |
2012-01-06 | optimize memmove | Alon Zakai |
2012-01-06 | move copy benchmark to ta2 | Alon Zakai |
2012-01-06 | add disabled copying benchmark | Alon Zakai |
2012-01-06 | prevent stack from being exhausted due to allocas and byval arguments | Alon Zakai |
2012-01-06 | Fix handling of static variable inside function | julien.hamaide |
2012-01-05 | fix bug with emcc not respecting absolute paths and always placing outputs in... | Alon Zakai |
2012-01-05 | handle various possible namings for an implicitly named entry | Alon Zakai |
2012-01-05 | handle the case where there is no explicit label for the entry, and the name ... | Alon Zakai |
2012-01-05 | fix test_emcc | Alon Zakai |
2012-01-04 | fix test_cases/gepoverflow | Alon Zakai |
2012-01-04 | fix bug with not creating proper bitcode output with proper file name when em... | Alon Zakai |
2012-01-04 | fix bug with investigating types in the main pass, and in rare cases defining... | Alon Zakai |
2012-01-04 | fix tests that have js transforms that rely on being able to import from the ... | Alon Zakai |
2012-01-04 | --js-transform option for emcc | Alon Zakai |
2012-01-04 | misc header improvements for building llvm | Alon Zakai |
2012-01-03 | todo comment | Alon Zakai |
2012-01-02 | make it easy to set whether stderr is silent or noisy in the test runner | Alon Zakai |
2012-01-02 | use -idirafter instead of -I for our system dirs, to allow overriding | Alon Zakai |
2012-01-01 | improve loop hoisting and add test | Alon Zakai |
2011-12-31 | override print() by default, to avoid errors when using the browser print() (... | Alon Zakai |
2011-12-31 | handle truncation inside ptrtoint when needed, and fix some potential bugs (a... | Alon Zakai |
2011-12-31 | support ptrtoint into i64 in i64 mode 1 | Alon Zakai |
2011-12-31 | fix and enable optimizeShiftsAggressive test | Alon Zakai |
2011-12-30 | fix bug with optimizing shifts too large for us to be optimizing | Alon Zakai |
2011-12-30 | disable optimizeShifts test, we only use the conservative part for now | Alon Zakai |
2011-12-28 | initial work on optimizeShifts pass in js optimizer | Alon Zakai |
2011-12-26 | refactor js optimizer test | Alon Zakai |
2011-12-24 | support for %f,%lf in sscanf, and fix a bug with printf | Alon Zakai |
2011-12-23 | disable bsearch test in q1 | Alon Zakai |
2011-12-22 | better temp dir definition and usage, and more debugging output in emcc | Alon Zakai |
2011-12-22 | consolidate llvm switch checks to both optimize execution and fix a bug with ... | Alon Zakai |
2011-12-21 | add disabled test for issue 148 as a TODO | Alon Zakai |
2011-12-21 | closure also in zlib test for yet more coverage | Alon Zakai |
2011-12-21 | add closure compiler in cubescript for additional coverage | Alon Zakai |
2011-12-21 | benchmarks fix | Alon Zakai |
2011-12-21 | disable fasta_t2 benchmark for now | Alon Zakai |
2011-12-21 | fix test_structbyval | Alon Zakai |
2011-12-21 | fix o1.test_exceptions | Alon Zakai |
2011-12-21 | Merge branch 'master' into incoming | Alon Zakai |
2011-12-21 | fix test_lua | Alon Zakai |
2011-12-21 | move test for issue 39 into test_cases | Alon Zakai |
2011-12-21 | remove closure test, enable closure in test_files to achieve the same goal in... | Alon Zakai |
2011-12-21 | add internal option to let emcc not compile inputs to bc. fixes test_cases | Alon Zakai |
2011-12-21 | fix post_build usage in ll tests, fixes poppler | Alon Zakai |
2011-12-21 | fix sqlite | Alon Zakai |
2011-12-21 | fix unistd tests | Alon Zakai |
2011-12-21 | fix test_scriptaclass | Alon Zakai |