aboutsummaryrefslogtreecommitdiff
path: root/gcc/reg-stack.c
AgeCommit message (Expand)AuthorFilesLines
2001-04-03Use byte offsets in SUBREGs instead of words.Jakub Jelinek1-1/+5
2001-03-27flow.c (tidy_fallthru_edges): Don't combine complex edges.Richard Henderson1-4/+9
2001-03-22mkconfig.sh: Include insn-flags.h.Richard Henderson1-1/+0
2001-03-15varasm.c (assemble_alias): Use DECL_ASSEMBLER_NAME...Mark Mitchell1-1/+1
2001-03-14reg-stack.c (stack_result): Unconditionally use FUNCTION_OUTGOING_VALUE resp.Jakub Jelinek1-5/+1
2001-03-08reg-stack.c (move_for_stack_reg): Avoid non-poping fst for TFmode too.Jan Hubicka1-1/+2
2001-02-19reg-stack.c (next_flags_user): Use current_block->endJan Hubicka1-14/+16
2001-02-17reg-stack.c (stack_def): Make field reg unsigned.Jan Hubicka1-3/+4
2001-01-05simplify-rtx.c (cfc_args): add "unordered" field.Jan Hubicka1-2/+12
2000-08-04alias.c (mark_constant_function): Use INSN_P.Rodney Brown1-5/+3
2000-08-03reg-stack.c (subst_stack_regs_pat): Use replace_reg to swap operands.Jan Hubicka1-3/+3
2000-07-27Put phi nodes after NOTE_INSN_BASIC_BLOCK.Mark Mitchell1-2/+1
2000-04-26basic-block.h (life_analysis): Declare here ...Richard Henderson1-1/+1
2000-04-25calls.c (expand_call): Disable tail call generation once rtx_equal_function_v...Richard Henderson1-1/+1
2000-02-26Fix copyrights.Jeff Law1-1/+2
2000-02-17reg-stack.c (emit_swap_insn): Do not put a new insn before a NOTE_BASIC_BLOCK.Zack Weinberg1-5/+3
2000-02-06Makefile.in (c-common.o): Depend on $(EXPR_H).Kaveh R. Ghazi1-0/+2
2000-01-28flow.c (find_basic_blocks): Remove do_cleanup argument.Richard Henderson1-1/+1
2000-01-24reg-stack.c (subst_stack_regs_pat): Handle correctly USEs of dead registers.Jan Hubicka1-15/+3
2000-01-17print-rtl.c: PROTO -> PARAMS.Kaveh R. Ghazi1-28/+28
2000-01-06reg-stack.c (subst_stack_regs_pat): Handle correctly USEs of dead registers.Jan Hubicka1-3/+15
2000-01-04builtins.c (expand_builtin_strlen): Initialize variable `icode'.Kaveh R. Ghazi1-4/+4
1999-11-25reg-stack.c (subst_stack_regs_pat): Swap operands in commutative operations w...Jan Hubicka1-0/+10
1999-11-06local-alloc.c (local_alloc): Use xmalloc/xcalloc, not alloca.Mark Mitchell1-3/+4
1999-11-04reg-stack.c (convert_regs_1): Initialize target_stack->top after verifying an...Richard Henderson1-4/+5
1999-11-04function.c (diddle_return_value): New.Richard Henderson1-14/+35
1999-11-01* reg-stack.c (convert_regs_1): Handle EH edges specially.Richard Henderson1-5/+27
1999-10-29* jump.c, reg-stack.c, toplev.c: Revert Oct 27 change.Richard Henderson1-12/+3
1999-10-27jump.c (jump_optimize_1): If we did cross-jumping, and the data will matter, ...Richard Henderson1-13/+12
1999-10-26Reorg reg-stack to use the standard CFG.Jan Hubicka1-1245/+842
1999-10-19reg-stack.c (stack_result): Aggregates are not returned in stack registers.Jeffrey A Law1-1/+9
1999-09-28c-decl.c (init_decl_processing): If MD_INIT_BUILTINS is defined, call it.Bernd Schmidt1-1/+1
1999-09-20Make it possible to prototype port-specific functions (and convert i386 to us...Bernd Schmidt1-0/+1
1999-09-11Replace recog_foo with recog_data.foo.Richard Henderson1-49/+50
1999-09-06Merge in gcc2-ss-010999Jeff Law1-3/+3
1999-09-01Merge new ia32 backend from the branch!Richard Henderson1-383/+419
1999-08-20rtl.h (rtx_format): Constify a char*.Kaveh R. Ghazi1-6/+6
1999-08-09Include function.h in most files.Bernd Schmidt1-2/+1
1999-08-061999-08-6 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>Herman A.J. ten Brugge1-25/+28
1999-06-10Mumit Khan <khan@xraylith.wisc.edu>Mumit Khan1-1/+1
1999-05-16reg-stack.c: Do not emit pop insns after cc0 setter.Jan Hubicka1-21/+35
1999-04-12* reg-stack.c (check_stack_regs_mentioned): Remove variable SIZE.Jan Hubicka1-8/+3
1999-04-11reg-stack.c: Update comment, include varray.h.Jan Hubicka1-23/+73
1999-04-10i386.md (floatsisf2, [...]): Remove unused register constraints from the spli...John Wehle1-2/+16
1999-03-09reg-stack.c (stack_reg_life_analysis): Use returnjump_p instead of an explici...Richard Henderson1-1/+1
1999-02-25Flow rewrite to use basic block structures and edge lists.Richard Henderson1-3/+18
1999-01-17reg-stack.c (subst_stack_regs_pat): Abort if the destination of a FP conditio...Jeff Law1-4/+6
1998-12-04final.c (cleanup_subreg_operands): Delete some unused code.Bernd Schmidt1-429/+109
1998-10-09flow.c (print_rtl_with_bb): Changed type of in_bb_p to match use.Graham Stott1-7/+7
1998-09-09reg-stack.c (straighten_stack): Do nothing if the virtual stack is empty or h...Jeffrey A Law1-0/+7