Age | Commit message (Expand) | Author | Files | Lines |
2004-03-14 | contrib.texi, [...]: Capitalize "gcc", "g++" and "g77" or mark up with approp... | Joseph Myers | 10 | -51/+59 |
2004-03-14 | alias.c (get_alias_set): Replace calls via (*lang_hooks.foo) () with lang_hoo... | Roger Sayle | 35 | -232/+297 |
2004-03-14 | install.texi: Make autoconf 2.13 the exception, not the rule. | Kelley Cook | 2 | -5/+8 |
2004-03-14 | install.texi: Reflect autoconf and automake version for libffi. | Andreas Tobler | 2 | -5/+11 |
2004-03-14 | fold-const.c (negate_expr, [...]): Replace calls via (*lang_hooks.foo) () wit... | Roger Sayle | 2 | -34/+44 |
2004-03-14 | * arm.h (EXTRA_CONSTRAINT_STR_ARM): Update comment. | Richard Earnshaw | 2 | -1/+7 |
2004-03-14 | Daily bump. | GCC Administrator | 1 | -1/+1 |
2004-03-13 | * doc/install.texi: Note status of -fnew-ra. | Dara Hazeghi | 2 | -2/+6 |
2004-03-13 | re PR tree-optimization/14470 ([tree-ssa] trouble with post-increment) | Eric Botcazou | 4 | -0/+31 |
2004-03-13 | re PR target/14533 (s390x internal compiler error: in legitimize_pic_address,... | Jakub Jelinek | 4 | -4/+50 |
2004-03-13 | arm.c (arm_legitimate_address_p): New argument, OUTER. | Richard Earnshaw | 7 | -190/+121 |
2004-03-13 | rs6000.c (rs6000_va_arg): Replace SPLIT_COMPLEX_ARGS with targetm version. | Alan Modra | 2 | -1/+4 |
2004-03-13 | re PR target/14567 ([3.4 only] long double and va_arg complex args) | Alan Modra | 3 | -73/+162 |
2004-03-13 | re PR target/14047 (__progmem__ attribute doesn't work) | Dean Ferreyra | 1 | -0/+7 |
2004-03-13 | re PR target/14047 (__progmem__ attribute doesn't work) | Dean Ferreyra | 2 | -4/+4 |
2004-03-13 | re PR other/14544 (gcc.c-torture/execute/20040307-1.c fails on 16-bit targets) | Kazu Hirata | 2 | -1/+6 |
2004-03-13 | Daily bump. | GCC Administrator | 1 | -1/+1 |
2004-03-12 | rs6000-protos.h (rs6000_output_dwarf_dtprel): Add prototype. | Jakub Jelinek | 4 | -0/+36 |
2004-03-12 | host-darwin.c (darwin_rs6000_gt_pch_use_address): Use ret instead of result. | Andrew Pinski | 2 | -3/+8 |
2004-03-12 | install.texi (*-ibm-aix*): Document assembler and achiver fixes required by l... | David Edelsohn | 2 | -15/+24 |
2004-03-12 | winnt.c (i386_pe_strip_name_encoding_full): Strip leading '@' on fastcall sym... | Danny Smith | 2 | -1/+11 |
2004-03-12 | combine.c (unmentioned_reg_p): New function to check whether an expression is... | Roger Sayle | 2 | -0/+64 |
2004-03-12 | * config/i386/i386.c (ix86_split_ashrdi): Optimize shift by 63. | Roger Sayle | 2 | -1/+12 |
2004-03-12 | Enabled linkonce support for Darwin. | Matt Austern | 15 | -40/+450 |
2004-03-12 | * gcc.dg/20040305-2.c: Add missing return statement. | Ulrich Weigand | 2 | -0/+6 |
2004-03-12 | builtins.c (expand_builtin_mathfn): Add pow10* to the existing exp10* case. | Kaveh R. Ghazi | 4 | -2/+36 |
2004-03-12 | tm.texi (registers): Add entry for REGMODE_NATURAL_SIZE. | Eric Botcazou | 2 | -0/+14 |
2004-03-12 | re PR target/14547 (Passing _Complex long double does not follow the ABI) | Richard Henderson | 14 | -61/+131 |
2004-03-11 | alpha.c (xfloating_ops, [...]): New. | Richard Henderson | 3 | -80/+76 |
2004-03-12 | Daily bump. | GCC Administrator | 1 | -1/+1 |
2004-03-11 | * simplify-rtx.c (simplify_relational_operation): Fix typo. | Richard Henderson | 2 | -1/+3 |
2004-03-11 | re PR target/14539 (128-bit long double improperly aligned) | Richard Henderson | 2 | -1/+6 |
2004-03-11 | except.c (remove_unreachable_regions): Look thru CALL_PLACEHOLDER. | Richard Henderson | 3 | -1/+38 |
2004-03-11 | re PR target/14262 (Structure size computed wrong) | Ulrich Weigand | 4 | -3/+62 |
2004-03-11 | combine.c (if_then_else_cond): Check for NULL return value of simplify_gen_su... | Ulrich Weigand | 4 | -5/+52 |
2004-03-11 | re PR target/14496 (ICE at recog.c:2083 building libgcc2.c) | Richard Sandiford | 2 | -2/+10 |
2004-03-11 | hpux.h (TARGET_INIT_LIBFUNCS): Add undef. | Steve Ellcey | 4 | -0/+28 |
2004-03-11 | * call.c, cp-tree.h, pt.c: Fix comment typos. | Kazu Hirata | 4 | -3/+7 |
2004-03-11 | fold-const.c (negate_expr_p): We can optimize -((int)X>>C) where C is an inte... | Roger Sayle | 5 | -0/+129 |
2004-03-12 | * real.c (encode_ibm_extended): Do round low word. | Alan Modra | 2 | -3/+6 |
2004-03-12 | arm.md (is_xscale): Comment this attribute and move it a bit further up in th... | Ben Elliston | 2 | -1/+8 |
2004-03-11 | host-solaris.c (sol_gt_pch_use_address): Add missing terminating marker to co... | Eric Botcazou | 2 | -1/+6 |
2004-03-11 | re PR c++/14476 (ICE after error about enum not being defined when using it a... | Mark Mitchell | 3 | -19/+11 |
2004-03-11 | mips.md: Use move_operand in splitters for 64-bit moves. | Richard Sandiford | 3 | -96/+94 |
2004-03-11 | var-tracking.c (struct variable_def): Added field refcount. | Josef Zlomek | 2 | -38/+189 |
2004-03-11 | var-tracking.c (vars_copy_1): Cleanup and speedup chain operations. | Josef Zlomek | 2 | -40/+36 |
2004-03-11 | c-typeck.c, [...]: Fix comment typos and formatting. | Kazu Hirata | 27 | -48/+60 |
2004-03-11 | configure: Regenerate, since I forgot to while committing Paolo's changes. | Nathanael Nerode | 2 | -371/+122 |
2004-03-11 | (top level) | Paolo Bonzini | 5 | -173/+62 |
2004-03-11 | re PR c++/14510 (Lookup error between function name and struct name) | Mark Mitchell | 4 | -1/+19 |