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
/
preamble.js
Age
Commit message (
Expand
)
Author
2012-05-09
allow adding runDependencies in preRun
Alon Zakai
2012-05-09
update runDependencies comment
Alon Zakai
2012-04-17
safe heap fix to catch undefined properly
Alon Zakai
2012-04-14
support js arrays as inputs in ccall
Alon Zakai
2012-04-11
safe heap fix
Alon Zakai
2012-04-09
init runtime immediately, so that even with noInitialRun we can still call fi...
Alon Zakai
2012-04-05
export cwrap
Alon Zakai
2012-03-30
Merge pull request #328 from ehsan/ogre_upstream
Alon Zakai
2012-03-28
Implement the remaining shader and program functions
Ehsan Akhgari
2012-03-28
Implement glBufferSubData
Ehsan Akhgari
2012-03-27
support for playing audio chunks through SDL mix
Alon Zakai
2012-03-20
avoid stack explosion in ccall
Alon Zakai
2012-03-19
refactor use of this[..] in shell.js to use Module[..]
Alon Zakai
2012-03-15
preload images for SDL
Alon Zakai
2012-03-15
allow monitoring of run dependencies
Alon Zakai
2012-03-15
add file preloading in browsers
Alon Zakai
2012-03-10
add HEAPF64, useful sometimes for manually optimized code
Alon Zakai
2012-02-29
optimize alignMemoryPage
Alon Zakai
2012-02-26
remove I64_MODE, it is equal to 1 in USE_TYPED_ARRAYS 2 and only there
Alon Zakai
2012-02-23
ccall/cwrap docs
Alon Zakai
2012-02-23
cwrap (like ccall, but returns a wrapper function)
Alon Zakai
2012-02-21
work around v8 slowness bug by not calling new Array for HEAP
Alon Zakai
2012-02-18
ccall docs
Alon Zakai
2012-02-18
ccall
Alon Zakai
2012-02-18
add missing module export
Alon Zakai
2012-02-05
do ATINIT and ATEXIT in order
Alon Zakai
2012-02-01
fix tempDouble bug with not including it in all cases
Alon Zakai
2012-01-28
Merge branch 'master' into llvmopts
Alon Zakai
2012-01-28
Only define TypedArray_copy when typed arrays are enabled
Ehsan Akhgari
2012-01-27
Merge branch 'handle_broken_lli' into glgears
Ehsan Akhgari
2012-01-25
Merge branch 'master' into llvmopts
Alon Zakai
2012-01-25
String constants are store in a table to limit variable count
julien.hamaide
2012-01-24
Add a copy helper for typed arrays
Ehsan Akhgari
2012-01-23
fix tempDouble aliases
Alon Zakai
2012-01-23
comment
Alon Zakai
2012-01-23
unaligned loads and stores for floats and doubles
Alon Zakai
2012-01-23
refactor tempDouble to use space in normal memory, not a separate buffer
Alon Zakai
2012-01-23
support unaligned reads/writes in ta2; fixes test_cubescript
Alon Zakai
2012-01-22
Make it possible to compile shaders
Ehsan Akhgari
2012-01-22
Add support for non-null terminated strings to Pointer_stringify
Ehsan Akhgari
2012-01-18
Add small optimization for allocate when zeroing the array
Jeff Terrace
2012-01-16
refactor runtime init and exit code
Alon Zakai
2012-01-10
align stack to QUANTUM_SIZE in ta2 properly, avoiding unnecessary checks and ...
Alon Zakai
2012-01-07
tweak memory growth parameter to 2
Alon Zakai
2012-01-06
fix PGO breakage
Alon Zakai
2012-01-06
restore some PGO code to investigate a speed regression in skinning
Alon Zakai
2012-01-06
put some PGO code behind and ifdef
Alon Zakai
2012-01-04
enlarge stack size default to 5MB
Alon Zakai
2011-12-17
fix bug with allocate not allocating enough memory (just a problem for the as...
Alon Zakai
2011-12-17
fix SAFE_HEAP check for TOTAL_MEMORY which is unneeded without typed arrays
Alon Zakai
[next]