Age | Commit message (Expand) | Author |
2011-11-22 | remove buggy condition stealing optimization, that is no longer useful anyhow | Alon Zakai |
2011-11-21 | some unused code possibilities regarding switch | Alon Zakai |
2011-11-19 | fix for phis from invoke | Alon Zakai |
2011-11-18 | support reaching phi from invoke, and a workaround with vars in phi sets for ... | Alon Zakai |
2011-11-18 | cleverer dependency resolving in phis | Alon Zakai |
2011-11-18 | minor optimization for phi | Alon Zakai |
2011-11-18 | support switches to phi | Alon Zakai |
2011-11-18 | phi progress, almost all unoptimized tests pass | Alon Zakai |
2011-11-18 | add new var intertype for hollowed-out phis | Alon Zakai |
2011-11-18 | further refactoring of phi, and work towards optimized phi | Alon Zakai |
2011-11-18 | refactor phi code for unoptimized case | Alon Zakai |
2011-11-16 | tell closure compiler not to inline very large functions. use closure in all ... | Alon Zakai |
2011-11-16 | initial support for unaligned reads/writes in t2 | Alon Zakai |
2011-11-11 | fix phi semantics with multiple dependent phis | Alon Zakai |
2011-11-10 | do not use i64s in llvm intrinsics that don't need it | Alon Zakai |
2011-11-10 | more i64 fixes and tests | Alon Zakai |
2011-11-10 | i64 fixes, first part of test_i64 passes | Alon Zakai |
2011-11-09 | initial work on i64 | Alon Zakai |
2011-11-06 | fix bug with re-processing type and other info for each function, leading to ... | Alon Zakai |
2011-11-03 | refactor getFastValue | Alon Zakai |
2011-10-31 | fix bug with IGNORED_FUNCTIONS | Alon Zakai |
2011-10-31 | ignore ignored functions in list of generated functions (they may be overridd... | Alon Zakai |
2011-10-31 | explicitly identify emscripten-generated functions (as opposed to library one... | Alon Zakai |
2011-10-28 | IGNORE_FUNCTIONS option | Alon Zakai |
2011-10-16 | option to not inline library functions | Alon Zakai |
2011-10-16 | inline specific library functions for speed | Alon Zakai |
2011-10-10 | EMSCRIPTEN_COMMENT for source comments | Alon Zakai |
2011-10-07 | handle numbers in getVarImpl (for example, storing to null will end up a 0 th... | Alon Zakai |
2011-09-25 | automatic checks for missing C defines | Alon Zakai |
2011-09-24 | improve option to disable exception catching; fixes ammo speed regression | Alon Zakai |
2011-09-18 | profiling option | Alon Zakai |
2011-09-17 | generate FUNCTION_TABLE late so it uses aliases in postsets; fixes ammo.js bug | Alon Zakai |
2011-09-15 | Merge branch 'master' into llvm-svn | Alon Zakai |
2011-09-15 | Fixed support for library-defined globals of non-struct types. | max99x |
2011-09-14 | Comment fix. | max99x |
2011-09-14 | Cleaned up library-defined global var jsifier. | max99x |
2011-09-13 | Preventing genuine JS errors from being caught by C++ handlers. | max99x |
2011-09-13 | Merge remote-tracking branch 'upstream/master' | max99x |
2011-09-13 | Allowed library to define global variables that override undefined externals. | max99x |
2011-09-13 | Allowed library functions to request JS-style varargs. | max99x |
2011-09-08 | Merge branch 'master' into llvm-svn | Alon Zakai |
2011-09-08 | expose branch condition to analysis; fixes ta2 bug with test_if | Alon Zakai |
2011-09-07 | typo fix | Alon Zakai |
2011-09-07 | improve global alias processing, including sort by dependency. poppler test p... | Alon Zakai |
2011-09-06 | vtable customization in bindings generator, +misc infra improvements to help ... | Alon Zakai |
2011-09-06 | do not indexize global aliases | Alon Zakai |
2011-09-06 | handle llvm funcs in aliases | Alon Zakai |
2011-09-06 | fix switch for the case with no labels given | Alon Zakai |
2011-09-04 | fix bug with stub functions and implemented library functions | Alon Zakai |
2011-09-04 | stubs for lifecycle intrinsics, and do not generate calls to stubs | Alon Zakai |