aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2003-10-14_cmd.m: Fix typo.Ziemowit Laski9-13/+45
2003-10-14Daily bump.GCC Administrator1-1/+1
2003-10-13ifcvt.c (num_removed_blocks): Rename to num_true_changes.David S. Miller2-13/+20
2003-10-13* g77.f-torture/execute/980520-1.x: XFAIL at -O0.Geoffrey Keating2-0/+13
2003-10-13asm-names.c: Use scan-assembler-not rather than linker trickery.Geoffrey Keating2-15/+7
2003-10-13re PR c++/12370 (wrong code when adding friend)Volker Reichelt3-0/+33
2003-10-13Makefile.in (BUILD_RTL): Replace $(BUILD_PREFIX)insn-modes.o with min-insn-mo...Zack Weinberg52-409/+652
2003-10-13cpplex.c (_cpp_clean_line): In the common case of a line with no trigraphs an...Zack Weinberg2-18/+83
2003-10-13configure.in: Remove unnecessary test.Nathanael Nerode3-80/+73
2003-10-13configure.in: Fix grammatical error.Nathanael Nerode4-138/+136
2003-10-13s390.md ("*fmadddf4", [...]): Insns are now dependent on TARGET_FUSED_MADD in...Andreas Krebbel4-22/+45
2003-10-14linux64.h (SUBSUBTARGET_OVERRIDE_OPTIONS): Choose MASK_ALIGN_NATURAL if rs600...Alan Modra3-17/+29
2003-10-13Fix thinko.Gabriel Dos Reis1-2/+2
2003-10-13Break out decl.c (2/n)Gabriel Dos Reis6-2330/+2393
2003-10-13re PR target/12538 (%l7 is call-clobbered with -mflat -fpic)Eric Botcazou2-8/+38
2003-10-13sh.c, [...]: Convert to ISO C90 function declarations and definitions.Steven Bosscher3-608/+354
2003-10-13avr.c, [...]: Convert to ISO C90 function declarations and definitions.Steven Bosscher3-448/+242
2003-10-13config.gcc (*-*-freebsd*): Use tm_defines instead of tiny config files which ...Nathanael Nerode2-12/+19
2003-10-13Daily bump.GCC Administrator1-1/+1
2003-10-12* gcc.dg/20031012-1.c: New test.Steven Bosscher2-0/+21
2003-10-12c-common.c (c_common_truthvalue_conversion): Warn if the address of a non-wea...Steven Bosscher6-25/+41
2003-10-12h8300.c (WORD_REG_USED): Use SP_REG instead of a literal.Kazu Hirata3-3/+11
2003-10-12config.gcc (*-*-freebsd*): Use tm_defines instead of tiny config files which ...Nathanael Nerode5-88/+7
2003-10-12re PR rtl-optimization/8750 (Cygwin prolog generation erroneously emitting __...R. Kelley Cook2-3/+40
2003-10-12extend.texi (Function Attributes): Mention the exceptional path for noreturn-...Hans-Peter Nilsson2-0/+9
2003-10-12cgraphunit.c (cgraph_decide_inlining): Fix uninitialized variable warning.Jan Hubicka2-1/+6
2003-10-12* config/i386/i386.c (x86_this_parameter): Fix typo.Danny Smith2-1/+5
2003-10-12Make-lang.in (treelang.install-info): Remove reference to treelang.info.Andreas Jaeger2-4/+7
2003-10-12Daily bump.GCC Administrator1-1/+1
2003-10-11Makefile.in (web.o): New.Jan Hubicka13-11/+419
2003-10-11fold-const.c (negate_mathfn_p): New function to determine whether a built-in ...Roger Sayle2-81/+177
2003-10-11builtins.c (expand_builtin_strcmp): Defend against the possibility that gen_c...Roger Sayle5-27/+70
2003-10-11re PR rtl-optimization/12260 (ICE in output_operand: invalid expression as op...Roger Sayle4-1/+62
2003-10-11expr.c (expand_expr <PLUS_EXPR>): Let expand_operands call safe_from_p for us...Roger Sayle4-9/+53
2003-10-11re PR rtl-optimization/12544 (ICE with large parameters used in nested functi...Eric Botcazou4-5/+38
2003-10-11expr.c: Follow spelling conventions.Kazu Hirata6-5/+13
2003-10-11* g++.dg/other/first-global.C: New test.Jan Hubicka2-0/+8
2003-10-11varasm.c (notice_global_symbol): Fix handling of variables; avoid re-computin...Jan Hubicka2-11/+24
2003-10-11alpha.c (alpha_return_in_memory): Rename from return_in_memory, make static, ...Richard Henderson6-108/+90
2003-10-11* config/arm/arm.c (arm_regno_class): Handle IWMMXT_GR_REGS.Ian Lance Taylor2-0/+7
2003-10-11lb1sf68.asm: Follow spelling conventions.Kazu Hirata5-23/+30
2003-10-11builtins.c (expand_builtin_memcpy): Optimize case when the two pointer argume...Roger Sayle4-5/+160
2003-10-11combine.c (apply_distributive_law): Enable "distributive" floating point opti...Roger Sayle2-6/+12
2003-10-11+2003-10-11 Andrew Pinski <pinskia@physics.uc.edu>Andrew Pinski2-4/+8
2003-10-11m68k-protos.h: Remove the prototype for finalize_pic.Kazu Hirata2-3/+5
2003-10-11* config/m68k/m68k.c: Fix comment typos.Kazu Hirata2-3/+7
2003-10-11m68k-protos.h (use_return_insn): Change return type from int to bool.Bernardo Innocenti3-182/+166
2003-10-11m68k.c (m68k_frame): Move before protos referencing it.Peter Barada2-48/+122
2003-10-11t-uclinux: New target Makefile fragment.Bernardo Innocenti4-0/+99
2003-10-11builtins.c (builtin_mathfn_code): Generalize to check whether the call is to ...Roger Sayle2-24/+52