index
:
emscripten
master
push-upstream
Emscripten: An LLVM-to-JavaScript Compiler
git repository hosting
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Collapse
)
Author
2013-06-03
disable some test_cases tests in s_x_x
Alon Zakai
2013-06-03
fix whitespace changes that broke some tests
Alon Zakai
2013-06-02
create /dev/null; issue #1226
Alon Zakai
2013-06-02
fix typo in glGenVertexArrays__deps
Alon Zakai
2013-06-01
limit a warning message
Alon Zakai
2013-06-01
remove more unneeded break and continue statements in relooper
1.4.7
Alon Zakai
2013-06-01
improve RemoveUnneededFlows to handle flows into loops with a single entry
1.4.6
Alon Zakai
2013-06-01
improve relooper debugging
Alon Zakai
2013-06-01
do not leak split blocks
1.4.5
Alon Zakai
2013-05-31
more relooper work towards arbitrary splitting
Alon Zakai
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 ↵
Alon Zakai
overheads
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 ↵
Alon Zakai
of a bound buffer between them
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
SDL_SetVideoMode: Free old surface before creating new one
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 ↵
Alon Zakai
nothing)
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
feature.
2013-05-25
Add warning message print to file_packager to warn user when he accidentally ↵
Jukka Jylänki
specifies --preload-file to an absolute path, as discussed in #486.
[next]