Ruben Ayrapetyan
|
02f31fbcfb
|
Adding 'func_expr_n' opcode; replacing arg1 and arg2 of 'func_decl_n' opcode with arg_list.
|
2014-08-26 15:58:57 +04:00 |
|
Ruben Ayrapetyan
|
7a80b7f4f1
|
Renaming 'construct_decl' opcode to 'construct_n'.
|
2014-08-26 12:50:23 +04:00 |
|
e.gavrin
|
4ffbdd2c3f
|
__opcode -> opcode_t
|
2014-08-23 02:01:56 +04:00 |
|
e.gavrin
|
a99907670b
|
OPCODE define replaced with opcode_t. T_IDX define replaced with idx_t.
|
2014-08-23 00:53:41 +04:00 |
|
e.gavrin
|
d80cb10361
|
Refine opcodes OP_LIST macro. Removed ambiguous lists of opcodes in several files. The only list is in opcodes.h
|
2014-08-23 00:16:56 +04:00 |
|
e.gavrin
|
d4a9d9430e
|
Refactoring of libcoreint part1
|
2014-08-23 00:16:56 +04:00 |
|
e.gavrin
|
5b2b04f5f9
|
Various opcode's refinements: obj[0,1, 2, n]->obj_decl, array[0, 1, 2, n]->array_decl, func_expr[0, 1, n]->removed, varg[1_end, 2_end, 3_end, 3]->varg_list.
|
2014-08-21 15:49:10 +04:00 |
|
Ruben Ayrapetyan
|
284e7fc91b
|
Renaming prop_access opcode to prop_getter; introducing prop_setter opcode; implementing property getter/setter opcode handlers.
|
2014-08-20 16:34:03 +04:00 |
|
e.gavrin
|
350580c49e
|
Fix style in liboptimizer
|
2014-08-13 16:41:39 +04:00 |
|
Ilmir Usmanov
|
2e1da4cae5
|
Quickfix N2
|
2014-08-12 22:48:24 +04:00 |
|
Ilmir Usmanov
|
6f41c1c59b
|
Quickfix
|
2014-08-12 22:30:24 +04:00 |
|
Ilmir Usmanov
|
0a68baa479
|
Add support of floating-point literals
|
2014-08-12 22:27:12 +04:00 |
|
Ilmir Usmanov
|
5690be49dd
|
Move serializer and deserializer to liboptimizer
|
2014-08-06 20:32:16 +04:00 |
|