Граф коммитов

1426 Коммитов

Автор SHA1 Сообщение Дата
Alon Zakai b37876be6e enable test_segfault only with ta2, because otherwise SAFE_HEAP means type checks which hide segfaults 2012-09-11 18:19:04 -07:00
Alon Zakai cc23403532 fix test_cases 2012-09-11 15:39:54 -07:00
Alon Zakai 91ae9b1233 compress type info of zeroinitializers in ta2 2012-09-11 14:58:32 -07:00
Alon Zakai 1896c00715 check for segfaults in SAFE_HEAP 2012-09-09 20:00:52 -07:00
Alon Zakai c054ea211c Merge pull request #559 from stechz/incoming
Bitshift optimizer anticipates fns with switches
2012-09-05 14:35:13 -07:00
Alon Zakai 41d10c114d typeid improvements 2012-09-05 12:17:23 -07:00
Benjamin Stover 00338e07d6 Bitshift optimizer anticipates fns with switches
Conflicts:
	AUTHORS
2012-09-05 11:18:40 -07:00
Alon Zakai ef417d0e7f add more inet tests 2012-09-05 09:56:21 -07:00
Mokhtar Naamani 51aaccd026 fixed htonl 2012-09-04 13:58:24 +03:00
Alon Zakai 94a0cb1ccd --clear-cache option 2012-08-30 16:42:34 -07:00
Alon Zakai 2667b5806e fix test_atoX 2012-08-30 15:15:36 -07:00
Alon Zakai 249e75b46f support for SDL_QUIT event 2012-08-30 14:49:12 -07:00
Alon Zakai 2a193932e8 fix key event test framework 2012-08-29 20:09:22 -07:00
Alon Zakai 2d206b313f fix extension of non-i32s to >i32s 2012-08-29 16:27:19 -07:00
Alon Zakai 4499c52fca clean up atoX a little and add testing 2012-08-27 20:33:54 -07:00
Alon Zakai 61079c0fec disable test_rand 2012-08-25 17:49:43 -07:00
Alon Zakai c14a675125 PRECISE_I32_MUL option for full precision in 32-bit multiply 2012-08-25 11:26:47 -07:00
Alon Zakai aab3e76b94 check for additional stack allocations and varargs in the whole function, not just the first block. fixes #544 2012-08-24 17:53:20 -07:00
Alon Zakai 1f666759fe warn on -I and -L to absolute paths, which may be to local system headers/libraries that are not portable 2012-08-18 22:05:23 -07:00
Alon Zakai 149f063107 fix sign checks in strncasecmp and memcmp 2012-08-14 11:47:15 -07:00
Alon Zakai 173b8830de compare unsigned values in str[n]cmp 2012-08-13 14:03:21 -07:00
Alon Zakai 9998978f1b Module.preInit 2012-08-10 10:33:40 -07:00
Alon Zakai 3093568256 test for llvm.expect.i32 being defined 2012-08-08 12:02:30 -07:00
Alon Zakai 6a46d74b73 make test_unaligned more robust 2012-08-04 09:06:11 -07:00
Alon Zakai 48d4dfdbd9 fix file preloading with -o subdir/.. 2012-07-30 14:26:22 -07:00
Alon Zakai 8f1d44960c if generateStructInfo gets invalid data, return null, do not throw: possibly duplicate struct names, and it is ok to return null 2012-07-28 20:54:10 -07:00
Alon Zakai 96cdbee964 allow apps to link both GL and SDL 2D backends and use just one 2012-07-25 11:30:15 -07:00
Alon Zakai 80a58685b5 always look for main in .a files 2012-07-23 16:47:02 -07:00
Alon Zakai 80e012a435 test + fix for continuing to load despite bad audios 2012-07-22 19:24:42 -07:00
Alon Zakai a4d8b7c20f fix strstr 2012-07-19 20:57:29 -07:00
Alon Zakai 4cdda28289 rewrite strstr to do c-style comparisons, to avoid js regexp search artifacts 2012-07-19 16:48:01 -07:00
Alon Zakai a8ffd30399 fix relative paths in preloading and add testing 2012-07-18 17:21:27 -07:00
Alon Zakai a97aab0522 refactor file preloading to happen in FS.createPreloadedFile, so that not only file_packager preloading gets preloaded Images and Audios 2012-07-18 16:24:37 -07:00
Alon Zakai 80e9d229d5 fix cases/514.ll for s_x_x 2012-07-17 14:40:15 -07:00
Alon Zakai 03ed17a7b7 commented future change to benchmarks 2012-07-17 11:39:00 -07:00
Alon Zakai 7f513d1cea add test for #514 2012-07-16 21:26:21 -07:00
Alon Zakai 9de239c14c warn on wrong llvm version 2012-07-16 18:57:48 -07:00
Alon Zakai 535d77186f optimize bswap 2012-07-16 15:04:42 -07:00
Alon Zakai d8f3b43e24 remove whitespace at beginning of sscanf, fixes #512 2012-07-15 21:29:59 -07:00
Alon Zakai f1d11329a4 utf parsing in writeStringToMemory as well 2012-07-15 13:50:05 -07:00
Alon Zakai b43e2dc677 fix test_utf 2012-07-15 09:49:40 -07:00
Alon Zakai 6defc88dbf test utf8 in Pointer_stringify 2012-07-14 21:12:40 -07:00
Alon Zakai 4ffb769331 utf-8 support 2012-07-14 19:01:09 -07:00
Alon Zakai 19e90e544b test FS.analyzePath 2012-07-14 13:34:02 -07:00
Alon Zakai 689a90a987 fix test_poppler 2012-07-14 11:34:11 -07:00
Alon Zakai 1b15a1c44b fix btest harness bug, python += is not the same as = + 2012-07-12 21:21:16 -07:00
Alon Zakai 3b6025a2c4 emscripten_push_main_loop_blocker 2012-07-12 18:26:46 -07:00
Alon Zakai 42f93a46a6 fix tabs->spaces 2012-07-12 18:24:03 -07:00
Alon Zakai 96f8df489e Merge pull request #380 from linghuye/master 2012-07-12 14:16:03 -07:00
Alon Zakai 7eedeb53ce add some slack to sdl_maprgba for linux/ati 2012-07-11 17:17:01 -07:00