aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2004-07-01alias.c (get_alias_set, [...]): Use MEM_P.Jerry Quinn1-3/+3
2004-07-01stmt.c (check_seenlabel): Remove.Steven Bosscher2-58/+5
2004-07-01function.h (struct function): Remove x_function_call_count.Richard Henderson8-33/+19
2004-07-01re PR c/1027 (slightly misleading printf format warning)Joseph Myers15-112/+190
2004-07-01target.h (struct gcc_target): Add new field to struct cxx: import_export_class.Nick Clifton6-1/+37
2004-07-01* gcc.c-torture/compile/20040323-1.c: XFAIL on Solaris 2.Eric Botcazou2-1/+6
2004-07-01builtins.c (fold_builtin_classify): Fix typo.Paolo Bonzini2-1/+5
2004-07-01function.c (identify_blocks, [...]): Remove.Richard Henderson4-92/+7
2004-07-01builtins.c (fold_builtin_classify): New.Paolo Bonzini7-5/+285
2004-07-01function.h (struct function): Remove dont_emit_block_notes.Richard Henderson8-54/+24
2004-07-01cgraph.h (cgraph_build_static_cdtor): Declare.Richard Henderson13-201/+196
2004-07-01* match.c (var_element): Remove unused variable.Richard Henderson2-1/+2
2004-07-01expmed.c (expand_shift): Consider expanding LSHIFT_EXPR by a constant as a se...Roger Sayle2-1/+31
2004-07-01Index: gcc/ChangeLogGeoffrey Keating15-120/+791
2004-07-01rs6000.c (rs6000_mixed_function_arg): Rewrite.Alan Modra2-176/+140
2004-07-01pa-protos.h (prefetch_operand): Add prototype.John David Anglin5-0/+148
2004-06-30function.h (struct function): Remove x_whole_function_mode_p.Richard Henderson9-38/+22
2004-06-30tree.h (immediate_size_expand): Delete.Richard Henderson12-54/+25
2004-07-01Daily bump.GCC Administrator1-1/+1
2004-06-30gimplify.c (gimplify_compound_lval): Take fallback argument instead of want_l...Richard Henderson4-245/+197
2004-06-30tree-gimple.c (right_assocify_expr): KillRichard Henderson4-76/+5
2004-06-30function.h (struct function): Remove x_last_parm_insn, inl_last_parm_insn.Richard Henderson3-18/+6
2004-06-30call.c (build_over_call), [...]): Call check_function_arguments instead of ch...Joseph Myers5-6/+30
2004-06-30* function.c, rtl.h (get_first_nonparm_insn): Remove.Richard Henderson3-12/+4
2004-06-30c-common.h (check_function_format): Remove first parameter.Joseph Myers7-144/+124
2004-06-30sparc-protos.h (output_cbranch): Constify return value.Eric Botcazou4-26/+46
2004-06-30common.opt (ftree-loop-optimize): New flag.Zdenek Dvorak8-2/+134
2004-06-30tree-ssa-loop-ch.c: New file.Zdenek Dvorak12-402/+1201
2004-06-30compat-common.h: Wrap up CINT in an #ifndef SKIP_COMPLEX_INT/#endif pair.Eric Botcazou2-0/+12
2004-06-30call.c (build_over_call): Use __builtin_memcpy for copying CLASS_AS_BASE rath...Richard Henderson2-22/+24
2004-06-30init.c (build_new_1): Fill in TYPE_DOMAIN, TYPE_SIZE and TYPE_SIZE_UNIT of fu...Richard Henderson2-2/+30
2004-06-30prefix.c (lookup_key): Cast buffer to LPBYTE.Aaron W. LaFramboise2-2/+6
2004-06-30Conditionally compile support for --enable-mapped_location.Per Bothner9-31/+74
2004-06-30Conditionally compile support for --enable-mapped_location.Per Bothner9-20/+106
2004-06-30Conditionally compile support for --enable-mapped_location.Per Bothner22-93/+180
2004-06-30Conditionally compile support for --enable-mapped_location.Per Bothner12-71/+89
2004-06-30Conditionally compile support for --enable-mapped_location.Per Bothner10-28/+68
2004-06-30Conditionally compile support for --enable-mapped_location.Per Bothner7-31/+219
2004-06-303000.md: Improve description.Richard Sandiford2-37/+51
2004-06-30cirrus.md (cirrus_arm_movdi, [...]): Set pool ranges for coprocessor loads.Paul Brook2-9/+14
2004-06-30* gcc.dg/Wunreachable-8.c : New test.Nitin Yewale2-1/+23
2004-06-30* gcc.dg/h8300-ice2.c : New testNitin Yewale2-0/+16
2004-06-30Makefile.in (OBJS-common): Add tree-chrec.o.Sebastian Pop6-0/+1252
2004-06-30combine.c: Include "output.h" to define dump_file.Roger Sayle3-3/+176
2004-06-30re PR fortran/16161 ([gfortran] IMPLICIT CHARACTER not implemented)Tobias Schlüter6-210/+250
2004-06-30rs6000.c (rs6000_rtx_costs): Handle subtractions identically to additions, al...Roger Sayle2-0/+9
2004-06-30* expmed.c (expand_smod_pow2): Fix sign of mask.J"orn Rennecke2-1/+5
2004-06-30re PR fortran/16289 (Test intrinsic_nearest.f90 not portable?)David Billinghurst2-3/+8
2004-06-30struct-by-value-22_main.c: New test.Jakub Jelinek4-0/+138
2004-06-30tree-ssa-pre.c (phi_trans_add): Use is_gimple_min_invariant to check for cons...Diego Novillo3-34/+25