summaryrefslogtreecommitdiff
path: root/gcc/passes.c
Commit message (Expand)AuthorAgeFilesLines
* invoke.texi (-fprofile-report): Document.Jan Hubicka2012-10-061-0/+221
* invoke.texi: Add documentation for the new option.Sharad Singhai2012-10-011-19/+11
* function.c (push_cfun): Check old current_function_decl matches old cfun...Martin Jambor2012-09-201-7/+0
* passes.c (init_optimization_passes): For -Og move pass_object_sizes inbetween...Richard Guenther2012-09-191-1/+3
* re PR other/53316 (Introduce -Og)Richard Guenther2012-09-191-4/+51
* re PR tree-optimization/54565 (pass_update_address_taken before forwprop1 for...Richard Guenther2012-09-141-13/+12
* passes.c (ipa_write_summaries_1): Set state; do not call compute_ltrans_bound...Jan Hubicka2012-09-091-3/+3
* Replace cgraph_node_set and varpool_node_set by symtab_node_encoder in partit...Jan Hubicka2012-09-091-18/+15
* passes.c (execute_function_todo): Call compute_may_aliases only if flag_tree_...Richard Guenther2012-09-061-1/+2
* tree-pass.h (write_summary, [...]): Remove set and vset arguments.Jan Hubicka2012-08-131-14/+10
* Makefile.in (OBJS): Remove matrix-reorg.o.Richard Guenther2012-08-101-1/+0
* Add free inline summary pass after pass_early_local_passes H.J. Lu2012-08-021-0/+1
* tree-dfa.c (referenced_var_lookup): Remove.Richard Guenther2012-08-021-3/+0
* basic-block.h (BB_FLAGS_TO_PRESERVE): New define.Steven Bosscher2012-07-201-5/+1
* dumpfile.h (TDF_COMMENT): New define.Steven Bosscher2012-07-171-5/+3
* system.h (dump_file): Do not define.Steven Bosscher2012-07-161-1/+0
* tree-pass.h (pass_strength_reduction): New decl.Bill Schmidt2012-06-261-0/+1
* passes.c (init_optimization_passes): Remove pass_call_cdce from its current p...Easwaran Raman2012-06-151-1/+1
* re PR c++/53602 (Libre Office causes an internal compiler error)Richard Henderson2012-06-091-1/+2
* Makefile.in: Fix many dependencies.Steven Bosscher2012-05-311-20/+1
* integrate.c: Remove.Steven Bosscher2012-05-291-1/+0
* tree-pass.h (pass_rest_of_compilation, [...]): Remove.Richard Guenther2012-05-111-5/+6
* cgraph.h (cgraph_remove_unreachable_nodes): Rename to ...Jan Hubicka2012-05-101-2/+2
* cgraphbuild.c (build_cgraph_edges): Do not finalize vars with VALUE_EXPR.Jan Hubicka2012-05-091-0/+1
* cgraph.c (ld_plugin_symbol_resolution_names): Move to symtab.cJan Hubicka2012-04-301-6/+11
* lto-symtab.c (lto_varpool_replace_node): Do not merge needed flags.Jan Hubicka2012-04-221-2/+2
* lto-symtab.c (lto_cgraph_replace_node): Merge needed instead of force flags.Jan Hubicka2012-04-201-1/+1
* cgraph.c (cgraph_node_name): Remove.Jan Hubicka2012-04-181-1/+1
* cgraph.h (FOR_EACH_VARIABLE, [...]): New macros.Jan Hubicka2012-04-161-13/+9
* cgraph.h: Update copyrights;Jan Hubicka2012-04-141-14/+14
* Makefile.in (cgraphunit.o): Add $(EXCEPT_H) dependency.Richard Guenther2012-04-121-0/+101
* Makefile.in (cfgexpand.o): Add $(REGS_H) and $(INTEGRATE_H) dependencies.Richard Guenther2012-03-211-4/+0
* tree-pass.h (pass_rtl_eh): Remove.Richard Guenther2012-03-201-1/+0
* re PR tree-optimization/52361 (gcc.dg/pr48141.c times out with checking enabled)Richard Guenther2012-02-241-3/+6
* re PR translation/52211 (Typo in translatable string: "-fdisble" ("-fdisable"))Richard Guenther2012-02-131-1/+1
* passes.c (register_one_dump_file): Free full_name.Jakub Jelinek2012-01-021-1/+2
* tree-pass.h (pass_reload): Declare.Bernd Schmidt2011-12-221-0/+1
* re PR target/50038 (redundant zero extensions)Enkovich Ilya2011-12-211-1/+1
* re PR lto/50601 (New LTO failures)Richard Guenther2011-12-061-0/+5
* Merge from transactional-memory branch.Aldy Hernandez2011-11-081-0/+10
* Vector shuffling patch from Artem Shinkarov.Artjoms Sinkarovs2011-10-031-1/+1
* common.opt: Add -foptimize-strlen option.Jakub Jelinek2011-09-271-2/+3
* passes.c (init_optimization_passes): Add invariant motion pass after inductio...Andreas Krebbel2011-07-111-0/+1
* dwarf2: Extract cfi creation to a new pass.Richard Henderson2011-07-071-0/+1
* re PR middle-end/49394 (libstdc++-v3/testsuite/30_threads/lock_guard/cons/1.c...Richard Guenther2011-06-271-0/+2
* re PR middle-end/49373 (Many testcase failures)Jan Hubicka2011-06-231-2/+38
* lto-symtab.c (lto_varpool_replace_node): Remove code handling extra name alia...Jan Hubicka2011-06-181-1/+1
* dumping cleanup phase 1 -- Removing TODO_dump_funcDavid Li2011-06-141-25/+33
* re checking -fdump-passesXinliang David Li2011-06-101-6/+123
* Revert r174848,174849Xinliang David Li2011-06-091-100/+6