Age | Commit message (Expand) | Author | Files | Lines |
2004-09-02 | re PR fortran/15327 (ICE when using MERGE on strings) | Tobias Schlüter | 4 | -5/+39 |
2004-09-01 | gthr-win32.h (__gthread_recursive_mutex_t): Use 'unsigned long', not Windows ... | Wu Yongwei | 3 | -5/+36 |
2004-09-01 | tree-tailcall.c (find_tail_calls): Also fail is statement has volatile operands. | Richard Kenner | 2 | -2/+6 |
2004-09-01 | Update TREE_NO_WARNING docs. | Richard Henderson | 1 | -2/+5 |
2004-09-01 | * tree-ssa.c (propagate_into_addr): Properly test for LHR. | Richard Kenner | 2 | -3/+5 |
2004-09-01 | c-tree.texi: Document new operands for ARRAY_REF and COMPONENT_REF. | Richard Kenner | 2 | -2/+12 |
2004-09-01 | re PR fortran/16400 (Invalid usage of assumed-size arrays is not rejected) | Tobias Schlüter | 4 | -4/+76 |
2004-09-01 | Makefile.in (rtl-profile.o, [...]): Add GCC_H dependency. | Zdenek Dvorak | 14 | -157/+499 |
2004-09-01 | re PR rtl-optimization/16408 (internal compiler error: in delete_insn, at cfg... | Zdenek Dvorak | 2 | -1/+26 |
2004-09-01 | re PR c/15224 (Attribute mode causes ICE when applied to enums) | Richard Kenner | 2 | -0/+7 |
2004-09-01 | re PR c/15224 (Attribute mode causes ICE when applied to enums) | Richard Kenner | 2 | -1/+30 |
2004-09-01 | ns32k.h (TRANSFER_FROM_TRAMPOLINE): Remove. | Richard Henderson | 2 | -29/+21 |
2004-09-01 | * libgcc-std.ver (GCC_3.4.2): Export also __trampoline_setup. | Jakub Jelinek | 2 | -0/+5 |
2004-09-01 | darwin.c (machopic_symbol_defined_p): In addition to being SYMBOL_REF_LOCAL_P... | Mike Stump | 3 | -4/+27 |
2004-09-01 | * g++.dg/opt/loop1.C: Do not XFAIL. | Mark Mitchell | 2 | -1/+5 |
2004-09-01 | * Makefile.in (bb-reorder.o): Add several dependencies. | Jakub Jelinek | 2 | -1/+5 |
2004-09-01 | fold-const.c (operand_equal_p): Require equal sign also for FIX_{CEIL,TRUNC,F... | Jakub Jelinek | 4 | -4/+38 |
2004-09-01 | config.gcc (--with-cpu on ARM): Preserve the canonical cpu name for use in co... | Richard Earnshaw | 2 | -11/+13 |
2004-09-01 | Fix commit date in previous set of changes. | Arnaud Charlet | 1 | -6/+6 |
2004-09-01 | config/sh/sh.md ("length"): Increase branch length when SH1 pic code to 18: | J"orn Rennecke | 2 | -6/+16 |
2004-09-01 | arm-cores.def (ARM_CORE): Add new field for the real name of the CPU. | Richard Earnshaw | 8 | -74/+93 |
2004-09-01 | [multiple changes] | Arnaud Charlet | 23 | -222/+477 |
2004-09-01 | * arm/ieee754-df.S (aeabi_ul2d, aeabi_l2d, floatundidf) | Richard Earnshaw | 4 | -2/+193 |
2004-09-01 | Make-lang.in (EXTRA_GNATBIND_OBJS): Revert last change. | Andreas Schwab | 3 | -1/+9 |
2004-09-01 | c-common.h (lookup_interface): Remove prototype. | Ziemowit Laski | 8 | -30/+49 |
2004-09-01 | re PR fortran/16579 (gfortran: (ICHAR(CHAR(I)) .NE. I) when 128 <= I <= 255) | David Billinghurst | 3 | -1/+13 |
2004-09-01 | config.gcc (arm*-*-symbianelf*): Do not include t-bpabi. | Mark Mitchell | 4 | -1/+34 |
2004-09-01 | config.gcc (arm*-*-symbianelf*): Do not include t-bpabi. | Mark Mitchell | 1 | -0/+9 |
2004-09-01 | * toplev.c (process_options): Ensure debug_hooks is initialized. | Stan Shebs | 2 | -1/+6 |
2004-08-31 | rs6000-power2-1.c (t1, t2, t3, t4): Add volatile. | Andrew Pinski | 3 | -7/+13 |
2004-09-01 | Commit testcase | Mark Mitchell | 1 | -0/+29 |
2004-09-01 | Fix typo | Mark Mitchell | 1 | -2/+2 |
2004-09-01 | target-def.h (TARGET_CXX): Add TARGET_CXX_EXPORT_CLASS_DATA. | Mark Mitchell | 11 | -17/+93 |
2004-09-01 | funcdef-storage-1.c: Add dg-options to suppress -pedantic-errors. | Geoffrey Keating | 2 | -0/+6 |
2004-09-01 | Remove stray >>>>>>> | R. Kelley Cook | 1 | -1/+0 |
2004-09-01 | sh.c (output_branch): Check the insn length possibly in the delayed slot. | Kaz Kojima | 2 | -1/+7 |
2004-09-01 | Daily bump. | GCC Administrator | 1 | -1/+1 |
2004-08-31 | error.c (generate_error): Set both iostat and library_return. | Paul Brook | 2 | -0/+17 |
2004-08-31 | tree-pretty-print.c (dump_generic_node, [...]): Add blank after ')'. | Richard Kenner | 2 | -4/+22 |
2004-08-31 | Add missing newlines at two function headers | Richard Kenner | 1 | -2/+4 |
2004-08-31 | c-common.c (c_alignof_expr): Use DECL_ALIGN_UNIT and TYPE_ALIGN_UNIT. | Richard Kenner | 7 | -20/+29 |
2004-08-31 | tree-cfg.c (cfg_remove_useless_stmts_bb): Also invalidate if VAL gets modified. | Richard Kenner | 2 | -2/+12 |
2004-08-31 | re PR fortran/16579 (gfortran: (ICHAR(CHAR(I)) .NE. I) when 128 <= I <= 255) | Tobias Schlüter | 4 | -1/+19 |
2004-08-31 | re PR libfortran/16805 (Runtime failure using list directed read from string) | Paul Brook | 2 | -0/+30 |
2004-08-31 | hooks.c (hook_bool_void_true): New function. | Mark Mitchell | 12 | -10/+113 |
2004-09-01 | re PR target/15417 (ICE while building an avr-cross compiler) | Denis Chertykov | 2 | -0/+12 |
2004-08-31 | re PR target/15334 (ICE building libgcc/./_mulvsi3.o for m68hc11-unknown-elf) | Stephane Carrez | 2 | -0/+11 |
2004-08-31 | * CONTRIB, NEWS, README, TODO: Remove obsolete files. | Tobias Schlüter | 5 | -114/+4 |
2004-08-31 | Make-lang.in (CXX_AND_OBJCXX_OBJS): Add cp/cp-objcp-common.o. | Ziemowit Laski | 8 | -255/+409 |
2004-08-31 | darwin.c (darwin_make_decl_one_only): Allocate section names once per compila... | Matt Austern | 2 | -6/+20 |