aboutsummaryrefslogtreecommitdiff
path: root/gcc/passes.c
AgeCommit message (Expand)AuthorFilesLines
2012-09-19re PR other/53316 (Introduce -Og)Richard Guenther1-4/+51
2012-09-14re PR tree-optimization/54565 (pass_update_address_taken before forwprop1 for...Richard Guenther1-13/+12
2012-09-09passes.c (ipa_write_summaries_1): Set state; do not call compute_ltrans_bound...Jan Hubicka1-3/+3
2012-09-09Replace cgraph_node_set and varpool_node_set by symtab_node_encoder in partit...Jan Hubicka1-18/+15
2012-09-06passes.c (execute_function_todo): Call compute_may_aliases only if flag_tree_...Richard Guenther1-1/+2
2012-08-13tree-pass.h (write_summary, [...]): Remove set and vset arguments.Jan Hubicka1-14/+10
2012-08-10Makefile.in (OBJS): Remove matrix-reorg.o.Richard Guenther1-1/+0
2012-08-02Add free inline summary pass after pass_early_local_passes H.J. Lu1-0/+1
2012-08-02tree-dfa.c (referenced_var_lookup): Remove.Richard Guenther1-3/+0
2012-07-20basic-block.h (BB_FLAGS_TO_PRESERVE): New define.Steven Bosscher1-5/+1
2012-07-17dumpfile.h (TDF_COMMENT): New define.Steven Bosscher1-5/+3
2012-07-16system.h (dump_file): Do not define.Steven Bosscher1-1/+0
2012-06-26tree-pass.h (pass_strength_reduction): New decl.Bill Schmidt1-0/+1
2012-06-15passes.c (init_optimization_passes): Remove pass_call_cdce from its current p...Easwaran Raman1-1/+1
2012-06-09re PR c++/53602 (Libre Office causes an internal compiler error)Richard Henderson1-1/+2
2012-05-31Makefile.in: Fix many dependencies.Steven Bosscher1-20/+1
2012-05-29integrate.c: Remove.Steven Bosscher1-1/+0
2012-05-11tree-pass.h (pass_rest_of_compilation, [...]): Remove.Richard Guenther1-5/+6
2012-05-10cgraph.h (cgraph_remove_unreachable_nodes): Rename to ...Jan Hubicka1-2/+2
2012-05-09cgraphbuild.c (build_cgraph_edges): Do not finalize vars with VALUE_EXPR.Jan Hubicka1-0/+1
2012-04-30cgraph.c (ld_plugin_symbol_resolution_names): Move to symtab.cJan Hubicka1-6/+11
2012-04-22lto-symtab.c (lto_varpool_replace_node): Do not merge needed flags.Jan Hubicka1-2/+2
2012-04-20lto-symtab.c (lto_cgraph_replace_node): Merge needed instead of force flags.Jan Hubicka1-1/+1
2012-04-18cgraph.c (cgraph_node_name): Remove.Jan Hubicka1-1/+1
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