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
/
settings.js
Age
Commit message (
Expand
)
Author
2013-02-23
turn on precise i32 multiplication by default
Alon Zakai
2013-02-22
always use Math.imul, with fast polyfill. will be useful for faster 64-bit math
Alon Zakai
2013-02-22
GL_UNSAFE_OPTS option
Alon Zakai
2013-02-22
turn on Math.imul by default in ASM_JS mode; it has practically no downsides ...
Alon Zakai
2013-02-17
improve corruption checks
Alon Zakai
2013-02-17
memory corruption checker
Alon Zakai
2013-02-17
remove PROFILE option. It adds unacceptable overhead, and all browsers have p...
Alon Zakai
2013-02-17
remove PGO option. It is only relevant for non-ta2 builds, which are on the w...
Alon Zakai
2013-02-08
make gl temp buffer size adjustable
Alon Zakai
2013-02-04
Merge pull request #832 from waywardmonkeys/typo-fixes
Alon Zakai
2013-02-04
EXPLICIT_ZEXT option
Alon Zakai
2013-02-04
Fix typos.
Bruce Mitchener
2013-01-28
improve asm safe heap support and add ASM_HEAP_LOG
Alon Zakai
2013-01-25
benchmark code gen option
Alon Zakai
2013-01-17
Implement exceptions in whitelist
Aleksander Guryanov
2013-01-10
auto-export some special functions if they are dependencies of a JS library e...
Alon Zakai
2013-01-07
reset the stack top when CATCH_EXIT_CODE
Alon Zakai
2013-01-07
disable EXCEPTION_DEBUG by default
Alon Zakai
2013-01-05
fix networking for both stream and dgram
Alon Zakai
2013-01-04
SOCKET_FORCED_MESSAGING option
Alon Zakai
2013-01-03
warn about ASM_JS
Alon Zakai
2012-12-21
merge incoming
Alon Zakai
2012-12-21
by default only keep main alive
Alon Zakai
2012-12-13
default to NAMED_GLOBALS
Alon Zakai
2012-12-12
support for Math.imul
Alon Zakai
2012-12-10
Remove regexp case since it is slow and rarely used
Xuejie Xiao
2012-12-07
default heap to 16MB, and make sure asm.js heaps are power-of-two
Alon Zakai
2012-12-07
set up asm.js 'module'
Alon Zakai
2012-12-07
Add function name filter for LABEL_DEBUG
Xuejie Xiao
2012-11-27
switch to all or nothing named globals, and add testing
Alon Zakai
2012-11-24
allow limited the amount of named globals
Alon Zakai
2012-11-20
EXPORT_ALL option
Alon Zakai
2012-11-16
add PRECISE_I64_MATH mode 2, to force inclusion of i64 code even when we can'...
Alon Zakai
2012-11-13
headless option
Alon Zakai
2012-11-09
improve LABEL_DEBUG
Alon Zakai
2012-11-06
split js compiler into three passes, to facilitate future parallization
Alon Zakai
2012-10-30
refactor DEFAULT_LIBRARY_FUNCS_TO_INCLUDE
Alon Zakai
2012-10-27
memory growth must be manually enabled with ALLOW_MEMORY_GROWTH, in which cas...
Alon Zakai
2012-10-22
initial work on worker api
Alon Zakai
2012-10-19
tweak sync xhr code a tiny bit
Alon Zakai
2012-10-19
Merge pull request #648 from ysangkok/chunked-bin-xhr-lazy-loading
Alon Zakai
2012-10-20
document SMALL_CHUNKS
Janus
2012-10-17
UNALIGNED_MEMORY option to emulate unaligned reads/writes all the time, to su...
Alon Zakai
2012-10-17
improve runtimelink handling of function aliases
Alon Zakai
2012-10-04
recvmsg and further socket debugging
Alon Zakai
2012-09-29
Merge pull request #594 from larsxschneider/lars/add-split-option
Alon Zakai
2012-09-28
support ioctl-FIONREAD
Alon Zakai
2012-09-27
initial (not-yet-working) sockets implementation
Alon Zakai
2012-09-26
Add emcc option "--split <size>" to split javascript file.
Lars Schneider
2012-09-25
fix null error in settings.js - we need this to be parsable from python too
Alon Zakai
[next]