index
:
emscripten
master
push-upstream
Emscripten: An LLVM-to-JavaScript Compiler
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
intertyper.js
Age
Commit message (
Expand
)
Author
2014-02-26
use le32 target when fastcomp is disabled, so we do not need a fastcomp build...
Alon Zakai
2014-02-25
Introduce the asmjs-unknown-emscripten target triple.
Dan Gohman
2014-02-25
Fix a copy+pasto.
Dan Gohman
2014-01-06
tokenize() does not accept a 2nd parameter
Lu Wang
2013-11-28
fix bitcast type when the input is an llvm function like getelementptr
Alon Zakai
2013-11-26
tiny code cleanup
Alon Zakai
2013-11-27
Set proper value type for @llvm.used
ngld
2013-11-26
Implemented #1573. All functions marked as "used" will be automatically added...
ngld
2013-11-16
asm warning
Alon Zakai
2013-11-15
ignore llvm ir fast-math notation; fixes #1762
Alon Zakai
2013-11-09
support inline asm comments; fixes #1766
Alon Zakai
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
[next]