| Age | Commit message (Expand) | Author |
| 2012-12-08 | properly use identifier given to resume instruction, avoids issues with cxa_c... | Alon Zakai |
| 2012-11-27 | fix alias precheck | Alon Zakai |
| 2012-11-27 | external globals and not indexable | Alon Zakai |
| 2012-11-27 | notice type of aliases when no named globals | 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-24 | remove STRING_TABLE in preparation for better system to reduce # of globals | Alon Zakai |
| 2012-11-19 | handle empty inline js | Alon Zakai |
| 2012-11-15 | optimize token closing brace check | Alon Zakai |
| 2012-11-15 | use test in makeToken as a minor optimization | Alon Zakai |
| 2012-06-14 | ignore phi assigns of undef | Alon Zakai |
| 2012-05-28 | fix string detection regexp and add test | Alon Zakai |
| 2012-05-25 | allow - in globals, aliases and types | Alon Zakai |
| 2012-05-18 | ignore module asm, in some cases it is ok to do so, but warn | Alon Zakai |
| 2012-04-11 | show compiler warnings to console, not in source | Alon Zakai |
| 2012-04-09 | experimental support for inline js | Alon Zakai |
| 2012-04-08 | add support for quoted labels; fixes #360 | Alon Zakai |
| 2012-04-07 | handle dollar in alias names | Alon Zakai |
| 2012-03-06 | ignore fence llvm items | 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-25 | refactor out paramX in mathops | Alon Zakai |
| 2012-02-20 | Polymorphic exception handling. | Adrian Taylor |
| 2012-02-11 | initial work on legalizing i64s | Alon Zakai |
| 2012-02-06 | accept all mathops in inline llvm function calls | Alon Zakai |
| 2012-02-04 | refactor out the 'assign' intertype, simplifying and optimizing the compiler | Alon Zakai |
| 2012-02-02 | fix bug with using an implicit label in a phi more than once | Alon Zakai |
| 2012-01-30 | handle 32-bit bitcasts int <-> float properly | Alon Zakai |
| 2012-01-27 | first working part of legalizing stores | Alon Zakai |
| 2012-01-25 | fix some spacing stuff | Alon Zakai |
| 2012-01-25 | String constants are store in a table to limit variable count | julien.hamaide |
| 2012-01-21 | do not generate annotations when disassembling bitcode | Alon Zakai |
| 2012-01-17 | handle atomic operations appearing in libc++ | Alon Zakai |
| 2012-01-05 | add debug output of which functions are being processed in side passes | Alon Zakai |
| 2011-12-31 | support ptrtoint into i64 in i64 mode 1 | Alon Zakai |
| 2011-12-17 | do not replace type of later parameters in mathops, if they are themselves ty... | Alon Zakai |
| 2011-12-15 | rewrite variable analysis code. eliminate unused variables without side effec... | Alon Zakai |
| 2011-12-11 | simplify and slim down value intertype | Alon Zakai |
| 2011-12-09 | improve parsing of mathops to more properly detect types | Alon Zakai |
| 2011-12-07 | automatically disable SKIP_STACK_IN_SMALL when processing autodebugger data, ... | Alon Zakai |
| 2011-12-05 | support for external variables in runtime linking | Alon Zakai |
| 2011-12-04 | fix line numbers with multiple linked files | Alon Zakai |
| 2011-12-04 | batch function lines to speed up processing of many tiny functions | Alon Zakai |
| 2011-12-03 | various minor compiler optimizations | Alon Zakai |
| 2011-12-03 | debug info cleanup | Alon Zakai |
| 2011-12-03 | optimize metadata parsing | Alon Zakai |
| 2011-12-02 | misc compiler optimizations, now takes half as long to compile freetype | Alon Zakai |
| 2011-12-02 | various fixes from js strict mode testing | Alon Zakai |
| 2011-12-01 | misc minor but important memory fixes | Alon Zakai |
| 2011-11-30 | refactor compiler to allow future batching of types and globals. move postset... | Alon Zakai |
| 2011-11-29 | refactor parseFunctions ==> sidePass | Alon Zakai |