aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2003-10-18s390-protos.h (shift_count_operand): Add prototype.Ulrich Weigand5-108/+178
2003-10-18m68k.c (m68k_output_function_epilogue): Add missing argument to asm_fprintf s...Gunther Nikl2-1/+7
2003-10-18* integrate.c (copy_decl_for_inlining): Revert previous patch.Jan Hubicka2-4/+5
2003-10-18Separate TARGET_POWERPC64 patterns for TARGET_64BIT or TARGET_32BIT.Fariborz Jahanian1-0/+6
2003-10-18Separate TARGET_POWERPC64 patterns for TARGET_64BIT or TARGET_32BIT.Fariborz Jahanian1-188/+265
2003-10-18final.c (final_scan_insn): Run FINAL_PRESCAN_INSNS on asm insns as well.Alexandre Oliva2-0/+9
2003-10-18rtl.h (rtl_size): Declare.Richard Sandiford13-59/+115
2003-10-18* integrate.c (copy_decl_for_inlining): Fix copying of copies.Jan Hubicka2-1/+8
2003-10-18libgcc.texi: Group multi-word types...Roger Sayle2-15/+21
2003-10-18re PR c++/12495 (ICE in cp/typeck.c:907)Kriang Lerdsuwanakij4-8/+33
2003-10-18t-mmix (CRTSTUFF_T_CFLAGS): Define.Hans-Peter Nilsson2-2/+16
2003-10-18k6.md (k6_alux): Use the 'mode' attribute instead of match_operand.Eric Botcazou2-1/+6
2003-10-18sparc.c (function_arg_record_value_1): New fourth parameter packed_p.Eric Botcazou2-32/+48
2003-10-18cse.c (cse_insn): Check that the tentative replacement was successfully force...Eric Botcazou2-1/+10
2003-10-18re PR rtl-optimization/8178 (__builtin_ffs broken with -march=k6)Eric Botcazou2-1/+15
2003-10-18Makefile.in (Makefile): Depend on the all Make-lang.in fragments.Kelley Cook2-1/+8
2003-10-17* doc/invoke.texi (gcse-las): Fix typo.David Edelsohn2-1/+5
2003-10-18Daily bump.GCC Administrator1-1/+1
2003-10-17install.texi: Remove first part of the sentence for zsh not working.Andrew Pinski2-2/+5
2003-10-17re PR bootstrap/12546 (Missing argz.h causes the build to fail on FreeBSD 4.8)Andrew Pinski2-0/+10
2003-10-17* config/ptx4.h: Switch to DWARF 2; update comments.Nathanael Nerode2-6/+13
2003-10-17* Add PRs to Altivec ChangeLog entry.David Edelsohn1-0/+1
2003-10-17altivec.md ("altivec_dst", [...]): Use a memory_operand.Segher Boessenkool3-105/+151
2003-10-17opts.c (common_handle_option): Handle OPT_fwebJan Hubicka3-1/+19
2003-10-17linux.h (FUNCTION_NAME_ALREADY_DECLARED): Undef before redefinition.Rainer Orth2-0/+6
2003-10-17common.opt: Add description of the new -fgcse-las flag.Mostafa Hagog7-22/+139
2003-10-17re PR c++/2513 (internal template template parameter causes ICE)Kriang Lerdsuwanakij5-10/+57
2003-10-18* config/rs6000/crtsavres.asm: Remove powerpc64 code.Alan Modra2-104/+3
2003-10-18* config/rs6000/crtsavres.asm: Correct alignment of powerpc64 code.Alan Modra2-0/+6
2003-10-17arm.c (use_return_insn): Not a single instruction, if there's a frame pointer.Richard Earnshaw2-3/+25
2003-10-17* ifcvt.c (noce_try_addcc): Handle ifs with 'else' case.Ulrich Weigand2-4/+6
2003-10-17combine.c (simplify_set): Do not clear out undobuf.other_insn already set els...Ulrich Weigand2-4/+9
2003-10-17i386.c (ix86_expand_prologue): Use gen_allocate_stack_worker.Kelley Cook2-16/+13
2003-10-17config.gcc (mips-sgi-irix6*o32): Only enable use_collect2 without gas.Rainer Orth11-189/+484
2003-10-17collect2.c (COLLECT_PARSE_FLAG): Provide default.Rainer Orth3-2/+21
2003-10-17re PR c++/12369 (ICE with templates and friends)Kriang Lerdsuwanakij2-0/+19
2003-10-17arm-modes.def (CC_Nmode): New condition code mode.Richard Earnshaw6-43/+736
2003-10-17flow.c (init_propagate_block_info): Don't abort if a conditional jump is not ...Richard Earnshaw2-37/+48
2003-10-17fixJason Merrill1-1/+2
2003-10-17re PR rtl-optimization/12630 (Various unrecognizable insns and ICEs at -O3)Jan Hubicka2-6/+12
2003-10-16Change TARGET_ALTIVEC to TARGET_ALTIVEC_ABI.David Edelsohn2-2/+2
2003-10-17Daily bump.GCC Administrator1-1/+1
2003-10-16eliminate conflict indicatorR. Kelley Cook1-1/+0
2003-10-16* objc/Make-lang.in (objc-parse.o): Honor $(parsedir) for objc-parse.c.R. Kelley Cook2-0/+7
2003-10-16cygming.h (ASM_OUTPUT_DEF_FROM_DECLS): Define.Danny Smith3-21/+47
2003-10-16try-catch-2.m: Relax target triple to all Darwin versions.Ziemowit Laski2-1/+6
2003-10-16configure.in: Add snprintf to gcc_AC_CHECK_DECLS list.Zack Weinberg5-105/+121
2003-10-16rs6000.c (rs6000_va_arg): Only align vector arguments if TARGET_ALTIVEC.David Edelsohn2-1/+6
2003-10-1620031003-1.c: Enable only when INT_MAX == 2147483647.Kazu Hirata2-0/+9
2003-10-16builtins.c (fold_builtin_memcpy, [...]): New functions.Roger Sayle2-16/+321