aboutsummaryrefslogtreecommitdiff
path: root/gcc/passes.c
AgeCommit message (Expand)AuthorFilesLines
2012-04-16cgraph.h (FOR_EACH_VARIABLE, [...]): New macros.Jan Hubicka1-13/+9
2012-04-14cgraph.h: Update copyrights;Jan Hubicka1-14/+14
2012-04-12Makefile.in (cgraphunit.o): Add $(EXCEPT_H) dependency.Richard Guenther1-0/+101
2012-03-21Makefile.in (cfgexpand.o): Add $(REGS_H) and $(INTEGRATE_H) dependencies.Richard Guenther1-4/+0
2012-03-20tree-pass.h (pass_rtl_eh): Remove.Richard Guenther1-1/+0
2012-02-24re PR tree-optimization/52361 (gcc.dg/pr48141.c times out with checking enabled)Richard Guenther1-3/+6
2012-02-13re PR translation/52211 (Typo in translatable string: "-fdisble" ("-fdisable"))Richard Guenther1-1/+1
2012-01-02passes.c (register_one_dump_file): Free full_name.Jakub Jelinek1-1/+2
2011-12-22tree-pass.h (pass_reload): Declare.Bernd Schmidt1-0/+1
2011-12-21re PR target/50038 (redundant zero extensions)Enkovich Ilya1-1/+1
2011-12-06re PR lto/50601 (New LTO failures)Richard Guenther1-0/+5
2011-11-08Merge from transactional-memory branch.Aldy Hernandez1-0/+10
2011-10-03Vector shuffling patch from Artem Shinkarov.Artjoms Sinkarovs1-1/+1
2011-09-27common.opt: Add -foptimize-strlen option.Jakub Jelinek1-2/+3
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