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-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
2011-07-29
setValue/getValue for easy runtime set/get on heap
Alon Zakai
2011-07-28
Implemented most of stdio.h and updated all references.
max99x
2011-07-28
Removed invalid null parameter from atexit callbacks;
max99x
2011-07-15
refactor Pointer_make into allocate
Alon Zakai
2011-07-12
fscanf
Alon Zakai
2011-07-07
fixes for strict mode
Alon Zakai
2011-06-26
Fixes for review notes.
max99x
2011-06-26
Merge remote-tracking branch 'upstream/master'
max99x
2011-06-25
make globalConstructor a var
Alon Zakai
2011-06-26
Merge remote-tracking branch 'upstream/master'
max99x
2011-06-25
Style cleanup for the previous commit.
max99x
2011-06-25
export heaps when using typed arrays
Alon Zakai
2011-06-25
Made sure read() is defined locally rather than globally. This makes
max99x
2011-06-23
minor fixes for merge
Alon Zakai
2011-06-24
Merge remote branch 'upstream/master'
tim.dawborn
2011-06-23
fix bug with adding null terminator in readBinary
Alon Zakai
2011-06-23
* propogated return value from main back to the return value from Module.run
tim.dawborn
2011-06-20
fix typed array detection
Alon Zakai
2011-06-09
fix warn64
Alon Zakai
2011-06-09
sign analyzer for ta==2
Alon Zakai
[next]