index
:
emscripten
master
push-upstream
Emscripten: An LLVM-to-JavaScript Compiler
git repository hosting
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
intertyper.js
Age
Commit message (
Expand
)
Author
2013-10-30
remove stale forwarding code in intertyper
Alon Zakai
2013-10-24
handle empty inline asms; fixes #1729
Alon Zakai
2013-10-23
fix bug with parsing of empty types
Alon Zakai
2013-10-19
commented-out compiler profiler support
Alon Zakai
2013-10-18
extractelement
Alon Zakai
2013-10-18
stubs for insertelement and shufflevector
Alon Zakai
2013-10-16
emit only tokens from tokenize, avoid allocating an object to wrap them
Alon Zakai
2013-10-16
remove .item from tokenizer output
Alon Zakai
2013-10-16
optimize test for merging of *'s to last token
Alon Zakai
2013-10-16
commented assertion for tokenize
Alon Zakai
2013-10-16
tokenize '{' normally
Alon Zakai
2013-10-15
cache ',' token
Alon Zakai
2013-10-15
avoid creating interim strings in main tokenize loop
Alon Zakai
2013-10-15
fix parsing of globals starting with @"
Alon Zakai
2013-10-15
optimize parsing of X = Y
Alon Zakai
2013-10-14
simplify tokenizing of {..}**..
Alon Zakai
2013-10-14
properly parse ctors fully; fixes #1155
Alon Zakai
2013-10-12
avoid creating unnecessary objects when calling tokenize
Alon Zakai
2013-10-12
remove unnecessary %"" merge code in makeToken
Alon Zakai
2013-10-10
remove unneeded variable
Alon Zakai
2013-10-09
avoid allocating common tokens repeatedly
Alon Zakai
2013-10-08
use ident in alloca intertype
Alon Zakai
2013-10-02
todo
Alon Zakai
2013-10-02
COMPILER_FASTPATHS option
Alon Zakai
2013-10-02
debugging aid
Alon Zakai
2013-10-02
fast-path simple icmp
Alon Zakai
2013-10-02
fix intertype of comparisons' last parameter
Alon Zakai
2013-09-27
make sure to only fast-path stuff we expect
Alon Zakai
2013-09-27
improve intertyper profiler
Alon Zakai
2013-09-27
clean up intertyper paths fork
Alon Zakai
2013-09-27
fix load fast path regexp
Alon Zakai
2013-09-27
restructure fast paths code flow
Alon Zakai
2013-09-27
fast-path simple loads
Alon Zakai
2013-09-27
fix fast path regexp
Alon Zakai
2013-09-27
fast-path simple geps
Alon Zakai
2013-09-27
intertyper fast paths setup and proof of concept
Alon Zakai
2013-09-26
intertyper profiler
Alon Zakai
2013-09-23
optimize end of intertyper
Alon Zakai
2013-09-23
remove unnecessary filter after tokenizer
Alon Zakai
2013-09-23
optimize end of intertyper
Alon Zakai
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
[next]