Age | Commit message (Expand) | Author |
2013-09-23 | unwrap tokenizer | Alon Zakai |
2013-09-23 | remove framework entirely | Alon Zakai |
2013-09-23 | fix inline assembly | Alon Zakai |
2013-09-23 | deframeworkify the rest of intertyper | Alon Zakai |
2013-09-23 | deframeworkify intertyper:tokenizer | Alon Zakai |
2013-09-23 | move tokenizer out of intertyper | Alon Zakai |
2013-09-23 | deframeworkify intertyper:lineSplitter | Alon Zakai |
2013-09-11 | we only allow 1 exported variable from inline js; #1613 | Alon Zakai |
2013-09-11 | better comment on inline js in asm.js | Alon Zakai |
2013-09-08 | track if there is inline js, and if so do not mark as valid asm.js | Alon Zakai |
2013-09-06 | handle inline assembly more carefully, avoid it being seen by asm optimizatio... | Alon Zakai |
2013-09-06 | fix inline js in x86 target, enable testing sans validation for inline js in ... | Alon Zakai |
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 |