Age | Commit message (Expand) | Author | Files | Lines |
2005-11-22 | optabs.c (expand_abs_nojump): Use SCALAR_FLOAT_MODE_P instead of explicitly t... | Ben Elliston | 1 | -1/+1 |
2005-11-08 | re PR target/19340 (Compilation SEGFAULTs with -O1 -fschedule-insns2 -fsched2... | Uros Bizjak | 1 | -1/+1 |
2005-08-06 | Makefile.in, [...]: Fix comment/doc typos. | Kazu Hirata | 1 | -1/+1 |
2005-07-21 | reg-stack.c: Fix comment typo(s). | Volker Reichelt | 1 | -1/+1 |
2005-07-14 | Makefile.in (explow.o, [...]): Depend on target.h. | Richard Guenther | 1 | -8/+3 |
2005-07-05 | Makefile.in: Adjust dependencies. | Paolo Bonzini | 1 | -0/+49 |
2005-06-25 | Update FSF address. | Kelley Cook | 1 | -2/+2 |
2005-06-16 | basic-block.h (rtl_bb_info): Break out head_, end_, global_live_at_start, glo... | Jan Hubicka | 1 | -2/+2 |
2005-06-14 | re PR rtl-optimization/22053 (ACATS ICE cxg2002 cxg2008 cxg2019 cxg2020 cxg20... | Roger Sayle | 1 | -2/+3 |
2005-06-04 | reg-stack.c (struct block_info_def): Correct grammar typo. | Roger Sayle | 1 | -48/+34 |
2005-05-30 | re PR rtl-optimization/15422 (fmod loop exposes non-efficient code generation... | Roger Sayle | 1 | -8/+37 |
2005-05-29 | reg-stack.c (propagate_stack): Always copy the source stack to the destination. | Roger Sayle | 1 | -76/+52 |
2005-05-27 | reg-stack.c (compensate_edge): Remove original prototype. | Roger Sayle | 1 | -55/+76 |
2005-05-27 | reg-stack.c (convert_regs_entry, [...]): Delete prototypes. | Roger Sayle | 1 | -121/+108 |
2005-05-26 | re PR target/21716 (ICE in reg-stack.c's swap_rtx_condition) | Jakub Jelinek | 1 | -5/+9 |
2005-04-14 | reg-stack.c (subst_stack_regs_pat): Handle <UNSPEC_FIST_FLOOR> and <UNSPEC_FI... | Uros Bizjak | 1 | -0/+4 |
2005-04-09 | dominance.c, [...]: Fix comment typos. | Kazu Hirata | 1 | -1/+1 |
2005-03-31 | Fix problems with hot/cold partitioning optimization. | Caroline Tice | 1 | -2/+0 |
2005-03-29 | reg-stack.c (subst_stack_regs_pat): Handle <UNSPEC_FIST> case. | Uros Bizjak | 1 | -0/+21 |
2005-03-13 | builtin-attrs.def, [...]: Update copyright. | Kazu Hirata | 1 | -1/+1 |
2005-03-12 | reg-stack.c (move_for_stack_reg): Remove local variable push_insn. | Kazu Hirata | 1 | -6/+3 |
2004-12-12 | re PR rtl-optimization/17186 (ICE in move_for_stack_reg, at reg-stack.c:1065) | Richard Henderson | 1 | -24/+37 |
2004-12-12 | * reg-stack.c (convert_regs_2): Free stack. | Kazu Hirata | 1 | -0/+2 |
2004-12-12 | reg-stack.c (change_stack): Avoid placing the new top-of-stack in its correct... | Roger Sayle | 1 | -15/+46 |
2004-11-30 | reg-stack.c (change_stack): Improve algorithm used to pop regs off the stack ... | Roger Sayle | 1 | -4/+60 |
2004-11-13 | cse.c (CHEAP_REGNO): Redefine using REGNO_PTR_FRAME_P and HARD_REGISTER_NUM_P. | Steven Bosscher | 1 | -52/+0 |
2004-11-09 | builtins.c, [...]: Avoid "`" as left quote, using "'" or %q, %< and %> as app... | Joseph Myers | 1 | -1/+1 |
2004-09-28 | backport: basic-block.h: Include vec.h, errors.h. | Ben Elliston | 1 | -9/+15 |
2004-09-18 | alias.c, [...]: Fix comment typos. | Kazu Hirata | 1 | -2/+2 |
2004-09-09 | ra-build.c (copy_insn_p, [...]): Use gcc_assert and gcc_unreachable instead o... | Nathan Sidwell | 1 | -117/+79 |
2004-09-04 | builtins.c (expand_builtin_mathfn): Handle BUILT_IN_RINT{,F,L} using rint_optab. | Uros Bizjak | 1 | -0/+6 |
2004-08-18 | Hot/cold partitioning update patch. | Caroline Tice | 1 | -0/+2 |
2004-07-25 | c-common.c: Rename all identifiers named `class' to `cl'. | Bernardo Innocenti | 1 | -3/+3 |
2004-07-09 | alias.c (nonlocal_mentioned_p, [...]): Use, LABEL_P, JUMP_P, CALL_P, NONJUMP_... | Jerry Quinn | 1 | -11/+11 |
2004-07-01 | alias.c (get_alias_set, [...]): Use MEM_P. | Jerry Quinn | 1 | -1/+1 |
2004-06-15 | alias.c (record_set, [...]): Use REG_P. | Jerry Quinn | 1 | -11/+11 |
2004-05-30 | bb-reorder.c, [...]: Fix comment formatting. | Kazu Hirata | 1 | -2/+2 |
2004-05-19 | reg-stack.c (nan): Rename to ... | Andrew Pinski | 1 | -8/+8 |
2004-05-15 | basic-block.h (life_analysis, [...]): Update prototypes. | Steven Bosscher | 1 | -4/+3 |
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/+4 |
2004-04-30 | bb-reorder.c, [...]: Fix comment typos. | Kazu Hirata | 1 | -1/+1 |
2004-04-30 | reg-stack.c (subst_stack_regs_pat): <UNSPEC_SIN, UNSPEC_COS, UNSPEC_FRNDINT, ... | Uros Bizjak | 1 | -20/+12 |
2004-04-29 | reg-stack.c (swap_to_top): New function. | Uros Bizjak | 1 | -37/+108 |
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 | -0/+5 |
2004-04-06 | builtins.c: Implement support for sincos function. | Uros Bizjak | 1 | -0/+54 |
2004-03-24 | reg-stack.c (get_true_reg): Handle FLOAT_TRUNCATE like FLOAT_EXTEND if flag_u... | Roger Sayle | 1 | -0/+7 |
2004-03-03 | alias.c (rtx_equal_for_memref_p): Use predicates to test rtx classes and new ... | Paolo Bonzini | 1 | -2/+2 |
2004-02-06 | recog.c (split_all_insns): Do not update reg info. | Jan Hubicka | 1 | -3/+8 |