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-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
2011-12-16
fix bug with accessing memory beyond TOTAL_MEMORY through sbrk
Alon Zakai
2011-12-12
support for generating html in emcc, and a test for that that also tests SDL,...
Alon Zakai
2011-12-10
clear warning to stderr when enlarging memory arrays
Alon Zakai
2011-12-10
do unsigned 32-bit loads properly in ta1
Alon Zakai
2011-12-10
do not check for corrections in safe heap unsigning
Alon Zakai
2011-12-08
fix for double mode 1 issue with 32-bit floats being NaNs and altering our do...
Alon Zakai
2011-12-07
various i64 fixes, including preventing rounding of small negatives
Alon Zakai
2011-12-07
safe heap fixes
Alon Zakai
2011-12-06
safe heap fixes
Alon Zakai
2011-12-06
DOUBLE_MODE=1 option to carefuly load and store doubles even in unaligned ta2...
Alon Zakai
2011-12-06
initial work on memory growth
Alon Zakai
2011-11-24
rewrite makeRounding to fix a bug
Alon Zakai
2011-11-17
refactor PGO code
Alon Zakai
2011-11-16
initial support for unaligned reads/writes in t2
Alon Zakai
2011-11-13
simplify typed array code, support for .set() on typed arrays, and remove opt...
Alon Zakai
2011-11-11
roundy math ops (add etc.) in i64=1
Alon Zakai
2011-11-10
i64 fixes, first part of test_i64 passes
Alon Zakai
2011-11-04
USE_FHEAP option
Alon Zakai
2011-10-26
comment about danger with FUNCTION_TABLE
Alon Zakai
2011-10-18
clarify use of safe heap with ta2
Alon Zakai
2011-10-16
properly use console.log on the web
Alon Zakai
2011-10-08
text fix
Alon Zakai
2011-10-02
fix math.h
Alon Zakai
2011-09-26
expose some things to Module
Alon Zakai
2011-09-18
more profiling tools
Alon Zakai
2011-09-18
profiling option
Alon Zakai
[next]