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-10-23
1.7.1
1.7.1
Alon Zakai
2013-10-23
fix bug with parsing of empty types
Alon Zakai
2013-10-23
remove old call to Runtime.warn in file packager code
Alon Zakai
2013-10-22
1.7.0
1.7.0
Alon Zakai
2013-10-22
Merge pull request #1722 from juj/fix_nodefs_windows
juj
2013-10-23
Add a staticInit() initializer function to node fs.
Jukka Jylänki
2013-10-22
start network fetch as early as possible in file packager output
Alon Zakai
2013-10-22
move fetchRemotePackage to outside of file packager generated code
Alon Zakai
2013-10-22
move file packager Module autocreation to toplevel
Alon Zakai
2013-10-22
fix file packager Module autocreation
Alon Zakai
2013-10-22
remove --pre-run option in file packager, handle all that automatically
Alon Zakai
2013-10-22
do not call setStatus if not present
Alon Zakai
2013-10-22
Fake node.js stat() call on Windows to report a blocksize and blocks number. ...
Jukka Jylänki
2013-10-21
add file handling code from --preload-file etc. in a pre-js, so that it will ...
Alon Zakai
2013-10-21
indentation fix in file packager
Alon Zakai
2013-10-21
Fix test_unistd_access and test_unistd_truncate on Windows. Both tests failed...
Jukka Jylänki
2013-10-21
Skip failing test_unistd_links test with NODEFS on Windows, since it requires...
Jukka Jylänki
2013-10-21
Fixes to nodefs filesystem so that test_unistd_io passes on Windows. Don't pa...
Jukka Jylänki
2013-10-19
commented-out compiler profiler support
Alon Zakai
2013-10-19
improve internal compiler Benchmarker
Alon Zakai
2013-10-19
update other.test_toobig
Alon Zakai
2013-10-18
avoid allocating huge lists for [BIGNUM x type] types
Alon Zakai
2013-10-18
fix simd math operations and improve test
Alon Zakai
2013-10-18
improve simd2 test
Alon Zakai
2013-10-18
vector bitcasts
Alon Zakai
2013-10-18
support for vector types nested in others
Alon Zakai
2013-10-18
add test_simd2
Alon Zakai
2013-10-18
add -O2 to simd test
Alon Zakai
2013-10-18
add test target
Alon Zakai
2013-10-18
integrate the SIMD polyfill code
Alon Zakai
2013-10-18
basic support for uint32x4
Alon Zakai
2013-10-18
extractelement
Alon Zakai
2013-10-18
add vector.h
Alon Zakai
2013-10-18
simd fix
Alon Zakai
2013-10-18
shufflevector
Alon Zakai
2013-10-18
insertelement
Alon Zakai
2013-10-18
vector loads and stores
Alon Zakai
2013-10-18
vector load
Alon Zakai
2013-10-18
add basic float simd calls
Alon Zakai
2013-10-18
define vector literal type
Alon Zakai
2013-10-18
setup to do vector ops in processMathop
Alon Zakai
2013-10-18
stubs for insertelement and shufflevector
Alon Zakai
2013-10-18
use HEAPF32 for <4 x float>
Alon Zakai
2013-10-18
do not fail on trying to analyze <N x type>
Alon Zakai
2013-10-17
is SP is not defined in linpack, default to DP
Alon Zakai
2013-10-17
document the ability to pass arbitrary llvm opt args to --llvm-opts
Alon Zakai
2013-10-17
optimize globalVariableHandler a little
Alon Zakai
2013-10-16
simplify bss handling
Alon Zakai
2013-10-16
emit only tokens from tokenize, avoid allocating an object to wrap them
Alon Zakai
2013-10-16
remove .item from tokenizer output
Alon Zakai
[next]