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-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
2013-10-16
optimize test for merging of *'s to last token
Alon Zakai
2013-10-16
do not add ',' tokens during param list processing
Alon Zakai
2013-10-16
commented assertion for tokenize
Alon Zakai
2013-10-16
tokenize '{' normally
Alon Zakai
2013-10-16
add more necessary unistd clear()s
Alon Zakai
2013-10-16
Merge branch 'fix-module-exports-with-closure-try2' of github.com:fadams/emsc...
Alon Zakai
2013-10-16
Merge branch 'antialiasing' of github.com:wsmind/emscripten into incoming
Alon Zakai
2013-10-15
disable test_iostream in non-ta2, where the mem initializer being aliased is ...
Alon Zakai
2013-10-15
avoid spidermonkey in test_files due to closure collision
Alon Zakai
2013-10-15
work around ie limitations on canvas data not having .set()
Alon Zakai
2013-10-15
Merge pull request #1712 from juj/fix_ie_safari_callstack
Alon Zakai
2013-10-15
cache ',' token
Alon Zakai
2013-10-15
avoid creating interim strings in main tokenize loop
Alon Zakai
2013-10-15
fix parsing of globals starting with @"
Alon Zakai
2013-10-15
update test_emcc
Alon Zakai
2013-10-15
add some clear()s to unistd tests that need them
Alon Zakai
2013-10-15
fix autodebugger
Alon Zakai
2013-10-15
optimize parsing of X = Y
Alon Zakai
2013-10-15
removed comment in src/shell.js and explicitly called run_js with engine=NODE...
Fraser Adams
2013-10-15
Don't try to demangle call stack on browsers where the feature is not supported.
Jukka Jylänki
2013-10-15
Changed EGL_SAMPLES to 4 (2x2 MSAA)
Remi Papillie
2013-10-14
simplify tokenizing of {..}**..
Alon Zakai
2013-10-14
ensure ErrnoError exists during static initialization
Alon Zakai
2013-10-14
Minor fixes and improvements
Remi Papillie
2013-10-14
emcc comments on -Ox options
Alon Zakai
2013-10-14
properly parse ctors fully; fixes #1155
Alon Zakai
2013-10-14
use proper separator in va_argHandler; fixes #1705
Alon Zakai
2013-10-14
Merge branch 'implemet_glcolor4ubv' of github.com:chino/emscripten into incoming
Alon Zakai
2013-10-14
authors: adding my self :]
Daniel Aquino
[next]