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
Age
Commit message (
Expand
)
Author
2013-09-23
relooper input is ascii, emit it to the heap more efficiently with writeAscii...
1.6.1
Alon Zakai
2013-09-23
optimize string compares in getNativeTypeSize
Alon Zakai
2013-09-23
optimize getNativeTypeSize
Alon Zakai
2013-09-23
remove unnecessary filter after tokenizer
Alon Zakai
2013-09-23
optimize end of intertyper
Alon Zakai
2013-09-23
remove comment about unordered_set; it is slower
Alon Zakai
2013-09-23
unwrap tokenizer
Alon Zakai
2013-09-23
remove duplicate code
Alon Zakai
2013-09-23
only create relooper in funcs phase
Alon Zakai
2013-09-23
clean up reloopers
1.6.0
Alon Zakai
2013-09-23
initialize currLabelFinished
Alon Zakai
2013-09-23
simplify function splitter
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-23
remove last substrate code from jsifier
Alon Zakai
2013-09-23
deframeworkify jsifier:function lines
Alon Zakai
2013-09-23
deframeworkify jsifier:functionStub
Alon Zakai
2013-09-23
deframeworkify jsifier:alias
Alon Zakai
2013-09-23
deframeworkify jsifier:globalVariable
Alon Zakai
2013-09-23
remove unused type jsifying code
Alon Zakai
2013-09-23
de-frameworkify analyzer
Alon Zakai
2013-09-23
fix asm coercion in store abort
Alon Zakai
2013-09-18
generate valid code for segfaulting loads, not assignless aborts
Alon Zakai
2013-09-18
Fix #1632: Correctly handle the optional 0x prefix for hex numbers (%x/%X).
ngld
2013-09-18
Merge pull request #1630 from ngld/fix-resume-exception
Alon Zakai
2013-09-18
handle memory initializer when there are deps added during preRun
Alon Zakai
2013-09-17
Fix #1623: Add missing checks for EXCEPTION_CATCHING_WHITELIST.
ngld
2013-09-17
Fixes in pread()
Michael J. Bishop
2013-09-16
Merge pull request #1618 from sbalko/incoming
Alon Zakai
2013-09-14
dynamically determine relooper heap size using RELOOPER_BUFFER_SIZE
1.5.9
Alon Zakai
2013-09-14
Incorporating formatting suggestions from pull request
Soeren Balko
2013-09-13
Merge pull request #1620 from waywardmonkeys/remove-cxx-mangled-catgets
Alon Zakai
2013-09-14
Remove C++ mangled catgets / catopen / catclose.
Bruce Mitchener
2013-09-13
tolerate SDL_Delay in workers
Alon Zakai
2013-09-13
RELOOPER_BUFFER_SIZE to change the relooper buffer size easily
1.5.8
Alon Zakai
2013-09-13
refactor memory initializer code to use run dependencies
failure
Alon Zakai
2013-09-13
emscripten_async_load_script
Alon Zakai
2013-09-13
clear dependenciesFulfilled after use
Alon Zakai
2013-09-13
refactor code to handle when run dependencies reach 0
Alon Zakai
2013-09-13
remove unneeded var
Alon Zakai
2013-09-13
add some stubs for libc needed by libc++
Alon Zakai
2013-09-13
Change various 64 bit typedefs over to 32 bit.
Bruce Mitchener
2013-09-13
gethostbyname_r update.
Bruce Mitchener
2013-09-13
Fix sockaddr struct definitions for musl.
Bruce Mitchener
2013-09-13
Handle fpclassify and signbit for long double.
fails
Bruce Mitchener
2013-09-13
Provide better impl of __assert_fail().
Bruce Mitchener
[next]