gcc.git
2005-02-01 Mark Mitchellrevert: gjavah.c (print_field_info): Mark static data...
2005-02-01 Segher Boessenkoolconfig.gcc (powerpc64-*-linux*): Default to -m64 also...
2005-02-01 James A. Morrison(lex.l): Undef LINEMAP_POSITION_FOR_COLUMN before defin...
2005-02-01 James A. Morrisonparse.y: Reformat comments.
2005-02-01 James A. Morrisontreelang.exp: Fix comment typos.
2005-02-01 Richard Earnshawre PR target/16201 (Assembler messages:Error: bad immed...
2005-02-01 Paolo Carlinicpp_type_traits.h: Rename _M_type fields to __value...
2005-02-01 Steven Bosscherre PR rtl-optimization/15242 (pessimization of "goto *")
2005-02-01 Paul Thomasre PR libfortran/19363 (List directed write of Infinity...
2005-02-01 Eric BotcazouPatch from Richard Sandiford <rsandifo@redhat.com>
2005-02-01 Mark Mitchellparser.c (cp_parser_primary_expression): Don't complain...
2005-02-01 Brad Spencercrossconfig.m4: Repair Solaris cross bits for strtold...
2005-02-01 Alexandre Olivafrv.c (movcc_fp_destination_operand): New.
2005-02-01 Alexandre Oliva* parser.c (cp_parser_template_id): Revert comment...
2005-02-01 Alexandre Olivare PR c++/18757 (ICE (on invalid) in get_innermost_temp...
2005-02-01 Jeff Lawtree-into-ssa.c (mark_def_sites_global_data): Make...
2005-02-01 Jeff Lawtree-ssa-dom.c (record_cond): Pass correct variable...
2005-02-01 Jeff Lawfold-const.c (fold, [...]): Do not lose side effects...
2005-02-01 James E WilsonFix typo in Richard Henderson's IA-64 vector patch.
2005-02-01 Eric Christophermips.c (override_options): Warn if -mint64 is used.
2005-02-01 Ranjit Mathewre PR java/9157 (SEGV on bad java source)
2005-02-01 Mark Mitchelldecl.c (build_enumerator): Do not issue duplicate error...
2005-02-01 Kazu Hirata* cse.c (get_cse_reg_info): Update a comment.
2005-02-01 GCC AdministratorDaily bump.
2005-02-01 Kazu Hiratacse.c (cse_reg_info): Remove hash_next, next, regno.
2005-02-01 Steven Bosscherre PR c/19333 (C front end accepts arrays of incomplete...
2005-01-31 Dale Johannesenextend.texi (nested functions): Fix linkage description.
2005-01-31 Kazu Hirata* cse.c (delete_trivially_dead_insn): Don't iterate.
2005-01-31 Andrew Pinskirs6000.md (copysignsf3): New expand.
2005-01-31 Mike Stumpparser.c (cp_lexer_new_main): Get the first token,...
2005-01-31 Steven Bosscherrecog.c (constrain_operands): Only look for earlyclobbe...
2005-01-31 Marc EspieThx to Eric Botcazou, Andrew Pinski and Mark Kettenis...
2005-01-31 Dale Johannesendarwin.md (movsf_low_di): Make work.
2005-01-31 Dale Johannesendarwin-tramp.asm (__trampoline_setup): Make work for...
2005-01-31 Dale Johannesenre PR middle-end/19650 (miscompiling of array acess...
2005-01-31 Paolo Carlinicpp_type_traits.h: Add types to the structs thus making...
2005-01-31 Mark Mitchell* decl.c (start_decl): Add missing parentheses.
2005-01-31 Alan Modralinux-unwind.h (struct gcc_vregs): New.
2005-01-31 Ira Rosentree-vectorizer.c (vect_analyze_offset_expr): Use ssize...
2005-01-31 Richard Hendersoni386.c (absnegsf2_mixed): Remove all of the # hackery.
2005-01-31 Richard Hendersoncopysign1.c: Special case sizeof long double for intel...
2005-01-31 Richard Hendersonre PR other/19696 (gcc.c-torture/execute/ieee/copysign1...
2005-01-31 Mark Mitchellre PR c++/19555 (specialized in the wrong namespace...
2005-01-31 Roger Saylere PR middle-end/19697 (gcc.c-torture/execute/ieee...
2005-01-31 Danny Smithre PR target/19704 (ICE for tail call of regparm 3...
2005-01-31 Mark Mitchellre PR c++/19395 (invalid scope qualifier allowed in...
2005-01-31 Richard Hendersonre PR other/19696 (gcc.c-torture/execute/ieee/copysign1...
2005-01-31 Mark Mitchellre PR c++/19457 (Warning depends on cached constant)
2005-01-31 GCC AdministratorDaily bump.
2005-01-30 Daniel BerlinI swear this was in there when i committed, but apparen...
2005-01-30 Daniel Berlinre PR tree-optimization/19624 (PRE pessimizes ivopts)
2005-01-30 Richard Henderson* options.c (gfc_init_options): Zero flag_errno_math.
2005-01-30 Richard Hendersonrtl.c (rtx_equal_p): No early exit for CONST_VECTOR.
2005-01-30 Richard HendersonPR 19700 testcase.
2005-01-30 Richard Hendersonre PR target/19700 (ICE in final_scan_insn with O1...
2005-01-30 Kazu Hirataoptabs.c, [...]: Update copyright.
2005-01-30 Paolo Carlinire PR libstdc++/19642 (streaming doubles is very slow...
2005-01-30 Bud Davisre PR libfortran/19647 (inquire(delim=) returns garbage)
2005-01-30 Richard Hendersonre PR target/19690 (ICE with -O3 -march=athlon-xp ...
2005-01-30 Richard Hendersonre PR middle-end/19689 (ICE in store_bit_field, at...
2005-01-30 Richard Hendersonre PR middle-end/19687 (ICE with union initializer)
2005-01-30 Richard Hendersoncombine.c (make_field_assignment): Fix argument order...
2005-01-30 GCC AdministratorDaily bump.
2005-01-29 Richard Guentherre PR tree-optimization/15791 (fold misses that two...
2005-01-29 Jeff Lawgcse.c (insert_expr_in_table): Revamp handling of avail...
2005-01-29 Paul Brookre PR fortran/18565 (gfortran: CONJG: false error messa...
2005-01-29 Joseph Myersc-common.c (fix_string_type): Just use c_build_qualifie...
2005-01-29 Thomas Koenigre PR libfortran/19595 ([4.0 only] eor does not work)
2005-01-29 Steven G. Karglre PR fortran/19589 (Regression: Error on Data assignme...
2005-01-29 Kazu Hiratalang-specs.h, [...]: Update copyright.
2005-01-29 Kazu Hiratacse.c (n_elements_made, [...]): Remove.
2005-01-29 Hans-Peter... configure.in (noconfigdirs): Match like cris-*-*.
2005-01-29 Mark Mitchellre PR c++/19253 (bad error message / ICE for invalid...
2005-01-29 Mark Mitchellre PR c++/19667 (ICE on (very trivial) invalid)
2005-01-29 Jeroen Frijtersre PR libgcj/19649 (java.util.Date.getTimezoneOffset...
2005-01-29 GCC AdministratorDaily bump.
2005-01-28 Stephane Carrezre PR target/15384 (Lines witout effect in t-m68hc11...
2005-01-28 Paolo Carlinitype_traits (is_function): Minor consistency tweaks.
2005-01-28 Geoffrey Keatinglibstdc++.exp (libstdc++_init): Search the path for...
2005-01-28 Roger Sayleexpmed.c (expand_mult_highpart_optab): When attempting...
2005-01-28 Ian Lance Taylorre PR middle-end/16558 (bogus missing-return warning)
2005-01-28 Ian Lance Taylorre PR middle-end/16558 (bogus missing-return warning)
2005-01-28 Paolo Carlinitype_traits: Implement is_empty.
2005-01-28 Kazu Hirata* cse.c (fold_rtx) <PC>: Don't optimize.
2005-01-28 Jeff Law* gcc.dg/tree-ssa/20050128-1.c: New test.
2005-01-28 Jeff Lawfold-const.c (fold, [...]): Optimize 0 % X.
2005-01-28 Kazu Hiratacse.c (cse_reg_info_free_list, [...]): Remove.
2005-01-28 Steven BosscherFix date on my entry from this morning.
2005-01-28 Richard SandifordRmove bogus line from last entry.
2005-01-28 Richard Sandifordfrv.c (bdesc_2arg): Remove __MDPACKH.
2005-01-28 Paolo Carlinitype_traits: Implement is_abstract, by exploiting the...
2005-01-28 Uros Bizjaki386.c (ix86_expand_fp_absneg_operator): Use SSE_FLOAT_...
2005-01-28 Steven Bosscher* gcc.dg/tree-ssa/20030711-2.c: Run at -O2, not -O1.
2005-01-28 Ralf Corsepiusre PR target/19663 (LINK_GCC_C_SEQUENCE_SPEC doesn...
2005-01-28 Matt Austernobjc-act.c (objc_finish_file): In ObjC++ mode, set...
2005-01-28 Richard Hendersonbuiltins.c (expand_builtin_copysign): New.
2005-01-28 Richard Henderson* gcc.dg/uninit-I.c: Fix typos in dg-options and dg...
2005-01-28 GCC AdministratorDaily bump.
2005-01-27 Arend Bayercse.c: (find_best_addr): Don't call copy_rtx before...
2005-01-27 Jeff Lawtree-into-ssa.c (ssa_rewrite_initialize_block): Do...
next