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
/
emcc
Age
Commit message (
Collapse
)
Author
2014-06-08
show an error on NO_DYNAMIC_EXECUTION with embind
Alon Zakai
2014-06-04
export everything in the main module, so side modules can access it
Alon Zakai
2014-05-29
NO_DYNAMIC_EXECUTION option to disable features using eval() or new Function()
Alon Zakai
2014-05-28
fix case of exceptions whitelist being empty
Alon Zakai
2014-05-27
clean up shell code using uglify, in optimized builds, when not using closure
Alon Zakai
2014-05-27
proper error message for linkable modules not supported in fastcomp
Alon Zakai
2014-05-27
set MAX_SETJMPS to fastcomp; 1.18.4
1.18.4
Alon Zakai
2014-05-23
Add whitelist of supported link flags
Ryan Sturgell
2014-05-20
Merge branch 'archive_groups' of github.com:rsturgell/emscripten into incoming
Alon Zakai
Conflicts: AUTHORS
2014-05-19
Archive groups code review changes.
Ryan Sturgell
2014-05-12
warn on bad exports, fixes #2338
Alon Zakai
2014-05-07
Track original flag positions in emcc.
Ryan Sturgell
Source files, libs, and linker flags all need to be separately processed. This allows them to be correctly shuffled back together for further link processing.
2014-05-03
emit a global const for Math_fround(0) to avoid function call overheads in ↵
Alon Zakai
the fround polyfill
2014-04-30
fix return code when precompiling headers
Alon Zakai
2014-04-30
allow registerizeHarder with outlining
Alon Zakai
2014-04-29
support -o with precompiled headers; fixes #2320
Alon Zakai
2014-04-13
enable asm.js when using embind
Chad Austin
2014-04-03
Merge pull request #2232 from abergmeier/empkg_prerequisites
Alon Zakai
Empkg prerequisites
2014-04-03
Apply requested formatting changes.
Andreas Bergmeier
2014-04-03
Add valid_abspath option to emcc --help.
Andreas Bergmeier
2014-03-28
fix the case where emcc's input and output is a bitcode file
Alon Zakai
2014-03-28
emcc logging improvements
Alon Zakai
2014-03-27
improve debug logging of emcc invocation
Alon Zakai
2014-03-26
typo in .d code generation
Alon Zakai
2014-03-26
handle --default-object-ext properly, and other emcc fixes
Alon Zakai
2014-03-25
let emcc directly access bitcode files when possible, to emit proper .d ↵
Alon Zakai
files and avoid unnecessary copies
2014-03-24
--emit-symbol-map option
Alon Zakai
2014-03-18
comment on webrtc test
Alon Zakai
2014-03-17
make simplifyIfs a settings option
Alon Zakai
2014-03-17
uncommaify between ifs that can potentially be simplified
Alon Zakai
2014-03-17
simplifyIfs js optimizer pass
Alon Zakai
2014-03-17
Add option valid-abspath to add absolute path, which should be considered valid.
Andreas Bergmeier
2014-03-14
add -profiling option
Alon Zakai
2014-03-11
improve CHECK_HEAP_ALIGN message
Alon Zakai
2014-03-10
avoid llvm-dis when using save-bc in fastcomp
Alon Zakai
2014-03-10
forward CLOSURE_COMPILER to settings, and use that to avoid a ↵
Alon Zakai
closure-specific workaround for Module detection; fixes #2209
2014-03-06
add commented out line to help debugging llvm opt aborts
Alon Zakai
2014-03-06
add docs and testing for mem init file being async
Alon Zakai
2014-02-27
make NO_EXIT_RUNTIME work properly with llvm lto
Alon Zakai
2014-02-27
run -globalopt when NO_EXIT_RUNTIME, to get rid of global initializers ↵
Alon Zakai
entirely in some cases
2014-02-27
support -Os and -Oz as arguments to emcc
Alon Zakai
2014-02-26
improve -v output, and add some docs
Alon Zakai
2014-02-26
pass NO_EXIT_RUNTIME flag to fastcomp and add test
Alon Zakai
2014-02-25
run sanity checks on emcc -v even without inputs
Alon Zakai
2014-02-25
check sanity on emcc -v
Alon Zakai
2014-02-25
run a sanity check after clearing the cache
Alon Zakai
2014-02-25
Introduce the asmjs-unknown-emscripten target triple.
Dan Gohman
2014-02-25
Fix a variety of pylint warnings.
Dan Gohman
2014-02-24
Merge branch 'fastcomp-by-default' into incoming
Alon Zakai
2014-02-24
deprecate jcache
Alon Zakai
[next]