Age | Commit message (Expand) | Author | Files | Lines |
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 |
2003-06-29 | alloc-pool.c: Fix comment formatting. | Kazu Hirata | 1 | -2/+2 |
2003-06-16 | optabs.h (enum optab_index): Add new OTI_tan and OTI_atan. | Roger Sayle | 1 | -0/+2 |
2003-06-16 | * optabs.c (emit_libcall_block): Don't hoist insns past a label. | Richard Sandiford | 1 | -0/+5 |
2003-06-10 | * optabs.c (gen_cond_trap): Fix prepare_operand typo. | Richard Henderson | 1 | -1/+1 |
2003-06-08 | optabs.c (expand_abs): Set result_unsignedp to 1 if flag_trav is zero. | Kazu Hirata | 1 | -0/+3 |
2003-06-05 | optabs.c (HAVE_conditional_trap): Provide default. | David Miller | 1 | -41/+33 |
2003-06-04 | optabs.c (expand_binop): Optimize complex multiplication for the case of squa... | Roger Sayle | 1 | -2/+7 |
2003-06-04 | optabs.c (expand_binop): Attempt to reuse pseudos for duplicate non-volatile ... | Roger Sayle | 1 | -4/+22 |
2003-06-03 | optabs.c (expand_abs_nojump): Split out from ... | Richard Henderson | 1 | -3/+19 |
2003-04-15 | optabs.c (expand_binop): In multi-word add cases, ensure XTARGET is copied to... | Richard Kenner | 1 | -1/+2 |
2003-04-11 | rtl.def (SYMBOL_REF): Add two 0 fields. | Richard Henderson | 1 | -2/+9 |
2003-04-11 | libfuncs.h (LTI_setbits, [...]): New. | Richard Henderson | 1 | -2/+5 |
2003-04-09 | optabs.c: Comment that gen_add2_insn and others may actually return emitted i... | Alexandre Oliva | 1 | -2/+3 |
2003-03-21 | optabs.c (init_integral_libfuncs): Make sure we init at least up to "long lon... | DJ Delorie | 1 | -1/+4 |
2003-03-09 | optabs.c (gen_move_insn): Move logic for synthesizing MODE_CC moves from here... | Hans-Peter Nilsson | 1 | -61/+0 |
2003-03-03 | re PR c/7872 ([m68k]ICE on legal code, regression from 3.0 and 2.9*) | James E Wilson | 1 | -4/+2 |
2003-02-26 | objc-act.c: Include cgraph.h | Jan Hubicka | 1 | -5/+16 |
2003-02-11 | optabs.h (enum optab_index): Add new OTI_pow and OTI_atan2. | Roger Sayle | 1 | -0/+2 |
2003-02-09 | libgcc-std.ver (__clztf2): New. | Richard Henderson | 1 | -13/+15 |
2003-02-09 | optabs.c (expand_unop): Widen clz properly when clz is done via libcall. | Kazu Hirata | 1 | -0/+8 |
2003-02-07 | * optabs.c (expand_float): Search wider integer modes first. | Andrey Petrov | 1 | -4/+4 |
2003-02-03 | libgcc2.c (__ffsdi2, [...]): Change return type to "int". | Richard Henderson | 1 | -1/+1 |
2003-02-01 | [multiple changes] | Richard Henderson | 1 | -2/+133 |