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
path:
root
/
src
Age
Commit message (
Expand
)
Author
2013-10-27
Merge branch 'webgl_context_attributes' of github.com:anlambert/emscripten in...
Alon Zakai
2013-10-26
cache string allocations in glGetString and eglQueryString
Alon Zakai
2013-10-25
handle internal illegal iX fields in calculateStructAlignment
Alon Zakai
2013-10-24
handle empty inline asms; fixes #1729
Alon Zakai
2013-10-24
map depth and stencil buffers activation from GLFW to WebGL
Antoine Lambert
2013-10-24
map depth and stencil buffers activation from SDL to WebGL
Antoine Lambert
2013-10-24
map depth and stencil buffers activation from GLUT to WebGL
Antoine Lambert
2013-10-23
write out html and side js when html output is requested, to improve page loa...
Alon Zakai
2013-10-23
Merge pull request #1726 from juj/sdl_setvideomode_0_0
Alon Zakai
2013-10-23
fix bug with parsing of empty types
Alon Zakai
2013-10-23
Implement SDL_SetVideoMode(0,0, ...) to create the canvas in whatever size th...
Jukka Jylänki
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
remove --pre-run option in file packager, handle all that automatically
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
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-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
vector bitcasts
Alon Zakai
2013-10-18
support for vector types nested in others
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
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
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
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
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
[next]