aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2004-11-02configure.ac: Don't clear STMP_FIXINC or STMP_FIXPROTO just because we don't ...Geoffrey Keating4-6/+31
2004-11-02flow.c (init_propagate_block_info): Use bitmap_empty_p on result of bitmap_xor.Nathan Sidwell2-3/+10
2004-11-02c-lang.c (LANG_HOOKS_TYPES_COMPATIBLE_P): Remove.Ziemowit Laski8-31/+49
2004-11-02cfgloop.h (struct loop): Update comment.Steven Bosscher8-336/+350
2004-11-02re PR java/17265 (Libjava doesn't build)Bryce McKinlay2-1/+56
2004-11-02uninit-C.c: Remove special-casing for SPARC.Eric Botcazou3-2/+9
2004-11-02re PR tree-optimization/16808 (verify_ssa failed: Missing definition for SSA_...Andrew Pinski4-0/+50
2004-11-02Correct the date in my changelog entryAndrew Pinski1-1/+1
2004-11-02re PR ada/18228 (Ada uses the wrong file ending for its shared library on dar...Andrew Pinski2-0/+8
2004-11-02s390.md ("movcc"): Set type attribute.Andreas Krebbel2-1/+6
2004-11-02tree-phinodes.c (add_phi_arg): Add an assertion that the edge already exists.Kazu Hirata2-8/+8
2004-11-02tree-phinodes.c (remove_phi_arg_num): Do not zero the element that's being re...Kazu Hirata2-4/+9
2004-11-02tree-ssa-threadupdate.c (copy_phis_to_block): Install PHI arguments using PEN...Kazu Hirata2-16/+21
2004-11-02bitmap.h (bitmap_and, [...]): Produce void.Nathan Sidwell5-22/+38
2004-11-02bitmap.h (bitmap_equal_p): Return bool.Nathan Sidwell5-43/+116
2004-11-02re PR rtl-optimization/17104 (Non-optimal code generation for bitfield initia...Nathan Sidwell4-16/+80
2004-11-02re PR debug/18242 (Dignostic for unsupported debug format is incorrect)Danny Smith2-1/+6
2004-11-02timevar.h (timevar_get): Remove.Ben Elliston3-26/+5
2004-11-02* doc/include/texinfo.tex: Update from Texinfo CVS.Joseph Myers2-506/+808
2004-11-02cppdefault.h (cpp_SYSROOT): Remove.Ben Elliston3-8/+5
2004-11-02intrinsic.c (check_intrinsic_standard): Include error locus.Paul Brook2-10/+12
2004-11-02re PR tree-optimization/16447 (out of ssa generates bloated code)Andrew MacLeod5-11/+357
2004-11-02Daily bump.GCC Administrator1-1/+1
2004-11-01re PR tree-optimization/18232 (../../gcc/gcc/tree-ssa-operands.c:1624: warnin...Andrew Pinski2-5/+13
2004-11-01fix typoJason Merrill1-1/+1
2004-11-01* gcc.dg/uninit-H.c (ASM): Define to "$sp" on MIPS targets.Richard Sandiford2-0/+6
2004-11-01mangle6.C: Run for all MIPS targets.Richard Sandiford2-1/+11
2004-11-01re PR c/18239 (ICE in get_parm_info with werid attribute)Joseph Myers5-2/+55
2004-11-01s390.c (regclass_map): Put reg 33 (cc) to CC_REGS group.Andreas Krebbel5-13/+56
2004-11-01re PR c++/18064 (gcc accepts different pointer types as covariant return types)Nathan Sidwell6-2/+29
2004-11-01Fix PR tree-optimization/17672 Fix PR tree-optimization/18168Daniel Berlin10-181/+380
2004-11-01* tree-cfg.c (thread_jumps): Fix a comment typo.Kazu Hirata2-1/+5
2004-11-01* tree-cfg.c (thread_jumps): Fix a comment typo.Kazu Hirata2-1/+5
2004-11-01Convert diagnostics to use quoting flag q 9/nGabriel Dos Reis11-28/+48
2004-11-01ieee754-sf.S (floatdisf): Fix regression with values smaller than 2^32.Nicolas Pitre2-0/+7
2004-10-31cfgloop.h (struct loop): Remove unused "nodes" field.Jeff Law5-9/+20
2004-11-01pa.md: (prefetch_64, prefetch_32): Fix typo.Graham Stott2-2/+7
2004-11-01Daily bump.GCC Administrator1-1/+1
2004-11-01Convert diagnostics to use quoting flag q 8/nGabriel Dos Reis2-41/+52
2004-11-01re PR c++/15172 (Copy constructor optimization in aggregate initialization)Mark Mitchell4-17/+66
2004-10-31re PR middle-end/14521 (Inconsistent quoting in new warning)Roger Sayle4-14/+24
2004-10-31mips.c (mips_cannot_change_mode_class): Use a stricter mode check.Richard Sandiford2-21/+35
2004-10-31* c-common.c: Fix a comment typo.Kazu Hirata2-1/+5
2004-10-31re PR middle-end/17526 (libcpp is miscompiled with -fno-pcc-struct-return -O2)Jason Merrill2-3/+12
2004-10-31c-common.h (objc_lookup_ivar): Add second parameter to prototype.Ziemowit Laski8-30/+108
2004-10-31sdbout.c (sdbout_symbol): Do not output type .def statements for builtin types.Danny Smith2-0/+10
2004-10-31c-common.c (catenate_strings): New.Gabriel Dos Reis4-12/+60
2004-10-31re PR fortran/17590 (Standard conformance should take intrinsics into account.)Janne Blomqvist6-392/+492
2004-10-31Daily bump.GCC Administrator1-1/+1
2004-10-30sh.c (calc_live_regs): Declare reg as unsigned and modify the for loop expres...Kaz Kojima2-10/+18