| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | expr.c (expand_expr): Force overflows into registers. | Richard Henderson | 2002-04-09 | 3 | -1/+25 |
* | basic-block.h (flow_delete_block_noexpunge): Declare. | Richard Henderson | 2002-04-09 | 10 | -96/+297 |
* | sbitmap.c (sbitmap_union_of_diff, [...]): Do not return changed status. | Richard Henderson | 2002-04-09 | 5 | -123/+215 |
* | config.gcc (sh-*-elf*): Use sh/embed-elf.h instead of sh/elf.h. | J"orn Rennecke | 2002-04-09 | 13 | -104/+150 |
* | * reorg.c (get_branch_condition): Use reversed_comparison_code. | Richard Henderson | 2002-04-09 | 2 | -3/+12 |
* | larith.asm (__map_data_section): Fix condition and optimize for size. | Stephane Carrez | 2002-04-09 | 2 | -6/+20 |
* | re PR rtl-optimization/6189 (Regression from 3.0.x: g++ -O3 generates wrong c... | Jason Merrill | 2002-04-09 | 1 | -0/+24 |
* | re PR rtl-optimization/6189 (Regression from 3.0.x: g++ -O3 generates wrong c... | Jason Merrill | 2002-04-09 | 2 | -3/+12 |
* | sparc.c (sparc_extra_constraint_check): New function, implementing EXTRA_CONS... | David S. Miller | 2002-04-09 | 4 | -34/+86 |
* | init.c (build_member_call): For now, don't convert to intermediate base if it... | Jason Merrill | 2002-04-09 | 3 | -3/+34 |
* | expr.c (is_aligning_offset): New function. | Richard Kenner | 2002-04-09 | 2 | -0/+62 |
* | Daily bump. | GCC Administrator | 2002-04-09 | 2 | -2/+2 |
* | Fix commit goof: s/istarget/ishost/ for host | Hans-Peter Nilsson | 2002-04-08 | 7 | -7/+7 |
* | 980628-4.x, [...]: New, xfail cross-endian tests. | Hans-Peter Nilsson | 2002-04-08 | 8 | -0/+78 |
* | Make-lang.in (f/target.o): Depend on diagnostic.h. | Hans-Peter Nilsson | 2002-04-08 | 3 | -3/+52 |
* | For PR libgcj/5303: | Tom Tromey | 2002-04-08 | 4 | -3/+162 |
* | re PR target/6082 (memory model wrong for FreeBSD/sparc64) | David S. Miller | 2002-04-08 | 11 | -33/+102 |
* | Revert last patch from Richard Henderson. | Andreas Jaeger | 2002-04-08 | 2 | -35/+17 |
* | parse.y (namespace_qualifier, [...]): Add ending ';', in accordance with POSIX. | Paolo Carlini | 2002-04-08 | 2 | -0/+18 |
* | contrib.texi (Contributors): Add John David Anglin and Loren J. Rittle (the l... | Gerald Pfeifer | 2002-04-08 | 2 | -0/+24 |
* | gcj.texi (Invocation): Update JvAttachCurrentThread documentation. | Bryce McKinlay | 2002-04-08 | 2 | -9/+49 |
* | Oops, commit right file. | Alan Modra | 2002-04-08 | 1 | -2/+2 |
* | configure.in (auto-build.h): Use target_alias and build_alias when running co... | Alan Modra | 2002-04-08 | 3 | -54/+54 |
* | Daily bump. | GCC Administrator | 2002-04-08 | 2 | -2/+2 |
* | parse.y (resolve_qualified_expression_name): Clear "from_super" flag after us... | Bryce McKinlay | 2002-04-08 | 2 | -0/+6 |
* | * gcj.texi (Invocation): Document CNI invocation API. | Bryce McKinlay | 2002-04-08 | 2 | -1/+67 |
* | config.gcc (sparc64-*-linux*): Add t-crtfm to tmake_file. | David S. Miller | 2002-04-07 | 2 | -1/+5 |
* | re PR c++/5933 (HP-UX: broken MI of virtual classes) | John David Anglin | 2002-04-07 | 2 | -9/+68 |
* | re PR rtl-optimization/6086 (Reload misoptimizes DImode PREINC on PPC) | Franz Sirl | 2002-04-07 | 2 | -0/+64 |
* | Daily bump. | GCC Administrator | 2002-04-07 | 2 | -2/+2 |
* | re PR c++/5571 (crash in initialization of a static variable) | Mark Mitchell | 2002-04-07 | 8 | -87/+117 |
* | cppinit.c (cpp_create_reader): Initialize discard_comments_in_macro_exp. | Jason Thorpe | 2002-04-07 | 15 | -9/+227 |
* | re PR c++/4934 (Seg fault on legal code) | Jason Merrill | 2002-04-06 | 3 | -1/+10 |
* | * reorg.c (dbr_schedule): Don't reposition prologue and epilogue notes. | John David Anglin | 2002-04-06 | 2 | -4/+5 |
* | re PR rtl-optimization/5120 (tail recursion incorrect using -O2) | Mark Mitchell | 2002-04-06 | 4 | -0/+147 |
* | toplev.c (flag_no_inline, [...]): Default to 2. | Jason Merrill | 2002-04-06 | 3 | -5/+16 |
* | re PR c++/525 (Problem with Multiple Inheritance and -pedantic) | Jason Merrill | 2002-04-06 | 10 | -77/+76 |
* | re PR c++/6179 (EH regression test failure for STLport-4.5.3) | Jason Merrill | 2002-04-06 | 3 | -6/+40 |
* | t-mmix (TARGET_LIBGCC2_CFLAGS): Don't -Dinhibit_libc here. | Hans-Peter Nilsson | 2002-04-06 | 4 | -27/+46 |
* | Daily bump. | GCC Administrator | 2002-04-06 | 2 | -2/+2 |
* | freebsd.h (ENDFILE_SPEC): Add crtfastmath bits. | David S. Miller | 2002-04-05 | 3 | -5/+25 |
* | * doc/rtl.texi (Regs and Memory): Document (mem:BLK (scratch)). | Richard Henderson | 2002-04-05 | 2 | -0/+8 |
* | * mklibgcc.in: Use $tmpmapfile, not tmp-$@. | Jakub Jelinek | 2002-04-05 | 2 | -2/+7 |
* | mips.h (ISA_HAS_BRANCHLIKELY, [...]): Disable if TARGET_MIPS16. | Alexandre Oliva | 2002-04-05 | 2 | -18/+23 |
* | Fix last change: c-common.h instead of c-convert.h. | Andreas Schwab | 2002-04-05 | 3 | -3/+3 |
* | c-convert.c: Include c-convert.h. | Andreas Schwab | 2002-04-05 | 3 | -2/+9 |
* | mklibgcc.in: Use separate libgcc.map for each multilib. | Jakub Jelinek | 2002-04-05 | 3 | -3/+8 |
* | Makefile.in (s-mlib): Handle --disable-multilib by separate genmultilib invoc... | Jakub Jelinek | 2002-04-05 | 2 | -8/+17 |
* | Daily bump. | GCC Administrator | 2002-04-05 | 2 | -2/+2 |
* | mips.h (CUMULATIVE_ARGS): Rename fp_regs to num_fprs to avoid clash with Irix... | Richard Sandiford | 2002-04-05 | 3 | -13/+22 |