aboutsummaryrefslogtreecommitdiff
path: root/gcc/passes.c
AgeCommit message (Expand)AuthorFilesLines
2011-07-11passes.c (init_optimization_passes): Add invariant motion pass after inductio...Andreas Krebbel1-0/+1
2011-07-07dwarf2: Extract cfi creation to a new pass.Richard Henderson1-0/+1
2011-06-27re PR middle-end/49394 (libstdc++-v3/testsuite/30_threads/lock_guard/cons/1.c...Richard Guenther1-0/+2
2011-06-23re PR middle-end/49373 (Many testcase failures)Jan Hubicka1-2/+38
2011-06-18lto-symtab.c (lto_varpool_replace_node): Remove code handling extra name alia...Jan Hubicka1-1/+1
2011-06-14dumping cleanup phase 1 -- Removing TODO_dump_funcDavid Li1-25/+33
2011-06-10re checking -fdump-passesXinliang David Li1-6/+123
2011-06-09Revert r174848,174849Xinliang David Li1-100/+6
2011-06-09-fdump-pass implementationDavid Li1-6/+100
2011-06-07Handle assembler name in -fdisable/enable optionsXinliang David Li1-14/+50
2011-06-06tree-pretty-print.c (dump_function_header): Add flags.Alexandre Oliva1-1/+1
2011-06-01Better function header dumpDavid Li1-15/+2
2011-05-30New option to disable/enable optimization passes.Xinliang David Li1-1/+321
2011-05-06cgraph.c (cgraph_add_thunk): Create real function node instead of alias node...Jan Hubicka1-8/+7
2011-05-03cgraph.h (cgraph_node_set_def, [...]): Move out of GTY; replace hash by point...Jan Hubicka1-2/+2
2011-04-30cgraph.h (cgraph_postorder): Remove declaration.Martin Jambor1-2/+3
2011-04-11except.c (set_nothrow_function_flags): Call cgraph_get_node instead of cgraph...Martin Jambor1-3/+5
2011-03-25tree-flow.h (verify_stmts): Rename to verify_gimple_in_cfg.Richard Guenther1-1/+1
2011-03-25passes.c (init_optimization_passes): Add FRE pass after early SRA.Richard Guenther1-0/+1
2011-03-25re PR target/4828 (can't install gcc for h8300-hms target)Nathan Froyd1-1/+1
2011-03-24function.c (instantiate_virtual_regs): Use FOR_EACH_BB and FOR_BB_INSNS_SAFE ...Nathan Froyd1-1/+1
2011-03-23Makefile.in (IPA_TYPE_ESCAPE_H): Remove.Richard Guenther1-2/+0
2011-02-17re PR debug/47106 (-fcompare-debug failure (length) with -fpartial-inlining ...Alexandre Oliva1-6/+1
2011-02-02Fix PR40979 and PR47044: after LIM call copy_prop and DCE to clean up.Sebastian Pop1-1/+1
2011-01-25Remove the lambda framework and make -ftree-loop-linear an alias of -floop-in...Sebastian Pop1-1/+0
2011-01-22New -fcompare-elim pass.Richard Henderson1-0/+1
2011-01-11re PR lto/45721 (ICE: in function_and_variable_visibility, at ipa.c:673 with ...Jan Hubicka1-0/+1
2011-01-10re PR tree-optimization/47234 (ipa-split is executed before profile feedback ...Jan Hubicka1-0/+7
2010-11-29system.h: Include "safe-ctype.h" instead of <safe-ctype.h>.Joseph Myers1-10/+0
2010-11-26tree-ssa-copy.c (fini_copy_prop): Don't DCE when we have loops.Michael Matz1-1/+0
2010-11-17timevar.def (TV_IPA_OPT, [...]): New.Michael Matz1-1/+5
2010-11-10cfgloop.c (verify_loop_structure): Use %' in diagnostics.Joseph Myers1-1/+1
2010-11-04passes.c (init_optimization_passes): Move veclower after SSA.Artjoms Sinkarovs1-1/+1
2010-10-21basic-block.h (single_succ_edge): Use gcc_checking_assert.Nathan Froyd1-3/+1
2010-10-05value-prof.c (gimple_divmod_fixed_value): Work on SSA form.Richard Guenther1-8/+1
2010-09-23tree-flow.h (execute_update_addresses_taken): Adjust.Eric Botcazou1-5/+3
2010-09-22tree-inline.c (optimize_inline_calls): Schedule cleanups only if we inlined s...Richard Guenther1-1/+0
2010-09-22tree-ssanames.c (release_dead_ssa_names): Do not remove callee edges here.Richard Guenther1-1/+0
2010-09-07re PR middle-end/45569 (ICE: verify_stmts failed: statement marked for throw ...Richard Guenther1-0/+4
2010-09-03passes.c (rest_of_decl_compilation): Do not add local vars into varpol.Jan Hubicka1-1/+2
2010-08-21tree-pass.h (pass_ipa_cdtor_merge): New function.Jan Hubicka1-0/+1
2010-08-21lto-cgraph.c (lto_output_edge): Use gimple_has_body_p instead of flag_wpa.Jan Hubicka1-0/+17
2010-08-11Schedule a copy_prop pass before graphite.Sebastian Pop1-2/+5
2010-07-26re PR target/44132 (emutls is broken under a range of circumstances.)Richard Henderson1-0/+1
2010-07-14passes.c (rest_of_decl_compilation): Do not callRichard Henderson1-2/+0
2010-06-29predict.c (propagate_freq): Clear EXIT_BLOCK_PTR frequency if it is unreachable.Jan Hubicka1-16/+1
2010-06-25tree-pass.h (pass_split_functions): Declare.Jan Hubicka1-0/+4
2010-06-22passes.c (execute_function_todo): Move call of statistics_fini_pass to ...Jan Hubicka1-2/+2
2010-06-08utils.c (init_gnat_to_gnu): Use typed GC allocation.Laurynas Biveinis1-2/+2
2010-06-03passes.c (init_optimization_passes): Put ipa reference after ipa pure-const.Jan Hubicka1-1/+1