Age | Commit message (Expand) | Author |
2011-12-01 | code cleanup, do not do heavy operations in parameters to print or assert | Alon Zakai |
2011-12-01 | misc minor but important memory fixes | Alon Zakai |
2011-11-30 | disable unneeded (and slow) JSifying of types | Alon Zakai |
2011-11-30 | refactor compiler to allow future batching of types and globals. move postset... | Alon Zakai |
2011-11-29 | refactor unparsedFunctions a tiny bit | Alon Zakai |
2011-11-29 | more memory debugging tools and minor optimizations | Alon Zakai |
2011-11-28 | support for nested objects in library objects, including functions | Alon Zakai |
2011-11-28 | memory debugging code, and some minor optimizations from it | Alon Zakai |
2011-11-27 | When I64_MODE==1, split each global constant int64 at compile time. | Benjamin M. Schwartz |
2011-11-27 | move printing of type info to right position | Alon Zakai |
2011-11-27 | do not save function JS in memory, print it out and forget it to save memory ... | Alon Zakai |
2011-11-27 | refactor finalCombiner | Alon Zakai |
2011-11-26 | fixes for 64-bit values in globals in i64 mode 1 | Alon Zakai |
2011-11-26 | comment on byval | Alon Zakai |
2011-11-25 | fix for passing structs by value, and warning for unfixable case of passing s... | Alon Zakai |
2011-11-25 | fix varargs calls in function pointers | Alon Zakai |
2011-11-23 | replace compiler tricks for one-time loop removal and label removal with a pr... | Alon Zakai |
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 |