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-01-16
library: Support external libraries that modify Array.prototype
Jasper St. Pierre
2013-01-16
fix resume
Alon Zakai
2013-01-16
missing var in fake malloc
Alon Zakai
2013-01-16
- remove erroneous, trailing comma at the end of the previously added gluOrth...
Michael Riss
2013-01-16
Added the gluOrtho2D function.
Michael Riss
2013-01-16
coerce dynCall returns
Alon Zakai
2013-01-16
refactor dynCall return
Alon Zakai
2013-01-16
fix dynCall generation
Alon Zakai
2013-01-16
reorder asm function tables
Alon Zakai
2013-01-16
imul in benchmarks, commented out
Alon Zakai
2013-01-16
fix test_utf
Alon Zakai
2013-01-16
do not emit __asm lib stuff in FULL_LIBRARY mode
Alon Zakai
2013-01-16
allow defining asm library functions, which are then included as if they were...
Alon Zakai
2013-01-16
allow forcing asm mode in makeGetValue, to allow library functions to use asm...
Alon Zakai
2013-01-16
js optimize debugging comment
Alon Zakai
2013-01-15
handle phis from indirectbr
Alon Zakai
2013-01-15
Merge pull request #784 from LCID-Fire/id_t_fix
Alon Zakai
2013-01-15
Merge pull request #782 from juj/suppress_Ox_warning
Alon Zakai
2013-01-15
Merge pull request #780 from juj/no-ms-compatibility
Alon Zakai
2013-01-15
make sure to not emit bools in i64Math commands
Alon Zakai
2013-01-15
collect local vars in asm normalization from later defs, not just initials
Alon Zakai
2013-01-15
asm coercions on args to bitshift64
Alon Zakai
2013-01-15
make bitshift64 use integer constants for the op
Alon Zakai
2013-01-15
add Infinity and asm debug printers
Alon Zakai
2013-01-15
ensure explicit floats in function call arguments and all coercions
Alon Zakai
2013-01-15
Add id_t from FreeBSD headers, which is e.g. used by libarchive
LCID Fire
2013-01-15
Fix __gid_t_defined and __uid_t_define single definition ("once") handling.
LCID Fire
2013-01-14
add |0 to ne, eq icmps
Alon Zakai
2013-01-14
fix type of [i|f]cmp
Alon Zakai
2013-01-14
make 64-bit comparisons avoid &&,||
Alon Zakai
2013-01-14
fix NaN import to asm
Alon Zakai
2013-01-14
show error on asm link failures too
Alon Zakai
2013-01-14
use tempBigInt properly in asm
Alon Zakai
2013-01-14
use | in switch joined evaluations
Alon Zakai
2013-01-14
import NaN in asm
Alon Zakai
2013-01-14
asm-coerce i64Math arguments
Alon Zakai
2013-01-14
do not remove asm heap coercion in js optimizer when optimizing h8 & 255
Alon Zakai
2013-01-14
asm coerce the outputs of heap reads for tempDouble
Alon Zakai
2013-01-14
only show asm warnings in asm
Alon Zakai
2013-01-14
use &,| to combine illegal reductions
Alon Zakai
2013-01-14
fix atomics for asm
Alon Zakai
2013-01-14
fix asm Math.* imports
Alon Zakai
2013-01-14
fix test runner asm output
Alon Zakai
2013-01-14
fix asm var defs of illegals
Alon Zakai
2013-01-14
refactor setting of tempDoublePtr to allow simple type coercion of value
Alon Zakai
2013-01-14
tweak asm parse message
Alon Zakai
2013-01-14
print asm parsing to stderr
Alon Zakai
2013-01-14
log out whether code parsed as asm.js
Alon Zakai
2013-01-14
clear message when exception catching is disabled and an exception is thrown
Alon Zakai
2013-01-13
disable bigswitch test until relooper can support it
Alon Zakai
[next]