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

413 Коммитов

Автор SHA1 Сообщение Дата
Alon Zakai 008137390b emscripten.py option to expose header #defines to library. fixes fcntl 2011-09-24 23:26:59 -07:00
Alon Zakai 6983a22904 fix test_debug 2011-09-24 19:25:58 -07:00
Alon Zakai 2f11f2e153 start to include system headers (tests broken) 2011-09-24 18:21:58 -07:00
Alon Zakai ec318d92f2 improve option to disable exception catching; fixes ammo speed regression 2011-09-24 12:05:20 -07:00
Alon Zakai 8643df88d3 harmonize use of COMPILER_ARGS 2011-09-23 17:23:22 -07:00
Alon Zakai 984d19ba2e profiling option 2011-09-18 12:57:07 -07:00
Alon Zakai 00d573c696 fix ta2 memcpy bug, and enable ta2 in sqlite test 2011-09-17 23:49:38 -07:00
Alon Zakai 9d3794f7fb disable failing test_typed_exceptions for now 2011-09-17 09:55:34 -07:00
Alon Zakai 4203afeb1a Merge branch 'master' into llvm-svn 2011-09-15 20:09:18 -07:00
Alon Zakai ce07f2aa77 intentionally do reSign in printing %d 2011-09-14 18:08:52 -07:00
Alon Zakai 55013f30bc sqlite test tweaks 2011-09-14 13:54:42 -07:00
Alon Zakai 323bd5206e faster shortcuts for sign/unsign 2011-09-13 18:36:38 -07:00
Alon Zakai 7aa745d5bf update autooptimize test 2011-09-13 17:32:54 -07:00
Alon Zakai b3a279b0a5 disable roundings in sqlite 2011-09-13 17:25:51 -07:00
Alon Zakai 77f5ee985c optimize sqlite 2011-09-13 17:21:37 -07:00
Alon Zakai 0bd01fc782 improve sqlite test 2011-09-13 10:29:47 -07:00
max99x c5e5c90cd1 Merge remote-tracking branch 'upstream/master'
Conflicts:
	src/intertyper.js
	tests/runner.py
2011-09-13 02:14:32 +03:00
max99x 91e29b31f2 Basic support for typed exceptions. 2011-09-13 02:07:59 +03:00
Alon Zakai 7143eab384 improve sqlite test 2011-09-11 16:16:10 -07:00
Alon Zakai 2c3ff19388 clean up sqlite test 2011-09-10 22:01:22 -07:00
Alon Zakai a93550e86f sqlite test 2011-09-10 20:38:30 -07:00
Alon Zakai fd28971b9a force shifts on i64s to remain integers 2011-09-10 18:52:35 -07:00
Alon Zakai b3bcc62d15 better autodebugger support for floats 2011-09-10 14:30:17 -07:00
Alon Zakai ea94dbe3b7 rename test_error ; all tests pass 2011-09-09 13:51:14 -07:00
Alon Zakai a286d7cfc8 Merge branch 'master' into llvm-svn 2011-09-08 17:44:10 -07:00
Alon Zakai 8088f52fba disable some not-yet-relevant tests 2011-09-08 16:26:55 -07:00
Alon Zakai bd5581ffe8 make sure the current working directory is valid in do_emscripten; fixes python failure 2011-09-08 13:08:52 -07:00
Alon Zakai a70b811afc vtable customization in bindings generator, +misc infra improvements to help test it 2011-09-06 20:40:20 -07:00
Alon Zakai 40a3f51f3c disable -indvars on q1 2011-09-04 15:24:45 -07:00
Alon Zakai 07ae29c2cd some updates for q1 2011-09-04 12:06:59 -07:00
Alon Zakai 391fb94d3f fix llvm opts for 3.0 2011-09-04 10:52:59 -07:00
Alon Zakai 30cc97c85c stubs for lifecycle intrinsics, and do not generate calls to stubs 2011-09-04 00:15:13 -07:00
Alon Zakai 7a7ab766e5 fix expect bug in library, fixes dlmalloc test 2011-09-03 22:35:35 -07:00
Alon Zakai 144f2f1784 Merge branch 'master' into llvm-svn 2011-09-03 18:45:17 -07:00
Alon Zakai 3f89bd84dc simplify emmaken with EMMAKEN_JUST_CONFIGURE, and use llvm-ld instead of llvm-link for better compatibility 2011-09-03 18:26:55 -07:00
Alon Zakai cb596dcd84 disable libcxx due to llvm bug, and improve skip() printing 2011-09-02 16:03:33 -07:00
Alon Zakai f567a0bee4 remove hardcoded result from autodebug test (autogenerated is enough) 2011-09-02 12:05:16 -07:00
Alon Zakai a2e79dd30f remove (the deprecated) llvm-gcc 2011-09-02 11:30:47 -07:00
Alon Zakai 4943a80e08 Merge pull request #75 from max99x/master
Eliminator update, strtox(), Closure compatibility and other fixes
2011-08-30 12:56:34 -07:00
Alon Zakai 639775b8a0 make it easier to run specific benchmarks 2011-08-30 11:41:52 -07:00
Alon Zakai 35cf4e1e71 enable some tests since spidermonkey bug 675269 is resolved 2011-08-30 11:03:46 -07:00
Alon Zakai 6f3e4af49c make FAST_MEMORY and TOTAL_MEMORY easier to use; fix slowdown in dlmalloc benchmark 2011-08-29 18:17:37 -07:00
max99x f1b66bafae Fix for field size in _scanString(). 2011-08-28 19:47:53 +03:00
max99x 19458449a6 Fixed negatives in strtod(); implemented strto[l/ul/ll/ull](). 2011-08-28 10:06:36 +03:00
max99x c105c7232c Simplified strdup(); added test for it in test_strings. 2011-08-27 08:09:49 +03:00
max99x 46222e2860 Disabled tests that are now incompatible with _t2;
Disabled test_dlfcn_varargs on _q1; expected failure.
2011-08-27 05:28:46 +03:00
max99x b7fcc0e148 Switched from "var x = function x() {}" to plain "function x() {}" for lib functions. 2011-08-26 01:32:36 +03:00
max99x f99ce662ae Style fixes in response to code review. No change in functionality. 2011-08-25 22:21:00 +03:00
max99x 0f9d296b52 Fixed _formatString()/printf() for USE_TYPED_ARRAYS + test for it. 2011-08-25 16:25:16 +03:00
max99x 58b8fa4ff0 Added vprintf() test;
Skipping tests that use i64 vars when USE_TYPED_ARRAYS != 0;
Fixed incorrectly declared printf() in tests/cases/trunc.ll.
2011-08-25 16:05:24 +03:00