aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2004-02-13call.c (conversion_kind): New type.Mark Mitchell11-645/+995
2004-02-12mips.md (casesi_internal, [...]): Use ".set macro" to avoid warnings about mu...Chris Demetriou2-4/+24
2004-02-13* gcc.dg/debug/20020327-1.c: Disable for powerpc64.Alan Modra2-1/+13
2004-02-13darwin.h: Add include guards.Geoffrey Keating2-5/+8
2004-02-13Makefile.in (install-man): Use $(CPP_INSTALL_NAME) and $(GCOV_INSTALL_NAME) t...Geoffrey Keating2-6/+18
2004-02-13configure.ac (gcc_cv_ld): Don't set to LD if target is not host, but try LD_F...Alexandre Oliva3-2/+12
2004-02-13Daily bump.GCC Administrator1-1/+1
2004-02-12* ca.po: New file.Joseph Myers2-0/+20830
2004-02-12dbxout.c: Move declaration of dbxout_type_decl outside #ifdef DBX_DEBUGGING_I...Zack Weinberg3-2/+8
2004-02-12debug.h (struct gcc_debug_hooks): Add type_decl field.Zack Weinberg19-194/+219
2004-02-12* function.c (update_epilogue_consts): Teach about binary operations.Richard Kenner2-3/+29
2004-02-12s390.c (s390_sched_reorder2): Remove.Ulrich Weigand2-16/+5
2004-02-12c-parse.in (maybe_type_qual): Delete.Zack Weinberg4-90/+110
2004-02-12re PR bootstrap/13617 (IRIX 6.5 Ada bootstrap failure with GNU as 2.14.90)Richard Sandiford4-27/+65
2004-02-12emit-rtl.c (set_mem_attributes_minus_bitpos): Don't kill previous MEM_VOLATIL...Richard Kenner4-3/+17
2004-02-12* lib/scanasm.exp (dg-scan): Quote pattern before display.Nathaniel Smith2-3/+10
2004-02-12* config.gcc: Restore support for m68k-openbsd.Gunther Nikl2-0/+12
2004-02-12tree-optimize.c (tree_rest_of_compilation): Do not release DECL_ARGUMENTS.Jan Hubicka2-2/+5
2004-02-12[multiple changes]Arnaud Charlet24-519/+446
2004-02-12* g++.dg/simd-2.C: xfail on ppc64-linux.Hartmut Penner2-19/+11
2004-02-12* doc/install.texi: Fix the spelling of "explicitly".Matt Kraai2-1/+5
2004-02-12cppcharset.c (_cpp_interpret_string_notranslate): Rename and duplicate argume...Eric Christopher5-10/+20
2004-02-12Daily bump.GCC Administrator1-1/+1
2004-02-11Forgot to mention the PR number:Ian Lance Taylor1-0/+1
2004-02-11re PR c/456 (constant expressions constraints (gcc.dg/c90-const-expr-1))Joseph Myers5-1/+36
2004-02-11optabs.h (enum optab_index): Add new OTI_log10 and OTI_log2.Uros Bizjak8-0/+174
2004-02-11flow.c (insn_dead_p): A clobber of a dead hard register is a dead insn after ...Richard Henderson2-8/+21
2004-02-11tree.h (frame_base_decl): Add GTY marker.Ulrich Weigand3-2/+7
2004-02-11dwarf2out.c (output_loc_list): Remove no longer necessary, and now incorrect,...Daniel Berlin2-13/+7
2004-02-11* g++.dg/simd-2.C: Set -maltivec for ppc64.Hartmut Penner2-2/+23
2004-02-11Represent column numbers using line-map's source_location.Per Bothner14-187/+423
2004-02-11fix changelog entryAldy Hernandez1-3/+6
2004-02-11altivec.md (*movv4si_internal): At least one operand must be register_operand.Hartmut Penner2-8/+16
2004-02-11spe.md ("*movv2si_internal"): Check for register operand.Aldy Hernandez2-4/+19
2004-02-11* gcc.dg/pr14092-1.c: Use intptr_t for the cast.Paolo Bonzini2-2/+9
2004-02-11Fix typo in last entry.Richard Sandiford1-2/+2
2004-02-11mips.h (TARGET_OLDABI): Define.Thiemo Seufer5-33/+35
2004-02-11* gcc/config/rs6000/rs6000.c (rs6000_override_options)Hartmut Penner4-2/+64
2004-02-11emit-rtl.c (mark_label_nuses): Check that a LABEL_REF refers to a label befor...Richard Sandiford2-1/+6
2004-02-11* doc/install.texi: Remove extra cd.Matt Kraai2-1/+4
2004-02-11c-common.c (vector_size_helper): Remove; call reconstruct_complex_type() inst...Ziemowit Laski4-50/+59
2004-02-11* typeck.c (lookup_destructor): Fix typo in error message.Mark Mitchell2-1/+5
2004-02-11Daily bump.GCC Administrator1-1/+1
2004-02-10h8300-protos.h: Add a prototype for h8300_regs_ok_for_stm.Kazu Hirata4-78/+64
2004-02-10re PR c/14088 (Hexfloat constants with uppercase 0X prefix fail)Danny Smith2-1/+7
2004-02-10h8300.md: Remove an incorrect comment about peephole2.Kazu Hirata2-3/+16
2004-02-10gjavah.c: Include "intl.h".Joseph Myers6-133/+183
2004-02-10emit-rtl.c (set_decl_incoming_rtl): New.Josef Zlomek5-8/+54
2004-02-10c-opts.c (c_common_post_options): Don't emit working directory in cpp output ...Per Bothner2-1/+7
2004-02-10re PR middle-end/14092 (fold strips conversion from pointer to integer)Paolo Bonzini4-1/+30