aboutsummaryrefslogtreecommitdiff
path: root/gcc/passes.c
AgeCommit message (Expand)AuthorFilesLines
2005-05-25Makefile.in (ipa-inline.o): Add COEVERAGE_H dependency.Jan Hubicka1-1/+0
2005-04-27Correct fixes for various hot/cold partitioning concerns.Caroline Tice1-1/+0
2005-04-27explow.c (allocate_dynamic_stack_space SETJMP_VIA_SAVE_AREA): Kill setjmpless...David S. Miller1-9/+0
2005-04-23diagnostic.c (warning): Accept parameter to classify warning option.DJ Delorie1-1/+1
2005-04-15cfgrtl.c (purge_all_dead_edge): Remove an unused argument.Kazu Hirata1-5/+5
2005-04-12Temporary fix for partitioning problems; real fix coming soon.Caroline Tice1-2/+1
2005-04-12Makefile.in: Add function.h to BASIC_BLOCK_H.Steven Bosscher1-1/+0
2005-04-12Revert patch from April 9.Caroline Tice1-0/+2
2005-04-09Fix problems with labels with hot/cold partitioning.Caroline Tice1-5/+0
2005-04-04passes.c (rest_of_handle_final): NULL unlikely_text_section_name after freeing.Alan Modra1-1/+4
2005-04-03params.c (set_param_value): Use gcc_assert & gcc_unreachable.Nathan Sidwell1-6/+3
2005-04-03cfg.c (clear_bb_flags): Don't clear BB_DISABLE_SCHEDULE.Mostafa Hagog1-1/+9
2005-04-01cgraphunit.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2005-03-31Fix problems with hot/cold partitioning optimization.Caroline Tice1-0/+2
2005-03-30[multiple changes]Jan Hubicka1-1/+1
2005-03-30final.c (final): Remove prescan parameter.Ian Lance Taylor1-1/+1
2005-03-21Fix PR middle-end/20177 and add test case.Mostafa Hagog1-4/+10
2005-03-16re PR middle-end/15700 ([unit-at-a-time] Inlining problem leads to miscompila...Richard Henderson1-0/+4
2005-03-01cfgloop.c (flow_loop_entry_edges_find, [...]): Removed.Zdenek Dvorak1-1/+1
2005-02-23re PR rtl-optimization/20017 (internal compiler error: in rtl_verify_flow_inf...Kazu Hirata1-0/+6
2005-02-15* passes.c (rest_of_handle_gcse): Fix a comment.Kazu Hirata1-1/+1
2005-02-15flow.c (recompute_reg_usage): Remove all arguments.Kazu Hirata1-1/+1
2005-02-15basic-block.h: Adjust the prototype for find_basic_blocks.Kazu Hirata1-1/+1
2005-02-14passes.c (rest_of_handle_loop_optimize): Remove calls to delete_dead_jumptabl...Kazu Hirata1-2/+0
2005-02-13passes.c (rest_of_handle_gcse): Remove dead assignments to tem and tem2.Kazu Hirata1-1/+0
2005-02-13passes.c (rest_of_handle_gcse): Don't run cse_main and delete_trivially_dead_...Kazu Hirata1-11/+1
2005-02-01re PR rtl-optimization/15242 (pessimization of "goto *")Steven Bosscher1-0/+5
2005-01-21passes.c (rest_of_handle_flow2): Close / open the flow2 dump file around the ...J"orn Rennecke1-1/+5
2005-01-17common.opt (-fnew-ra): Remove.Paolo Bonzini1-55/+4
2005-01-17bb-reorder.c (fix_edges_for_rarely_executed_code): Remove last parameter to r...Paolo Bonzini1-15/+14
2005-01-03passes.c (rest_of_compilation): Don't run regmove if only flag_expensive_opti...Steven Bosscher1-1/+1
2004-12-13re PR middle-end/17930 (-mfpmath=sse creates illegal code (movapd with misali...Richard Henderson1-2/+1
2004-11-30passes.c (rest_of_handle_old_regalloc): Delete unreachable blocks if local_al...Ulrich Weigand1-0/+1
2004-11-24cfgrtl.c (rtl_delete_block): Fix comment.Steven Bosscher1-4/+0
2004-11-24target.h (late_rtl_prologue_epilogue): Remove.Eric Botcazou1-23/+9
2004-11-22bitmap.h (struct bitmap_obstack): New obstack type.Nathan Sidwell1-3/+0
2004-11-12re PR c++/18416 (ICE in import_export_decl)Mark Mitchell1-8/+1
2004-11-09* passes.c (rest_of_handle_jump): Remove dead code.Kazu Hirata1-21/+0
2004-11-04passes.c (rest_of_compilation): Make it static.Kazu Hirata1-1/+1
2004-09-25passes.c (rest_of_handle_cfg): Disable const/pure function detection when doi...Jan Hubicka1-2/+9
2004-09-23cfgexpand.c (add_reg_br_prob_note): New function.Jan Hubicka1-0/+1
2004-09-14unroll.c: Removed.Zdenek Dvorak1-9/+3
2004-09-10bb-reorder.c, [...]: Fix comment typos.Kazu Hirata1-2/+2
2004-09-10Revert 2004-09-09 Giovanni Bajo <giovannibajo@gcc.gnu.org>Nathan Sidwell1-4/+6
2004-09-10c-common.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2004-09-10lambda-mat.c (lambda_matrix_inverse_hard): Use gcc_assert and gcc_unreachable...Giovanni Bajo1-6/+4
2004-09-06Unify the management of RTL and tree-level dump files.Paolo Bonzini1-239/+43
2004-09-04passes.c (rest_of_clean_state): Fix merge conflict made during commiting the ...Jan Hubicka1-1/+1
2004-09-04* passes.c (rest_of_clean_state): Decompose the instruction stream.Jan Hubicka1-0/+12
2004-09-03cfg.c (free_edge): Use ggc_free.Jan Hubicka1-0/+1