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-12-26
support for optional complete emulation in relooper
1.7.9
Alon Zakai
2013-12-26
fix js libraries in fastcomp; fixes #1948
Alon Zakai
2013-12-25
ignore whitespace in relooper reftests
Alon Zakai
2013-12-25
disable new test in fastcomp
Alon Zakai
2013-12-25
better error on missing input files, fixes #1930
Alon Zakai
2013-12-25
properly handle invoke of setjmp, by lowering to a call, which fixes phis tha...
Alon Zakai
2013-12-25
Merge pull request #1943 from volo-zyko/incoming
juj
2013-12-24
disable a test requiring unaligned memory in fastcomp
Alon Zakai
2013-12-24
remove outdated comment
Alon Zakai
2013-12-24
fix LEAVE_INPUTS_RAW in fastcomp
Alon Zakai
2013-12-24
properly check for libx.so.1.2.3 types when deciding what to link in statical...
Alon Zakai
2013-12-24
differentiate suffixes from endings in filename_type_ending as well
Alon Zakai
2013-12-24
clearly differentiate suffixes from endings (dot + suffix) in emcc
Alon Zakai
2013-12-24
Fixed small problems which exhibit themself when building projects with too m...
Volo Zyko
2013-12-23
do not link in dynamic libraries when compiling to bitcode in intermediate st...
Alon Zakai
2013-12-23
fix size limit in limit_size, necessary for s_0_0.test_safe_heap
Alon Zakai
2013-12-23
make eliminator not get confused by calls without a return but with a coercion
Alon Zakai
2013-12-23
don't get confused by temporary empty nodes when calculating assigns in the l...
Alon Zakai
2013-12-23
fix bug where close-together tempDoublePtr operations could cross each other
Alon Zakai
2013-12-23
improve fuzz test tool
Alon Zakai
2013-12-22
comment on how tempDoublePtr is optimized
Alon Zakai
2013-12-22
do not use named globals in fastcomp
Alon Zakai
2013-12-21
save each benchmark to a unique name
Alon Zakai
2013-12-21
benchmark fastcomp
Alon Zakai
2013-12-21
error on unsupported features in fastcomp
Alon Zakai
2013-12-21
Update test other.test_demangle to pass after the previous commit which added...
Jukka Jylänki
2013-12-20
update browser.test_preload_file
Alon Zakai
2013-12-20
fix emcc usage of file packager
Alon Zakai
2013-12-20
update tests for recent file packager changes
Alon Zakai
2013-12-20
fix file packager
Alon Zakai
2013-12-20
fuzz i64 math as well
Alon Zakai
2013-12-20
do not force asm in fuzzer
Alon Zakai
2013-12-20
randomize opt level in csmith driver
Alon Zakai
2013-12-20
fuzz testcase
Alon Zakai
2013-12-20
Merge pull request #1922 from coolwanglu/embed_dot_files
Alon Zakai
2013-12-20
Merge pull request #1635 from juj/emscripten_log
Alon Zakai
2013-12-20
fuzz testcase
Alon Zakai
2013-12-20
fuzz testcase
Alon Zakai
2013-12-20
improve fuzz testcase runner
Alon Zakai
2013-12-20
simplify ir for fastcomp after the autodebugger runs
Alon Zakai
2013-12-20
make fuzz tester executable
Alon Zakai
2013-12-20
csmith fixes
Alon Zakai
2013-12-20
Fix browser.test_emrun to utilize the EMSCRIPTEN_BROWSER env. variable like t...
Jukka Jylänki
2013-12-20
In browser.test_emrun, use --log_stdout and --log_stderr to capture run outpu...
Jukka Jylänki
2013-12-20
Improve emrun browser launch detach detection on linux. Shield log printing w...
Jukka Jylänki
2013-12-20
Fix potential race condition in emrun where the browser was spawned before th...
Jukka Jylänki
2013-12-20
Remove unneeded newline append in emrun when logging to file.
Jukka Jylänki
2013-12-20
Make emrun executable on linux
Jukka Jylänki
2013-12-20
Add verbose debug print to emrun exit to troubleshoot linux process hang issu...
Jukka Jylänki
2013-12-20
Remove bad print in emrun when the message that arrived out-of-sequence shoul...
Jukka Jylänki
[next]