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

1841 Коммитов

Автор SHA1 Сообщение Дата
Alon Zakai 08811c6b11 clear warning to stderr when enlarging memory arrays 2011-12-10 19:46:13 -08:00
Alon Zakai f59ffc338e Merge branch 'ta2bydefault' 2011-12-10 17:26:15 -08:00
Alon Zakai 3a35fd9389 remove reminder test 2011-12-10 17:25:33 -08:00
Alon Zakai 462d7e6f9d benchmark tweaks, remove some js-optimizer passes that seem to not help 2011-12-10 17:23:42 -08:00
Alon Zakai 1f0e073db6 gl comments 2011-12-10 17:13:29 -08:00
Alon Zakai c9026478f5 do unsigned 32-bit loads properly in ta1 2011-12-10 10:37:15 -08:00
Alon Zakai 5ef5f0458b reminder 2011-12-10 10:35:10 -08:00
Alon Zakai 7eb8e3f5aa do not check for corrections in safe heap unsigning 2011-12-10 10:34:48 -08:00
Alon Zakai c60a8bfe9c fix openjpeg test so it can be cached, speeding up the test runner 2011-12-10 10:17:38 -08:00
Alon Zakai 80cde8dc7c parseInt and printf test fixes 2011-12-09 21:20:19 -08:00
Alon Zakai 0162cc4bdc comments 2011-12-09 19:43:09 -08:00
Alon Zakai baa5d010a2 partial fix to test_printf in s_0_1 2011-12-09 18:51:38 -08:00
Alon Zakai c5c3b0f127 do poppler only in default 2011-12-09 18:18:29 -08:00
Alon Zakai 49a6b2b874 update test_reminder 2011-12-09 17:38:12 -08:00
Alon Zakai 1aac44c877 reduce the number of q1 tests 2011-12-09 17:37:34 -08:00
Alon Zakai 987e5ad12f tweak which tests we run 2011-12-09 17:32:33 -08:00
Alon Zakai 8504817fba switch poppler test to use arbitrary values of USE_TYPED_ARRAYS, and fix the test for default 2011-12-09 16:46:30 -08:00
Alon Zakai 5ffce90b0c fix i64 bitshifts (fixes test_intvars in i64 mode) and two other minor corrections for toNiceIdent and detecting the number of bits in mathops 2011-12-09 15:48:15 -08:00
Alon Zakai 06c7bd0179 fixes for isNiceIdent 2011-12-09 13:33:05 -08:00
Alon Zakai 6cf86dad35 improve parsing of mathops to more properly detect types 2011-12-09 13:32:39 -08:00
Alon Zakai f062efa100 re-strengthen now passing strtod in default 2011-12-09 11:20:57 -08:00
Alon Zakai 5eda9c9d1a properly implement strtok_r by translating the C source, so it will work with typed arrays 2011-12-09 11:14:33 -08:00
Alon Zakai 8895a70f62 test clarification 2011-12-09 10:35:05 -08:00
Alon Zakai bb6620bd43 re-enable test_math_hyperbolic in default, now passes 2011-12-09 10:33:11 -08:00
Alon Zakai 448ed5cf1e fix poppler test; all current tests pass in default 2011-12-09 10:30:52 -08:00
Alon Zakai 093ebe033d properly resolve multilevel function aliases, fixes bug with adding indexing for aliases. also optimize function indexing in compiler 2011-12-08 18:33:43 -08:00
Alon Zakai 5a74e784b2 remove workaround with not indexizing aliases 2011-12-08 17:16:34 -08:00
Alon Zakai a92111aaeb fix bug in localeconv 2011-12-08 15:20:58 -08:00
Alon Zakai 71f465f9e2 test fixes 2011-12-08 14:02:09 -08:00
Alon Zakai 2bad542283 fix for double mode 1 issue with 32-bit floats being NaNs and altering our doubles 2011-12-08 12:08:14 -08:00
Alon Zakai bdc218622d mark printf as depending on js engine float64array behavior 2011-12-07 17:51:15 -08:00
Alon Zakai d882ef00a1 fix bug with not fully processing ptrtoint and inttoptr in i64 mode 1 2011-12-07 17:15:41 -08:00
Alon Zakai 46239004b3 add failing test case 2011-12-07 16:56:04 -08:00
Alon Zakai cda70ff476 automatically disable SKIP_STACK_IN_SMALL when processing autodebugger data, to not flood the stack 2011-12-07 16:04:55 -08:00
Alon Zakai 2101d2d569 allow slightly different rounding results in bullet test 2011-12-07 15:36:35 -08:00
Alon Zakai f282ef13db weaken unneeded part of profiling test 2011-12-07 15:26:00 -08:00
Alon Zakai 757ec8ff0c fix test_pgo by not looking for a debug identifier for sign corrections in internal i64 calculations 2011-12-07 14:38:46 -08:00
Alon Zakai 02b8a149f5 comment 2011-12-07 14:27:39 -08:00
Alon Zakai d4277c2123 fix test_strtod 2011-12-07 14:19:19 -08:00
Alon Zakai 93be8b93fc switch some 64-bit stat fields to 32-bit 2011-12-07 14:15:52 -08:00
Alon Zakai 5f29965db3 Merge branch 'master' into ta2bydefault 2011-12-07 13:57:56 -08:00
Alon Zakai 7ec7be9c90 workaround for i64 mode 1 in printf test 2011-12-07 13:57:08 -08:00
Alon Zakai 462bfcbbb3 various i64 fixes, including preventing rounding of small negatives 2011-12-07 13:47:08 -08:00
Alon Zakai d47fe1fafd safe heap fixes 2011-12-07 11:32:43 -08:00
Alon Zakai ac5c48218d parseInt test is problematic, mark it as such, and fix some i64 issues with rounding (but not all) 2011-12-07 11:24:09 -08:00
Alon Zakai cd536b75c1 fix broken --optimize 2011-12-06 20:36:20 -08:00
Alon Zakai e702f719f8 test fixes 2011-12-06 18:35:41 -08:00
Alon Zakai f6e2afce8d safe heap fixes 2011-12-06 16:49:09 -08:00
Alon Zakai 36cdb0b69e test fixes 2011-12-06 16:32:03 -08:00
Alon Zakai 4e71da9599 DOUBLE_MODE=1 option to carefuly load and store doubles even in unaligned ta2 mode. fixes test_unaligned in ta2 and default 2011-12-06 16:07:54 -08:00