aboutsummaryrefslogtreecommitdiff
path: root/gcc/reg-stack.c
AgeCommit message (Expand)AuthorFilesLines
2005-07-21reg-stack.c: Fix comment typo(s).Volker Reichelt1-1/+1
2005-07-14Makefile.in (explow.o, [...]): Depend on target.h.Richard Guenther1-8/+3
2005-07-05Makefile.in: Adjust dependencies.Paolo Bonzini1-0/+49
2005-06-25Update FSF address.Kelley Cook1-2/+2
2005-06-16basic-block.h (rtl_bb_info): Break out head_, end_, global_live_at_start, glo...Jan Hubicka1-2/+2
2005-06-14re PR rtl-optimization/22053 (ACATS ICE cxg2002 cxg2008 cxg2019 cxg2020 cxg20...Roger Sayle1-2/+3
2005-06-04reg-stack.c (struct block_info_def): Correct grammar typo.Roger Sayle1-48/+34
2005-05-30re PR rtl-optimization/15422 (fmod loop exposes non-efficient code generation...Roger Sayle1-8/+37
2005-05-29reg-stack.c (propagate_stack): Always copy the source stack to the destination.Roger Sayle1-76/+52
2005-05-27reg-stack.c (compensate_edge): Remove original prototype.Roger Sayle1-55/+76
2005-05-27reg-stack.c (convert_regs_entry, [...]): Delete prototypes.Roger Sayle1-121/+108
2005-05-26re PR target/21716 (ICE in reg-stack.c's swap_rtx_condition)Jakub Jelinek1-5/+9
2005-04-14reg-stack.c (subst_stack_regs_pat): Handle <UNSPEC_FIST_FLOOR> and <UNSPEC_FI...Uros Bizjak1-0/+4
2005-04-09dominance.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2005-03-31Fix problems with hot/cold partitioning optimization.Caroline Tice1-2/+0
2005-03-29reg-stack.c (subst_stack_regs_pat): Handle <UNSPEC_FIST> case.Uros Bizjak1-0/+21
2005-03-13builtin-attrs.def, [...]: Update copyright.Kazu Hirata1-1/+1
2005-03-12reg-stack.c (move_for_stack_reg): Remove local variable push_insn.Kazu Hirata1-6/+3
2004-12-12re PR rtl-optimization/17186 (ICE in move_for_stack_reg, at reg-stack.c:1065)Richard Henderson1-24/+37
2004-12-12* reg-stack.c (convert_regs_2): Free stack.Kazu Hirata1-0/+2
2004-12-12reg-stack.c (change_stack): Avoid placing the new top-of-stack in its correct...Roger Sayle1-15/+46
2004-11-30reg-stack.c (change_stack): Improve algorithm used to pop regs off the stack ...Roger Sayle1-4/+60
2004-11-13cse.c (CHEAP_REGNO): Redefine using REGNO_PTR_FRAME_P and HARD_REGISTER_NUM_P.Steven Bosscher1-52/+0
2004-11-09builtins.c, [...]: Avoid "`" as left quote, using "'" or %q, %< and %> as app...Joseph Myers1-1/+1
2004-09-28backport: basic-block.h: Include vec.h, errors.h.Ben Elliston1-9/+15
2004-09-18alias.c, [...]: Fix comment typos.Kazu Hirata1-2/+2
2004-09-09ra-build.c (copy_insn_p, [...]): Use gcc_assert and gcc_unreachable instead o...Nathan Sidwell1-117/+79
2004-09-04builtins.c (expand_builtin_mathfn): Handle BUILT_IN_RINT{,F,L} using rint_optab.Uros Bizjak1-0/+6
2004-08-18Hot/cold partitioning update patch.Caroline Tice1-0/+2
2004-07-25c-common.c: Rename all identifiers named `class' to `cl'.Bernardo Innocenti1-3/+3
2004-07-09alias.c (nonlocal_mentioned_p, [...]): Use, LABEL_P, JUMP_P, CALL_P, NONJUMP_...Jerry Quinn1-11/+11
2004-07-01alias.c (get_alias_set, [...]): Use MEM_P.Jerry Quinn1-1/+1
2004-06-15alias.c (record_set, [...]): Use REG_P.Jerry Quinn1-11/+11
2004-05-30bb-reorder.c, [...]: Fix comment formatting.Kazu Hirata1-2/+2
2004-05-19reg-stack.c (nan): Rename to ...Andrew Pinski1-8/+8
2004-05-15basic-block.h (life_analysis, [...]): Update prototypes.Steven Bosscher1-4/+3
2004-05-07optabs.h (enum optab_index): Add new OTI_log1p.Uros Bizjak1-0/+1
2004-05-06optabs.h (enum optab_index): Add new OTI_fmod and OTI_drem.Uros Bizjak1-0/+4
2004-04-30bb-reorder.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2004-04-30reg-stack.c (subst_stack_regs_pat): <UNSPEC_SIN, UNSPEC_COS, UNSPEC_FRNDINT, ...Uros Bizjak1-20/+12
2004-04-29reg-stack.c (swap_to_top): New function.Uros Bizjak1-37/+108
2004-04-15optabs.h (enum optab_index): Add new OTI_logb and OTI_ilogb.Uros Bizjak1-0/+2
2004-04-14optabs.c (expand_twoval_unop): Reorder function arguments.Uros Bizjak1-0/+5
2004-04-06builtins.c: Implement support for sincos function.Uros Bizjak1-0/+54
2004-03-24reg-stack.c (get_true_reg): Handle FLOAT_TRUNCATE like FLOAT_EXTEND if flag_u...Roger Sayle1-0/+7
2004-03-03alias.c (rtx_equal_for_memref_p): Use predicates to test rtx classes and new ...Paolo Bonzini1-2/+2
2004-02-06recog.c (split_all_insns): Do not update reg info.Jan Hubicka1-3/+8
2004-02-02alias.c (record_set): Use hard_regno_nregs.Jan Hubicka1-2/+2
2004-01-21alias.c, [...]: Update copyright.Kazu Hirata1-1/+1
2004-01-06alias.c: Fix comment typos.Kazu Hirata1-1/+1