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