Commit Graph

  • de416c464b [autocommit] Add daily benchmark data (2016-03-28) Hanjoung Lee 2016-03-28 02:08:33 +09:00
  • a72b445e9a [autocommit] Add daily benchmark data (2016-03-27) Hanjoung Lee 2016-03-27 02:08:31 +09:00
  • b8e515e3f3 [autocommit] Add daily benchmark data (2016-03-26) Hanjoung Lee 2016-03-26 02:08:35 +09:00
  • 21f8f06c51 Test the build options Zsolt Borbély 2016-03-11 10:06:19 +01:00
  • 5f14059361 [autocommit] Add daily benchmark data (2016-03-25) Hanjoung Lee 2016-03-25 02:08:47 +09:00
  • f0db5c9754 Fix compile warnings about always_inline functions in GCC 5.2.0 Geoff Gustafson 2016-03-22 18:25:00 -07:00
  • cc23c225ea Fix snapshot saving issue. Zoltan Herczeg 2016-03-24 02:52:50 -07:00
  • 85d4fe5e55 Add missing benchmark data Hanjoung Lee 2016-03-24 11:21:05 +09:00
  • 6290b2d236 Remove MEM_HEAP_PTR_64 macro Akos Kiss 2016-03-22 22:14:47 +00:00
  • a8f57d6358 Fix bug when empty record Hanjoung Lee 2016-03-22 16:57:43 +09:00
  • 2027caeda5 Performance optimizations László Langó 2016-03-17 11:08:53 +01:00
  • 94f887919e Make target provide jerry-port.c François Baldassari 2016-03-09 17:56:31 -08:00
  • e10fe1f597 [autocommit] Add daily benchmark data (2016-03-22) Hanjoung Lee 2016-03-22 02:21:55 +09:00
  • af246943f2 Optimize string character access for ascii strings and refactor type store to allow two byte hashes in the future. Zoltan Herczeg 2016-03-21 02:24:35 -07:00
  • 91b1547fa5 Add unit testing of fdlibm Akos Kiss 2016-03-17 19:11:25 +01:00
  • 48dca0af35 Fix: code-related vera++ rules should not be enforced in comments Akos Kiss 2016-03-19 01:05:56 +01:00
  • bedf0f0cb5 [autocommit] Add daily benchmark data (2016-03-21) Hanjoung Lee 2016-03-21 02:22:00 +09:00
  • 57db5ca918 Fix regexp character classes with \uNNNN and \xNN code points Akos Kiss 2016-03-20 00:00:17 +01:00
  • 69291e2dc4 Remove exec mode from non-executable files Akos Kiss 2016-03-18 15:18:49 +01:00
  • 03375af44d [autocommit] Add daily benchmark data (2016-03-20) Hanjoung Lee 2016-03-20 02:22:02 +09:00
  • 9a701733a3 [autocommit] Add daily benchmark data (2016-03-19) Hanjoung Lee 2016-03-19 02:22:01 +09:00
  • b59af40e91 Fix precommit scripts on OSX François Baldassari 2016-03-17 17:20:58 -07:00
  • e1f20ad474 Use code unit instead of code point László Langó 2016-03-11 09:44:23 +01:00
  • 4292616cf8 [autocommit] Add daily benchmark data (2016-03-18) Hanjoung Lee 2016-03-18 02:22:09 +09:00
  • 005f73a6f0 Fix build with enabled LOG option Zsolt Borbély 2016-03-17 09:09:50 +01:00
  • b8ca410730 [autocommit] Add daily benchmark data (2016-03-17) Hanjoung Lee 2016-03-17 02:30:05 +09:00
  • ea2f0e44fb Fix terminology of snapshot saving in literals and main Akos Kiss 2016-03-10 00:37:05 +01:00
  • d190ca44ae Storing byte code size in the byte code header. This reduces the memory consumption, because the new allocator uses less memory if the size as available when a block is freed. Snapshot generation is also simplified. Zoltan Herczeg 2016-03-16 02:57:28 -07:00
  • 2a5d17e736 Fix SCCS IDs in fdlibm Akos Kiss 2016-03-13 14:19:41 +01:00
  • 2df8fe93fe [autocommit] Add daily benchmark data (2016-03-16) Hanjoung Lee 2016-03-16 02:30:08 +09:00
  • e7ad8c42a6 [autocommit] Add daily benchmark data (2016-03-15) Hanjoung Lee 2016-03-15 02:30:14 +09:00
  • 5ae131a7cb [autocommit] Add daily benchmark data (2016-03-14) Hanjoung Lee 2016-03-14 02:30:06 +09:00
  • 043088649f [autocommit] Add daily benchmark data (2016-03-13) Hanjoung Lee 2016-03-13 02:30:10 +09:00
  • 3e02e792b6 Fix .size longjmp in the linux port of jerry-libc Akos Kiss 2016-03-12 00:34:34 +01:00
  • 05e7a837c4 Allow external builds to use non-gnu compilers François Baldassari 2016-03-09 17:38:06 -08:00
  • 7b047d4b20 Add acquire_value API to simplify caller code François Baldassari 2016-03-08 12:34:20 -08:00
  • 876c3873ea [autocommit] Add daily benchmark data (2016-03-12) Hanjoung Lee 2016-03-12 02:30:31 +09:00
  • 66c94b7d9b Refactor the printing of memory usage statistics Akos Kiss 2016-03-11 00:12:22 +01:00
  • 011dacd1a7 Fix initialization from incompatible pointer type error in re_dump_bytecode Akos Kiss 2016-03-10 18:46:09 +01:00
  • a9c77b49ee Improve the dumping of literals Akos Kiss 2016-03-10 18:54:40 +01:00
  • c82caa7f3c Initlialize ecma gc state on jerry init François Baldassari 2016-03-09 10:05:25 -08:00
  • 6b8e1f0431 [autocommit] Add daily benchmark data (2016-03-11) Hanjoung Lee 2016-03-11 02:30:07 +09:00
  • 6e687fa6b7 Remove support for per-instruction memory statistics Akos Kiss 2016-03-10 01:13:12 +01:00
  • 6f536c7942 Few improvements for RegExp László Langó 2016-03-09 09:55:26 +01:00
  • 7a07e55411 Unify the naming scheme of all header defines Akos Kiss 2016-03-09 23:23:01 +01:00
  • a19f63f4a5 Check unit tests with vera++ & fix reported issues Akos Kiss 2016-03-09 18:56:45 +01:00
  • de089f0dbb [autocommit] Add daily benchmark data (2016-03-10) Hanjoung Lee 2016-03-10 02:30:00 +09:00
  • 21e2951a44 Use '-Werror' instead of '-Werror=...' for Jerry libc László Langó 2016-03-09 15:05:18 +01:00
  • 073ab05366 Build fix for mbedk64f target Robert Sipka 2016-03-07 11:02:38 +01:00
  • ab26d57841 Don't use messages for errors by default László Langó 2016-03-07 16:04:24 +01:00
  • 81d4c97a3a Add ARM cross build and QEMU user space emulated tests to the CI Akos Kiss 2016-02-17 00:15:01 +01:00
  • 0b5a49f98b Warning fixes. Robert Sipka 2016-03-07 14:02:26 +01:00
  • efa2802b97 [autocommit] Add daily benchmark data (2016-03-09) Hanjoung Lee 2016-03-09 02:30:03 +09:00
  • 25b0750756 Fix problems arising from incorrect use of various size types Akos Kiss 2016-03-07 19:08:57 +01:00
  • ce2fc3ccfd Remove the duplicated declaration of parser_set_show_instrs() Zsolt Borbély 2016-03-07 15:33:00 +01:00
  • c141f766ee Use basename in a more generic form Zsolt Borbély 2016-03-03 00:22:24 +01:00
  • 9bf1ecc677 Disable date object related system calls by default László Langó 2016-03-02 15:56:28 +01:00
  • e926aa7d69 Remove dead macros from memory management code Akos Kiss 2016-03-07 14:05:35 +01:00
  • d4650bc75c Change pool-based allocation to heap-based allocation in jerry.c Akos Kiss 2016-03-07 11:33:10 +01:00
  • a187e6d60c Print error messages to be more informative László Langó 2016-03-01 15:43:16 +01:00
  • 212aa34331 Remove memory management-related dead code Akos Kiss 2016-03-07 10:59:18 +01:00
  • 62bc5cb612 [autocommit] Add daily benchmark data (2016-03-07) Hanjoung Lee 2016-03-07 02:30:30 +09:00
  • 83a6afbb06 [autocommit] Add daily benchmark data (2016-03-06) Hanjoung Lee 2016-03-06 02:30:30 +09:00
  • 5ebdbb04f6 [autocommit] Add daily benchmark data (2016-03-05) Hanjoung Lee 2016-03-05 02:30:32 +09:00
  • c0f3a9f7fb Add STRIP_RELEASE_BINARY option to Makefile Akos Kiss 2016-03-01 00:42:22 +01:00
  • b6af308d3f Add full profile to MCU build targets Akos Kiss 2016-03-03 15:03:07 +01:00
  • 73dcf689d2 Fix warning when returning from vm_loop. Zoltan Herczeg 2016-03-03 02:53:54 -08:00
  • c33e34f0e7 [autocommit] Add daily benchmark data (2016-03-04) Hanjoung Lee 2016-03-04 02:29:53 +09:00
  • afa7b78b45 New unicode character handling using array data structure. István Kádár 2016-02-15 16:31:48 +01:00
  • b8b587f76c Rearrange fields of ecma_property_t to be naturally aligned. Packed attribute and __extension__ keywords are removed. The standard approach reduced the binary size by 2K. Zoltan Herczeg 2016-03-02 06:24:25 -08:00
  • 501414adb8 [autocommit] Add daily benchmark data (2016-03-03) Hanjoung Lee 2016-03-03 02:30:19 +09:00
  • 86cdc4b482 Remove the prerequisites installation and MCU build steps from Travis CI Akos Kiss 2016-03-01 14:51:07 +01:00
  • f2bdf08511 Remove default handling of build options from Makefile Akos Kiss 2016-03-01 00:27:24 +01:00
  • 1200be42b4 Non-recursive vm_loop to reduce stack usage. Zoltan Herczeg 2016-03-01 01:25:13 -08:00
  • cd4a7b6bee [autocommit] Add daily benchmark data (2016-03-02) Hanjoung Lee 2016-03-02 02:30:07 +09:00
  • 2c72bb1139 RegExp refactoring and improvements László Langó 2016-02-18 10:23:45 +00:00
  • 3f377692d9 Small refactorings Zsolt Borbély 2016-02-22 08:50:11 +01:00
  • e14d0b8942 Fix the format of doxygen comments of output arguments László Langó 2016-02-24 15:51:46 +01:00
  • d47c36f1b4 New Allocator and improved String handling. Dániel Bátyai 2016-02-11 14:46:08 +01:00
  • 3d6339bbf4 Remove unused EXTERNAL_ variables from Makefile Akos Kiss 2016-02-29 23:31:40 +01:00
  • 82b9ac9815 [autocommit] Add daily benchmark data (2016-03-01) Hanjoung Lee 2016-03-01 02:30:58 +09:00
  • c9f5950e15 Replace bit field manipulation functions with macros Akos Kiss 2016-02-22 09:28:37 +01:00
  • ec337b2c9a [autocommit] Add daily benchmark data (2016-02-29) Hanjoung Lee 2016-02-29 02:31:53 +09:00
  • 827a127b04 [autocommit] Add daily benchmark data (2016-02-28) Hanjoung Lee 2016-02-28 02:31:52 +09:00
  • be9a3c3e60 [autocommit] Add daily benchmark data (2016-02-27) Hanjoung Lee 2016-02-27 02:31:50 +09:00
  • c24c3e9e65 [autocommit] Add daily benchmark data (2016-02-26) Hanjoung Lee 2016-02-26 02:31:50 +09:00
  • 5d3aa98b3b Warning fix for ALL_IN_ONE. Robert Sipka 2016-02-25 14:08:30 +01:00
  • af715d4ad6 Build fix for ALL_IN_ONE. Robert Sipka 2016-02-24 15:50:35 +01:00
  • f40d6fdece [autocommit] Add daily benchmark data (2016-02-25) Hanjoung Lee 2016-02-25 02:31:41 +09:00
  • 3543d0c184 Fix the ARM linux native build for RPi2 Szilard Ledan 2016-02-24 16:27:27 +01:00
  • 455fc048b5 [autocommit] Add daily benchmark data (2016-02-24) Hanjoung Lee 2016-02-24 02:31:39 +09:00
  • 76b37f34d0 Build fix László Langó 2016-02-19 15:24:59 +01:00
  • e07ed06a5e [autocommit] Add daily benchmark data (2016-02-23) Hanjoung Lee 2016-02-23 02:31:44 +09:00
  • 9d7978074f Fix 'jerry-test-suite/13/13-011.js' fail in compact profile László Langó 2016-02-22 14:27:16 +01:00
  • 235a5b1329 Refactor ECMA builtin template Akos Kiss 2016-02-20 15:39:37 +01:00
  • 866ef5bcf3 Add some more consts to get data moved from .data to .rodata Akos Kiss 2016-02-19 17:04:42 +01:00
  • d857fe095f Improve the usability of test runner scripts Akos Kiss 2016-02-21 10:38:20 +01:00
  • aa0b6215fa Replace the EXTERN_C macro with extern "C" { block in fdlibm Akos Kiss 2016-02-20 22:45:39 +01:00
  • 5777047573 [autocommit] Add daily benchmark data (2016-02-22) Hanjoung Lee 2016-02-22 15:48:52 +09:00
  • f088e8c147 Drop unimplemented run context stubs Akos Kiss 2016-02-20 21:03:32 +01:00