Age | Commit message (Expand) | Author | Files | Lines |
2003-10-06 | mips.h (PREDICATE_CODES): Add stack_operand. | Richard Sandiford | 4 | -15/+29 |
2003-10-06 | mips.md (*lowsi): Renamed from lowsi. | Richard Sandiford | 3 | -14/+40 |
2003-10-06 | mips.c (mips_arg_info): If MUST_PASS_IN_STACK, skip any remaining register ar... | Richard Sandiford | 2 | -8/+20 |
2003-10-06 | reload.c (find_reloads_subreg_address): Use correct offset for paradoxical ME... | Ulrich Weigand | 2 | -1/+13 |
2003-10-06 | tree.c (get_callee_fndecl): Call lang_hooks.lang_get_callee_fndecl. | Andrew Haley | 4 | -3/+17 |
2003-10-06 | +2003-10-06 Andrew Pinski <apinski@apple.com> + + * config/darwin.c... | Andrew Pinski | 2 | -2/+8 |
2003-10-06 | optabs.c (prepare_float_lib_cmp): Attach a REG_EQUAL note describing the retu... | Roger Sayle | 2 | -2/+94 |
2003-10-06 | re PR rtl-optimization/12215 (ICE in make_label_edge with -fnon-call-exceptio... | Eric Botcazou | 4 | -1/+57 |
2003-10-06 | re PR rtl-optimization/11637 (g++ invalid assembly with -fnon-call-exceptions) | Eric Botcazou | 4 | -12/+72 |
2003-10-06 | mips.c (mips_classify_constant): Only allow UNSPECs if TARGET_EXPLICIT_RELOCS. | Richard Sandiford | 2 | -1/+7 |
2003-10-06 | fix off one error for one for all. | Andrew Pinski | 1 | -7/+7 |
2003-10-06 | re PR bootstrap/12512 (Pattern rule for %.dvi breaks make dvi in objc) | Mark Mitchell | 16 | -44/+87 |
2003-10-06 | * config/mips/mips.md: Merge mips16 lw/srl pattern with its splitter | Richard Sandiford | 2 | -18/+16 |
2003-10-05 | one more off by one error. | Andrew Pinski | 1 | -2/+2 |
2003-10-05 | darwin.c (machopic_non_lazy_ptr_name): Fix off by one errors in memcpy destin... | Andrew Pinski | 2 | -7/+12 |
2003-10-05 | darwin.c (machopic_non_lazy_ptr_name): Change strcat to memcpy and add length... | Andrew Pinski | 2 | -13/+44 |
2003-10-06 | linux.h (MD_FALLBACK_FRAME_STATE_FOR): Handle new signal trampoline codes. | Kaz Kojima | 2 | -6/+22 |
2003-10-06 | Daily bump. | GCC Administrator | 1 | -1/+1 |
2003-10-05 | mips.md (*divsf3): Move description of SB-1 F2 erratum from here to... | Chris Demetriou | 2 | -9/+18 |
2003-10-05 | linuxspe.h: Define TARGET_SPE_ABI, TARGET_SPE, TARGET_E500, TARGET_ISEL, and ... | Aldy Hernandez | 2 | -0/+17 |
2003-10-05 | c-pretty-print.c: Fix comment typos. | Kazu Hirata | 24 | -25/+51 |
2003-10-05 | tree-inline.c (remap_type): New. | Richard Henderson | 3 | -46/+179 |
2003-10-05 | * doc/invoke.texi: Fix typos. | Kazu Hirata | 2 | -3/+7 |
2003-10-05 | fold-const.c: Follow spelling conventions. | Kazu Hirata | 9 | -8/+19 |
2003-10-05 | c-pretty-print.c: Fix comment formatting. | Kazu Hirata | 9 | -11/+22 |
2003-10-05 | * builtins.c, jcf.h, jvspec.c: Remove PARAMS macros. | Kelley Cook | 4 | -4/+8 |
2003-10-05 | * gengtype-lex.l: Recognize typedef of functions without PARAMS macro. | Kelley Cook | 2 | -0/+37 |
2003-10-05 | Daily bump. | GCC Administrator | 1 | -1/+1 |
2003-10-04 | v850-c.c, [...]: Convert to ISO C90 function declarations and definitions. | Nathanael Nerode | 4 | -263/+179 |
2003-10-04 | * libfuncs.h | Zack Weinberg | 10 | -495/+163 |
2003-10-04 | t-m68hc11-gas (MULTILIB_MATCHES): m68hcs12 is identical to m68hc12 as far as ... | Stephane Carrez | 2 | -1/+6 |
2003-10-04 | re PR c/12446 (ICE in emit_move_insn on complicated array reference) | Eric Botcazou | 5 | -2/+58 |
2003-10-04 | Test for testing a global followed by extern declaration. | Fariborz Jahanian | 1 | -0/+13 |
2003-10-04 | retain DECL_COMMON of old declaration | Fariborz Jahanian | 2 | -0/+5 |
2003-10-04 | extend.texi (Function Attributes): Fix title of GNU C Preprocessor manual. | Gerald Pfeifer | 2 | -3/+10 |
2003-10-04 | extend.texi: Document how GCC estimates and relies on the size of an asm. | Richard Earnshaw | 2 | -0/+25 |
2003-10-04 | mips.c (mips_pad_arg_upward): Pad floating-point arguments downward for big-e... | Richard Sandiford | 2 | -1/+12 |
2003-10-03 | ggc-page.c: (ggc_pch_write_object) replace fseek() with fwrite() in PCH gener... | Robert Bowdidge | 2 | -5/+30 |
2003-10-04 | Daily bump. | GCC Administrator | 1 | -1/+1 |
2003-10-03 | objc-act.c (lookup_category): Mark as 'inline'. | Ziemowit Laski | 2 | -2/+6 |
2003-10-03 | objc-act.c (add_method_to_hash_list, [...]): New functions. | Alexander Malmberg | 6 | -84/+253 |
2003-10-03 | PR optimization/9325, PR java/6391 | Roger Sayle | 6 | -43/+202 |
2003-10-03 | mips.c (mips_emit_prefetch): Restructure to avoid use of arrays, handle index... | Chris Demetriou | 4 | -27/+56 |
2003-10-03 | decl.c (struct cp_binding_level): Move to name-lookup.h | Gabriel Dos Reis | 4 | -151/+155 |
2003-10-03 | re PR rtl-optimization/12289 (Solaris 9/Intel bootstrap failure: ICE in expan... | Jeff Sturm | 2 | -8/+18 |
2003-10-03 | re PR bootstrap/12276 (Configure check for libunwind does not work with cross) | Andreas Schwab | 3 | -76/+91 |
2003-10-03 | unwind-pe.h (read_encoded_value_with_base): Constify u and its inizialization... | Paolo Carlini | 2 | -2/+7 |
2003-10-03 | name-lookup.c (binding_entry_free): Nullify name and type fields. | Gabriel Dos Reis | 2 | -1/+7 |
2003-10-03 | Added a missing ChangeLog Entry: | Andrew Haley | 1 | -0/+5 |
2003-10-03 | re PR target/12485 (MIPS -mxgot causes "bad" exception handling code.) | Richard Sandiford | 2 | -0/+8 |