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
2013-05-31
remove unneeded Branch info on incoming branches in relooper
1.4.4
Alon Zakai
2013-05-31
point relooper fuzzer to non-absolute path
Alon Zakai
2013-05-31
add testcase for annoying relooper pattern that generates many control flow o...
Alon Zakai
2013-05-31
prepare for option to split arbitrary nodes in relooper
Alon Zakai
2013-05-30
fix relooper test, needs bash
Alon Zakai
2013-05-30
do not use gl emulation code in es2 emulation mode, to avoid confusing lack o...
Alon Zakai
2013-05-30
add jgilbert to AUTHORS
Alon Zakai
2013-05-30
remove unnecessary GL.currArrayBufferObj
Alon Zakai
2013-05-30
indentation
Alon Zakai
2013-05-30
Merge branch 'texenv' of github.com:jdashg/emscripten into incoming
Alon Zakai
2013-05-30
Merge pull request #1220 from inolen/free_surface
Alon Zakai
2013-05-30
handle illegal mathops in processMathop; valid for <64 bits in some cases
Alon Zakai
2013-05-30
implement std::exception::what()
Alon Zakai
2013-05-30
export PGOMonitor
Alon Zakai
2013-05-30
handle phi loops properly
Alon Zakai
2013-05-30
heap hash debugging function
Alon Zakai
2013-05-29
Free old surface before creating new one
Anthony Pesch
2013-05-29
Merge branch 'fs_destination' of github.com:juj/emscripten into incoming
Alon Zakai
2013-05-29
This fixes various strtoll/strtol issues, including tests
Soeren Balko
2013-05-29
Fix handling of crunched files broken in previous commit.
Jukka Jylänki
2013-05-28
only abort in eliminator when actually necessary
Alon Zakai
2013-05-28
initialize errno
Alon Zakai
2013-05-28
add std::exception testcase
Alon Zakai
2013-05-28
implement ~exception in header, to make std::exception usable; fixes #1198
Alon Zakai
2013-05-27
make sure emscripten_run_script_int returns an int
Alon Zakai
2013-05-27
define EMSCRIPTEN in the environment when using emmake
Alon Zakai
2013-05-27
emscripten_exit_with_live_runtime
Alon Zakai
2013-05-25
improve test_llvmswitch
Alon Zakai
2013-05-25
fix registerize semantics to treat each arm of ifs and switches separately
Alon Zakai
2013-05-25
registerize in asm switches
Alon Zakai
2013-05-25
add test for current state of asm registerize in switches (i.e., do almost no...
Alon Zakai
2013-05-25
use smaller special label for longjmp
Alon Zakai
2013-05-25
eliminate into switch cases
Alon Zakai
2013-05-25
silence exceptions during cxa_free_exception
Alon Zakai
2013-05-25
tiny bit more embind testing
Alon Zakai
2013-05-25
enable asm.js in embind, with extra reserved function pointers by default
Alon Zakai
2013-05-25
do not emit resumeException when exceptions are disabled
Alon Zakai
2013-05-25
additional embind testing
Alon Zakai
2013-05-25
Add browser unit tests to guarantee new src@dst file system packaging syntax ...
Jukka Jylänki
2013-05-25
Add warning message print to file_packager to warn user when he accidentally ...
Jukka Jylänki
2013-05-25
Fix browser.test_preload_file absolute paths on windows. The test would creat...
Jukka Jylänki
2013-05-25
Add support for specifying the target location of preloaded or embedded files...
Jukka Jylänki
2013-05-24
handle globals with no value and no zeroinit
Alon Zakai
2013-05-24
auto-export malloc, needed by file packager
Alon Zakai
2013-05-24
Merge pull request #1203 from michaeljbishop/objc-support
Alon Zakai
2013-05-24
Simplified code by using a tuple in combination with `endsWith`.
Michael Bishop
2013-05-24
show --help in emcc even if there are other args
Alon Zakai
2013-05-23
make file packager closure-friendly
Alon Zakai
2013-05-23
remove llvm.global_ctors from libcxx symbols
Alon Zakai
2013-05-23
properly expand response files in EXPORTED_FUNCTIONS, which is used before co...
Alon Zakai
[next]