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-25
switch benchmarks to asm.js by default and adjust parameters to standardize a...
Alon Zakai
2013-01-25
benchmark code gen option
Alon Zakai
2013-01-25
fix and enable zlib benchmark
Alon Zakai
2013-01-25
improve corrections benchmark
Alon Zakai
2013-01-25
add indirectbr-phi test
Alon Zakai
2013-01-25
improve benchmark infrastructure in preparation for zlib benchmark
Alon Zakai
2013-01-25
fix asm jsfunc chunking
Alon Zakai
2013-01-25
improve chunking test
Alon Zakai
2013-01-24
optimize ctlz and add cttz; fixes #797
Alon Zakai
2013-01-24
make bootstrap memset not use safe heap, STATICTOP is not set up yet
Alon Zakai
2013-01-24
fix SDL_GetMouseState ; fixes #795
Alon Zakai
2013-01-24
fix memset call from makeSetValues
Alon Zakai
2013-01-24
fix memset
Alon Zakai
2013-01-24
optimize memset
Alon Zakai
2013-01-24
optimize gettimeofday
Alon Zakai
2013-01-24
disable test_intvars in s_x_x
Alon Zakai
2013-01-24
disable flaky leaky .ll detection
Alon Zakai
2013-01-23
sdl and gl error stubs
Alon Zakai
2013-01-23
fail on odin not validing asm.js code, in odin builds
Alon Zakai
2013-01-23
optimize i32 read as two i16 values
Alon Zakai
2013-01-23
better memory limit message in asm
Alon Zakai
2013-01-23
fix isNaN for asm
Alon Zakai
2013-01-23
refactor makeComparison and use it in more places
Alon Zakai
2013-01-23
mark all precise i64 splits as float operations
Alon Zakai
2013-01-23
more library stubs
Alon Zakai
2013-01-23
fix asm float notation for numbers less than 1 in absolute value
Alon Zakai
2013-01-23
more library stubs
Alon Zakai
2013-01-23
add final asm return of proper type, not always int
Alon Zakai
2013-01-23
fix comparison in indirectbr for asm
Alon Zakai
2013-01-23
add value to returns when function returns a non-void
Alon Zakai
2013-01-23
utimes stub
Alon Zakai
2013-01-23
fix makeComparison for asm
Alon Zakai
2013-01-23
detect nativized variable types properly in asm coercions
Alon Zakai
2013-01-23
add isnan test
Alon Zakai
2013-01-23
fix some tests for the new multiply coercion behavior
Alon Zakai
2013-01-23
update glbook test image
Alon Zakai
2013-01-23
properly detect return type when detecting function type
Alon Zakai
2013-01-23
make getReturnType handle non-function pointer types
Alon Zakai
2013-01-23
diff for func type optimization
Alon Zakai
2013-01-23
handle function pointer calls to functions that return function pointers (ins...
Alon Zakai
2013-01-23
optimize isFuncType further
Alon Zakai
2013-01-22
optimize function type detection and detect returning of pointers more carefully
Alon Zakai
2013-01-22
let dump() avoid funcData pitfalls
Alon Zakai
2013-01-22
asm coercions in splitI64
Alon Zakai
2013-01-22
asm coercions in i64 to double
Alon Zakai
2013-01-22
improve lua test
Alon Zakai
2013-01-22
fix function table type defs
Alon Zakai
2013-01-22
explicitly pass global stuff to asm, due to node weirdness
Alon Zakai
2013-01-22
do not allow adjusting memory size at runtime in asm
Alon Zakai
2013-01-22
make function indexing replacements JSON-friendly
Alon Zakai
[prev]
[next]