Age | Commit message (Expand) | Author | Files | Lines |
2021-03-08 | Remove use of op_string | Tom Tromey | 1 | -1/+14 |
2021-03-08 | Implement Ada assignment | Tom Tromey | 1 | -0/+340 |
2021-03-08 | Implement Ada resolution | Tom Tromey | 1 | -0/+79 |
2021-03-08 | Implement function calls for Ada | Tom Tromey | 1 | -0/+142 |
2021-03-08 | Introduce ada_structop_operation | Tom Tromey | 1 | -0/+42 |
2021-03-08 | Introduce ada_unop_ind_operation | Tom Tromey | 1 | -0/+85 |
2021-03-08 | Introduce ada_binop_exp_operation | Tom Tromey | 1 | -1/+1 |
2021-03-08 | Introduce ada_atr_val_operation | Tom Tromey | 1 | -1/+10 |
2021-03-08 | Introduce ada_pos_operation | Tom Tromey | 1 | -1/+1 |
2021-03-08 | Refactor value_pos_atr | Tom Tromey | 1 | -8/+8 |
2021-03-08 | Implement Ada min and max operations | Tom Tromey | 1 | -1/+1 |
2021-03-08 | Introduce ada_var_msym_value_operation | Tom Tromey | 1 | -0/+25 |
2021-03-08 | Introduce ada_var_value_operation | Tom Tromey | 1 | -0/+112 |
2021-03-08 | Implement some Ada OP_ATR_ operations | Tom Tromey | 1 | -0/+21 |
2021-03-08 | Introduce ada_binop_in_bounds | Tom Tromey | 1 | -1/+1 |
2021-03-08 | Introduce ada_ternop_slice | Tom Tromey | 1 | -1/+1 |
2021-03-08 | Implement Ada equality operators | Tom Tromey | 1 | -1/+1 |
2021-03-08 | Implement Ada multiplicative operators | Tom Tromey | 1 | -1/+1 |
2021-03-08 | Introduce ada_binop_addsub_operation | Tom Tromey | 1 | -0/+40 |
2021-03-08 | Split out some Ada type resolution code | Tom Tromey | 1 | -99/+144 |
2021-03-08 | Introduce ada_unop_range_operation | Tom Tromey | 1 | -1/+1 |
2021-03-08 | Implement some Ada unary operations | Tom Tromey | 1 | -4/+4 |
2021-03-08 | Introduce ada_ternop_range_operation | Tom Tromey | 1 | -0/+11 |
2021-03-08 | Introduce ada_qual_operation | Tom Tromey | 1 | -0/+9 |
2021-03-08 | Introduce ada_string_operation | Tom Tromey | 1 | -0/+13 |
2021-03-08 | Introduce ada_wrapped_operation | Tom Tromey | 1 | -0/+29 |
2021-03-08 | Split out ada_binop_exp | Tom Tromey | 1 | -13/+24 |
2021-03-08 | Change value_val_atr to ada_val_atr | Tom Tromey | 1 | -7/+5 |
2021-03-08 | Split out ada_binop_minmax | Tom Tromey | 1 | -8/+19 |
2021-03-08 | Split out ada_unop_atr | Tom Tromey | 1 | -116/+128 |
2021-03-08 | Split out ada_binop_in_bounds | Tom Tromey | 1 | -22/+31 |
2021-03-08 | Split out ada_ternop_slice | Tom Tromey | 1 | -70/+83 |
2021-03-08 | Split out ada_equal_binop | Tom Tromey | 1 | -11/+23 |
2021-03-08 | Split out ada_mult_binop | Tom Tromey | 1 | -11/+22 |
2021-03-08 | Split out ada_abs | Tom Tromey | 1 | -5/+16 |
2021-03-08 | Split out ada_atr_size | Tom Tromey | 1 | -15/+26 |
2021-03-08 | Split out ada_atr_tag | Tom Tromey | 1 | -5/+15 |
2021-03-08 | Split out ada_unop_in_range | Tom Tromey | 1 | -27/+38 |
2021-03-08 | Split out ada_unop_neg | Tom Tromey | 1 | -7/+15 |
2021-03-08 | Split out eval_ternop_in_range | Tom Tromey | 1 | -12/+22 |
2021-03-06 | Fix build bug in ada-lang.c | Tom Tromey | 1 | -2/+2 |
2021-03-04 | Use "bool" in ada-lang.c | Tom Tromey | 1 | -10/+10 |
2021-03-03 | Minor Ada-related cleanups | Tom Tromey | 1 | -16/+18 |
2021-03-02 | Rewrite GNAT-encoded fixed point types in DWARF reader | Tom Tromey | 1 | -150/+2 |
2021-03-02 | Use std::string rather than grow_vect | Tom Tromey | 1 | -76/+26 |
2021-03-02 | Return a vector from ada_lookup_symbol_list | Tom Tromey | 1 | -183/+116 |
2021-03-02 | Simplify resolve_subexp by using C++ algorithms | Tom Tromey | 1 | -29/+28 |
2021-03-02 | Use new for ada_symbol_cache | Tom Tromey | 1 | -40/+11 |
2021-03-02 | Check objfile->sf in ada-lang.c | Tom Tromey | 1 | -7/+9 |
2021-02-17 | Fix completion related libstdc++ assert when using -D_GLIBCXX_DEBUG | Kevin Buettner | 1 | -2/+2 |