summaryrefslogtreecommitdiff
path: root/gcc/flow.c
Commit message (Expand)AuthorAgeFilesLines
* calls.c (try_to_integrate): Use "(size_t)" intermediate cast and when casting...Graham Stott2002-01-161-7/+7
* flow.c (propagate_one_insn): Change to use fatal_insn.Eric Christopher2002-01-161-5/+1
* flow.c (propagate_one_insn): Add error message and print out insn for debugging.Eric Christopher2002-01-151-13/+17
* except.c: Fix comment formatting.Kazu Hirata2001-12-281-1/+1
* output.h (regno_uninitialized): Make argument unsigned.Aldy Hernandez2001-12-121-1/+1
* flow.c (find_regno_partial): Indent properly.Aldy Hernandez2001-12-111-17/+20
* ChangeLog.2, [...]: Fix spelling errors.Joseph Myers2001-12-091-4/+4
* flow.c (find_regno_partial): Return register, not the expression the register...Andrew MacLeod2001-12-061-2/+2
* rtl.h (initialize_uninitialized_subregs): New prototype.Andrew MacLeod2001-12-051-0/+108
* flow.c (ior_reg_cond): Return NULL if ! add and rtx wasn't optimized.Jakub Jelinek2001-12-041-50/+63
* aix.h (REG_SIZE): Don't #undef.Kaveh R. Ghazi2001-11-271-1/+4
* ChangeLog.2, [...]: Fix spelling errors.Joseph Myers2001-11-111-1/+1
* flow.c (insn_dead_p): Allow for AUTO_INC notes all the time.Geoffrey Keating2001-11-091-13/+10
* basic-block.h (purge_all_dead_edges): Add update_life_p argument.Jan Hubicka2001-10-291-2/+1
* ChangeLog.0, [...]: Fix spelling errors.Joseph Myers2001-10-281-1/+1
* flow.c (clear_log_links): Remove unused variable.Andreas Jaeger2001-10-261-2/+1
* flow.c (clear_log_links): Use free_INSN_LIST_list, not free_EXPR_LIST_list fo...Richard Henderson2001-10-221-2/+2
* basic-block.h (find_sub_basic_blocks): Use sbitmap parameter.Jan Hubicka2001-10-201-20/+32
* rtlanal.c (noop_move_p): Insns with a REG_RETVAL note should not be considere...John Wehle2001-10-111-2/+19
* alias.c: Remove uses of "register" specifier in declarations of arguments and...Stan Shebs2001-10-111-24/+25
* builtins.c (expand_builtin_setjmp_receiver): Const-ify.Kaveh R. Ghazi2001-10-071-1/+1
* flow.c (propagate_block_delete_libcall): Remove unused first argDavid Billinghurst2001-10-011-4/+3
* flow.c (delete_dead_jumptables): Delete jumptable if the only reference is fr...Ulrich Weigand2001-09-241-1/+1
* basic-block.h (flow_delete_insn, [...]): Kill.Jan Hubicka2001-09-211-13/+10
* basic-block.h (free_bb_for_insn): Declare.Jan Hubicka2001-09-161-12/+0
* Makefile.in (cfg.o, [...]): New.Jan Hubicka2001-09-101-6268/+1
* re PR rtl-optimization/3783 (gcc3.0/ia64 ICE on linux kernel file fs/ufs/supe...Jim Wilson2001-09-071-0/+3
* df.h (struct df): Add rts_order variable.Daniel Berlin2001-08-281-0/+65
* flow.c (redirect_edge_succ_nodup): Return new edge.Richard Henderson2001-08-271-3/+7
* * flow.c (verify_flow_info): Use checksums to verify edges.Roman Zippel2001-08-271-24/+22
* flow.c (flow_loop_dump): Do not display insn UIDs if this is not an RTL basic...Diego Novillo2001-08-271-5/+11
* function.c (thread_prologue_and_epilogue_insns): Avoid fallthru flag on edge ...Jan Hubicka2001-08-231-1/+6
* jump.c (squeeze_notes): Take parms by reference.Jason Merrill2001-08-221-16/+11
* Makefile.in, [...]: replace "GNU CC" with "GCC".Lars Brinkhoff2001-08-221-12/+12
* flow.c (flow_find_cross_jump): Don't consider unconditional return insns for ...Richard Henderson2001-08-221-2/+4
* profile.c (compute_branch_probabilities): Remove extra new-line in error mess...Andreas Jaeger2001-08-211-1/+1
* basic-block.h (basic_block): Add new field 'flags'.Diego Novillo2001-08-201-16/+21
* flow.c (mark_regs_live_at_end): Use regs_invalidated_by_call.Richard Henderson2001-08-181-1/+2
* rtl.h (only_sets_cc0_p): New prototype.John Wehle2001-08-151-2/+2
* flow.c (commit_one_edge_insertion): Don't separate a LOOP_BEG note from its a...Jeffrey A Law2001-08-141-0/+3
* calls.c, function.c: Always define PREFERRED_STACK_BOUNDARY if not already de...Zack Weinberg2001-08-101-1/+1
* dbxout.c: Fix comment formatting.Kazu Hirata2001-08-081-4/+4
* emit-rtl.c (adjust_address, [...]): Cast offset to unsigned HOST_WIDE_INT to ...Jan van Male2001-08-081-23/+23
* calls.c (ECF_ALWAYS_RETURN): New constant.Jan Hubicka2001-08-081-0/+1
* flow.c (back_edge_of_syntactic_loop_p): Add whitespace.Graham Stott2001-08-081-2/+7
* calls.c (expand_call): Do not emit INSN_SETJMP note.Jan Hubicka2001-08-071-2/+2
* alias.c (nonlocal_mentioned_p): Rename CONST_CALL_P to CONST_OR_PURE_CALL_PJan Hubicka2001-08-071-2/+3
* Makefile.in (reload1.o): Add dedendancy on except.hJan Hubicka2001-08-051-18/+38
* * loop.c (try_copy_prop); Kill invalidated REG_EQUAL notes.Jan Hubicka2001-08-041-4/+69
* * flow.c (merge_blocks): Return 1 if an extra jump is inserted.John Wehle2001-07-311-0/+2