Age | Commit message (Expand) | Author | Files | Lines |
2003-08-27 | string.h, regset.h: Fix to match produced versions. | Nathanael Nerode | 4 | -4/+23 |
2003-08-27 | parser.c (struct cp_token): Use enum bitfields. | Dan Nicolaescu | 2 | -20/+28 |
2003-08-27 | Daily bump. | GCC Administrator | 1 | -1/+1 |
2003-08-26 | inclhack.def (ptx_pwd_h): New disabled fix, ported from fixinc.ptx. | Nathanael Nerode | 2 | -0/+26 |
2003-08-26 | inclhack.def (ptx_sys_mc_param_h): New disabled fix, ported from fixinc.ptx. | Nathanael Nerode | 2 | -0/+29 |
2003-08-26 | Copy over from cs branch: | Per Bothner | 4 | -16/+29 |
2003-08-26 | re PR middle-end/12002 (internal compiler error: in gen_lowpart, at emit-rtl.... | Roger Sayle | 5 | -4/+31 |
2003-08-26 | s390.c (emit_prologue): Don't check literal pool size. | Ulrich Weigand | 3 | -34/+9 |
2003-08-26 | inclhack.def (svr4_preproc_lint_on, [...]): New disabled fixes, ported from f... | Nathanael Nerode | 2 | -0/+34 |
2003-08-26 | install.texi (Prerequisites): Mention GNU make requirement. | Mark Mitchell | 3 | -62/+63 |
2003-08-26 | s390.md ("*llgt_sisi", [...]): New insns. | Andreas Krebbel | 2 | -0/+76 |
2003-08-26 | s390.md ("*fmadddf", [...]): New insns. | Andreas Krebbel | 2 | -0/+52 |
2003-08-26 | fold-const.c (fold <MULT_EXPR>): Optimize (C1/X)*C2 into (C1*C2)/X when unsaf... | Roger Sayle | 4 | -10/+78 |
2003-08-26 | builtins.c (fold_builtin_bitop): New function to perform constant folding of ... | Roger Sayle | 3 | -11/+147 |
2003-08-26 | * gcc.dg/noncompile/20030818-1.c: Expect second line of error. | Matt Kraai | 2 | -1/+5 |
2003-08-26 | re PR c++/11871 (Koenig lookup regression) | Nathan Sidwell | 4 | -1/+41 |
2003-08-26 | builtins.c (build_function_call_expr): Don't set TREE_SIDE_EFFECTS here. | Nathan Sidwell | 8 | -14/+35 |
2003-08-26 | gcse.c (is_too_expensive): New function. | Nathan Sidwell | 2 | -79/+57 |
2003-08-26 | config.gcc (hppa*-*-hpux11*, [...]): Remove commented-out logic to use DCE th... | Zack Weinberg | 5 | -42/+72 |
2003-08-26 | Daily bump. | GCC Administrator | 1 | -1/+1 |
2003-08-26 | builtins.c (expand_builtin_mathfn): Rearrange so that we only return 0 for in... | Roger Sayle | 2 | -32/+83 |
2003-08-25 | vector-1_x.c: Compile with -w. | Janis Johnson | 5 | -0/+15 |
2003-08-25 | ia64.c (ia64_expand_tls_address): Properly truncate result when op0 is SImode. | Richard Henderson | 2 | -26/+31 |
2003-08-25 | inclhack.def (svr4_sighandler_type): New fix, ported from fixinc.svr4. | Nathanael Nerode | 4 | -5/+76 |
2003-08-25 | combine.c (simplify_comparison): Re-enable widening of comparisons with non-p... | Ulrich Weigand | 2 | -5/+12 |
2003-08-25 | Fix thinko | Gabriel Dos Reis | 1 | -1/+0 |
2003-08-25 | * cxx-pretty-print.c (pp_cxx_class_name): Remove unused function. | Richard Henderson | 2 | -6/+4 |
2003-08-25 | combine.c (distribute_notes): Handle REG_ALWAYS_RETURN. | Ulrich Weigand | 4 | -0/+19 |
2003-08-25 | * combine.c (combine_simplify_rtx): Fix RTL sharing bug. | Ulrich Weigand | 2 | -3/+9 |
2003-08-25 | pretty-print.h (pp_maybe_newline_and_indent): New macro. | Gabriel Dos Reis | 10 | -873/+2173 |
2003-08-25 | re PR target/8795 ([PPC] Altivec related bugs concerning gcc 3.3 and mainline) | Mark Mitchell | 1 | -15/+33 |
2003-08-25 | re PR target/8795 ([PPC] Altivec related bugs concerning gcc 3.3 and mainline) | Mark Mitchell | 14 | -77/+102 |
2003-08-24 | i386.i386.c (ix86_return_in_memory): Reformat. | Richard Henderson | 4 | -19/+64 |
2003-08-25 | Daily bump. | GCC Administrator | 1 | -1/+1 |
2003-08-24 | * rtlanal.c (may_trap_p): Simplify an integer comparison. | Kazu Hirata | 2 | -3/+5 |
2003-08-24 | inclhack.def (AAB_svr4_replace_byteorder): Enhance comment. | Nathanael Nerode | 3 | -6/+19 |
2003-08-24 | t-i860: New. | Jason Eckhardt | 3 | -1/+11 |
2003-08-24 | Daily bump. | GCC Administrator | 1 | -1/+1 |
2003-08-24 | c-decl.c (pushdecl): Only put decls which finish_struct will do something abo... | Jakub Jelinek | 4 | -3/+47 |
2003-08-23 | re PR c/11369 (too relaxed checking with -Wstrict-prototypes) | Jan Hubicka | 5 | -26/+124 |
2003-08-23 | s390.h (LOAD_EXTEND_OP): Remove. | Ulrich Weigand | 3 | -26/+47 |
2003-08-23 | fix thinko in previous | Dale Johannesen | 1 | -1/+1 |
2003-08-23 | calls.c (emit_library_call_value_1): Fix obvious errors in arguments to emit_... | Dale Johannesen | 2 | -2/+7 |
2003-08-23 | calls.c (emit_library_call_value_1): Remove code related to LIBGCC_NEEDS_DOUBLE. | Jason Eckhardt | 5 | -22/+11 |
2003-08-23 | * config/mips/linux64.h (STARTFILE_PREFIX_SPEC): Remove. | Richard Sandiford | 2 | -6/+4 |
2003-08-23 | mips.c (mips_setup_incoming_varargs): Handle o32 and o64 as well. | Richard Sandiford | 2 | -100/+38 |
2003-08-23 | s390.c (s390_expand_movstr, [...]): Use ISO C syntax for function pointer calls. | Ulrich Weigand | 3 | -44/+52 |
2003-08-23 | * combine.c (apply_distributive_law): Correct comment. | Roger Sayle | 2 | -1/+5 |
2003-08-23 | re PR c++/3765 (member using declaration can't change access from public) | Kriang Lerdsuwanakij | 4 | -21/+61 |
2003-08-23 | PR c++/641, c++/11876 | Kriang Lerdsuwanakij | 9 | -24/+117 |