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
2012-08-25
disable precise i32 multiplication even in -O0: too slow
Alon Zakai
2012-08-25
PRECISE_I32_MUL option for full precision in 32-bit multiply
Alon Zakai
2012-08-20
PROFILE_MAIN_LOOP option
Alon Zakai
2012-08-01
comment in settings.js
Alon Zakai
2012-07-13
Merge pull request #313 from SiggyBar/settings-1
Alon Zakai
2012-06-11
remove GENERATING_HTML, it was confusing and gave little or no benefit
Alon Zakai
2012-06-10
comments on GENERATING_HTML
Alon Zakai
2012-05-18
WARN_ON_UNDEFINED_SYMBOLS
Alon Zakai
2012-05-15
browser gc test
Alon Zakai
2012-05-15
initial work on c++ gc support
Alon Zakai
2012-05-11
FS.createPreloadedFile
Alon Zakai
2012-04-23
make gl and library debug options start on, when enabled at compile time
Alon Zakai
2012-04-20
make library and gl debug configurable at runtime, and share the pretty print...
Alon Zakai
2012-04-20
VERBOSE option
Alon Zakai
2012-04-06
gl support comment
Alon Zakai
2012-04-03
add GL debugging facility and fix some minor bugs
Alon Zakai
2012-04-02
make precise i64 math the default
Alon Zakai
2012-04-01
support for precise i64 signed math
Alon Zakai
2012-03-28
Enable logging of filesystem operations
Ehsan Akhgari
2012-03-20
Fixed M_TWOPI in C_DEFINES in settings.js
Sigmund Vik
2012-03-10
export malloc and free by default, many libraries need that
Alon Zakai
2012-02-26
remove I64_MODE, it is equal to 1 in USE_TYPED_ARRAYS 2 and only there
Alon Zakai
2012-02-01
llvm inlining support (disabled by default; enabled in benchmarks)
Alon Zakai
2012-01-27
legalizer comment
Alon Zakai
2012-01-23
support unaligned reads/writes in ta2; fixes test_cubescript
Alon Zakai
2012-01-18
LINKABLE options, disabling dead code elimination for shared libraries and ma...
Alon Zakai
2012-01-16
default to replacing x86_fp80 with doubles, because libcxx is full of long do...
Alon Zakai
2012-01-08
fix and optimize cached header handling in test runner
Alon Zakai
2012-01-04
enlarge stack size default to 5MB
Alon Zakai
2011-12-12
disable EMULATE_UNALIGNED_ACCESSES by default - it isn't needed
Alon Zakai
2011-12-07
automatically disable SKIP_STACK_IN_SMALL when processing autodebugger data, ...
Alon Zakai
2011-12-07
comment
Alon Zakai
2011-12-06
DOUBLE_MODE=1 option to carefuly load and store doubles even in unaligned ta2...
Alon Zakai
2011-12-06
change default settings in settings.js to what we want
Alon Zakai
2011-12-06
initial work on memory growth
Alon Zakai
2011-12-05
support for external variables in runtime linking
Alon Zakai
2011-12-05
initial work on annotating the generated code for closure compiler
Alon Zakai
2011-12-05
disable runtimelink test when using LLVM opts
Alon Zakai
2011-12-05
partial support for runtime linking of separately-compiled modules (only func...
Alon Zakai
2011-12-03
Modify exit() to throw an object and catch it.
David Claughton
2011-12-02
various fixes from js strict mode testing
Alon Zakai
2011-11-18
rename OPTIMIZE to MICRO_OPTS
Alon Zakai
2011-11-17
refactor PGO code
Alon Zakai
2011-11-16
tell closure compiler not to inline very large functions. use closure in all ...
Alon Zakai
2011-11-16
initial support for unaligned reads/writes in t2
Alon Zakai
2011-11-12
comment
Alon Zakai
2011-11-09
initial work on i64
Alon Zakai
2011-11-04
USE_FHEAP option
Alon Zakai
2011-10-28
IGNORE_FUNCTIONS option
Alon Zakai
2011-10-18
clarify use of safe heap with ta2
Alon Zakai
[next]