summaryrefslogtreecommitdiff
path: root/src/intertyper.js
AgeCommit message (Expand)Author
2013-10-30remove stale forwarding code in intertyperAlon Zakai
2013-10-24handle empty inline asms; fixes #1729Alon Zakai
2013-10-23fix bug with parsing of empty typesAlon Zakai
2013-10-19commented-out compiler profiler supportAlon Zakai
2013-10-18extractelementAlon Zakai
2013-10-18stubs for insertelement and shufflevectorAlon Zakai
2013-10-16emit only tokens from tokenize, avoid allocating an object to wrap themAlon Zakai
2013-10-16remove .item from tokenizer outputAlon Zakai
2013-10-16optimize test for merging of *'s to last tokenAlon Zakai
2013-10-16commented assertion for tokenizeAlon Zakai
2013-10-16tokenize '{' normallyAlon Zakai
2013-10-15cache ',' tokenAlon Zakai
2013-10-15avoid creating interim strings in main tokenize loopAlon Zakai
2013-10-15fix parsing of globals starting with @"Alon Zakai
2013-10-15optimize parsing of X = YAlon Zakai
2013-10-14simplify tokenizing of {..}**..Alon Zakai
2013-10-14properly parse ctors fully; fixes #1155Alon Zakai
2013-10-12avoid creating unnecessary objects when calling tokenizeAlon Zakai
2013-10-12remove unnecessary %"" merge code in makeTokenAlon Zakai
2013-10-10remove unneeded variableAlon Zakai
2013-10-09avoid allocating common tokens repeatedlyAlon Zakai
2013-10-08use ident in alloca intertypeAlon Zakai
2013-10-02todoAlon Zakai
2013-10-02COMPILER_FASTPATHS optionAlon Zakai
2013-10-02debugging aidAlon Zakai
2013-10-02fast-path simple icmpAlon Zakai
2013-10-02fix intertype of comparisons' last parameterAlon Zakai
2013-09-27make sure to only fast-path stuff we expectAlon Zakai
2013-09-27improve intertyper profilerAlon Zakai
2013-09-27clean up intertyper paths forkAlon Zakai
2013-09-27fix load fast path regexpAlon Zakai
2013-09-27restructure fast paths code flowAlon Zakai
2013-09-27fast-path simple loadsAlon Zakai
2013-09-27fix fast path regexpAlon Zakai
2013-09-27fast-path simple gepsAlon Zakai
2013-09-27intertyper fast paths setup and proof of conceptAlon Zakai
2013-09-26intertyper profilerAlon Zakai
2013-09-23optimize end of intertyperAlon Zakai
2013-09-23remove unnecessary filter after tokenizerAlon Zakai
2013-09-23optimize end of intertyperAlon Zakai
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