aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-11-09consolidate side effect checking codeAlon Zakai
2013-11-09remove unneeded varAlon Zakai
2013-11-09optimize hasSideEffectsAlon Zakai
2013-11-09fix ensureDot logicAlon Zakai
2013-11-08emit proper large float constants when js opts are to be runAlon Zakai
2013-11-08fix float/int bitcast optimization to recognize and preserve Math_froundAlon Zakai
2013-11-08fix registerize pass for float32Alon Zakai
2013-11-08initial work for float32 support in js optimizerAlon Zakai
2013-11-08add asm2f test subsuiteAlon Zakai
2013-11-08Merge branch 'incoming' into f32Alon Zakai
Conflicts: src/parseTools.js src/preamble.js
2013-11-08Merge pull request #1767 from waywardmonkeys/update-libcxx1.7.2Alon Zakai
Update libcxx
2013-11-08Merge branch 'master' of github.com:bobroberts177/emscripten into incomingAlon Zakai
2013-11-08Merge pull request #1761 from prenaux/developAlon Zakai
GLUT support for DELETE & BACKSPACE keys ; Fixed lzma.js doit.sh so that it works on Windows ; Removed unnecessary warning in em++ ;
2013-11-08Merge pull request #1764 from juj/name_more_functionsAlon Zakai
Add more names for functions that show up in Firefox profiler as anonymous.
2013-11-08no-op for __builtin_prefetch; fixes #1765Alon Zakai
2013-11-08Merge pull request #1768 from juj/gles2_func_stubsAlon Zakai
GLES2 func stubs.
2013-11-08invalidate calls on conditionals in js optimizer, to avoid eliminating into ↵Alon Zakai
a non-executing code path
2013-11-07Add self to AUTHORSbobroberts177
2013-11-07Implement GLES2 glShaderBinary and glReleaseShaderCompiler functions as ↵Jukka Jylänki
no-op stubs. Add a machinery for glGetError() to report errors generated by the library_gl.js interop layer.
2013-11-07Add more names for functions that show up in Firefox profiler as anonymous.Jukka Jylänki
2013-11-07Bump version & regen symbols for libcxx.Bruce Mitchener
2013-11-07Don't use atomic as that breaks our version of clang.Bruce Mitchener
2013-11-07Update libcxx to 194185, 2013-11-07.Bruce Mitchener
This brings C++14 support.
2013-11-06Merge pull request #1748 from caiiiycuk/fix_sdl_colorsAlon Zakai
Fix SDL_SetColors && SDL_envets
2013-11-06Merge pull request #1743 from fadams/fix-nodejs-socket-clientAlon Zakai
add support for node.js to act as a socket client
2013-11-06[thirdparty/lzma.js]: Fixed doit.sh so that it compiles on Windows using ↵Pierre Renaux
MingW's GCC & Bash ;
2013-11-06[library_glut.js]: Handle DELETE & BACKSPACE correctly ;Pierre Renaux
2013-11-05use __proto__ when available for new streams, otherwise do a full copy; ↵Alon Zakai
fixes #1759, #1760
2013-11-05stub for pthread_rwlock_initAlon Zakai
2013-11-05handle errors in ioctlAlon Zakai
2013-11-05support ASM_JS=2 not just in test runner, and remove some unneeded uses in ↵Alon Zakai
test suite
2013-11-05Fix dependencies on DNSbobroberts177
2013-11-04fake dladdrAlon Zakai
2013-11-04pthread_mutexattr_setpshared stubAlon Zakai
2013-11-04add testcase for select fixAlon Zakai
2013-11-04add missing parens for select mathopAlon Zakai
2013-11-04Merge pull request #1735 from juj/name_js_functionsAlon Zakai
Name js functions.
2013-11-04Removed RunnerCore import as no longer needed and added return ↵Fraser Adams
self.skip('node is not present') to test_nodejs_sockets_echo if node isn't available
2013-11-04Give names to most manually assigned functions in the .js files, in form ↵Jukka Jylänki
"var x = function()" -> "function x()" so that error stack traces and profiling stack traces are more informative and do not contain anonymous functions.
2013-11-04[em++]: Removed unnecessary warning about the PYTHON variable ;Pierre Renaux
2013-11-03CONTRIBUTING.markdownAlon Zakai
2013-11-02moved nodejs client test case into main sockets test class as requested. Run ↵Fraser Adams
with ./runner.py sockets.test_nodejs_sockets_echo
2013-11-01do not emit unnecessary coercions when calling a math builtin with a floatAlon Zakai
2013-11-01Merge branch 'incoming' into f32Alon Zakai
Conflicts: src/parseTools.js
2013-11-01Merge pull request #1752 from michaeljbishop/glgetintegerv-fixAlon Zakai
Adds to a test case verifying return values from glGetIntegerv
2013-11-01Merge pull request #1750 from juj/no_copy_vfs_to_heapjuj
no_copy_vfs_to_heap
2013-11-02Add command line parameter --no-heap-copy that optimizes for small memory ↵Jukka Jylänki
footprint and fread() performance over the default behavior that copied VFS to HEAP, that is designed for mmap() performance. Adjust MEMFS node contentMode enum to reflect whether content is off the main HEAP or not. Note that this enum is not much used, so this has little effect. Add browser tests to check that fread() and mmap() work with and without --no-heap-copy.
2013-11-01add vector support for and, or and xorAlon Zakai
2013-11-01Adds to a test case verifying glGetIntegerv returnsMichael J. Bishop
correct results when the current texture id is not TEXTURE0 and fixes library_gl.js so that it returns correct results.
2013-10-31Merge branch 'fixup-node-version-check' of github.com:bnoordhuis/emscripten ↵Alon Zakai
into incoming Conflicts: AUTHORS