Age | Commit message (Expand) | Author | Files | Lines |
2004-07-22 | tree-cfg.c (gimplify_val): Move from tree-complex.c. | Paolo Bonzini | 1 | -1/+85 |
2004-07-14 | expr.c (enqueue_insn, [...]): Remove. | Paolo Bonzini | 1 | -99/+16 |
2004-07-10 | expr.h (store_bit_field, [...]): Remove last argument. | Jakub Jelinek | 1 | -7/+5 |
2004-07-09 | alias.c (nonlocal_mentioned_p, [...]): Use, LABEL_P, JUMP_P, CALL_P, NONJUMP_... | Jerry Quinn | 1 | -4/+4 |
2004-07-07 | builtins.c: Rename movstr*, except for movstrict*, to movmem* and clrstr* to ... | Alexandre Oliva | 1 | -2/+2 |
2004-07-05 | c-decl.c, [...]: Don't check TARGET_MEM_FUNCTIONS. | Joseph Myers | 1 | -10/+1 |
2004-07-01 | alias.c (get_alias_set, [...]): Use MEM_P. | Jerry Quinn | 1 | -2/+2 |
2004-07-01 | cgraph.h (cgraph_build_static_cdtor): Declare. | Richard Henderson | 1 | -1/+0 |
2004-06-15 | alias.c (record_set, [...]): Use REG_P. | Jerry Quinn | 1 | -16/+16 |
2004-05-17 | optabs.c (expand_unop): Try implementing negation using subtraction from zero. | Richard Sandiford | 1 | -0/+9 |
2004-05-07 | optabs.h (enum optab_index): Add new OTI_log1p. | Uros Bizjak | 1 | -0/+1 |
2004-05-06 | optabs.h (enum optab_index): Add new OTI_fmod and OTI_drem. | Uros Bizjak | 1 | -0/+2 |
2004-05-03 | optabs.h (enum optab_index): Add new OTI_expm1. | Uros Bizjak | 1 | -0/+1 |
2004-04-30 | bb-reorder.c, [...]: Fix comment typos. | Kazu Hirata | 1 | -1/+1 |
2004-04-20 | optabs.h (enum optab_index): Add new OTI_asin and OTI_acos. | Uros Bizjak | 1 | -0/+2 |
2004-04-15 | optabs.h (enum optab_index): Add new OTI_logb and OTI_ilogb. | Uros Bizjak | 1 | -0/+2 |
2004-04-14 | optabs.c (expand_twoval_unop): Reorder function arguments. | Uros Bizjak | 1 | -2/+2 |
2004-04-06 | builtins.c: Implement support for sincos function. | Uros Bizjak | 1 | -0/+104 |
2004-03-31 | builtins.c, [...]: Change most occurrences of TREE_UNSIGNED to TYPE_UNSIGNED. | Richard Kenner | 1 | -1/+1 |
2004-03-23 | optabs.c (expand_binop): When synthesizing double word rotates from single wo... | Olivier Hainque | 1 | -2/+6 |
2004-03-10 | optabs.h (enum optab_index): Add new OTI_exp10 and OTI_exp2. | Uros Bizjak | 1 | -0/+2 |
2004-03-03 | alias.c (rtx_equal_for_memref_p): Use predicates to test rtx classes and new ... | Paolo Bonzini | 1 | -4/+7 |
2004-03-02 | re PR middle-end/11767 (different code behaviour with -fnon-call-exceptions -... | Richard Henderson | 1 | -0/+10 |
2004-02-19 | md.texi (Standard Names): Document additional dependency on fix pattern. | Aldy Hernandez | 1 | -11/+10 |
2004-02-11 | optabs.h (enum optab_index): Add new OTI_log10 and OTI_log2. | Uros Bizjak | 1 | -0/+2 |
2004-02-03 | doloop.c, [...]: Use const0_rtx instead of GEN_INT (0). | Kazu Hirata | 1 | -3/+3 |
2004-01-21 | alias.c, [...]: Update copyright. | Kazu Hirata | 1 | -1/+1 |
2004-01-01 | expmed.c (store_bit_field, [...]): Use new named patterns | Jan Hubicka | 1 | -0/+3 |
2003-11-21 | ChangeLog.7: Fix comment typos. | Kazu Hirata | 1 | -1/+1 |
2003-10-23 | re PR middle-end/12705 (: complex powers) | Roger Sayle | 1 | -19/+10 |
2003-10-20 | c-common.c (registered_builtin_types): New static. | Zack Weinberg | 1 | -12/+1 |
2003-10-11 | expr.c: Follow spelling conventions. | Kazu Hirata | 1 | -1/+1 |
2003-10-11 | cse.c (constant_pool_entries_regcost): New global variable to hold the regist... | Roger Sayle | 1 | -2/+20 |
2003-10-09 | optabs.c (prepare_float_lib_cmp): Always attach a REG_EQUAL note to the compa... | Roger Sayle | 1 | -58/+50 |
2003-10-07 | optabs.c (init_intraclass_conv_libfuncs): Fix order of array indicees for flo... | Richard Earnshaw | 1 | -2/+2 |
2003-10-07 | expr.c (cmpstr_optab, [...]): New. | Zack Weinberg | 1 | -86/+54 |
2003-10-07 | * libfuncs.h (LTI_extendsfdf2, LTI_extendsfxf2, LTI_extendsftf2) | Zack Weinberg | 1 | -210/+225 |
2003-10-06 | optabs.c (prepare_float_lib_cmp): Avoid searching for REG_RETVAL instruction ... | Roger Sayle | 1 | -72/+59 |
2003-10-06 | re PR rtl-optimization/11974 (ICE building alpha glibc: in emit_move_insn, at... | Falk Hueffner | 1 | -1/+2 |
2003-10-06 | real.h (REAL_MODE_FORMAT): New macro. | Zack Weinberg | 1 | -2/+2 |
2003-10-06 | optabs.c (prepare_float_lib_cmp): Attach a REG_EQUAL note describing the retu... | Roger Sayle | 1 | -2/+88 |
2003-10-04 | * libfuncs.h | Zack Weinberg | 1 | -354/+43 |
2003-10-02 | target.h (init_libfuncs): New hook. | Zack Weinberg | 1 | -53/+15 |
2003-08-22 | cfgcleanup.c: Fix comment typos. | Kazu Hirata | 1 | -2/+2 |
2003-07-22 | combine.c (if_then_else_cond): Simplify the comparison of rtx against -1, 0, ... | Kazu Hirata | 1 | -4/+4 |
2003-07-19 | alias.c [...]: Remove unnecessary casts. | Kaveh R. Ghazi | 1 | -1/+1 |
2003-07-18 | optabs.c (prepare_operand): Fail gracefully instead of abort if the predicate... | Richard Henderson | 1 | -1/+11 |
2003-07-11 | optabs.c (prepare_cmp_insn): Try cmpmemM first if it exists, then fall back t... | Jakub Jelinek | 1 | -0/+34 |
2003-07-06 | jump.c: Convert prototypes to ISO C90. | Andreas Jaeger | 1 | -334/+179 |
2003-07-01 | basic-block.h: Fix comment typos. | Kazu Hirata | 1 | -1/+1 |