aboutsummaryrefslogtreecommitdiff
path: root/gcc/passes.c
AgeCommit message (Expand)AuthorFilesLines
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
2004-06-19CFG transparent RTL expansion:Jan Hubicka1-8/+14
2004-06-18emit-rtl.c (unshare_all_rtl_1): New name of unshare_all_rtl.Paolo Bonzini1-304/+209
2004-06-16coverage.c: Remove argument to rest_of_compilation.Paolo Bonzini1-6/+108
2004-06-15function.h (struct function): Remove cannot_inline field.Paolo Bonzini1-13/+7
2004-05-30bb-reorder.c, [...]: Fix comment formatting.Kazu Hirata1-1/+1
2004-05-25ddg.h, [...]: New files.Ayal Zaks1-1/+26
2004-05-20Makefile.in (GTFILES): Add $(srcdir)/reload.h.J"orn Rennecke1-1/+2
2004-05-15basic-block.h (life_analysis, [...]): Update prototypes.Steven Bosscher1-5/+5
2004-05-14passes.c (rest_of_handle_null_pointer): Remove.Steven Bosscher1-30/+0
2004-05-13Merge tree-ssa-20020619-branch into mainline.Diego Novillo1-217/+39
2004-05-05basic-block.h (free_basic_block_vars): Update prototype.Steven Bosscher1-2/+2
2004-04-09basic-block.h (struct edge_def): Add new field, crossing_edge.Caroline Tice1-3/+17
2004-04-01cgraph.c: Add overall comment.Jan Hubicka1-6/+0
2004-03-29toplev.c (backend_init): Add missing call to inint_optimization_passes.Jan Hubicka1-12/+6
2004-03-20c-common.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2004-03-20alias.c, [...]: Replace calls via (*targetm.foo) () with targetm.foo ().Kazu Hirata1-2/+2
2004-03-18doloop.c: Removed.Zdenek Dvorak1-5/+13
2004-03-14alias.c (get_alias_set): Replace calls via (*lang_hooks.foo) () with lang_hoo...Roger Sayle1-1/+1