Age | Commit message (Expand) | Author |
2012-11-27 | do not index globals referred to by name in library | Alon Zakai |
2012-11-27 | do global indexing up front | Alon Zakai |
2012-11-27 | switch to all or nothing named globals, and add testing | Alon Zakai |
2012-11-24 | allow limited the amount of named globals | Alon Zakai |
2012-11-22 | forward only the actually necessary data between emscript phases | Alon Zakai |
2012-11-19 | ignore thread_local linkage | Alon Zakai |
2012-11-19 | support/ignore cc11 | Alon Zakai |
2012-11-16 | add PRECISE_I64_MATH mode 2, to force inclusion of i64 code even when we can'... | Alon Zakai |
2012-11-15 | emit libraries and globals in pre phase, which needs to parse globals anyhow,... | Alon Zakai |
2012-11-06 | remove now-unneeded currFunctions | Alon Zakai |
2012-11-06 | generate indexedFunctions in pre, and give it the information to do so | Alon Zakai |
2012-11-06 | fix printing of GENERATED_FUNCTIONS | Alon Zakai |
2012-11-06 | process each function separately in emscript | Alon Zakai |
2012-11-06 | split js compiler into three passes, to facilitate future parallization | Alon Zakai |
2012-10-25 | push to FUNCTION_TABLE, don't concat and re-assign: this avoid changing the g... | Alon Zakai |
2012-10-17 | Add `library_jansson` for JSON parsing. | Lars Schneider |
2012-09-26 | Add emcc option "--split <size>" to split javascript file. | Lars Schneider |
2012-05-15 | initial work on c++ gc support | Alon Zakai |
2012-04-13 | --js-library option to make it easy to add additional library_*.js files | Alon Zakai |
2012-04-03 | refactor library_gl into separate files | Alon Zakai |
2012-02-26 | remove I64_MODE, it is equal to 1 in USE_TYPED_ARRAYS 2 and only there | Alon Zakai |
2012-02-11 | fix lifetime removal code | Alon Zakai |
2012-02-02 | fix bug with using an implicit label in a phi more than once | Alon Zakai |
2012-01-31 | remove metadata struct parsing | Alon Zakai |
2012-01-20 | Merge branch 'master' into libcxx | Alon Zakai |
2012-01-20 | Load the GL library | Ehsan Akhgari |
2012-01-18 | metadata parsing bugfix | Alon Zakai |
2012-01-04 | support empty strings in llvm metadata for namespaces | Alon Zakai |
2011-12-15 | rewrite variable analysis code. eliminate unused variables without side effec... | Alon Zakai |
2011-12-08 | properly resolve multilevel function aliases, fixes bug with adding indexing ... | Alon Zakai |
2011-12-03 | various minor compiler optimizations | Alon Zakai |
2011-12-03 | debug info cleanup | Alon Zakai |
2011-12-03 | minor metadata parsing optimization | Alon Zakai |
2011-12-03 | optimize metadata parsing | Alon Zakai |
2011-12-03 | refactoring towards supporting node.js | Alon Zakai |
2011-12-02 | various fixes from js strict mode testing | Alon Zakai |
2011-11-30 | refactor compiler to allow future batching of types and globals. move postset... | Alon Zakai |
2011-11-18 | support reaching phi from invoke, and a workaround with vars in phi sets for ... | Alon Zakai |
2011-11-18 | support switches to phi | Alon Zakai |
2011-11-15 | metadata fix for llvm 3.0 rc | Alon Zakai |
2011-11-11 | fix i64 extension bug not being done | Alon Zakai |
2011-11-11 | additional llvm intrinsics we need to de-i64-ify | Alon Zakai |
2011-11-10 | do not use i64s in llvm intrinsics that don't need it | Alon Zakai |
2011-11-10 | fixes; i64 passes | Alon Zakai |
2011-10-31 | explicitly identify emscripten-generated functions (as opposed to library one... | Alon Zakai |
2011-10-17 | do not load library_gl | Alon Zakai |
2011-10-16 | inline specific library functions for speed | Alon Zakai |
2011-09-27 | debug info parsing fix | Alon Zakai |
2011-09-26 | expose some things to Module | Alon Zakai |
2011-09-25 | automatic checks for missing C defines | Alon Zakai |