Age | Commit message (Expand) | Author | Files | Lines |
2003-08-29 | Makefile.in (cpp.info): Just state dependencies. | Mark Mitchell | 2 | -80/+57 |
2003-08-29 | Makefile.in (restage1): Pass BOOT_CFLAGS to recursive make. | Kelley Cook | 2 | -9/+19 |
2003-08-29 | config.gcc: Narrow unsupported target match to avoid clobbering i?86-sequent-... | Nathanael Nerode | 2 | -1/+7 |
2003-08-29 | * builtins.c (mathfn_built_in): Handle new math builtins. | Kaveh R. Ghazi | 2 | -0/+65 |
2003-08-29 | re PR c++/11811 (Weird message with default template arguments) | Gabriel Dos Reis | 4 | -3/+35 |
2003-08-29 | init.c (decl_constant_value): Deal with COND_EXPR specially. | Mark Mitchell | 5 | -2/+31 |
2003-08-28 | Fix (hopefully temporary) for breakage caused by my 08-21 patch. | Per Bothner | 3 | -3/+15 |
2003-08-29 | s390.md ("*mulsi3_sign"): New insn. | Ulrich Weigand | 2 | -48/+110 |
2003-08-29 | Daily bump. | GCC Administrator | 1 | -1/+1 |
2003-08-28 | * gcj.texi (Extensions): Document gcjlib URLs. | Tom Tromey | 2 | -0/+19 |
2003-08-28 | builtin-types.def (BT_INT_PTR, [...]): New. | Kaveh R. Ghazi | 8 | -23/+146 |
2003-08-28 | builtin-types.def (BT_FN_FLOAT_INT_FLOAT, [...]): New. | Kaveh R. Ghazi | 7 | -32/+208 |
2003-08-28 | mkfixinc.sh: Remove special case code for unsupported variants of i?86, power... | Nathanael Nerode | 2 | -7/+3 |
2003-08-28 | mkfixinc.sh: Remove special case code for unsupported arm and hppa variants. | Nathanael Nerode | 2 | -6/+5 |
2003-08-28 | builtin-types.def (BT_FN_INT_FLOAT, [...]): New. | Kaveh R. Ghazi | 6 | -40/+672 |
2003-08-28 | s390.c (legitmate_constant_p): Use LARL on zSeries machines even in 31-bit ad... | Ulrich Weigand | 3 | -240/+229 |
2003-08-28 | re PR rtl-optimization/5079 (Reference to static const int not eliminated dur... | Mark Mitchell | 4 | -0/+48 |
2003-08-28 | * gcc.c (STANDARD_EXEC_PREFIX, STANDARD_STARTFILE_PREFIX) | Daniel Jacobowitz | 3 | -18/+16 |
2003-08-27 | cpperror.c (print_location): Don't check for !pfile->buffer. | Per Bothner | 2 | -16/+17 |
2003-08-28 | Daily bump. | GCC Administrator | 1 | -1/+1 |
2003-08-27 | * real.c (do_multiply): Initialize with memset. | Jason Merrill | 2 | -1/+5 |
2003-08-27 | gcov.c (typedef struct arc_info): New field cs_count. | Zdenek Dvorak | 4 | -4/+44 |
2003-08-27 | s390.c (struct machine_function): Remove member literal_pool_label. | Ulrich Weigand | 4 | -198/+347 |
2003-08-27 | ptrmem3.C: New test. | Mark Mitchell | 3 | -1/+30 |
2003-08-27 | inclhack.def (ptx_netswap): New disabled fix, ported from fixinc.ptx. | Nathanael Nerode | 3 | -10/+46 |
2003-08-27 | [multiple changes] | Richard Earnshaw | 5 | -23/+2177 |
2003-08-27 | builtins.c (expand_builtin_expect_jump): Save pending_stack_adjust and restor... | Jakub Jelinek | 4 | -1/+78 |
2003-08-27 | calls.c (initialize_argument_information): If an argument has no stack space ... | Richard Sandiford | 7 | -217/+122 |
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 |