Age | Commit message (Expand) | Author | Files | Lines |
2021-05-07 | Remove streq_hash in favor of htab_eq_string | Tom Tromey | 1 | -1/+2 |
2021-04-30 | Fix crash with GNAT minimal encodings | Tom Tromey | 1 | -2/+5 |
2021-04-28 | Fix Ada overloading with 'null' | Tom Tromey | 1 | -13/+10 |
2021-04-24 | gdbsupport, gdb: give names to observers | Simon Marchi | 1 | -3/+3 |
2021-04-17 | Simplify quick_symbol_functions::map_matching_symbols | Tom Tromey | 1 | -10/+31 |
2021-04-17 | Add search_flags to expand_symtabs_matching | Tom Tromey | 1 | -0/+2 |
2021-04-15 | Use block_symbol in var_value_operation | Tom Tromey | 1 | -10/+9 |
2021-03-26 | Simplify use of map_matching_symbols in ada-lang.c | Tom Tromey | 1 | -28/+18 |
2021-03-20 | Introduce method wrappers for quick_symbol_functions | Tom Tromey | 1 | -9/+4 |
2021-03-15 | Call ada_ensure_varsize_limit in indirection | Tom Tromey | 1 | -0/+5 |
2021-03-15 | Implement Ada operator overloading | Tom Tromey | 1 | -0/+2 |
2021-03-15 | Fix regression in Ada ptype | Tom Tromey | 1 | -2/+1 |
2021-03-15 | Fix bug in Ada aggregate assignment | Tom Tromey | 1 | -7/+5 |
2021-03-10 | Use bool for "parse_completion" | Tom Tromey | 1 | -5/+5 |
2021-03-08 | Use bound_minimal_symbol in var_msym_value_operation | Tom Tromey | 1 | -3/+2 |
2021-03-08 | Remove EVAL_SKIP | Tom Tromey | 1 | -12/+2 |
2021-03-08 | Remove two Ada opcodes | Tom Tromey | 1 | -2/+1 |
2021-03-08 | Remove union exp_element | Tom Tromey | 1 | -58/+0 |
2021-03-08 | Remove now-unused Ada evaluator code | Tom Tromey | 1 | -1760/+6 |
2021-03-08 | Convert ada-exp.y to use operations | Tom Tromey | 1 | -6/+2 |
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 |