Age | Commit message (Expand) | Author | Files | Lines |
2021-03-08 | Convert dtrace probes to use operations | Tom Tromey | 6 | -38/+36 |
2021-03-08 | Add operation-related methods to parser_state | Tom Tromey | 3 | -0/+200 |
2021-03-08 | Add completion for operations | Tom Tromey | 3 | -2/+45 |
2021-03-08 | Add an expr::operation_up to struct expression | Tom Tromey | 17 | -57/+298 |
2021-03-08 | Remove use of op_string | Tom Tromey | 2 | -1/+18 |
2021-03-08 | Implement Ada assignment | Tom Tromey | 5 | -0/+667 |
2021-03-08 | Implement Ada resolution | Tom Tromey | 3 | -3/+136 |
2021-03-08 | Implement function calls for Ada | Tom Tromey | 3 | -0/+168 |
2021-03-08 | Introduce ada_structop_operation | Tom Tromey | 3 | -0/+63 |
2021-03-08 | Introduce ada_unop_ind_operation | Tom Tromey | 3 | -0/+103 |
2021-03-08 | Introduce ada_binop_exp_operation | Tom Tromey | 3 | -2/+12 |
2021-03-08 | Introduce ada_atr_val_operation | Tom Tromey | 3 | -1/+35 |
2021-03-08 | Introduce ada_pos_operation | Tom Tromey | 3 | -1/+11 |
2021-03-08 | Refactor value_pos_atr | Tom Tromey | 2 | -8/+14 |
2021-03-08 | Implement Ada min and max operations | Tom Tromey | 3 | -1/+15 |
2021-03-08 | Introduce ada_var_msym_value_operation | Tom Tromey | 3 | -0/+48 |
2021-03-08 | Introduce ada_var_value_operation | Tom Tromey | 3 | -0/+139 |
2021-03-08 | Implement some Ada OP_ATR_ operations | Tom Tromey | 3 | -0/+42 |
2021-03-08 | Introduce ada_binop_in_bounds | Tom Tromey | 3 | -1/+33 |
2021-03-08 | Introduce ada_ternop_slice | Tom Tromey | 3 | -1/+33 |
2021-03-08 | Introduce ada_bitwise_operation | Tom Tromey | 2 | -0/+33 |
2021-03-08 | Implement Ada equality operators | Tom Tromey | 3 | -1/+33 |
2021-03-08 | Implement Ada multiplicative operators | Tom Tromey | 3 | -1/+16 |
2021-03-08 | Introduce ada_binop_addsub_operation | Tom Tromey | 3 | -0/+61 |
2021-03-08 | Split out some Ada type resolution code | Tom Tromey | 3 | -99/+190 |
2021-03-08 | Implement OpenCL ternary conditional operator | Tom Tromey | 3 | -0/+107 |
2021-03-08 | Implement OpenCL logical binary operations | Tom Tromey | 3 | -0/+71 |
2021-03-08 | Introduce opencl_structop_operation | Tom Tromey | 3 | -0/+50 |
2021-03-08 | Introduce opencl_notequal_operation | Tom Tromey | 3 | -3/+20 |
2021-03-08 | Implement OpenCL binary operations | Tom Tromey | 3 | -8/+73 |
2021-03-08 | Introduce opencl_cast_type_operation | Tom Tromey | 3 | -1/+12 |
2021-03-08 | Implement fortran_allocated_operation | Tom Tromey | 3 | -2/+15 |
2021-03-08 | Implement Fortran associated operations | Tom Tromey | 3 | -0/+41 |
2021-03-08 | Introduce classes for Fortran bound intrinsics | Tom Tromey | 3 | -0/+73 |
2021-03-08 | Introduce fortran_undetermined | Tom Tromey | 4 | -0/+610 |
2021-03-08 | Implement Rust funcall operation | Tom Tromey | 3 | -0/+61 |
2021-03-08 | Implement function call operations | Tom Tromey | 4 | -3/+380 |
2021-03-08 | Introduce array_operation | Tom Tromey | 3 | -0/+228 |
2021-03-08 | Introduce class adl_func_operation | Tom Tromey | 3 | -0/+47 |
2021-03-08 | Introduce ada_unop_range_operation | Tom Tromey | 3 | -1/+31 |
2021-03-08 | Implement some Ada unary operations | Tom Tromey | 3 | -4/+33 |
2021-03-08 | Implement the "&&" and "||" operators | Tom Tromey | 4 | -0/+176 |
2021-03-08 | Add two simple Modula-2 operations | Tom Tromey | 3 | -2/+93 |
2021-03-08 | Introduce rust_aggregate_operation | Tom Tromey | 3 | -0/+81 |
2021-03-08 | Implement Rust field operations | Tom Tromey | 3 | -2/+62 |
2021-03-08 | Introduce rust_range_operation | Tom Tromey | 3 | -1/+36 |
2021-03-08 | Introduce rust_subscript_operation | Tom Tromey | 3 | -1/+63 |
2021-03-08 | Introduce rust_unop_ind_operation | Tom Tromey | 3 | -2/+35 |
2021-03-08 | Implement some Rust operations | Tom Tromey | 3 | -5/+63 |
2021-03-08 | Implement several Fortran operations | Tom Tromey | 3 | -14/+131 |