aboutsummaryrefslogtreecommitdiff
path: root/gcc/passes.c
AgeCommit message (Expand)AuthorFilesLines
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
2004-09-01Makefile.in (rtl-profile.o, [...]): Add GCC_H dependency.Zdenek Dvorak1-1/+2
2004-08-25Add more details to hot/cold partitioning comments and documentation.Caroline Tice1-2/+3
2004-08-25cse.c (cse_around_loop, [...]): Remove.Steven Bosscher1-4/+4
2004-08-18Makefile.in (OBJS-common): Add postreload-gcse.c.Steven Bosscher1-3/+3
2004-08-18Hot/cold partitioning update patch.Caroline Tice1-1/+5
2004-08-05re PR c/14516 (-fleading-underscore does not work correctly for file static v...Geoffrey Keating1-26/+10
2004-07-27cfgexpand.c (tree_expand_cfg): Fix comment.Steven Bosscher1-22/+14
2004-07-26re PR rtl-optimization/16643 (verify_local_live_at_start ICE after crossjumpi...Richard Sandiford1-11/+10
2004-07-21rtl.h (insn_note): Remove NOTE_INSN_PREDICTION.Steven Bosscher1-13/+0
2004-07-17loop-init.c (loop_optimizer_init, [...]): Do not destroy dominance information.Zdenek Dvorak1-0/+2
2004-07-15dwarf2out.c (dwarf2out_begin_prologue): Rename IA64_UNWIND_INFO to TARGET_UNW...Paul Brook1-2/+2
2004-07-12passes.c (rest_of_decl_compilation): Don't defer call of assemble_variable if...Alexandre Oliva1-1/+8
2004-07-08explow.c (optimize_save_area_alloca): Do not accept parameters.Paolo Bonzini1-381/+465
2004-07-04rtl.def (ADDRESSOF): Remove.Richard Henderson1-19/+1
2004-07-01alias.c (get_alias_set, [...]): Use MEM_P.Jerry Quinn1-1/+1
2004-07-01function.h (struct function): Remove dont_emit_block_notes.Richard Henderson1-10/+1
2004-06-30function.h (struct function): Remove x_whole_function_mode_p.Richard Henderson1-7/+1
2004-06-30RTL prologue/epilogue for SPARCEric Botcazou1-14/+29
2004-06-26c-typeck.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2004-06-20loop-invariant.c: New file.Zdenek Dvorak1-2/+7