aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2005-04-21vec.h: Update API to separate allocation mechanism from type.Nathan Sidwell43-742/+1090
2005-04-21Makefile.in (tree-chrec.o): Depend on params.h.Sebastian Pop7-20/+58
2005-04-21Revert unrelated changes from latest commit.Eric Botcazou2-9/+7
2005-04-21config.gcc (*-*-darwin*): Add darwin.opt to $extra_options.Richard Sandiford20-410/+573
2005-04-21sparc.c (reg_or_0_operand, [...]): Delete.Eric Botcazou5-1315/+866
2005-04-21re PR tree-optimization/14846 ([tree-ssa] don't use a shift in A & CST_POWER_...Kazu Hirata2-18/+53
2005-04-21gcj.texi: Fix typos and bogus example.Bryce McKinlay2-3/+7
2005-04-21Daily bump.GCC Administrator1-1/+1
2005-04-20Avoid emitting bogus debug info that confuses gdb.Jim Wilson1-2/+7
2005-04-20Avoid emitting bogus debug info that confuses gdb.Jim Wilson1-0/+6
2005-04-20predicates.md: New file.Hans-Peter Nilsson6-339/+221
2005-04-20c-common.def: Remove STMT_EXPR (moved to cp/cp-tree.def).Ian Lance Taylor10-28/+49
2005-04-20re PR target/21100 (ICE: unrecognizable insn for -march=pentium-mmx)Richard Henderson2-1/+6
2005-04-20reload1.c (reload): Ignore equivalences between pseudos and read only memory.Jeff Law2-2/+19
2005-04-20re PR c/12913 (Jumps into variable length array scope not rejected)Joseph Myers12-39/+1510
2005-04-20* tree-ssa-phiopt.c: Fix comments.Kazu Hirata2-2/+5
2005-04-20tree-ssa-phiopt.c (tree_ssa_phi_opt): Update calls to conditional_replacement...Kazu Hirata2-19/+29
2005-04-20re PR middle-end/20973 (kdelibs (khtml) miscompiled by reload)Michael Matz2-2/+23
2005-04-20- Add @file to AIX entry.David Edelsohn1-1/+1
2005-04-20re PR tree-optimization/21116 (tree-ssa-phiopt.c:193 has wrong translation fr...Kazu Hirata2-1/+4
2005-04-20* tree-ssa-phiopt.c: Fix comment typos.Kazu Hirata2-2/+6
2005-04-19builtins.c (expand_builtin_sync_operation): Revert last change.Richard Henderson15-130/+172
2005-04-20fold-const.c (fold_binary): Fold ~(X ^ Y) to ~X ^ Y or X ^ ~Y if ~X or ~Y sim...James A. Morrison4-0/+36
2005-04-20fold-const (fold_binary): Fold ~X ^ ~ Y to X ^ Y.James A. Morrison4-0/+27
2005-04-20* de.po: Update.Joseph Myers2-36/+32
2005-04-19Testcase to verify that FP regs are properly saved/restored across unwind.James E Wilson2-0/+99
2005-04-20trans-const.c (gfc_conv_mpz_to_tree): Fix comment.Steven G. Kargl2-2/+6
2005-04-20c.opt (Wint-to-pointer-cast, [...]): New options.Joseph Myers11-3/+128
2005-04-20* tree-ssa-phiopt.c: Update a comment about the pass.Kazu Hirata2-37/+52
2005-04-20Daily bump.GCC Administrator1-1/+1
2005-04-19tree-ssa-phiopt.c, [...]: Fix comment typos.Kazu Hirata5-6/+11
2005-04-19Makefile.in (libgcc.mk): Pass GCC_FOR_TARGET.Daniel Jacobowitz3-2/+9
2005-04-19invoke.texi: Update -Waliasing description.Arnaud Desitter2-5/+20
2005-04-19* config/arm/arm.c (arm_init_libfuncs): Clear mod optabs.Paul Brook2-0/+11
2005-04-19* except.c: Fix a comment typo.Kazu Hirata2-1/+5
2005-04-19re PR debug/21022 ([4.0 only] ICE while compiling GdkFontMetrics.class with s...Andrew Haley2-3/+9
2005-04-19decl.c (finish_method): Revert patch from 2005-04-13 for breaking indirect di...Julian Brown2-7/+5
2005-04-19system.h (fopen, [...]): Define these to the unlocked libiberty functions.Kaveh R. Ghazi2-0/+10
2005-04-19re PR tree-optimization/21096 (copy-prop leaks memory)Kazu Hirata2-0/+6
2005-04-19java-except.h (struct eh_range.handler): Remove unused field.Andrew Haley5-147/+207
2005-04-19re PR fortran/16861 ([4.0 only] segfault with doubly used module)Francois-Xavier Coudert4-0/+46
2005-04-19re PR target/21098 (.note.GNU-stack emitted)Alan Modra3-2/+16
2005-04-19tree-cfg.c (dump_function_to_file): Use cfun info only if it refers to the fu...Alexandre Oliva2-2/+7
2005-04-19* varasm.c (assemble_start_function): Remove reset of in_section.Daniel Jacobowitz2-1/+4
2005-04-19re PR middle-end/21085 (Virtual memory exhausted with g++)James A. Morrison4-0/+20
2005-04-19Daily bump.GCC Administrator1-1/+1
2005-04-19invoke.texi (Optimize Options): Refer to the correct optimisation flag -ftree...Ben Elliston2-2/+7
2005-04-18Rewrap ChangeLog. I'm listing the affected PRs so that they receive anot abo...Tobias Schlüter1-7/+9
2005-04-18rs6000.c (machopic_output_stub): Increase alloca argument to be big enough.Christopher Jaillet2-1/+6
2005-04-18mips.exp: Minor formatting.Richard Sandiford39-181/+283