aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2005-04-21alias.c (true_dependence): Remove 'abort' from comments.Nathan Sidwell23-230/+272
2005-04-21Fix for latent bug in splitting arguments exposed by rs6000_arg_partial_bytes...Alan Modra3-6/+13
2005-04-21cp-tree.h (THROW_NAME, [...]): Remove.Kazu Hirata2-18/+5
2005-04-21Add me under obj-c/c++.Mike Stump1-0/+1
2005-04-21predicates.md, sparc.md: Fix comment typos.Kazu Hirata3-2/+7
2005-04-21cgraphunit.c: Include tree-pass.h (cgraph_decide_recursive_inlining...Jan Hubicka5-58/+136
2005-04-21i386.c (type_natural_mode): Use gcc_unreachable and gcc_assert instead of abort.Nathan Sidwell4-340/+320
2005-04-21optabs.c (gen_condiational_trap): Remove #define.Nathan Sidwell2-137/+121
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-21CRLFInputStream.java: Rewrite to return CRLF-delimited chunks.Chris Burdess2-80/+54
2005-04-21check_allocate_max_size.cpp: Add explicit instantiations for systems without ...Mark Mitchell3-2/+23
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-20libffi-dg.exp (libffi-dg-test-1): In regsub use, have Tcl8.3-compatible inter...Hans-Peter Nilsson2-2/+7
2005-04-20[multiple changes]Michael Koch2-14/+88
2005-04-20Connection.java, [...]: Reorganized import statements.Michael Koch3-7/+13
2005-04-20[multiple changes]Michael Koch3-90/+40
2005-04-20PixelGrabber.java (setPixels(int,int,int,int, ColorModel,byte[],int,int): Fix...Jeroen Frijters2-1/+6
2005-04-202005-04-20 Michael Koch <konqueror@gmx.de>Michael Koch2-8/+18
2005-04-202005-04-20 Sven de Marothy <sven@physto.se>Sven de Marothy3-27/+7
2005-04-20[multiple changes]Michael Koch3-21/+113
2005-04-202005-04-20 Sven de Marothy <sven@physto.se>Sven de Marothy2-1/+6
2005-04-20PlainDatagramSocketImpl.java: Merged copyright header.Michael Koch3-6/+14
2005-04-20ClassHelper.java, [...]: Fixed @author tag.Michael Koch3-2/+8
2005-04-20[multiple changes]Michael Koch2-2/+17
2005-04-20XBMDecoder.java: Fixed modifier order.Michael Koch2-1/+6
2005-04-202005-04-20 Roman Kennke <roman@kennke.org>Roman Kennke14-143/+551
2005-04-202005-04-20 Michael Koch <konqueror@gmx.de>Michael Koch2-0/+9
2005-04-202005-04-20 Andrew John Hughes <gnu_andrew@member.fsf.org>Andrew John Hughes2-0/+22
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