| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert 2004-09-09 Giovanni Bajo <giovannibajo@gcc.gnu.org> | Nathan Sidwell | 2004-09-10 | 1 | -44/+70 |
* | lambda-mat.c (lambda_matrix_inverse_hard): Use gcc_assert and gcc_unreachable... | Giovanni Bajo | 2004-09-10 | 1 | -70/+44 |
* | c-common.c, [...]: Fix comment typos. | Kazu Hirata | 2004-09-05 | 1 | -1/+1 |
* | md.texi (shift patterns): New anchor. | Richard Sandiford | 2004-09-04 | 1 | -94/+396 |
* | builtins.c (expand_builtin_mathfn): Handle BUILT_IN_RINT{,F,L} using rint_optab. | Uros Bizjak | 2004-09-04 | 1 | -0/+1 |
* | builtins.c (expand_builtin_cabs): Delete. | Eric Christopher | 2004-09-02 | 1 | -1117/+15 |
* | defaults.h (TARGET_LIBGCC_LIBFUNCS): Remove. | Mark Mitchell | 2004-08-19 | 1 | -73/+70 |
* | Makefile.in: Regenerate. | Paolo Bonzini | 2004-08-17 | 1 | -12/+12 |
* | configure.in (arm*-*-eabi*): New target. | Mark Mitchell | 2004-08-11 | 1 | -73/+203 |
* | expr.c (var_rtx): Remove. | Paolo Bonzini | 2004-08-09 | 1 | -17/+0 |
* | tree-cfg.c (gimplify_val): Move from tree-complex.c. | Paolo Bonzini | 2004-07-22 | 1 | -1/+85 |
* | expr.c (enqueue_insn, [...]): Remove. | Paolo Bonzini | 2004-07-14 | 1 | -99/+16 |
* | expr.h (store_bit_field, [...]): Remove last argument. | Jakub Jelinek | 2004-07-10 | 1 | -7/+5 |
* | alias.c (nonlocal_mentioned_p, [...]): Use, LABEL_P, JUMP_P, CALL_P, NONJUMP_... | Jerry Quinn | 2004-07-09 | 1 | -4/+4 |
* | builtins.c: Rename movstr*, except for movstrict*, to movmem* and clrstr* to ... | Alexandre Oliva | 2004-07-07 | 1 | -2/+2 |
* | c-decl.c, [...]: Don't check TARGET_MEM_FUNCTIONS. | Joseph Myers | 2004-07-05 | 1 | -10/+1 |
* | alias.c (get_alias_set, [...]): Use MEM_P. | Jerry Quinn | 2004-07-01 | 1 | -2/+2 |
* | cgraph.h (cgraph_build_static_cdtor): Declare. | Richard Henderson | 2004-07-01 | 1 | -1/+0 |
* | alias.c (record_set, [...]): Use REG_P. | Jerry Quinn | 2004-06-15 | 1 | -16/+16 |
* | optabs.c (expand_unop): Try implementing negation using subtraction from zero. | Richard Sandiford | 2004-05-17 | 1 | -0/+9 |
* | optabs.h (enum optab_index): Add new OTI_log1p. | Uros Bizjak | 2004-05-07 | 1 | -0/+1 |
* | optabs.h (enum optab_index): Add new OTI_fmod and OTI_drem. | Uros Bizjak | 2004-05-06 | 1 | -0/+2 |
* | optabs.h (enum optab_index): Add new OTI_expm1. | Uros Bizjak | 2004-05-03 | 1 | -0/+1 |
* | bb-reorder.c, [...]: Fix comment typos. | Kazu Hirata | 2004-04-30 | 1 | -1/+1 |
* | optabs.h (enum optab_index): Add new OTI_asin and OTI_acos. | Uros Bizjak | 2004-04-20 | 1 | -0/+2 |
* | optabs.h (enum optab_index): Add new OTI_logb and OTI_ilogb. | Uros Bizjak | 2004-04-15 | 1 | -0/+2 |
* | optabs.c (expand_twoval_unop): Reorder function arguments. | Uros Bizjak | 2004-04-14 | 1 | -2/+2 |
* | builtins.c: Implement support for sincos function. | Uros Bizjak | 2004-04-06 | 1 | -0/+104 |
* | builtins.c, [...]: Change most occurrences of TREE_UNSIGNED to TYPE_UNSIGNED. | Richard Kenner | 2004-03-31 | 1 | -1/+1 |
* | optabs.c (expand_binop): When synthesizing double word rotates from single wo... | Olivier Hainque | 2004-03-23 | 1 | -2/+6 |
* | optabs.h (enum optab_index): Add new OTI_exp10 and OTI_exp2. | Uros Bizjak | 2004-03-10 | 1 | -0/+2 |
* | alias.c (rtx_equal_for_memref_p): Use predicates to test rtx classes and new ... | Paolo Bonzini | 2004-03-03 | 1 | -4/+7 |
* | re PR middle-end/11767 (different code behaviour with -fnon-call-exceptions -... | Richard Henderson | 2004-03-02 | 1 | -0/+10 |
* | md.texi (Standard Names): Document additional dependency on fix pattern. | Aldy Hernandez | 2004-02-19 | 1 | -11/+10 |
* | optabs.h (enum optab_index): Add new OTI_log10 and OTI_log2. | Uros Bizjak | 2004-02-11 | 1 | -0/+2 |
* | doloop.c, [...]: Use const0_rtx instead of GEN_INT (0). | Kazu Hirata | 2004-02-03 | 1 | -3/+3 |
* | alias.c, [...]: Update copyright. | Kazu Hirata | 2004-01-21 | 1 | -1/+1 |
* | expmed.c (store_bit_field, [...]): Use new named patterns | Jan Hubicka | 2004-01-01 | 1 | -0/+3 |
* | ChangeLog.7: Fix comment typos. | Kazu Hirata | 2003-11-21 | 1 | -1/+1 |
* | re PR middle-end/12705 (: complex powers) | Roger Sayle | 2003-10-23 | 1 | -19/+10 |
* | c-common.c (registered_builtin_types): New static. | Zack Weinberg | 2003-10-20 | 1 | -12/+1 |
* | expr.c: Follow spelling conventions. | Kazu Hirata | 2003-10-11 | 1 | -1/+1 |
* | cse.c (constant_pool_entries_regcost): New global variable to hold the regist... | Roger Sayle | 2003-10-11 | 1 | -2/+20 |
* | optabs.c (prepare_float_lib_cmp): Always attach a REG_EQUAL note to the compa... | Roger Sayle | 2003-10-09 | 1 | -58/+50 |
* | optabs.c (init_intraclass_conv_libfuncs): Fix order of array indicees for flo... | Richard Earnshaw | 2003-10-07 | 1 | -2/+2 |
* | expr.c (cmpstr_optab, [...]): New. | Zack Weinberg | 2003-10-07 | 1 | -86/+54 |
* | * libfuncs.h (LTI_extendsfdf2, LTI_extendsfxf2, LTI_extendsftf2) | Zack Weinberg | 2003-10-07 | 1 | -210/+225 |
* | optabs.c (prepare_float_lib_cmp): Avoid searching for REG_RETVAL instruction ... | Roger Sayle | 2003-10-06 | 1 | -72/+59 |
* | re PR rtl-optimization/11974 (ICE building alpha glibc: in emit_move_insn, at... | Falk Hueffner | 2003-10-06 | 1 | -1/+2 |
* | real.h (REAL_MODE_FORMAT): New macro. | Zack Weinberg | 2003-10-06 | 1 | -2/+2 |