aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2004-05-19Multiple fixes: PRs 14692, 15274 and 15463Zdenek Dvorak9-205/+470
2004-05-19typeck.c: Remove non-printable character 160.Paolo Bonzini2-1/+5
2004-05-19[multiple changes]Arnaud Charlet5-32/+93
2004-05-19tm.texi (TARGET_RTX_COSTS): Document that instruction costs should be based o...Roger Sayle2-1/+12
2004-05-19fold-const.c: Remove non-printable character 160.Paolo Bonzini2-1/+5
2004-05-19Credit Feng Wang <fengwang@nudt.edu.cn> in ChangeLog.Feng Wang2-4/+5
2004-05-19invoke.texi (ARM Options): Fix typo.Nick Clifton2-13/+5
2004-05-19Fix typos (missing closing parentheses)Nick Clifton2-3/+10
2004-05-19Expanders cleanups after tree-ssa merge, part 1.Steven Bosscher4-427/+46
2004-05-18tree-ssa-phiopt.c (abs_replacement): New function.Andrew Pinski5-22/+237
2004-05-19tm.texi (TARGET_ASM_EMIT_UNWIND_LABEL): Add argument to indicate if this labe...Mike Stump9-13/+55
2004-05-19* cgraph.c (hash_node, eq_node, cgraph_node, cgraph_remove_node)Zack Weinberg12-149/+71
2004-05-19f95-lang.c (gfc_init_builtin_functions): Use vold_list_node.Feng Wang8-190/+322
2004-05-19Daily bump.GCC Administrator1-1/+1
2004-05-19* trans.c, trans-decl.c: Fix comment typos.Tobias Schlüter3-8/+12
2004-05-18* class.c (build_base_path): Tidy a bit.Jason Merrill2-7/+15
2004-05-18Makefile.in (tree-ssa-phiopt.o): Depends on flags.h.Andrew Pinski5-15/+129
2004-05-18* trans-const.c (gfc_conv_mpf_to_tree): Fix typo.Tobias Schlüter2-2/+6
2004-05-18tree-ssa-phiopt.c (replace_phi_with_stmt): New function extracted from condit...Jeff Law2-60/+113
2004-05-18* tree-ssa-phiopt.c: Fix various formatting issues.Jeff Law2-79/+80
2004-05-18* gcc.c-torture/execute/991216-3.c: Delete, duplicate of 991216-2.c.Zack Weinberg2-44/+7
2004-05-18s390.c (s390_expand_movstr, [...]): Do not use expand_start_loop and expand_e...Steven Bosscher2-6/+21
2004-05-18arith.c (gfc_int2complex): Fix incorrect range checking.Steve Kargl2-1/+5
2004-05-18fix broken CL entrySteven Bosscher1-1/+2
2004-05-18rs6000.md (ctrsi_internal3): Delete.Alan Modra2-98/+5
2004-05-17Forgot to commit.Jeff Law1-3/+13
2004-05-17toplev.h (flag_delete_null_pointer_checks): Move from here to...Jeff Law7-24/+80
2004-05-18Makefile.def, [...]: Remove all mention of libf2c.Zack Weinberg118-164983/+611
2004-05-18re PR fortran/13930 (derived type with intent(in) attribute not accepted)Paul Brook7-62/+129
2004-05-18Daily bump.GCC Administrator1-1/+1
2004-05-18cmplx.f90: Add test for bug in constant folding.Tobias Schlüter2-0/+8
2004-05-18arith.c (gfc_arith_power): Complex number raised to 0 power is 1.Steve Kargl2-1/+5
2004-05-18arith.c (gfc_real2complex): Range checking wrong part of complex number.Steve Kargl2-1/+6
2004-05-17oh oh oh. forgot to add the PR number.Steven Bosscher1-0/+1
2004-05-17tree-ssa-operands.c (get_expr_operands): Do not treat malloc attributed funct...Steven Bosscher4-5/+33
2004-05-17* gcc.dg/loop-4.c: New test.Volker Reichelt1-0/+25
2004-05-17tree-mudflap.c (mx_register_decls): Tolerate decl trees resulting from source...Frank Ch. Eigler2-0/+6
2004-05-17* check-init.c: Correct minor typos.Ranjit Mathew2-12/+16
2004-05-17Enable tree browser for all front ends.Ranjit Mathew2-3/+9
2004-05-17i386.c (construct_container): Do not produce BLKmode registers.Jan Hubicka2-2/+11
2004-05-17re PR target/15084 (-O/-O2 generate wrong code on structure modification)H.J. Lu2-7/+21
2004-05-17[multiple changes]Arnaud Charlet91-1917/+2144
2004-05-17mips.h (MASK_DEBUG_G, [...]): Delete.Richard Sandiford3-853/+82
2004-05-17optabs.c (expand_unop): Try implementing negation using subtraction from zero.Richard Sandiford2-0/+14
2004-05-17pa.md: Fix typo from last change.John David Anglin2-7/+10
2004-05-17Daily bump.GCC Administrator1-1/+1
2004-05-16re PR target/10982 ([arm] poor optimisation of "if (var & const)")Richard Earnshaw2-5/+112
2004-05-16* options.c (gfc_handle_module_path_options): Fix buffer overrun.Paul Brook2-1/+5
2004-05-16* arith.c (gfc_range_check): Fix logic error.Paul Brook2-1/+5
2004-05-16* arith.c: Fix comment typos.Steve Kargl2-4/+8