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
/
jsifier.js
Age
Commit message (
Expand
)
Author
2013-10-10
do not emit postSets for function indexing etc., bake them into the memory in...
Alon Zakai
2013-10-10
do not assert on output of numeric 0 from a js handler
Alon Zakai
2013-10-08
use ident in alloca intertype
Alon Zakai
2013-10-03
remove unneeded EMIT_GENERATED_FUNCTIONS
Alon Zakai
2013-10-03
emit final missing returns in compiler itself
Alon Zakai
2013-10-02
explicitly define setjmp helper vars
Alon Zakai
2013-10-02
when function is actually void, do not capture it's output even if llvm mista...
Alon Zakai
2013-10-02
optimize Math.x to Math_x
Alon Zakai
2013-10-02
define legalized bitshift vars explicitly
Alon Zakai
2013-10-02
add explicit var to indirectbr
Alon Zakai
2013-10-02
add explicit variable for invoke chunks
Alon Zakai
2013-10-02
add explicit vars for phi dependency breaks
Alon Zakai
2013-10-02
add explicit vars for illegal mathops and landingpad
Alon Zakai
2013-10-02
register phi variables in function
Alon Zakai
2013-10-02
chunk label init with the rest
Alon Zakai
2013-10-02
add final return in non-relooped asm.js output
Alon Zakai
2013-10-02
remove newlines from function line results, simplify joining them
Alon Zakai
2013-10-02
remove inter-function indentation
Alon Zakai
2013-10-02
remove whitespace after switch loop
Alon Zakai
2013-10-02
remove whitespace in call args
Alon Zakai
2013-10-02
remove unnecessary function param coercion parens
Alon Zakai
2013-10-02
bigger var chunks
Alon Zakai
2013-10-02
remove whitespace in misc function stuff
Alon Zakai
2013-10-02
remove whitespace in assignments
Alon Zakai
2013-10-02
remove whitespace in switch
Alon Zakai
2013-10-02
remove unnecessary whitespace in while(1)
Alon Zakai
2013-10-02
remove unnecessary whitespace in branches
Alon Zakai
2013-09-23
sort target labels in switches so output is consistently ordered
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
remove duplicate code
Alon Zakai
2013-09-23
clean up reloopers
1.6.0
Alon Zakai
2013-09-23
simplify function splitter
Alon Zakai
2013-09-23
remove framework entirely
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
fix asm coercion in store abort
Alon Zakai
2013-09-18
generate valid code for segfaulting loads, not assignless aborts
Alon Zakai
2013-09-17
Fix #1623: Add missing checks for EXCEPTION_CATCHING_WHITELIST.
ngld
2013-09-12
do not switchify illegally-typed switches
Alon Zakai
2013-09-11
better assertion message for corruption checker and asm
Alon Zakai
2013-09-08
stubs for proxied getImageData/putImageData
Alon Zakai
2013-09-08
do not assume all postSets from global constants are i32
Alon Zakai
2013-09-06
improve non-switchification error message
Alon Zakai
2013-09-04
longjmp test across asm modules
Alon Zakai
2013-09-04
do not emit externals in side modules
Alon Zakai
[next]