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
/
runtime.js
Age
Commit message (
Expand
)
Author
2013-03-14
move dynamic 64-bit shifts into asm library calls
Alon Zakai
2013-03-11
add ASSERTIONS to asm2g, and fix assertions for asm
Alon Zakai
2013-03-08
do not emit function names on runtime functions
Alon Zakai
2013-03-05
Merge pull request #897 from lptr/unregister_functions
Alon Zakai
2013-03-03
remove no-longer-needed INIT_STACK
Alon Zakai
2013-03-03
No need for 'func' parameter
Lorant Pinter
2013-03-03
Added Runtime.removeFunction()
Lorant Pinter
2013-02-18
clean up unneeded CorrectionsMonitor stuff; fixes test_unsigned
Alon Zakai
2013-02-17
remove not-yet-needed assert in addFunction
Alon Zakai
2013-02-06
fix struct.utsname and allow simple bN syntax in struct definitions for field...
Alon Zakai
2013-02-04
Fix typos.
Bruce Mitchener
2013-01-28
make safe heap work in asm
Alon Zakai
2013-01-22
asm coercions in i64 to double
Alon Zakai
2013-01-19
support arguments object as args in asm dynCall
Alon Zakai
2013-01-18
coerce memset params
Alon Zakai
2013-01-15
make bitshift64 use integer constants for the op
Alon Zakai
2012-12-07
emit proper stackbase in asm
Alon Zakai
2012-12-07
fix getFuncWrapper
Alon Zakai
2012-12-07
64-bit dynamic shifts in asm
Alon Zakai
2012-12-07
dynCall assertions
Alon Zakai
2012-12-07
dynCall
Alon Zakai
2012-12-07
move stack manipulation into asm
Alon Zakai
2012-12-07
fix function table addition code
Alon Zakai
2012-12-07
make stack operations asm-friendly
Alon Zakai
2012-12-07
remove text from overly-verbose assertions
Alon Zakai
2012-12-07
only use typed function tables in asm_js mode
Alon Zakai
2012-12-07
generate separate type-specific function tables
Alon Zakai
2012-10-19
IE fixes
Alon Zakai
2012-07-28
if generateStructInfo gets invalid data, return null, do not throw: possibly ...
Alon Zakai
2012-07-15
utf parsing in writeStringToMemory as well
Alon Zakai
2012-07-14
refactor utf8processing
Alon Zakai
2012-05-13
misc tweaks and add wip cube_explosion test
Alon Zakai
2012-05-05
rename Browser.getAsyncCall to Runtime.getFuncWrapper
Alon Zakai
2012-04-30
fix warnOnce
Alon Zakai
2012-04-30
show missing preloaded image/audio files only once
Alon Zakai
2012-04-28
prettyPrint bools as ints
Alon Zakai
2012-04-28
make debug prettyPrint more accurate on object identities
Alon Zakai
2012-04-23
make gl and library debug options start on, when enabled at compile time
Alon Zakai
2012-04-20
print hex numbers alongside decimal in gl and library debug
Alon Zakai
2012-04-20
make library and gl debug configurable at runtime, and share the pretty print...
Alon Zakai
2012-04-08
beginning of SDL_GL_GetProcAddress
Alon Zakai
2012-02-11
fix runtime (nonconstant) bitshifts
Alon Zakai
2012-02-11
initial work on legalizing i64s
Alon Zakai
2012-02-08
refactor legalizer code, and handle stores of <32 bits but not i8 or i16, pro...
Alon Zakai
2012-02-06
optimize memory alignment calculations
Alon Zakai
2012-02-01
re-enable support for non-fixed i64 bitshifts
Alon Zakai
2012-01-31
do not rely on debug metadata (which can be lost in llvm unsafe opts) for str...
Alon Zakai
2012-01-24
fix some i64 printing rounding errors
Alon Zakai
2012-01-24
fix i64 mode 1 bitshifts, and improve printing of i64 mode 1s
Alon Zakai
2012-01-11
do not blow up the stack with lots of varargs
Alon Zakai
[next]