summaryrefslogtreecommitdiff
path: root/gcc/passes.c
Commit message (Expand)AuthorAgeFilesLines
* Fix PR middle-end/20177 and add test case.Mostafa Hagog2005-03-211-4/+10
* re PR middle-end/15700 ([unit-at-a-time] Inlining problem leads to miscompila...Richard Henderson2005-03-161-0/+4
* cfgloop.c (flow_loop_entry_edges_find, [...]): Removed.Zdenek Dvorak2005-03-011-1/+1
* re PR rtl-optimization/20017 (internal compiler error: in rtl_verify_flow_inf...Kazu Hirata2005-02-231-0/+6
* * passes.c (rest_of_handle_gcse): Fix a comment.Kazu Hirata2005-02-151-1/+1
* flow.c (recompute_reg_usage): Remove all arguments.Kazu Hirata2005-02-151-1/+1
* basic-block.h: Adjust the prototype for find_basic_blocks.Kazu Hirata2005-02-151-1/+1
* passes.c (rest_of_handle_loop_optimize): Remove calls to delete_dead_jumptabl...Kazu Hirata2005-02-141-2/+0
* passes.c (rest_of_handle_gcse): Remove dead assignments to tem and tem2.Kazu Hirata2005-02-131-1/+0
* passes.c (rest_of_handle_gcse): Don't run cse_main and delete_trivially_dead_...Kazu Hirata2005-02-131-11/+1
* re PR rtl-optimization/15242 (pessimization of "goto *")Steven Bosscher2005-02-011-0/+5
* passes.c (rest_of_handle_flow2): Close / open the flow2 dump file around the ...J"orn Rennecke2005-01-211-1/+5
* common.opt (-fnew-ra): Remove.Paolo Bonzini2005-01-171-55/+4
* bb-reorder.c (fix_edges_for_rarely_executed_code): Remove last parameter to r...Paolo Bonzini2005-01-171-15/+14
* passes.c (rest_of_compilation): Don't run regmove if only flag_expensive_opti...Steven Bosscher2005-01-031-1/+1
* re PR middle-end/17930 (-mfpmath=sse creates illegal code (movapd with misali...Richard Henderson2004-12-131-2/+1
* passes.c (rest_of_handle_old_regalloc): Delete unreachable blocks if local_al...Ulrich Weigand2004-11-301-0/+1
* cfgrtl.c (rtl_delete_block): Fix comment.Steven Bosscher2004-11-241-4/+0
* target.h (late_rtl_prologue_epilogue): Remove.Eric Botcazou2004-11-241-23/+9
* bitmap.h (struct bitmap_obstack): New obstack type.Nathan Sidwell2004-11-221-3/+0
* re PR c++/18416 (ICE in import_export_decl)Mark Mitchell2004-11-121-8/+1
* * passes.c (rest_of_handle_jump): Remove dead code.Kazu Hirata2004-11-091-21/+0
* passes.c (rest_of_compilation): Make it static.Kazu Hirata2004-11-041-1/+1
* passes.c (rest_of_handle_cfg): Disable const/pure function detection when doi...Jan Hubicka2004-09-251-2/+9
* cfgexpand.c (add_reg_br_prob_note): New function.Jan Hubicka2004-09-231-0/+1
* unroll.c: Removed.Zdenek Dvorak2004-09-141-9/+3
* bb-reorder.c, [...]: Fix comment typos.Kazu Hirata2004-09-101-2/+2
* Revert 2004-09-09 Giovanni Bajo <giovannibajo@gcc.gnu.org>Nathan Sidwell2004-09-101-4/+6
* c-common.c, [...]: Fix comment typos.Kazu Hirata2004-09-101-1/+1
* lambda-mat.c (lambda_matrix_inverse_hard): Use gcc_assert and gcc_unreachable...Giovanni Bajo2004-09-101-6/+4
* Unify the management of RTL and tree-level dump files.Paolo Bonzini2004-09-061-239/+43
* passes.c (rest_of_clean_state): Fix merge conflict made during commiting the ...Jan Hubicka2004-09-041-1/+1
* * passes.c (rest_of_clean_state): Decompose the instruction stream.Jan Hubicka2004-09-041-0/+12
* cfg.c (free_edge): Use ggc_free.Jan Hubicka2004-09-031-0/+1
* Makefile.in (rtl-profile.o, [...]): Add GCC_H dependency.Zdenek Dvorak2004-09-011-1/+2
* Add more details to hot/cold partitioning comments and documentation.Caroline Tice2004-08-251-2/+3
* cse.c (cse_around_loop, [...]): Remove.Steven Bosscher2004-08-251-4/+4
* Makefile.in (OBJS-common): Add postreload-gcse.c.Steven Bosscher2004-08-181-3/+3
* Hot/cold partitioning update patch.Caroline Tice2004-08-181-1/+5
* re PR c/14516 (-fleading-underscore does not work correctly for file static v...Geoffrey Keating2004-08-051-26/+10
* cfgexpand.c (tree_expand_cfg): Fix comment.Steven Bosscher2004-07-271-22/+14
* re PR rtl-optimization/16643 (verify_local_live_at_start ICE after crossjumpi...Richard Sandiford2004-07-261-11/+10
* rtl.h (insn_note): Remove NOTE_INSN_PREDICTION.Steven Bosscher2004-07-211-13/+0
* loop-init.c (loop_optimizer_init, [...]): Do not destroy dominance information.Zdenek Dvorak2004-07-171-0/+2
* dwarf2out.c (dwarf2out_begin_prologue): Rename IA64_UNWIND_INFO to TARGET_UNW...Paul Brook2004-07-151-2/+2
* passes.c (rest_of_decl_compilation): Don't defer call of assemble_variable if...Alexandre Oliva2004-07-121-1/+8
* explow.c (optimize_save_area_alloca): Do not accept parameters.Paolo Bonzini2004-07-081-381/+465
* rtl.def (ADDRESSOF): Remove.Richard Henderson2004-07-041-19/+1
* alias.c (get_alias_set, [...]): Use MEM_P.Jerry Quinn2004-07-011-1/+1
* function.h (struct function): Remove dont_emit_block_notes.Richard Henderson2004-07-011-10/+1