Age | Commit message (Expand) | Author |
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 |
2011-11-29 | refactor unparsedFunctions a tiny bit | Alon Zakai |
2011-11-29 | more memory debugging stuff, and a disabled option to throttle the framework ... | Alon Zakai |
2011-11-29 | discard almost all .tokens when intertyper ends, to save memory (all except f... | Alon Zakai |
2011-11-28 | fix test_lua by supporting lines beginning with ; inside functions | Alon Zakai |
2011-11-28 | allow more GCing inside our big compiler loops | Alon Zakai |
2011-11-28 | partial fix for breakinthemiddle in test_cases | Alon Zakai |
2011-11-28 | memory debugging code, and some minor optimizations from it | Alon Zakai |
2011-11-25 | fix varargs calls in function pointers | Alon Zakai |
2011-11-16 | initial support for unaligned reads/writes in t2 | Alon Zakai |
2011-11-11 | fix i64 extension bug not being done | Alon Zakai |