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
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
enable extra_info for standalone js_optimizer.py
Alon Zakai
2013-09-18
allow js_optimizer.py to run standalone
Alon Zakai
2013-09-18
Add a test and myself to AUTHORS.
ngld
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-18
Add myself to AUTHORS
ngld
2013-09-18
Merge pull request #1611 from juj/cmake_link_js
Alon Zakai
2013-09-18
Merge pull request #1628 from michaeljbishop/pread-fix2
Alon Zakai
2013-09-18
Removed old test case and put a test case in a more appropriate area.
Michael J. Bishop
2013-09-18
Added to the test_files test to ensure the pread() functionality.
Michael J. Bishop
2013-09-18
Remove code duplication on CMake link macros.
Jukka Jylänki
2013-09-18
Add functions em_link_js_library(), em_link_pre_js() and em_link_post_js() to...
Jukka Jylänki
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
[next]