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
Age
Commit message (
Expand
)
Author
2014-02-25
1.12.2
1.12.2
Alon Zakai
2014-02-25
Make the "did NOT asm.js'ify" error message more
Dan Gohman
2014-02-25
Fix the banned_js_engines mechanism.
Dan Gohman
2014-02-25
Use __EMSCRIPTEN__ instead of EMSCRIPTEN in tests.
Dan Gohman
2014-02-25
Begin using the Emscripten toolchain in clang.
Dan Gohman
2014-02-25
Update the tests to use asmjs-unknown-emscripten.
Dan Gohman
2014-02-25
Introduce the asmjs-unknown-emscripten target triple.
Dan Gohman
2014-02-25
Minor code simplifications.
Dan Gohman
2014-02-25
Fix a copy+pasto.
Dan Gohman
2014-02-25
Fix a variety of pylint warnings.
Dan Gohman
2014-02-25
add fuzz testcase
Alon Zakai
2014-02-24
warn on emscripten, llvm and clang versions not matching
Alon Zakai
2014-02-24
update fuzz testers for fastcomp by default
Alon Zakai
2014-02-24
v1.12.1 - first testing version with fastcomp on by default
1.12.1
Alon Zakai
2014-02-24
Merge branch 'fastcomp-by-default' into incoming
Alon Zakai
2014-02-24
add _ZNSt9exceptionD0Ev; fixes fastcomp issue 20
Alon Zakai
2014-02-24
add _ZNSt9exceptionD0Ev; fixes fastcomp issue 20
Alon Zakai
2014-02-25
Fix emscripten_get_callstack to work on Firefox 30 after it implemented colum...
Jukka Jylänki
2014-02-24
deprecate jcache
Alon Zakai
2014-02-24
Merge pull request #2149 from TehEpicPineapple/prettier-shell
Alon Zakai
2014-02-23
disable some outlining logging
Alon Zakai
2014-02-23
add stack bump if only sp is defined but no bump is present, when outlining
Alon Zakai
2014-02-23
emit value in safe heap load logging
Alon Zakai
2014-02-22
Merge branch 'master' of github.com:haneefmubarak/emscripten into incoming
Alon Zakai
2014-02-22
added 'haneefmubarak' to AUTHORS
Haneef Mubarak
2014-02-22
update year to 2014
Haneef Mubarak
2014-02-22
add EM_ASM_ which allows sending values without returning anything
Alon Zakai
2014-02-21
make test_outline limits a little more flexible
Alon Zakai
2014-02-21
do not outline the entire stack prelude, including STACKTOP = ..
Alon Zakai
2014-02-21
Merge pull request #2147 from waywardmonkeys/remove-unused-headers
Alon Zakai
2014-02-21
Actually make margin between canvas and output
Jack Arrington
2014-02-21
fix test_scriptaclass
Alon Zakai
2014-02-21
error on CORRUPTION_CHECK in fastcomp
Alon Zakai
2014-02-21
Add margin between output and canvas
Jack Arrington
2014-02-21
"powered by emscripten" logo
Jack Arrington
2014-02-21
release 1.12.0
1.12.0
Alon Zakai
2014-02-21
fix test_files_m: do not put a variable called 'data' in the global scope
Alon Zakai
2014-02-21
fix s_x_x tests
Alon Zakai
2014-02-21
RUNTIME_TYPE_INFO is not supported in fastcomp
Alon Zakai
2014-02-21
fix llvm nativizer tool for fastcomp
Alon Zakai
2014-02-21
reflect that asm is on by default in fastcomp, even in -O0, in the settings
Alon Zakai
2014-02-21
add non-fastcomp other.test_emcc run
Alon Zakai
2014-02-21
make non-fastcomp tests in browser run in non-fastcomp mode
Alon Zakai
2014-02-21
deprecate toy gc impl
Alon Zakai
2014-02-21
make non-fastcomp tests in other run in non-fastcomp mode
Alon Zakai
2014-02-21
bump expected llvm version to 3.3, which is what fastcomp uses
Alon Zakai
2014-02-21
fix sanity.test_relooper
Alon Zakai
2014-02-21
point to wiki page on fastcomp when using fastcomp but backend is not present
Alon Zakai
2014-02-21
assume fastcomp in fastcomp sanity test
Alon Zakai
2014-02-21
add message pointing people to the fastcomp wiki page that explains how to di...
Alon Zakai
[next]