aboutsummaryrefslogtreecommitdiff
path: root/gcc/reg-stack.c
AgeCommit message (Expand)AuthorFilesLines
2006-06-16re PR middle-end/27802 (ICE with longjmp)Roger Sayle1-0/+10
2006-06-07re PR target/27390 (gcc.target/x86_64/abi/test_complex_returning.c execution ...Paolo Bonzini1-7/+11
2006-05-19re PR rtl-optimization/26855 (ICE in add_deps_for_def with -fmodulo-sched -ma...Daniel Berlin1-0/+5
2006-04-10Makefile.in (tree-into-ssa.o, [...]): Depend on vecprim.h.Kazu Hirata1-3/+1
2006-03-14re PR middle-end/26684 (ppc-Darwin bootstrap failure)Kazu Hirata1-2/+2
2006-03-14Makefile.in (reg-stack.o): Don't depend on gt-reg-stack.h.Kazu Hirata1-11/+20
2006-03-02tree-vrp.c (execute_vrp): Return value.Daniel Berlin1-1/+2
2006-02-06tree-vrp.c (execute_vrp): Do not pass dump argument to.Zdenek Dvorak1-36/+36
2006-01-31tree-vrp.c: Use XNEW/XCNEW allocation wrappers.Marcin Dalecki1-1/+1
2006-01-18reg-stack.c (reg_to_stack): Make it static.Kazu Hirata1-1/+1
2005-11-22optabs.c (expand_abs_nojump): Use SCALAR_FLOAT_MODE_P instead of explicitly t...Ben Elliston1-1/+1
2005-11-08re PR target/19340 (Compilation SEGFAULTs with -O1 -fschedule-insns2 -fsched2...Uros Bizjak1-1/+1
2005-08-06Makefile.in, [...]: Fix comment/doc typos.Kazu Hirata1-1/+1
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