Age | Commit message (Expand) | Author | Files | Lines |
2004-05-22 | invoke.texi: Document -Wunderflow and spell check. | Steven G. Kargl | 7 | -32/+162 |
2004-05-22 | calls.c (initialize_argument_information): Forbid sibcalls if a callee-copied... | Richard Sandiford | 2 | -0/+12 |
2004-05-22 | fix-header.c (read_scan_file): Update for add_path change. | Eric Christopher | 2 | -4/+8 |
2004-05-22 | c.opt (Wmissing-include-dirs): New. | Ben Elliston | 9 | -21/+68 |
2004-05-22 | fold-const.c (fold_read_from_constant_string): Convert result to requested type. | Ulrich Weigand | 2 | -2/+8 |
2004-05-22 | Daily bump. | GCC Administrator | 1 | -1/+1 |
2004-05-21 | * fr.po, tr.po: Update. | Joseph Myers | 3 | -1751/+1044 |
2004-05-21 | gimplify.c (mostly_copy_tree_r): Don't attempt to copy decls. | Richard Henderson | 2 | -14/+37 |
2004-05-21 | io.c (check_format): As a GNU extension... | Roger Sayle | 2 | -1/+41 |
2004-05-21 | io.c (check_format): Use gfc_notify_std to determine whether to issue an erro... | Roger Sayle | 2 | -5/+11 |
2004-05-21 | Makefile.in (tree-dump.o): Depend on tree-iterator.h. | Richard Henderson | 3 | -2/+20 |
2004-05-21 | fold-const.c (fold, [...]): Use fold_convert instead of convert. | Roger Sayle | 3 | -27/+36 |
2004-05-21 | tree-flow-inline.h (num_immediate_uses): Don't abort if DF is NULL. | Diego Novillo | 2 | -0/+8 |
2004-05-21 | oops - omitted from previous delta. This change is: | Nick Clifton | 1 | -4/+4 |
2004-05-21 | gjavah.c (print_stub_or_jni): Mark functions only JNIEXPORT, not extern. | Mark Wielaard | 2 | -1/+6 |
2004-05-21 | linux64.h (OPTION_DEFAULT_SPECS): If SPARC_BI_ARCH, override sparc.h definition. | Jakub Jelinek | 2 | -0/+26 |
2004-05-21 | system.h: Poison NO_RECURSIVE_FUNCTION_CSE. | Ian Lance Taylor | 17 | -60/+3 |
2004-05-21 | tree.c (array_type_nelts, [...]): Replace build with build2. | Roger Sayle | 3 | -540/+574 |
2004-05-21 | Daily bump. | GCC Administrator | 1 | -1/+1 |
2004-05-20 | re PR target/15301 ([3.3/3.4 only] gcc does not pass __m128 arguments correctly) | H.J. Lu | 5 | -0/+101 |
2004-05-20 | re PR target/15302 ([3.3/3.4 only] gcc not consistent for passing structures ... | H.J. Lu | 5 | -0/+96 |
2004-05-20 | unwind-dw2-fde.c (get_cie_encoding): Handle dwarf3 CIE format. | Paul Brook | 3 | -3/+15 |
2004-05-20 | re PR middle-end/3074 (Statement with no effect not flagged with -Wall) | Roger Sayle | 7 | -186/+43 |
2004-05-20 | common.opt (ftree-loop-optimize): Remove. | Andrew Pinski | 2 | -4/+4 |
2004-05-20 | * Makefile.in (AR_FOR_TARGET, RANLIB_FOR_TARGET) | Daniel Jacobowitz | 2 | -7/+12 |
2004-05-20 | io.c (format_item): Allow the number before the X format to be optional when ... | Roger Sayle | 2 | -1/+9 |
2004-05-20 | reorg.c (delete_from_delay_slot): If we have a barrier after the sequence con... | John David Anglin | 2 | -2/+11 |
2004-05-20 | re PR tree-optimization/15454 (tree-ccp generates wrong code for nested funct... | Richard Henderson | 6 | -14/+44 |
2004-05-20 | rs6000.c (print_operand): Call mark_decl_referenced before assemble_name. | Andrew Pinski | 2 | -0/+9 |
2004-05-20 | * cgraph.c (hash_node, eq_node, cgraph_node, cgraph_remove_node) | Zack Weinberg | 2 | -18/+17 |
2004-05-20 | arm.md (ite_ne_zeroextractsi, [...]): Ensure we don't earlyclobber operands u... | Richard Earnshaw | 2 | -4/+11 |
2004-05-20 | * tree-mudflap.c: Formatting fixes. | Steven Bosscher | 2 | -8/+15 |
2004-05-20 | Makefile.in (GTFILES): Add $(srcdir)/reload.h. | J"orn Rennecke | 8 | -6/+28 |
2004-05-20 | optimize.c (calls_setjmp_r): Remove. | Andrew Pinski | 4 | -40/+7 |
2004-05-20 | c4x.h (INITIALIZE_TRAMPOLINE): Replace 'tramp' with 'TRAMP' in the body of th... | Nick Clifton | 1 | -0/+5 |
2004-05-19 | re PR target/15383 (__float128 function name is used for long double) | H.J. Lu | 3 | -23/+66 |
2004-05-20 | Daily bump. | GCC Administrator | 1 | -1/+1 |
2004-05-20 | re PR other/15526 (-ftrapv aborts on 0 * (-1)) | Falk Hueffner | 4 | -3/+36 |
2004-05-19 | re PR c/14171 (Bootstrap (--enable-intermodule) dies with reg-stack.c:235: er... | Andrew Pinski | 1 | -0/+1 |
2004-05-19 | reg-stack.c (nan): Rename to ... | Andrew Pinski | 2 | -8/+15 |
2004-05-19 | tree-into-ssa.c (prepare_operand_for_rename): New argument is_use. | Jeff Law | 2 | -23/+42 |
2004-05-19 | tree-cfg.c (find_case_label_for_value): Replace call to simple_cst_equal with... | Andrew Pinski | 2 | -1/+6 |
2004-05-19 | tree-ssa-phiopt.c (value_replacement): Handle the case where the desired edge... | Jeff Law | 2 | -0/+19 |
2004-05-19 | Multiple fixes: PRs 14692, 15274 and 15463 | Zdenek Dvorak | 9 | -205/+470 |
2004-05-19 | typeck.c: Remove non-printable character 160. | Paolo Bonzini | 2 | -1/+5 |
2004-05-19 | [multiple changes] | Arnaud Charlet | 5 | -32/+93 |
2004-05-19 | tm.texi (TARGET_RTX_COSTS): Document that instruction costs should be based o... | Roger Sayle | 2 | -1/+12 |
2004-05-19 | fold-const.c: Remove non-printable character 160. | Paolo Bonzini | 2 | -1/+5 |
2004-05-19 | Credit Feng Wang <fengwang@nudt.edu.cn> in ChangeLog. | Feng Wang | 2 | -4/+5 |
2004-05-19 | invoke.texi (ARM Options): Fix typo. | Nick Clifton | 2 | -13/+5 |