]> git.ipfire.org Git - thirdparty/binutils-gdb.git/history - gdb/valarith.c
gdb: move store/extract integer functions to extract-store-integer.{c,h}
[thirdparty/binutils-gdb.git] / gdb / valarith.c
2024-04-23  Simon Marchigdb: move store/extract integer functions to extract...
2024-03-27  Simon Marchigdb, gdbserver, gdbsupport: remove includes of early...
2024-01-12  Andrew BurgessUpdate copyright year range in header of all files...
2023-11-21  Lancelot Sixgdb: Replace gdb::optional with std::optional
2023-09-19  Tom TromeyGive a language to a type
2023-09-05  Tom TromeyIntroduce type::is_array_like and value_to_array
2023-03-27  Tom TromeyUse gdb_gmp for scalar arithmetic
2023-03-27  Tom TromeyUse value_true in value_equal and value_less
2023-03-14  Tom TromeyAdd operators and methods to gdb_mpq
2023-03-13  Tom TromeyRemove dead code from scalar_binop
2023-03-02  Tom TromeyFix some value comments
2023-03-01  Tom TromeyFix type of check_valid_shift_count parameter
2023-02-28  Tom TromeyRemove value_in
2023-02-21  Tom TromeyIssue error on erroneous expression
2023-02-13  Tom TromeyRemove deprecated_lval_hack
2023-02-13  Tom TromeyIntroduce set_lval method on value
2023-02-13  Tom TromeyTurn some xmethod functions into methods
2023-02-13  Tom TromeyTurn set_value_component_location into method
2023-02-13  Tom TromeyTurn many optimized-out value functions into methods
2023-02-13  Tom TromeyTurn remaining value_contents functions into methods
2023-02-13  Tom TromeyTurn some value_contents functions into methods
2023-02-13  Tom TromeyTurn value_zero into static "constructor"
2023-02-13  Tom TromeyTurn allocate_value into a static "constructor"
2023-02-13  Tom TromeyTurn value_address and set_value_address functions...
2023-02-13  Tom TromeyTurn value_lazy and set_value_lazy functions into methods
2023-02-13  Tom TromeyTurn value_type into method
2023-02-10  Maciej W. RozyckiGDB: Only make data actually retrieved into value histo...
2023-01-01  Joel BrobeckerUpdate copyright year range in header of all files...
2022-10-14  Tom TromeyUse scoped_value_mark in more places
2022-09-21  Simon Marchigdb: remove TYPE_LENGTH
2022-09-21  Simon Marchigdb: remove TYPE_TARGET_TYPE
2022-05-23  Tom de Vries[gdb/exp] Fix UB in scalar_binop
2022-04-08  Pedro Alvesgdb: Avoid undefined shifts, fix Go shifts
2022-03-16  Tom TromeyReimplement array concatenation for Ada and D
2022-03-16  Tom TromeyRemove eval_op_concat
2022-01-01  Joel BrobeckerAutomatic Copyright Year update after running gdb/copyr...
2021-12-13  Andrew Burgessgdb: improve reuse of value contents when fetching...
2021-12-03  Simon Marchigdb: trivial changes to use array_view
2021-12-03  Simon Marchigdbsupport: add array_view copy function
2021-12-03  Andrew Burgessgdb: make value_subscripted_rvalue static
2021-10-25  Simon Marchigdb: change functions returning value contents to use...
2021-09-24  Tom TromeyMove value_true to value.h
2021-06-25  Andrew Burgessgdb: use gdb::optional instead of passing a pointer...
2021-06-25  Andrew Burgessgdb: replace NULL terminated array with array_view
2021-02-05  Tom de Vries[gdb/exp] Fix assert when adding ptr to imaginary unit
2021-01-28  Simon Marchigdb: rename get_type_arch to type::arch
2021-01-06  Tom TromeyFix fixed-point binary operation type handling
2021-01-01  Joel BrobeckerUpdate copyright year range in all GDB files
2020-12-14  Tom TromeyHandle fixed-point division by zero
2020-12-09  Simon Marchigdb: fix value_subscript when array upper bound is...
2020-12-09  Simon Marchigdb: make get_discrete_bounds return bool
2020-11-24  Joel Brobeckervalarith.c: Replace INIT_VAL_WITH_FIXED_POINT_VAL macro...
2020-11-24  Joel BrobeckerMake function fixed_point_scaling_factor a method of...
2020-11-24  Joel Brobeckergmp-utils: Convert the read/write methods to using...
2020-11-15  Joel BrobeckerAdd support for fixed-point type comparison operators
2020-11-15  Joel BrobeckerAdd support for fixed-point type arithmetic
2020-11-15  Joel BrobeckerMove uinteger_pow gdb/valarith.c to gdb/utils.c and...
2020-11-02  Simon Marchigdb, gdbserver, gdbsupport: fix leading space vs tabs...
2020-09-16  Andrew Burgessgdb: Convert language_data::c_style_arrays to a method
2020-09-14  Simon Marchigdb: remove TYPE_VECTOR
2020-09-14  Simon Marchigdb: remove TYPE_UNSIGNED
2020-07-13  Simon Marchigdb: make type::bounds work for array and string types
2020-07-13  Simon Marchigdb: remove TYPE_ARRAY_BIT_STRIDE
2020-07-13  Simon Marchigdb: remove TYPE_ARRAY_{UPPER,LOWER}_BOUND_IS_UNDEFINED
2020-06-08  Simon Marchigdb: remove TYPE_INDEX_TYPE macro
2020-05-16  Simon Marchigdb: remove TYPE_NAME macro
2020-05-14  Simon Marchigdb: remove TYPE_CODE macro
2020-04-24  Tom TromeyPrefer existing data when evaluating DWARF expression
2020-04-01  Tom TromeyImplement complex arithmetic
2020-02-25  Andrew Burgessgdb/fortran: Support negative array stride in one limit...
2020-01-01  Joel BrobeckerUpdate copyright year range in all GDB files.
2019-12-04  Tom TromeyRemove gdbarch_bits_big_endian
2019-12-01  Andrew Burgessgdb/fortran: array stride support
2019-11-21  Peeter JootAdjust byte order variable display/change if DW_AT_endi...
2019-10-26  Tom de Vries[gdb] Fix more typos in comments (2)
2019-07-12  Andrew Burgessgdb: Update type of lower bound in value_subscripted_rvalue
2019-07-10  Tom TromeyDon't include gdbarch.h from defs.h
2019-07-09  Tom TromeyRename common to gdbsupport
2019-05-02  Tom TromeyRemove _initialize_valarith
2019-01-01  Joel BrobeckerUpdate copyright year range in all GDB files.
2018-11-29  Tom TromeyAvoid buffer overflow in value_x_unop
2018-11-21  Pedro Alvesinvoke_xmethod & array_view
2018-11-21  Pedro AlvesUse gdb:array_view in call_function_by_hand & friends
2018-08-09  Andrew Burgessgdb: Check element of optimised out vla exists
2018-07-30  Tom TromeyRemove old lint code
2018-06-01  Tom TromeyRemove TYPE_TAG_NAME
2018-01-02  Joel BrobeckerUpdate copyright year range in all GDB files
2017-12-05  Simon MarchiRemove some unused variables
2017-11-06  Ulrich WeigandTarget FP: Add binop and compare routines to target...
2017-11-06  Ulrich WeigandTarget FP: Introduce target-float.{c,h}
2017-10-05  Ulrich WeigandClean up some DFP interfaces
2017-09-09  John BaldwinRemove unnecessary function prototypes.
2017-09-04  Pedro AlvesStop assuming no-debug-info functions return int
2017-08-03  Tom TromeyUse containers to avoid cleanups
2017-03-20  Artemiy VolkovConvert lvalue reference type check to general referenc...
2017-01-01  Joel Brobeckerupdate copyright year range in GDB files
2016-11-21  Yao QiCreate subobject value in pretty printer
2016-11-16  Kevin BuettnerChange meaning of VALUE_FRAME_ID; rename to VALUE_NEXT_...
2016-06-25  David TaylorSupport structure offsets that are 512K or larger.
2016-04-26  Bernhard Heckelfort_dyn_array: Support evaluation of dynamic elements...
next