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-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-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
2011-09-17
generate FUNCTION_TABLE late so it uses aliases in postsets; fixes ammo.js bug
Alon Zakai
2011-09-15
Merge branch 'master' into llvm-svn
Alon Zakai
2011-09-13
faster shortcuts for sign/unsign
Alon Zakai
2011-09-13
fix bug in autodebugger output
Alon Zakai
2011-09-10
force shifts on i64s to remain integers
Alon Zakai
2011-09-08
bindings generator fix +fixes for use of |this| instead of Module
Alon Zakai
2011-08-31
initial work to support resume, landingpad and insertvalue
Alon Zakai
2011-08-30
Merge pull request #75 from max99x/master
Alon Zakai
2011-08-29
make FAST_MEMORY and TOTAL_MEMORY easier to use; fix slowdown in dlmalloc ben...
Alon Zakai
[next]