aboutsummaryrefslogtreecommitdiff
path: root/src/intertyper.js
AgeCommit message (Expand)Author
2013-09-23unwrap tokenizerAlon Zakai
2013-09-23remove framework entirelyAlon Zakai
2013-09-23fix inline assemblyAlon Zakai
2013-09-23deframeworkify the rest of intertyperAlon Zakai
2013-09-23deframeworkify intertyper:tokenizerAlon Zakai
2013-09-23move tokenizer out of intertyperAlon Zakai
2013-09-23deframeworkify intertyper:lineSplitterAlon Zakai
2013-09-11we only allow 1 exported variable from inline js; #1613Alon Zakai
2013-09-11better comment on inline js in asm.jsAlon Zakai
2013-09-08track if there is inline js, and if so do not mark as valid asm.jsAlon Zakai
2013-09-06handle inline assembly more carefully, avoid it being seen by asm optimizatio...Alon Zakai
2013-09-06fix inline js in x86 target, enable testing sans validation for inline js in ...Alon Zakai
2013-08-13warn if triple is not what we expectAlon Zakai
2013-08-08ignore llvm 3.3 attributesAlon Zakai
2013-08-08support input and output vars in inline jsAlon Zakai
2013-07-11Filter out unnamed_addr globals from symbol table.Jez Ng
2013-07-03mark internal globals as private as wellAlon Zakai
2013-05-24handle globals with no value and no zeroinitAlon Zakai
2013-04-29work towards le32 varargsAlon Zakai
2013-03-10pgo for unused function detectionAlon Zakai
2013-03-05do not break on call/invoke to undef; fixes #914Alon Zakai
2013-03-03parse volatile in cmpxchg, closes #875Alon Zakai
2013-03-02more atomic implementations, closes #874Alon Zakai
2013-01-18fix mathop param types detectionAlon Zakai
2013-01-18detect correct type of all LLVM conversionsAlon Zakai
2013-01-18set correct type for uitofp and sitofpAlon Zakai
2013-01-17Implement exceptions in whitelistAleksander Guryanov
2013-01-14fix type of [i|f]cmpAlon Zakai
2012-12-31Merge branch 'incoming' into asm_jsAlon Zakai
2012-12-31improve parsing of globals and typesAlon Zakai
2012-12-27allow (unoptimal) single-phase compiler.js invocationAlon Zakai
2012-12-09merge incomingAlon Zakai
2012-12-08properly use identifier given to resume instruction, avoids issues with cxa_c...Alon Zakai
2012-12-07export global constructors from asm.js and get them dynamically in the outsid...Alon Zakai
2012-12-07add type to atomicAlon Zakai
2012-12-07generate separate type-specific function tablesAlon Zakai
2012-11-27fix alias precheckAlon Zakai
2012-11-27external globals and not indexableAlon Zakai
2012-11-27notice type of aliases when no named globalsAlon Zakai
2012-11-27switch to all or nothing named globals, and add testingAlon Zakai
2012-11-24allow limited the amount of named globalsAlon Zakai
2012-11-24remove STRING_TABLE in preparation for better system to reduce # of globalsAlon Zakai
2012-11-19handle empty inline jsAlon Zakai
2012-11-15optimize token closing brace checkAlon Zakai
2012-11-15use test in makeToken as a minor optimizationAlon Zakai
2012-06-14ignore phi assigns of undefAlon Zakai
2012-05-28fix string detection regexp and add testAlon Zakai
2012-05-25allow - in globals, aliases and typesAlon Zakai
2012-05-18ignore module asm, in some cases it is ok to do so, but warnAlon Zakai
2012-04-11show compiler warnings to console, not in sourceAlon Zakai