Age | Commit message (Expand) | Author |
2013-08-13 | warn if triple is not what we expect | Alon Zakai |
2013-08-08 | ignore llvm 3.3 attributes | Alon Zakai |
2013-08-08 | support input and output vars in inline js | Alon Zakai |
2013-07-11 | Filter out unnamed_addr globals from symbol table. | Jez Ng |
2013-07-03 | mark internal globals as private as well | Alon Zakai |
2013-05-24 | handle globals with no value and no zeroinit | Alon Zakai |
2013-04-29 | work towards le32 varargs | Alon Zakai |
2013-03-10 | pgo for unused function detection | Alon Zakai |
2013-03-05 | do not break on call/invoke to undef; fixes #914 | Alon Zakai |
2013-03-03 | parse volatile in cmpxchg, closes #875 | Alon Zakai |
2013-03-02 | more atomic implementations, closes #874 | Alon Zakai |
2013-01-18 | fix mathop param types detection | Alon Zakai |
2013-01-18 | detect correct type of all LLVM conversions | Alon Zakai |
2013-01-18 | set correct type for uitofp and sitofp | Alon Zakai |
2013-01-17 | Implement exceptions in whitelist | Aleksander Guryanov |
2013-01-14 | fix type of [i|f]cmp | Alon Zakai |
2012-12-31 | Merge branch 'incoming' into asm_js | Alon Zakai |
2012-12-31 | improve parsing of globals and types | Alon Zakai |
2012-12-27 | allow (unoptimal) single-phase compiler.js invocation | Alon Zakai |
2012-12-09 | merge incoming | Alon Zakai |
2012-12-08 | properly use identifier given to resume instruction, avoids issues with cxa_c... | Alon Zakai |
2012-12-07 | export global constructors from asm.js and get them dynamically in the outsid... | Alon Zakai |
2012-12-07 | add type to atomic | Alon Zakai |
2012-12-07 | generate separate type-specific function tables | 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 |