https://github.com/kripken/emscripten

sort by:
Revision Author Date Message Commit Date
b5b96cb wip 14 October 2013, 21:23:34 UTC
80f51bb ensure ErrnoError exists during static initialization 14 October 2013, 20:28:31 UTC
ff4008a emcc comments on -Ox options 14 October 2013, 19:14:07 UTC
76556a0 properly parse ctors fully; fixes #1155 14 October 2013, 19:03:55 UTC
c672824 use proper separator in va_argHandler; fixes #1705 14 October 2013, 18:39:19 UTC
74e4760 Merge branch 'implemet_glcolor4ubv' of github.com:chino/emscripten into incoming Conflicts: AUTHORS 14 October 2013, 18:00:12 UTC
8dbbccb authors: adding my self :] 14 October 2013, 17:56:04 UTC
92ca8c4 Merge branch 'glut_mouse_wheel' of github.com:anlambert/emscripten into incoming Conflicts: AUTHORS 14 October 2013, 17:48:35 UTC
3c8c068 Merge pull request #1681 from marcosscriven/incoming Fix debug format to allow specific LLVM opts rather than just an integer level 14 October 2013, 17:43:54 UTC
1ddb637 do not show spurious warnings about missing library deps 14 October 2013, 17:37:39 UTC
f450405 Merge branch 'fix-rotozoom' of github.com:fhd/emscripten into incoming 14 October 2013, 17:35:53 UTC
ae7378a warn on missing library deps, remove an obsolete VFS dep, and add a necessary glOrtho dep; fixes #1708 14 October 2013, 03:21:10 UTC
9e09f40 opengl: implement glColor4ubv 14 October 2013, 02:00:02 UTC
86c385d demangle arrays 13 October 2013, 19:02:05 UTC
70ef107 add remaining basic demangle types 13 October 2013, 18:54:53 UTC
1b89f6c more demangle testing 13 October 2013, 18:28:45 UTC
fd14b84 demangle references 13 October 2013, 18:24:33 UTC
345e607 demangle all functions in stack traces, not just one 13 October 2013, 18:23:23 UTC
b89aaf0 un-closurify ErrnoError 13 October 2013, 04:07:51 UTC
80c217e use stackTrace in various places 13 October 2013, 04:01:03 UTC
5e6b5e3 demangle stacks in abort(), using new stackTrace utility 13 October 2013, 03:51:01 UTC
5e00090 properly demangle cxxabi craziness 13 October 2013, 01:52:30 UTC
07d68f0 refactor out parsing of nested demangled runs 13 October 2013, 01:39:06 UTC
afc095f parse anything after P, not just basic types 13 October 2013, 00:19:11 UTC
5002f74 refactor demangler 13 October 2013, 00:16:40 UTC
0726c45 support demangling const 12 October 2013, 23:56:21 UTC
ea871e6 demangle basic templates 12 October 2013, 23:05:46 UTC
0a9d778 demangle some templates 12 October 2013, 20:44:52 UTC
7842940 work towards demangling of templates 12 October 2013, 19:47:17 UTC
a6cfef0 demangle basic params 12 October 2013, 17:28:48 UTC
11e6a91 avoid crash in demangler with special operators 12 October 2013, 16:56:08 UTC
66d334a avoid creating unnecessary objects when calling tokenize 12 October 2013, 06:14:01 UTC
35d2724 remove unnecessary %"" merge code in makeToken 12 October 2013, 06:13:54 UTC
0219963 use full params when legalizing phis, not just their idents; fixes #1702 11 October 2013, 18:58:45 UTC
b5d2acf Merge pull request #1704 from michaeljbishop/rename-bug Fixes bug when renaming a directory into a subdirectory. 11 October 2013, 16:52:56 UTC
c338dd0 Fixes bug when renaming a directory into a subdirectory. 11 October 2013, 15:58:24 UTC
2cc20b4 C++ demangle helper 11 October 2013, 15:33:59 UTC
7c817f1 write out funcs and free their memory before starting up the funcs processors 11 October 2013, 14:50:42 UTC
6565e29 ignore ; Module line, which can confuse jcache as it contains the current temp dir 11 October 2013, 14:21:29 UTC
3a91f84 sort in find_bigfuncs.py 10 October 2013, 23:35:41 UTC
894db65 do not emit postSets for function indexing etc., bake them into the memory initializer 10 October 2013, 23:08:28 UTC
1c9032b do not split up ll into individual lines in python 10 October 2013, 20:37:00 UTC
da9b140 do not assert on output of numeric 0 from a js handler 10 October 2013, 17:19:01 UTC
3ed0d95 Fix whitespace in GL.populateUniformTable. 10 October 2013, 15:10:48 UTC
c272830 Merge pull request #1700 from juj/gl_extension_desktop_parity Gl extension desktop parity 10 October 2013, 15:07:05 UTC
6bc33ba Advertise all GL extensions both with and without the "GL_" prefix that desktop has, to match feature parity on existing codebases so that they don't have to manually work around the extension strings for both WebGL and GLES2. 10 October 2013, 15:07:17 UTC
0ebd363 remove unneeded variable 10 October 2013, 14:28:29 UTC
f577681 avoid allocating common tokens repeatedly 10 October 2013, 02:38:53 UTC
9bc421c optimize parseNumerical 09 October 2013, 22:11:54 UTC
ee4a6fd look for structs in src/ dir as a fallback, like relooper 09 October 2013, 22:11:32 UTC
f36c188 fix commented indexing debug statement 09 October 2013, 20:21:02 UTC
874f45d remove old function indexing code 09 October 2013, 20:13:49 UTC
5090f9d remove no longer needed test disabling 09 October 2013, 19:49:59 UTC
7e5d2a6 use aliasing function pointers in -O1 09 October 2013, 19:26:46 UTC
ce14f4f update other.test_chunking 09 October 2013, 19:00:32 UTC
0d98926 print call stack of errors, when there is one 09 October 2013, 18:31:55 UTC
028a321 avoid X-(-Y) in js optimizer; fixes #1685 09 October 2013, 17:22:24 UTC
12918cc Add a whitelist of GL extensions to enable at startup. 09 October 2013, 17:20:18 UTC
e10ee6c run relooper in -O1, and do not run js opts there 09 October 2013, 15:10:07 UTC
933e92a do not assume only -O2 reloops in ensure_relooper 08 October 2013, 22:32:29 UTC
d0e42d9 more explicit mathop nodes in legalizer 08 October 2013, 22:32:26 UTC
b4655b4 explicit mathop node in legalizer end case 08 October 2013, 22:28:30 UTC
0e4520e use ident in alloca intertype 08 October 2013, 22:26:44 UTC
b5f7058 automatically adjust asm heap size 08 October 2013, 21:27:55 UTC
706907a Merge pull request #1689 from juj/fix_gl_uniform_arrays Fix gl uniform arrays 08 October 2013, 20:14:20 UTC
5ce6618 Add a note that the previous commits shift the performance landscape to be heavier towards initial glLinkProgram time instead of doing work lazily in glGetUniformLocation time, which would get complicated for arrays, structs and SoA scenarios. 08 October 2013, 20:15:07 UTC
efe00bf Disable the uniform array test by default. 08 October 2013, 17:26:04 UTC
de66c20 Add unit test for GLES2 uniform arrays. 08 October 2013, 17:18:24 UTC
0a229cf Merge branch 'incoming' 08 October 2013, 15:47:14 UTC
ae5ef85 enable asm validation checks in unistd tests using EM_ASM 07 October 2013, 02:47:19 UTC
3323253 make EM_ASM use strings on the heap, so it works in asm, and cache the generated functions 07 October 2013, 00:44:06 UTC
6340c6d Fix the rotozoom tests 06 October 2013, 22:43:59 UTC
c1dd129 do not run simplifyExpressions in -O1 06 October 2013, 17:34:58 UTC
800ec1f look for metadata in js optimizer starting at the end 06 October 2013, 17:33:50 UTC
4091984 remove unneeded EMIT_GENERATED_FUNCTIONS 03 October 2013, 17:57:33 UTC
e91ceb0 fix js_opts definition 03 October 2013, 17:57:33 UTC
be93f60 disable heap align check in test_files, it mixes poorly with closure 03 October 2013, 17:53:57 UTC
daae8bd update test_emcc 03 October 2013, 17:53:57 UTC
8b76d21 update js optimizer tests 03 October 2013, 17:53:57 UTC
a859dbb add missing Math_min definition 03 October 2013, 17:53:57 UTC
c182633 emit final missing returns in compiler itself 03 October 2013, 17:53:57 UTC
04732d0 do not tack on .0 to Infinity or NaN 03 October 2013, 00:31:37 UTC
b379e05 remove obsolete fp80 test 03 October 2013, 00:31:37 UTC
d476a58 do not remove '.' from floats in parseNumerical 03 October 2013, 00:31:37 UTC
154a96f explicitly define setjmp helper vars 03 October 2013, 00:31:37 UTC
b61d6ec fix misc library asm validations 03 October 2013, 00:31:37 UTC
3f03cd8 overflow numbers directly in js compiler 03 October 2013, 00:31:37 UTC
cae8a52 move heap align checks to asm2g, keep -O1 pristine 03 October 2013, 00:31:37 UTC
db47cbe assert on vars being in front of functions straight out of the js compiler 03 October 2013, 00:31:37 UTC
de3972e when function is actually void, do not capture it's output even if llvm mistakenly bitcasts that way 03 October 2013, 00:31:37 UTC
6e8ba91 optimize Math.x to Math_x 03 October 2013, 00:31:37 UTC
d229313 if not running js opts, ensure a . in asmEnsureFloat immediately 03 October 2013, 00:31:36 UTC
42dde1e define legalized bitshift vars explicitly 03 October 2013, 00:31:36 UTC
e7515cb add explicit var to indirectbr 03 October 2013, 00:31:36 UTC
f97e5ca add explicit variable for invoke chunks 03 October 2013, 00:31:36 UTC
97891d0 add explicit vars for phi dependency breaks 03 October 2013, 00:31:36 UTC
1a9b9af add explicit vars for illegal mathops and landingpad 03 October 2013, 00:31:36 UTC
f2965d6 assert in normalizeAsm 03 October 2013, 00:31:36 UTC
07b106e register phi variables in function 03 October 2013, 00:31:36 UTC
435f17d chunk label init with the rest 03 October 2013, 00:31:36 UTC
back to top