aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2004-09-16* gcc.pot: Regenerate.Joseph Myers2-850/+858
2004-09-15re PR libobjc/11572 (GNU libobjc no longer compiled on Darwin)Andrew Pinski10-16/+164
2004-09-16cxxabi_tweaks.h (__cxa_cdtor_return_type): Define.Mark Mitchell2-2/+13
2004-09-16Revert accidental commit of unrelated/unfinished changes.Paul Brook1-85/+5
2004-09-16Daily bump.GCC Administrator1-1/+1
2004-09-16predict.c (expr_expected_value, [...]): New function.Jan Hubicka2-0/+154
2004-09-15Fix linux kernel miscompilation.James E Wilson2-0/+12
2004-09-15varasm.c (default_function_rdodata_section): Make sure to pass along a decl f...Mark Mitchell4-1/+33
2004-09-15tree-ssa-operands.c (add_call_clobber_ops): Fix unused variable warning with ...Richard Henderson2-37/+36
2004-09-15Makefile.in (tree-ssa-dom.o): Depend on tree-ssa-propagate.h.Steven Bosscher3-1/+17
2004-09-15re PR rtl-optimization/17427 (powerpc-linux does not bootstrap on HEAD with -...Andrew Pinski2-1/+8
2004-09-15turn off code clobbering optimization for static variables untilKenneth Zadeck1-1/+5
2004-09-15attribs.c, [...]: Use %<, %> and %q for quoting in diagnostics going through ...Joseph Myers29-232/+277
2004-09-15* Make-lang.in (treelang-warn): Set to $(STRICT_WARN).Zack Weinberg2-5/+8
2004-09-15configure.ac: Check for COMDAT support.Mark Mitchell29-103/+308
2004-09-15parse.c (eof_buf): Rename eof to eof_buf.Aaron W. LaFramboise2-3/+9
2004-09-15check.c (gfc_check_getcwd_sub): New function.Steven G. Kargl1-0/+12
2004-09-15tree-ssa.c (verify_flow_sensitive_alias_info): Do not walk dead nodes.Jan Hubicka2-1/+7
2004-09-15* tree-cfg.c (remove_bb): Release SSA defs.Jan Hubicka2-0/+5
2004-09-15check.c (gfc_check_getcwd_sub): New function.Steven G. Kargl7-5/+143
2004-09-15re PR fortran/16485 (Private subroutines from different modules collide durin...Tobias Schlüter4-3/+26
2004-09-15* doc/tm.texi: Follow spelling conventions.Kazu Hirata2-2/+6
2004-09-15* tree-ssa-dom.c: Fix comment typos.Kazu Hirata2-2/+6
2004-09-15pr17252.c: Fix thinko.Diego Novillo2-5/+7
2004-09-15linux-unwind.h (struct gcc_pt_regs): Extend to include ccr.Alan Modra2-0/+12
2004-09-15* search.c (get_pure_virtuals): Remove unused variables.Nathan Sidwell2-4/+2
2004-09-15cp-tree.h (struct lang_decl_flags): Remove needs_final_overrider.Nathan Sidwell5-26/+15
2004-09-15expr.c (string_constant): Handle also read-only variables initialized to stri...Jakub Jelinek5-17/+148
2004-09-15builtins.c (expand_builtin_memmove): Optimize memmove (x, y, 1) into memcpy (...Jakub Jelinek6-7/+65
2004-09-15re PR tree-optimization/17468 (Java garbage collector miscompiled at -O1 and ...Zdenek Dvorak3-9/+62
2004-09-15* config/mips/mips.h (POINTERS_EXTEND_UNSIGNED): Delete.Richard Sandiford2-2/+4
2004-09-15* doc/install.texi (sparc-sun-solaris2*): Properly format warning.Eric Botcazou2-5/+14
2004-09-14tree-ssa-dom.c (avail_exprs_stack): New global varray.Jeff Law2-163/+122
2004-09-14tree-dfa.c (free_df_for_stmt): No longer static.Jeff Law4-3/+26
2004-09-15re PR c++/17324 (Error: symbol `bRKNS0_IT_SD_EE' is already defined)Mark Mitchell4-3/+83
2004-09-14re PR tree-optimization/17252 (not marking char types as aliasing anything)Diego Novillo4-1/+38
2004-09-14re PR middle-end/17397 (gimplify ICE)Richard Henderson3-10/+51
2004-09-14pointer-reference-alias.C: New test.Andrew Pinski4-2/+24
2004-09-15Daily bump.GCC Administrator1-1/+1
2004-09-14re PR rtl-optimization/9771 ([x86] wrong ebp optimisation)Roger Sayle4-9/+77
2004-09-14re PR tree-optimization/15262 ([tree-ssa] Alias analyzer cannot handle addres...Diego Novillo6-89/+181
2004-09-14re PR c/15498 (typo in gcc manual: non-existing locale example en_UK, should ...Joseph Myers2-2/+7
2004-09-14be.po, [...]: Update.Joseph Myers13-25588/+28757
2004-09-14* cfg.c (expunge_block): Revert previous change adding ggc_free call.Jan Hubicka2-1/+9
2004-09-14* config.gcc: Do not build a shared libgcc for arm-none-eabi.Mark Mitchell1-2/+2
2004-09-14config.gcc: Do not build a shared libgcc for arm-none-eabi.Mark Mitchell1-0/+4
2004-09-14c-tree.h (struct c_declspecs): Add const_p, volatile_p and restrict_p.Joseph Myers5-61/+129
2004-09-14tree-ssa-dom.c (stmts_to_rescan): Move from a block-local varray to a global ...Jeff Law2-16/+32
2004-09-14data.c, [...]: Fix comment typos.Kazu Hirata13-17/+24
2004-09-14* pt.c (unify): Replace gcc_unreachable with gcc_assert.Nathan Sidwell2-24/+24