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 (
Collapse
)
Author
2013-10-03
add missing Math_min definition
Alon Zakai
2013-10-03
emit final missing returns in compiler itself
Alon Zakai
2013-10-02
do not tack on .0 to Infinity or NaN
Alon Zakai
2013-10-02
remove obsolete fp80 test
Alon Zakai
2013-10-02
do not remove '.' from floats in parseNumerical
Alon Zakai
2013-10-02
explicitly define setjmp helper vars
Alon Zakai
2013-10-02
fix misc library asm validations
Alon Zakai
2013-10-02
overflow numbers directly in js compiler
Alon Zakai
2013-10-02
move heap align checks to asm2g, keep -O1 pristine
Alon Zakai
2013-10-02
assert on vars being in front of functions straight out of the js compiler
Alon Zakai
2013-10-02
when function is actually void, do not capture it's output even if llvm ↵
Alon Zakai
mistakenly bitcasts that way
2013-10-02
optimize Math.x to Math_x
Alon Zakai
2013-10-02
if not running js opts, ensure a . in asmEnsureFloat immediately
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
assert in normalizeAsm
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
todo
Alon Zakai
2013-10-02
add final return in non-relooped asm.js output
Alon Zakai
2013-10-02
run 'last' js optimization phase if asm.js, even if nothing else to run
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
remove whitespace in stack ops
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 whitespace in mathops
Alon Zakai
2013-10-02
remove unnecessary whitespace in while(1)
Alon Zakai
2013-10-02
remove unnecessary whitespace in branches
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-10-02
align function tables in non-asm mode
Alon Zakai
2013-10-02
Merge pull request #1693 from sunfishcode/incoming
Alon Zakai
Optimize alignment rounding.
2013-10-02
error on linkable modules without asm
Alon Zakai
2013-10-02
Merge pull request #1666 from waywardmonkeys/add-mktemp
Alon Zakai
Add mktemp
2013-10-02
Optimize alignment rounding.
Dan Gohman
Replace x>>2<<2 and x>>3<<3 with x&-4 and x&-8, respectively, since an and is cheaper than two shifts.
2013-10-02
comment on FUNCTION_POINTER_ALIGNMENT
Alon Zakai
2013-10-02
link in files in autodebugger
Alon Zakai
2013-10-02
make function pointer aliasing configurable
Alon Zakai
2013-10-02
Merge pull request #1686 from juj/icase_vfs
Alon Zakai
Icase vfs
[next]