Age | Commit message (Expand) | Author | Files | Lines |
2003-05-22 | Daily bump. | GCC Administrator | 1 | -1/+1 |
2003-05-21 | init.c (build_vec_delete): Copy the address into a temporary variable before ... | Jason Merrill | 3 | -7/+22 |
2003-05-21 | scalar-return-1_main.c: New file. | Janis Johnson | 13 | -13/+996 |
2003-05-21 | gthr-win32.h (__GTHREAD_HIDE_WIN32API): Test for non-zero value, not just if ... | Danny Smith | 2 | -2/+8 |
2003-05-21 | re PR target/6428 ([hppa*-hp-hpux] gmon.out is not generated when application... | John David Anglin | 8 | -20/+76 |
2003-05-21 | xtensa.h (MASK_SERIALIZE_VOLATILE, [...]): Delete. | Bob Wilson | 5 | -24/+21 |
2003-05-21 | c-parse.in (fndef): Set DECL_SOURCE_LINE and FILE earlier. | Nathan Sidwell | 4 | -29/+54 |
2003-05-21 | Update overflow type for R_XSTORMY16_16 reloc. | Nick Clifton | 2 | -1/+6 |
2003-05-21 | remove conflict marker | Nathan Sidwell | 1 | -1/+0 |
2003-05-21 | c-common.h (enum rid): Remove RID_BOUNDED, RID_UNBOUNDED. | Nathan Sidwell | 7 | -203/+33 |
2003-05-20 | invoke.texi (Option Summary, [...]): Document new options. | Kevin B. Hendricks | 2 | -0/+13 |
2003-05-21 | c-pretty-print.c (pp_c_integer_literal): Use HOST_WIDE_INT_PRINT_DOUBLE_HEX. | Kaveh R. Ghazi | 4 | -15/+14 |
2003-05-21 | gcse.c (cprop_jump): Make use of REG_EQUAL notes on both setcc and jump, if t... | Roger Sayle | 3 | -15/+93 |
2003-05-21 | Concatenate one of the fprintf calls in the previous change. | Kaveh Ghazi | 1 | -3/+2 |
2003-05-21 | re PR c++/9738 ([mingw] Internal compiler error in rest_of_compilation, at to... | Danny Smith | 7 | -4/+70 |
2003-05-21 | Daily bump. | GCC Administrator | 1 | -1/+1 |
2003-05-21 | genautomata.c (output_description, [...]): Add missing specifiers. | Kaveh R. Ghazi | 2 | -3/+8 |
2003-05-20 | lib1funcs.asm: Avoid use of .Lfe* in .size directives. | Bob Wilson | 6 | -132/+198 |
2003-05-20 | struct-by-value-3_x.c: Move common pieces to headers. | Janis Johnson | 17 | -1390/+595 |
2003-05-20 | doc/extend.texi: Put warning into documentation of attribute regparm. | Kevin Ryde | 2 | -0/+18 |
2003-05-20 | fix whitespace | Jason Merrill | 1 | -1/+1 |
2003-05-20 | tree.c (expr_last): New fn. | Jason Merrill | 4 | -4/+23 |
2003-05-20 | sh.c (sh_register_move_cost): Add clase for moving between FP registers and M... | J"orn Rennecke | 2 | -0/+9 |
2003-05-20 | * pa/milli64.S ($$mulI): Fix typo. | John David Anglin | 2 | -1/+5 |
2003-05-20 | * alias.c (nonlocal_mentioned_p, nonlocal_referenced_p) | Matt Kraai | 10 | -13/+13 |
2003-05-20 | linux64.h (LIB_SPEC): Add missing -lc and correct -lthread to -lpthread. | Alexandre Oliva | 2 | -1/+8 |
2003-05-20 | Daily bump. | GCC Administrator | 1 | -1/+1 |
2003-05-19 | c-opts.c (c_common_decode_option): Don't accept dollars as identifier charact... | Neil Booth | 3 | -3/+13 |
2003-05-19 | rs6000.c (rs6000_stack_info): Do not add vrsave_size twice. | Seth Arnold | 2 | -1/+6 |
2003-05-19 | tm.texi (function_arg): Fix typo. | Aldy Hernandez | 2 | -1/+5 |
2003-05-19 | Add a new flag... | Matt Austern | 10 | -1/+79 |
2003-05-19 | rs6000.c (rs6000_alignment_string, [...]): New variables. | Kevin B. Hendricks | 6 | -3/+75 |
2003-05-19 | c-decl.c (finish_decl): When setting the DECL_ASSEMBLER_NAME of a function us... | J"orn Rennecke | 2 | -6/+17 |
2003-05-19 | tree-inline.c (copy_body_r): Avoid generating &* during inline substitution. | Jason Merrill | 2 | -14/+44 |
2003-05-19 | * gcc.dg/20030225-2.c: New test. | Jakub Jelinek | 2 | -0/+47 |
2003-05-19 | Fix comment-style. | Gabriel Dos Reis | 1 | -1/+1 |
2003-05-19 | (xstormy16_expand_prologue): Do not mark assignments to the hard frame pointe... | Andrew MacLeod | 2 | -19/+38 |
2003-05-19 | mips.h (ISA_HAS_LOAD_DELAY, [...]): New macros. | Richard Sandiford | 4 | -17/+95 |
2003-05-19 | mips-protos.h (final_prescan_insn, [...]): Remove. | Richard Sandiford | 6 | -526/+96 |
2003-05-19 | mips.c (mips_class_max_nregs): Return the number of words in the mode. | Richard Sandiford | 2 | -7/+13 |
2003-05-19 | mips.c (override_options): Disable explicit relocs for old ABIs unless using ... | Richard Sandiford | 2 | -0/+12 |
2003-05-19 | name-lookup.c (free_binding_entry): fix where the GTY markers are. | Andrew Pinski | 2 | -6/+23 |
2003-05-19 | mips.h: Remove definition of g_switch_value. | Eric Christopher | 2 | -5/+9 |
2003-05-19 | flags.h (g_switch_value): Change to an unsigned HOST_WIDE_INT. | Matt Kraai | 10 | -22/+56 |
2003-05-19 | Daily bump. | GCC Administrator | 1 | -1/+1 |
2003-05-18 | re PR middle-end/10472 (ICE in instantiate_virtual_regs_lossage) | Roger Sayle | 4 | -6/+45 |
2003-05-18 | * config/m68k/m68k.md: Use define_constants for unspec numbers. | Andreas Schwab | 2 | -13/+24 |
2003-05-18 | * config/sparc/sparc.h: Define sparc for now. | Neil Booth | 2 | -2/+7 |
2003-05-18 | gcc-dg.exp (gcc-dg-debug-runtest): Add opt_opts parameter. | Mark Mitchell | 4 | -4/+12 |
2003-05-18 | * config.gcc: Clear xm_file, md_file at the beginning of each pass. | Nathanael Nerode | 2 | -0/+6 |