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
Age
Commit message (
Collapse
)
Author
2013-10-07
Fix the rotozoom tests
Felix H. Dahlke
2013-10-03
Make SDL_rotozoomSurface rotate into the correct direction
Felix H. Dahlke
2013-09-24
Merge branch 'incoming'
Alon Zakai
2013-09-24
Merge pull request #1660 from waywardmonkeys/fix-performance-regression
Alon Zakai
Fix performance regression
2013-09-24
Mark __assert_fail as _Noreturn.
Bruce Mitchener
This eliminates a performance regression caused in the box2d benchmark by switching to the musl headers. Without this being _Noreturn, clang / llvm generates much worse code involving phis and extra loads.
2013-09-23
do not leak emcc args changes in test_cases
Alon Zakai
2013-09-23
forward noSafe in makeGet|SetValue
Alon Zakai
2013-09-23
optimize end of intertyper
Alon Zakai
2013-09-23
simplify chunk size determination in emscripten.py
Alon Zakai
2013-09-23
handle EMCC_LEAVE_INPUTS_RAW in relooper bootstrap
Alon Zakai
2013-09-23
sort target labels in switches so output is consistently ordered
Alon Zakai
2013-09-23
write out file in standalone call to js_optimizer.py
Alon Zakai
2013-09-23
fix split file marker
Alon Zakai
2013-09-23
asm coerce in atomicrmw; fixes #1637
Alon Zakai
2013-09-23
comment about LTO stability
Alon Zakai
2013-09-23
remove interim relooper builds if final bootstrap phase did not succeed
Alon Zakai
2013-09-23
relooper input is ascii, emit it to the heap more efficiently with ↵
1.6.1
Alon Zakai
writeAsciiToMemory
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
Fix EXCEPTION_CATCHING_WHITELIST (#1623)
2013-09-18
handle memory initializer when there are deps added during preRun
Alon Zakai
2013-09-18
Add myself to AUTHORS
ngld
[next]