aboutsummaryrefslogtreecommitdiff
path: root/gcc/passes.c
AgeCommit message (Expand)AuthorFilesLines
2014-01-17re PR c++/57945 (ICE: in varpool_get_node, at cgraph.h:840)Jakub Jelinek1-1/+4
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-12-18passes.c (execute_function_dump): Set graph_dump_initialized appropriately.Aldy Hernandez1-4/+17
2013-12-06asan.c: Remove struct tags when referring to class varpool_node.Oleg Endo1-1/+1
2013-12-06cgraphunit.c: Remove struct tags when referring to class ipa_opt_pass_d or cl...Oleg Endo1-53/+52
2013-11-22gimple.h: Remove all includes.Andrew MacLeod1-2/+4
2013-11-19Factor unrelated declarations out of tree.h.Diego Novillo1-0/+2
2013-11-18Remove all_lto_gen_passes, replace with plain function callsBernd Schmidt1-13/+19
2013-11-13passes.c (execute_todo): Don't call do_per_function if flags are zero.Jakub Jelinek1-3/+6
2013-10-29Autogenerated fixes of "->symbol." to "->"David Malcolm1-17/+17
2013-10-23tree-ssa-loop.h: Remove include files.Andrew MacLeod1-1/+1
2013-10-23tree-ssa.h: Remove all #include'sAndrew MacLeod1-1/+7
2013-10-18tree-ssa.h: Don't include gimple-low.h...Andrew MacLeod1-0/+1
2013-10-14Introduce gcc::dump_manager classDavid Malcolm1-15/+21
2013-10-09tree-flow.h: Remove all remaining prototypes...Andrew MacLeod1-0/+1
2013-09-30basic-block.h (edge_list): Prefix member names with "m_".Richard Sandiford1-3/+3
2013-09-28alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford1-26/+26
2013-09-12tree-ssa.h: New.Andrew MacLeod1-1/+1
2013-08-29passes.c (register_pass): Add overload.Oleg Endo1-0/+12
2013-08-29dumpfile.c (dump_loc): Output column number.Teresa Johnson1-0/+5
2013-08-20Revert my last two changes, r201865 and r201864David Malcolm1-139/+1
2013-08-20Make opt_pass and gcc::pass_manager be GC-managedDavid Malcolm1-1/+139
2013-08-06cgraph.c (cgraph_get_body): New function based on lto.c implementation.Jan Hubicka1-0/+1
2013-08-05Rewrite how instances of passes are clonedDavid Malcolm1-37/+55
2013-08-05Automated conversion of passes to C++ classesDavid Malcolm1-108/+211
2013-08-05Zero-initialize pass_managerDavid Malcolm1-0/+7
2013-08-05Handwritten part of conversion of passes to C++ classesDavid Malcolm1-21/+81
2013-07-31Introduce gen-pass-instances.awk and pass-instances.defDavid Malcolm1-2/+2
2013-07-30Introduce beginnings of a pass_manager class.David Malcolm1-32/+67
2013-07-18passes.def: New.David Malcolm1-377/+1
2013-07-18passes.c (init_optimization_passes): Introduce macros for constructing the tr...David Malcolm1-52/+56
2013-06-25re PR middle-end/56977 (gcc -Og incorrectly warns about 'constant zero length...Richard Biener1-4/+4
2013-06-11c-common.c (handle_alias_ifunc_attribute): Do not set DECL_EXTERNAL for weakr...Jan Hubicka1-2/+2
2013-06-01re PR middle-end/57467 (FAIL: gfortran.dg/gomp/appendix-a/a.(22.1|22.6|33.1)....Jan Hubicka1-1/+1
2013-06-01lto-symtab.c (lto_symtab_merge_cgraph_nodes_1): Rename to ...Jan Hubicka1-2/+5
2013-05-29This patch re-enables -fdump-passes.Teresa Johnson1-1/+1
2013-05-29cgraph.h (symtab_node_base): Add definition, alias and analyzed flags...Jan Hubicka1-3/+3
2013-05-29* passes.c (init_optimization_passes): Move OMP expansion into lowering.Jan Hubicka1-1/+1
2013-05-23re PR tree-optimization/57380 (GCC 4.9.0 will not vectorize std::max and simi...Richard Biener1-1/+1
2013-05-16passes.c (init_optimization_passes): Move pass_parallelize_loops earlier...Richard Biener1-1/+1
2013-04-26tree-cfg.c (execute_build_cfg): Build the loop tree.Richard Biener1-0/+1
2013-04-26This patch is the main part of a consolodation of the hash_table patches to t...Lawrence Crowl1-18/+23
2013-04-12tree-pass.h (TODO_do_not_ggc_collect): New.Richard Biener1-2/+5
2013-04-10passes.c (execute_todo): Do not call ggc_collect conditional here.Richard Biener1-6/+8
2013-03-21tree-pass.h (PROP_gimple_lvec): New.Marc Glisse1-1/+3
2013-03-19re PR tree-optimization/56273 (Bogus -Warray-bounds warning)Richard Biener1-1/+1
2013-02-20tree-call-cdce.c (tree_call_cdce): Do not remove unused locals.Richard Biener1-4/+1
2013-01-10Update copyright years in gcc/Richard Sandiford1-3/+1
2012-12-05passes.c (pass_init_dump_file): Only open a clean graph dump file if the dump...Steven Bosscher1-5/+18
2012-12-04rtl.h (print_insn_with_notes): Remove prototype.Steven Bosscher1-1/+1