aboutsummaryrefslogtreecommitdiff
path: root/gcc/reg-stack.c
AgeCommit message (Expand)AuthorFilesLines
2001-09-16basic-block.h (free_bb_for_insn): Declare.Jan Hubicka1-5/+5
2001-09-11basic-block.h (EDGE_CRITICAL): Remove; renumber other flags.Jan Hubicka1-2/+3
2001-09-08* reg-stack.c (subst_stack_regs_pat): Fix fcmov reversal code.Jan Hubicka1-19/+15
2001-09-05i386.c (size_cost): New static variable.Jan Hubicka1-6/+34
2001-08-22Makefile.in, [...]: replace "GNU CC" with "GCC".Lars Brinkhoff1-10/+10
2001-08-12gcc.c: Fix comment formatting.Kazu Hirata1-4/+4
2001-07-31Tue Jul 31 15:37:35 CEST 2001 Jan Hubicka <jh@suse.cz>Jan Hubicka1-0/+2
2001-07-30i386.c (ix86_output_main_function_alignment_hack): New function.Jan Hubicka1-132/+208
2001-07-22jump.c: Update comments.Jan Hubicka1-1/+1
2001-07-16basic-block.h (CLEANUP_PRE_SIBCALL): New constant.Jan Hubicka1-5/+9
2001-07-14Re-install recently reverted patch.Jan Hubicka1-1/+5
2001-07-13Revert Jan Hubicka's patch of Fri Jul 13 14:46:21 CEST 2001.Geoffrey Keating1-5/+1
2001-07-13emit-rtl.c (try_split): Update mark_jump_label call.Jan Hubicka1-1/+5
2001-07-11flow.c (merge_blocks_move_successor_nojumps): Do not crash when fallthru edge...Jan Hubicka1-4/+1
2001-07-10regmove.c (replace_in_call_usage): Fix warnings.Jan van Male1-4/+5
2001-05-01bitmap.c: Change NULL_PTR to NULL or "(rtx*)0".Kaveh R. Ghazi1-1/+1
2001-04-23* reg-stack.c (emit_swap_insn): Do not get pass CALL_INSNs.Jan Hubicka1-0/+1
2001-04-20reg-stack.c (check_asm_stack_operands): Issue error if "=t" resp.Jakub Jelinek1-1/+14
2001-04-13Makefile.in (reg-stack.o): Depend on reload.h.Kaveh R. Ghazi1-0/+1
2001-04-11i386.md (floatsisf_sse): Fix output templateJan Hubicka1-2/+31
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