| Commit message (Expand) | Author | Age | Files | Lines |
* | * c-decl.c: Verify that C_SIZEOF_STRUCT_LANG_IDENTIFIER is correct. | zack | 2004-03-28 | 1 | -9/+25 |
* | * config/rs6000/altivec.md: (andvv16qi3, andv8hi3, one_cmplv16qi2, | dorit | 2004-03-28 | 1 | -0/+6 |
* | * config/m68hc11/m68hc11-protos.h (m68hc11_page0_symbol_p): Declare. | ciceron | 2004-03-28 | 1 | -0/+21 |
* | * c-tree.h (C_DECL_REGISTER): New. | jsm28 | 2004-03-28 | 1 | -0/+15 |
* | * function.c (thread_prologue_and_epilogue): Move | uweigand | 2004-03-27 | 1 | -0/+6 |
* | * expr.c (store_constructor): Use gen_int_mode to correctly | uweigand | 2004-03-27 | 1 | -0/+5 |
* | * builtin-types.def (BT_WINT, BT_FN_INT_WINT, BT_FN_WINT_WINT): New. | ghazi | 2004-03-27 | 1 | -0/+6 |
* | * c-typeck.c (comptypes): Replace calls to TYPE_DOMAIN | dnovillo | 2004-03-26 | 1 | -0/+5 |
* | PR 14219 | aldyh | 2004-03-26 | 1 | -0/+6 |
* | * config.gcc: Remove sparc-tti-*. | ebotcazou | 2004-03-26 | 1 | -0/+14 |
* | * fold-const.c (tree_expr_nonnegative_p): Handle BIT_XOR_EXPR like | sayle | 2004-03-26 | 1 | -0/+5 |
* | PR 11527 | rth | 2004-03-26 | 1 | -0/+6 |
* | * builtins.c (fold_builtin): Fix error in last change. | ghazi | 2004-03-26 | 1 | -0/+4 |
* | * config/mips/mips.h: Formatting fix. | rsandifo | 2004-03-25 | 1 | -0/+4 |
* | * builtins.def: Add ctype builtins. | ghazi | 2004-03-25 | 1 | -0/+5 |
* | * builtins.c (fold_builtin): Add new builtin optimizations for | ghazi | 2004-03-25 | 1 | -0/+6 |
* | * config/rs6000/rs6000.c (rs6000_always_hint): New variable. | dje | 2004-03-25 | 1 | -0/+27 |
* | gcc/ | kazu | 2004-03-25 | 1 | -0/+6 |
* | PR optimization/9707. | kazu | 2004-03-25 | 1 | -0/+7 |
* | * config/arm/arm.c (vfp_print_multi): Remove. | pbrook | 2004-03-25 | 1 | -0/+10 |
* | * alias.c (alias_invariant, alias_invariant_size): Mark GTY. | rth | 2004-03-25 | 1 | -0/+18 |
* | gcc/ | kazu | 2004-03-24 | 1 | -0/+5 |
* | (gcc) | neroden | 2004-03-24 | 1 | -0/+6 |
* | [gcc/ChangeLog] | zlaski | 2004-03-24 | 1 | -0/+5 |
* | * doc/invoke.texi (-frename-registers: Add enabled at -O3. | dje | 2004-03-24 | 1 | -0/+12 |
* | 2004-03-24 Nathanael Nerode <neroden@gcc.gnu.org> | neroden | 2004-03-24 | 1 | -0/+7 |
* | * config.gcc <arm>: Add --with-abi= | pbrook | 2004-03-24 | 1 | -0/+55 |
* | * configure.ac: Check for -Wno-variadic-macros; don't use | neroden | 2004-03-24 | 1 | -0/+8 |
* | Fix changelog entry for: | rsandifo | 2004-03-24 | 1 | -1/+1 |
* | * config.gcc (mips64vr-*-elf*, mips64vrel-*-elf*): Remove tm_defines. | rsandifo | 2004-03-24 | 1 | -0/+15 |
* | * config/mips/mips.h (MASK_FIX_VR4122, TARGET_FIX_VR4122): New macros. | rsandifo | 2004-03-24 | 1 | -0/+18 |
* | * config/mips/mips.h (PROCESSOR_R4130): New processor_type. | rsandifo | 2004-03-24 | 1 | -0/+11 |
* | * doc/invoke.texi: Apply missed hunk from 2004-03-03 change. | rsandifo | 2004-03-24 | 1 | -0/+5 |
* | PR preprocessor/14438 | aoliva | 2004-03-24 | 1 | -0/+6 |
* | * doc/extend.texi (ARM Built-in Functions): Replace with correct | ian | 2004-03-24 | 1 | -0/+5 |
* | * reg-stack.c (get_true_reg): Handle FLOAT_TRUNCATE like FLOAT_EXTEND | sayle | 2004-03-24 | 1 | -0/+10 |
* | [gcc/ChangeLog] | zlaski | 2004-03-24 | 1 | -0/+11 |
* | Correct PR number in last commit | zack | 2004-03-23 | 1 | -2/+1 |
* | PR 12267, 12391, 12560, 13129, 14114, 14113 | zack | 2004-03-23 | 1 | -12/+145 |
* | * optabs.c (expand_binop): When synthesizing double word rotates | hainque | 2004-03-23 | 1 | -0/+6 |
* | * alias.c (get_alias_set): Add support for TYPE_REF_CAN_ALIAS_ALL. | kenner | 2004-03-23 | 1 | -0/+18 |
* | * fold-const.c (tree_expr_nonnegative_p): A&B is nonnegative when | sayle | 2004-03-23 | 1 | -0/+8 |
* | * fold-const.c (fold): Remove cases for INTEGER_CST, REAL_CST, | kazu | 2004-03-23 | 1 | -0/+5 |
* | 2004-03-23 Kazu Hirata <kazu@cs.umass.edu> | sayle | 2004-03-23 | 1 | -0/+6 |
* | * config.gcc (sparc-*-linux*): Add sparc/t-linux to tmake_file. | jakub | 2004-03-23 | 1 | -0/+6 |
* | * gcse.c (can_assign_to_reg_p): New function, split out from... | rsandifo | 2004-03-23 | 1 | -0/+7 |
* | * c-typeck.c (same_translation_unit_p): Fix pasto. | dnovillo | 2004-03-23 | 1 | -0/+4 |
* | fix typo. | dje | 2004-03-22 | 1 | -1/+1 |
* | * params.def (PARAM_MAX_SCHED_REGION_BLOCKS): New. | dje | 2004-03-22 | 1 | -0/+12 |
* | * dwarf2out.c (is_subrange_type): Do not emit a subrange_type DIE | brobecke | 2004-03-22 | 1 | -0/+5 |