aboutsummaryrefslogtreecommitdiff
path: root/src/intertyper.js
AgeCommit message (Expand)Author
2014-02-26use le32 target when fastcomp is disabled, so we do not need a fastcomp build...Alon Zakai
2014-02-25Introduce the asmjs-unknown-emscripten target triple.Dan Gohman
2014-02-25Fix a copy+pasto.Dan Gohman
2014-01-06tokenize() does not accept a 2nd parameterLu Wang
2013-11-28fix bitcast type when the input is an llvm function like getelementptrAlon Zakai
2013-11-26tiny code cleanupAlon Zakai
2013-11-27Set proper value type for @llvm.usedngld
2013-11-26Implemented #1573. All functions marked as "used" will be automatically added...ngld
2013-11-16asm warningAlon Zakai
2013-11-15ignore llvm ir fast-math notation; fixes #1762Alon Zakai
2013-11-09support inline asm comments; fixes #1766Alon Zakai
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