Age | Commit message (Expand) | Author | Files | Lines |
2021-08-02 | Defer Ada character literal resolution | Tom Tromey | 1 | -0/+29 |
2021-08-02 | Refactor Ada resolution | Tom Tromey | 1 | -0/+18 |
2021-04-15 | Use block_symbol in var_value_operation | Tom Tromey | 1 | -2/+2 |
2021-03-15 | Fix bug in Ada aggregate assignment | Tom Tromey | 1 | -4/+5 |
2021-03-08 | Remove two Ada opcodes | Tom Tromey | 1 | -2/+2 |
2021-03-08 | Add an expr::operation_up to struct expression | Tom Tromey | 1 | -3/+0 |
2021-03-08 | Implement Ada assignment | Tom Tromey | 1 | -0/+279 |
2021-03-08 | Implement Ada resolution | Tom Tromey | 1 | -3/+44 |
2021-03-08 | Implement function calls for Ada | Tom Tromey | 1 | -0/+19 |
2021-03-08 | Introduce ada_structop_operation | Tom Tromey | 1 | -0/+16 |
2021-03-08 | Introduce ada_unop_ind_operation | Tom Tromey | 1 | -0/+13 |
2021-03-08 | Introduce ada_binop_exp_operation | Tom Tromey | 1 | -1/+6 |
2021-03-08 | Introduce ada_atr_val_operation | Tom Tromey | 1 | -0/+19 |
2021-03-08 | Introduce ada_pos_operation | Tom Tromey | 1 | -0/+5 |
2021-03-08 | Implement Ada min and max operations | Tom Tromey | 1 | -0/+8 |
2021-03-08 | Introduce ada_var_msym_value_operation | Tom Tromey | 1 | -0/+17 |
2021-03-08 | Introduce ada_var_value_operation | Tom Tromey | 1 | -0/+21 |
2021-03-08 | Implement some Ada OP_ATR_ operations | Tom Tromey | 1 | -0/+16 |
2021-03-08 | Introduce ada_binop_in_bounds | Tom Tromey | 1 | -0/+27 |
2021-03-08 | Introduce ada_ternop_slice | Tom Tromey | 1 | -0/+27 |
2021-03-08 | Introduce ada_bitwise_operation | Tom Tromey | 1 | -0/+27 |
2021-03-08 | Implement Ada equality operators | Tom Tromey | 1 | -0/+27 |
2021-03-08 | Implement Ada multiplicative operators | Tom Tromey | 1 | -0/+9 |
2021-03-08 | Introduce ada_binop_addsub_operation | Tom Tromey | 1 | -0/+16 |
2021-03-08 | Introduce ada_unop_range_operation | Tom Tromey | 1 | -0/+25 |
2021-03-08 | Implement some Ada unary operations | Tom Tromey | 1 | -0/+22 |
2021-03-08 | Introduce ada_ternop_range_operation | Tom Tromey | 1 | -0/+16 |
2021-03-08 | Introduce ada_qual_operation | Tom Tromey | 1 | -0/+16 |
2021-03-08 | Introduce ada_string_operation | Tom Tromey | 1 | -0/+13 |
2021-03-08 | Introduce ada_wrapped_operation | Tom Tromey | 1 | -0/+47 |