summaryrefslogtreecommitdiff
path: root/gdb/valarith.c
Commit message (Expand)AuthorAgeFilesLines
* 2013-01-31 Aleksandar Ristovski <aristovski@qnx.com>Aleksandar Ristovski2013-01-311-2/+1
* * valops.c (find_overload_match): Remove unused argument 'lax'.sivachandra2013-01-251-1/+1
* http://sourceware.org/ml/gdb-patches/2012-11/msg00312.htmlaburgess2013-01-251-1/+46
* Update years in copyright notice for the GDB files.Joel Brobecker2013-01-011-2/+1
* * valarith.c (value_concat): Replace unsafe ALLOCA withsiddhesh2012-09-141-2/+10
* gdb/qiyao2012-08-161-50/+6
* 2012-06-09 Siva Chandra Reddy <sivachandra@google.com>sivachandra2012-06-091-1/+1
* 2012-05-18 Sergio Durigan Junior <sergiodj@redhat.com>sergiodj2012-05-181-1/+1
* * gdbtypes.h (struct main_type): Change type of name,tag_name,Doug Evans2012-02-071-1/+1
* Copyright year update in most files of the GDB Project.Joel Brobecker2012-01-041-3/+2
* PR c++/13225Keith Seitz2011-10-141-8/+1
* gdb/Jan Kratochvil2011-02-181-9/+3
* gdb/Pedro Alves2011-02-141-2/+3
* gdb/Jan Kratochvil2011-01-121-4/+6
* 2011-01-11 Michael Snyder <msnyder@vmware.com>Michael Snyder2011-01-121-28/+28
* 2011-01-10 Michael Snyder <msnyder@vmware.com>Michael Snyder2011-01-101-1/+1
* 2011-01-05 Michael Snyder <msnyder@vmware.com>Michael Snyder2011-01-051-7/+11
* run copyright.sh for 2011.Joel Brobecker2011-01-011-1/+1
* gdb:kwerner2010-12-141-4/+12
* gdbTom Tromey2010-11-291-2/+6
* gdb:kwerner2010-11-031-10/+11
* gdb:kwerner2010-11-031-3/+42
* Support overloading of 'operator->'.swagiaal2010-10-191-2/+8
* gdb:kwerner2010-10-081-5/+25
* gdb/ChangeLog:* gdb/valarith.c (vector_binop): New function.(scalar_binop): L...kwerner2010-08-111-2/+67
* Test and support all cpp operator types.swagiaal2010-06-071-2/+66
* 2010-05-17 Michael Snyder <msnyder@vmware.com>Michael Snyder2010-05-171-1/+17
* 2010-05-06 Michael Snyder <msnyder@vmware.com>Michael Snyder2010-05-061-2/+0
* gdb/Jan Kratochvil2010-03-161-1/+2
* * ax-gdb.c (gen_exp_binop_rest) [BINOP_SUBSCRIPT]: Error out onPedro Alves2010-02-111-4/+17
* PR gdb/10728cmoller2010-02-081-0/+7
* gdbTom Tromey2010-01-201-0/+28
* Update copyright year in most headers.Joel Brobecker2010-01-011-2/+2
* gdb/Thiago Jung Bauermann2009-12-301-0/+18
* * defs.h (extract_signed_integer, extract_unsigned_integer,Ulrich Weigand2009-07-021-11/+34
* * gdbtypes.c (make_pointer_type, make_reference_type,Ulrich Weigand2009-07-021-4/+5
* * ada-lang.c (assign_component): Use platform-specific integer typeUlrich Weigand2009-07-021-2/+3
* * value.h (value_subscript, value_subscripted_rvalue,Ulrich Weigand2009-06-291-43/+10
* * gdbtypes.c (create_string_type): Receive character type as argument.Ulrich Weigand2009-06-171-2/+7
* * dfp.h (decimal_binop): Convert LEN_RESULT to input parameter.Ulrich Weigand2009-06-031-12/+14
* 2009-01-13 Jim Blandy <jimb@codesourcery.com>Pedro Alves2009-01-131-10/+2
* Updated copyright notices for most files.Joel Brobecker2009-01-031-1/+1
* Fix TYPE_HIGH_BOUND for TYPE_CODE_RANGE using arbitrary TYPE_NFIELDS inJan Kratochvil2008-12-281-1/+1
* * valarith.c (value_x_unop): Use builtin_type_int8 as type forUlrich Weigand2008-09-111-4/+3
* * value.h (coerce_enum, coerce_number): Remove prototypes.Ulrich Weigand2008-09-111-4/+1
* * eval.c (evaluate_subexp_standard): Add calls to binop_promoteUlrich Weigand2008-09-111-14/+0
* * value.h (unop_promote, binop_promote): Add prototypes.Ulrich Weigand2008-09-111-328/+81
* * value.h (value_add, value_sub): Remove.Ulrich Weigand2008-09-111-66/+50
* * language.h (struct language_arch_info): New membersUlrich Weigand2008-09-111-2/+2
* * value.h (value_bitstring_subscript): New prototype.Ulrich Weigand2008-09-111-28/+51