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

6498 Коммитов

Автор SHA1 Сообщение Дата
Betti Oesterholz 4a36fe84d4 lzma missing files arg_parser.* added
Seems the lzma (/third_party/lzma.js/) modul is missing the "arg_parser.h"
and "arg_parser.cc" files.
Added the files from:
   http://fossies.org/linux/misc/lzip-1.15-pre1.tar.gz
2013-05-12 11:55:35 +02:00
Alon Zakai 5e86eb0a83 include netinet/in.h in netdb.h, like linux does; fixes #1153 2013-05-08 18:42:30 -07:00
Alon Zakai 65363029ef add nbody-java benchmark 2013-05-08 16:09:35 -07:00
Alon Zakai 693682fc22 add nbody-java code 2013-05-08 16:06:26 -07:00
Alon Zakai b41b535aea fix FI_* of Math.* 2013-05-08 14:59:48 -07:00
Alon Zakai 45a3601db6 improve mathfuncptr test 2013-05-08 14:54:30 -07:00
Alon Zakai 0c716b3e53 fix function table wrapping of Math.* 2013-05-08 14:53:30 -07:00
Alon Zakai 4ead9dad30 recognize the double-to-i64 bitcast pattern as having no side effects in eliminator 2013-05-07 18:54:03 -07:00
Alon Zakai 536ab4dd3b avoid unnecessary bitcasts from double to i64, if the double was loaded and only used as an i64 2013-05-07 18:24:14 -07:00
Alon Zakai 63a76fbbfd fix test runner is_le32 2013-05-07 18:21:54 -07:00
Alon Zakai 1ed2d7fdb3 fix mishandling of inference of global var types 2013-05-07 17:11:02 -07:00
Alon Zakai e5b7fab17e infer untyped variables in js-optimizer.js by origin variable's type if they are just a copy 2013-05-07 16:52:27 -07:00
Alon Zakai 0cd8926f0f add whets testcase 2013-05-07 16:39:32 -07:00
Alon Zakai 06a8c252d9 switch to le32 target by default 2013-05-07 16:10:52 -07:00
Alon Zakai b08947097b fix sdl inclusion 2013-05-06 16:10:45 -07:00
Alon Zakai be0fb5cc46 auto-include malloc/free when SDL is used; fixes #1139 2013-05-06 13:35:33 -07:00
Alon Zakai 39479d6ea7 Merge pull request #1138 from sylvestre/incoming
Minor improvements in the sources
2013-05-06 12:44:41 -07:00
Alon Zakai 1086b71615 make sure function table size for empty tables is the right power of two 2013-05-06 12:21:27 -07:00
Alon Zakai 300e44e423 remove tests/cases/gepoverflow since it is too finicky with absolute pointers 2013-05-06 12:04:29 -07:00
Alon Zakai b6b9c54b99 fix memory initializer detection 2013-05-06 11:38:26 -07:00
Alon Zakai fc41fce2f5 generate empty function tables of proper size 2013-05-05 18:05:44 -07:00
Alon Zakai 2a85aa178d update comments 2013-05-05 16:26:22 -07:00
Alon Zakai bf673b03ca add test for sdl allocation, and warn when using stub malloc/free 2013-05-05 16:12:43 -07:00
Alon Zakai 558ac1930b generalize customizeVTable to support asm 2013-05-05 13:20:30 -07:00
Alon Zakai 9e05d4f86a update test_statics 2013-05-05 10:04:59 -07:00
Alon Zakai eadd89b7c8 make memory management sane: 0 is null, then static including globals, then stack, then dynamic/sbrk. deprecate shared libs (BUILD_AS_SHARED_LIB) 2013-05-04 19:53:45 -07:00
Alon Zakai 0560adda8a emit aborting stubs for DEAD_FUNCTIONS 2013-05-04 09:49:52 -07:00
Sylvestre Ledru aa7dbbb0bb Remove more +x permissions on source or javascript files 2013-05-04 17:32:14 +02:00
Sylvestre Ledru d883668567 Remove generated file (should not be part of the repository) 2013-05-04 17:30:24 +02:00
Alon Zakai 91cf5f4ffc assert on no fp80s etc. in non-x86 target 2013-05-03 14:01:57 -07:00
Alon Zakai 1e3e0e5cf1 Merge pull request #1126 from imvu/more_embind_updates
More embind updates
2013-05-03 13:40:01 -07:00
Alon Zakai 6c531cbf21 fix asm.js coercion 2013-05-03 13:31:53 -07:00
Alon Zakai 40a5c44d66 Merge branch 'strcat-fix' of github.com:fairfieldt/emscripten into fairfieldt-strcat-fix 2013-05-03 13:30:41 -07:00
Alon Zakai 2b9c02e72a use sys.executable 2013-05-03 13:29:18 -07:00
Sylvestre Ledru cac435e8aa Provide the right declarations for the scripts to be executed correctly 2013-05-03 13:18:26 -07:00
Sylvestre Ledru 155342908c Remove executable permissions on simple files 2013-05-03 13:18:26 -07:00
Alon Zakai c4dddc5ff1 use -fno-threadsafe-statics, issue #1128 2013-05-03 13:14:10 -07:00
Alon Zakai bf6825dc53 adjust js pass logging level to debug 2013-05-03 11:46:10 -07:00
Alon Zakai af15d3e5c9 update tests 2013-05-03 11:40:44 -07:00
Alon Zakai 2cd4b8256a restore warning on no input files, to match gcc 2013-05-03 10:47:23 -07:00
Alon Zakai 505f5f10af fix some logging uses 2013-05-03 10:44:16 -07:00
Alon Zakai ac2e339f7c tweak some logging levels 2013-05-03 10:33:55 -07:00
Éloi Rivard d6a6004ff3 Displays usage when no argument is passed. 2013-05-03 10:17:58 +02:00
Éloi Rivard ce122916a3 * Added some colors to messages displayed from python files. 2013-05-03 10:13:04 +02:00
Alon Zakai 34bce791b6 only emit aborting function stubs on undefined symbols in asm mode 2013-05-02 19:07:20 -07:00
Alon Zakai 0fdf95ce71 1.4.2 2013-05-02 18:58:05 -07:00
Alon Zakai adb56cb89a update test_structbyval 2013-05-02 18:56:57 -07:00
Chad Austin 8237fb35bc Oops, fix a test leak. 2013-05-02 18:56:27 -07:00
Chad Austin 2d628d4290 Add a test for interface methods that return void. 2013-05-02 18:56:18 -07:00
Chad Austin 58352074e5 Add a benchmark for calling from C++ into JS via interfaces 2013-05-02 18:55:54 -07:00