aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2005-12-07gty.texi: Remove instructions for adding a dependency on s-gtype.Alan Modra17-36/+56
2005-12-07reload.c (push_secondary_reload): Fix typo: s/insn_constraint/scratch_constra...Richard Sandiford2-1/+6
2005-12-07* config/darwin.h: Guard section variables with #ifndef IN_LIBGCC2.Richard Sandiford2-0/+6
2005-12-07alpha.c (alpha_start_function): Use switch_to_section.Richard Sandiford83-2338/+1911
2005-12-07gcc.c (init_gcc_specs): Match braces inside conditionally compiled strings.Alan Modra2-13/+23
2005-12-07re PR java/25283 (gcj generates invalid signature)Tom Tromey2-6/+20
2005-12-07Daily bump.GCC Administrator1-1/+1
2005-12-06* lib/gcc-dg.exp (cleanup-dump): Remove options from test name.Janis Johnson2-1/+7
2005-12-06* config/darwin.h (TARGET_CXX_CLASS_DATA_ALWAYS_COMDAT): New.Geoffrey Keating2-0/+8
2005-12-06re PR c++/24138 (ICE with the code in PR 20407)Aldy Hernandez5-2/+32
2005-12-06md.texi: Adapt to implementation.Adrian Straetling2-1/+5
2005-12-06typeck.c (build_binary_op): Issue warning if either operand of a comparison o...Roger Sayle7-0/+138
2005-12-06re PR c++/25263 (ICE on invalid array bound: int x[1/0];)Roger Sayle4-1/+19
2005-12-06* opts.c (decode_options): Fix typo in message.Andreas Schwab2-1/+5
2005-12-06re PR other/13873 (gcc/longlong.h uses test for PPC)Alan Modra2-2/+12
2005-12-06fold-const.c (fold_convert): Do not build and fold CONVERT_EXPR, but always u...Richard Guenther2-3/+7
2005-12-06i386.c (builtin_description): Use MASK_SSE2 for __builtin_ia32_paddq and __bu...Jan Beulich3-5/+13
2005-12-05re PR target/24934 (profilebootstrap failure)James E Wilson2-2/+25
2005-12-06In gcc/ 2005-12-05 Daniel Berlin <dberlin@dberlin.org>Daniel Berlin20-154/+289
2005-12-06parse.y (patch_new_array_init): Don't set length on array.Tom Tromey2-2/+10
2005-12-06Daily bump.GCC Administrator1-1/+1
2005-12-05re PR target/24323 (_MM_TRANSPOSE4_PS could be improved)Dale Johannesen2-2/+7
2005-12-05c-tree.texi (Function Bodies): Remove description of RETURN_INIT.Gabriel Dos Reis2-17/+5
2005-12-05libgcc.texi (__floatunsisf, [...]): Document.Joseph Myers2-1/+57
2005-12-05Index: gcc/ChangeLogGeoffrey Keating4-1/+29
2005-12-05Index: gcc/ChangeLogGeoffrey Keating16-80/+179
2005-12-05host-darwin.c (segv_handler): Unblock SEGV so we don't go into an infinite loop.Geoffrey Keating2-0/+9
2005-12-05re PR testsuite/25247 (syntax error in target selector for gcc.dg/torture/fp-...Janis Johnson7-2/+53
2005-12-05re PR tree-optimization/24963 (gcc.dg/vect/vect-62.c scan-tree-dump-times not...Eric Botcazou7-7/+19
2005-12-05predicates.md (logical_const_operand): Split out of logical_operand.Paolo Bonzini3-9/+20
2005-12-05utils.c (convert): Use fold_convert where appropriate.Richard Guenther2-9/+12
2005-12-05Makefile.in (FLAGS_TO_PASS): Add GCC_FOR_TARGET.Paolo Bonzini2-2/+7
2005-12-05treetree.c (tree_code_if_start, [...]): Use fold_convert where appropriate.Richard Guenther2-10/+15
2005-12-05i386.c (enum ix86_builtins): Remove IX86_BUILTIN_CMPNEPS and IX86_BUILTIN_CMP...Jan Beulich6-71/+53
2005-12-05ia64.md (rotlsi3_internal): Don't split if rotating by 16 bits.Jan Beulich2-3/+9
2005-12-05libgcc2.c (__popcountSI2): Don't use wide type for iterator and result.Jan Beulich2-2/+8
2005-12-05movq-2.c: Add -mtune=pentium4 to dg-options.Jakub Jelinek2-1/+6
2005-12-05re PR target/25166 (FAIL: gcc.c-torture/execute/conversion.c compilation)John David Anglin3-7/+34
2005-12-05Daily bump.GCC Administrator1-1/+1
2005-12-04c-typeck.c (null_pointer_constant_p): New function.Joseph Myers5-18/+120
2005-12-04c-common.c (binary_op_error): Do not allow NOP_EXPR.Joseph Myers5-15/+50
2005-12-04re PR c/7776 (const char* p = "foo"; if (p == "foo") ... is compiled without ...Roger Sayle1-0/+11
2005-12-04re PR c/7776 (const char* p = "foo"; if (p == "foo") ... is compiled without ...Roger Sayle9-0/+154
2005-12-04Daily bump.GCC Administrator1-1/+1
2005-12-03c-common.c (c_sizeof_or_alignof_type): Use fold_convert instead of building a...Joseph Myers7-27/+45
2005-12-03re PR fortran/25106 ([4.0/4.1] statement label is zero)Francois-Xavier Coudert6-25/+36
2005-12-03typo fixAlan Modra1-1/+1
2005-12-03PR rtl-optimization 25197Alan Modra2-2/+10
2005-12-03* config/rs6000/darwin.h (SUBTARGET_OVERRIDE_OPTIONS): Remove -fpic warning.Stuart Hastings2-1/+4
2005-12-03c-typeck.c (default_function_array_conversion, [...]): Allow for CONVERT_EXPR...Joseph Myers5-20/+45