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
Age
Commit message (
Collapse
)
Author
2013-01-13
workarounds for chrome bug 169705
Alon Zakai
2013-01-11
make asm i32 multiply use signed math
Alon Zakai
2013-01-11
correct sign when casting int to double in asm
Alon Zakai
2013-01-11
more tempDoublePtr refactoring
Alon Zakai
2013-01-11
make makeGetTempDouble asm-friendly
Alon Zakai
2013-01-11
refactor makeGetTempDouble
Alon Zakai
2013-01-11
fix glVertex3f
Alon Zakai
2013-01-11
fix gl lib alias calling from js lib code
Alon Zakai
2013-01-11
fix connect(); cannot call from js lib code into a lib alias, must call the ↵
Alon Zakai
target
2013-01-11
fix asm multiply for both floats and ints
Alon Zakai
2013-01-11
perform asm multiply in getFastValue, so it is used everywhere it needs to be
Alon Zakai
2013-01-10
ensure that finalized float values are asm-coerced
Alon Zakai
2013-01-10
auto-export some special functions if they are dependencies of a JS library ↵
Alon Zakai
element
2013-01-10
properly name Math.* redirects in function table
Alon Zakai
2013-01-10
fix calling of functions library-redirected to Math.*
Alon Zakai
2013-01-10
restore basic malloc/free implementation
Alon Zakai
2013-01-10
do not emit values for redirected library idents, they would not be used anyhow
Alon Zakai
2013-01-10
remove unneeded malloc/free/etc. stuff from library.js
Alon Zakai
2013-01-10
call library aliases directly by their target name
Alon Zakai
2013-01-10
link in memcpy after opts and lto if it shows up only at that time
Alon Zakai
2013-01-09
no point in sending alignment info to libc memcpy()
Alon Zakai
2013-01-09
make stub memcpy more functional, useful in some tests
Alon Zakai
2013-01-09
use musl memcpy instead of out handwritten js one
Alon Zakai
2013-01-09
fix asmEnsureFloat and asmInitializer
Alon Zakai
2013-01-08
fix asmCoercion for aggregate types
Alon Zakai
2013-01-08
uncomment exception stub
Alon Zakai
2013-01-08
asm coerce varargs argument
Alon Zakai
2013-01-08
stub _ZNSt9exceptionD2Ev for the case where dlmalloc is included but not ↵
Alon Zakai
libcxx, to avoid an asm warning
2013-01-08
ensure a return when an abort happens in a function that returns something
Alon Zakai
2013-01-08
refactor networking code to start supporting multiple backends
Alon Zakai
2013-01-07
Merge remote-tracking branch 'wolfviking/incoming' into incoming
Alon Zakai
Conflicts: AUTHORS src/library_browser.js system/include/emscripten/emscripten.h
2013-01-07
fix asm relooper bug
1.2.2
Alon Zakai
2013-01-07
do not asm coerce values of type void (e.g. functions that return nothing)
Alon Zakai
2013-01-07
ensure float literals are hinted as floats in asm
Alon Zakai
2013-01-07
add asm.js mode to relooper, for label comparisons
1.2.1
Alon Zakai
2013-01-07
update relooper tests
Alon Zakai
2013-01-07
always coerce asm calls
Alon Zakai
2013-01-07
reset the stack top when CATCH_EXIT_CODE
Alon Zakai
2013-01-07
disable EXCEPTION_DEBUG by default
Alon Zakai
2013-01-07
notice Math.* library redirects as being functions
Alon Zakai
2013-01-07
fix bug with adding non-functions to libraryFunctions in ASM_JS
Alon Zakai
2013-01-06
do not call run if dependencies are resolved but we were not supposed to ↵
Alon Zakai
call run in the first place
2013-01-06
index, rindex
Alon Zakai
2013-01-05
fix networking for both stream and dgram
Alon Zakai
2013-01-04
handle sending forced messages of non-multiple-of-4 sizes
Alon Zakai
2013-01-04
SOCKET_FORCED_MESSAGING option
Alon Zakai
2013-01-04
refactor socket code, ensure that each call to recv/recvmsg receives a ↵
Alon Zakai
single separate message
2013-01-04
rename socket queue
Alon Zakai
2013-01-04
refactor socket code, ensure that we send all a sendmsg's iovs in a single ↵
Alon Zakai
socket send
2013-01-03
fix sdl shutdown crash
Alon Zakai
[next]