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
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
2011-08-28
Minor Closure Compiler compatibility fixes.
max99x
2011-08-25
Made sure SAFE_HEAP allows storing of NaNs (e.g. from math functions).
max99x
2011-08-23
Made sure all preamble functions are exported.
max99x
2011-08-23
Minor library fix to prevent UgilfyJS from embedding nulls in output.
max99x
2011-08-15
expose get|setValue
Alon Zakai
2011-08-13
endianness runtime check for ta2
Alon Zakai
2011-07-31
Split getNativeFieldSize() into getNativeFieldSize() and getNativeTypeSize();
max99x
2011-07-31
Reverted minor mismerged preamble.js change.
max99x
2011-07-31
Fixed allocate() ignoring ALLOC_NORMAL.
max99x
2011-07-30
print on the web using console.log
Alon Zakai
2011-07-29
Merge pull request #57 from max99x/master
kripken
2011-07-30
Minor documentation and error message polish.
max99x
2011-07-30
Minor polish in response to review comments.
max99x
[next]