]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/passes.c
pass cfun to pass::execute
[thirdparty/gcc.git] / gcc / passes.c
2014-04-17  tbsaundepass cfun to pass::execute
2014-04-17  tbsaundepass current function to opt_pass::gate ()
2014-04-17  tbsaunderemove has_gate
2014-04-17  tbsaundemerge register_dump_files_1 into register_dump_files...
2014-04-17  tbsaunderemove properties stuff from register_dump_files_1
2014-01-17  jakub PR c++/57945
2014-01-02  rsandifoUpdate copyright years in gcc/
2013-12-18  aldyh * passes.c (execute_function_dump): Set graph_dump_ini...
2013-12-06  olegendo * asan.c: Remove struct tags when referring to class...
2013-12-06  olegendo * cgraphunit.c: Remove struct tags when referring...
2013-11-22  amacleod * gimple.h: Remove all includes.
2013-11-19  dnovilloFactor unrelated declarations out of tree.h.
2013-11-18  berndsRemove all_lto_gen_passes, replace with plain function...
2013-11-13  jakub * passes.c (execute_todo): Don't call do_per_function if
2013-10-29  dmalcolmAutogenerated fixes of "->symbol." to "->"
2013-10-23  amacleod * tree-ssa-loop.h: Remove include files.
2013-10-23  amacleod * tree-ssa.h: Remove all #include's
2013-10-18  amacleod * tree-ssa.h: Don't include gimple-low.h, tree-ssa...
2013-10-14  dmalcolmIntroduce gcc::dump_manager class
2013-10-09  amacleod * tree-flow.h: Remove all remaining prototypes, enums...
2013-09-30  rsandifogcc/
2013-09-28  rsandifogcc/
2013-09-12  amacleod * tree-ssa.h: New. Move content from tree-flow.h and
2013-08-29  olegendo * passes.c (register_pass): Add overload.
2013-08-29  tejohnson2013-08-29 Teresa Johnson <tejohnson@google.com>
2013-08-20  dmalcolmRevert my last two changes, r201865 and r201864
2013-08-20  dmalcolmMake opt_pass and gcc::pass_manager be GC-managed
2013-08-06  hubicka * cgraph.c (cgraph_get_body): New function based on...
2013-08-05  dmalcolmRewrite how instances of passes are cloned
2013-08-05  dmalcolmAutomated conversion of passes to C++ classes
2013-08-05  dmalcolmZero-initialize pass_manager
2013-08-05  dmalcolmHandwritten part of conversion of passes to C++ classes
2013-07-31  dmalcolmIntroduce gen-pass-instances.awk and pass-instances.def
2013-07-30  dmalcolmIntroduce beginnings of a pass_manager class.
2013-07-18  dmalcolm * passes.def: New.
2013-07-18  dmalcolm * passes.c (init_optimization_passes): Introduce macro...
2013-06-25  rguenth2013-06-25 Richard Biener <rguenther@suse.de>
2013-06-11  hubicka * c-family/c-common.c (handle_alias_ifunc_attribute...
2013-06-01  hubicka PR middle-end/57467
2013-06-01  hubicka * lto-symtab.c (lto_symtab_merge_cgraph_nodes_1):...
2013-05-29  tejohnsonThis patch re-enables -fdump-passes. It had stopped...
2013-05-29  hubicka * cgraph.h (symtab_node_base): Add definition, alias...
2013-05-29  hubicka * passes.c (init_optimization_passes): Move OMP expans...
2013-05-23  rguenth2013-05-23 Richard Biener <rguenther@suse.de>
2013-05-16  rguenth2013-05-16 Richard Biener <rguenther@suse.de>
2013-04-26  rguenth2013-03-26 Richard Biener <rguenther@suse.de>
2013-04-26  crowlThis patch is the main part of a consolodation of the...
2013-04-12  rguenth2013-04-12 Richard Biener <rguenther@suse.de>
2013-04-10  rguenth2013-04-10 Richard Biener <rguenther@suse.de>
2013-03-21  glisse2013-03-21 Marc Glisse <marc.glisse@inria.fr>
2013-03-19  rguenth2013-03-19 Richard Biener <rguenther@suse.de>
2013-02-20  rguenth2013-02-20 Richard Biener <rguenther@suse.de>
2013-01-10  rsandifoUpdate copyright years in gcc/
2012-12-05  steven * passes.c (pass_init_dump_file): Only open a clean...
2012-12-04  steven * rtl.h (print_insn_with_notes): Remove prototype.
2012-12-03  steven * rtl.h (print_insn_with_notes): Prototype.
2012-11-27  jakub * passes.c (init_optimization_passes): Add pass_asan...
2012-11-26  stevengcc/
2012-11-22  wmi2012-11-22 Dmitry Vyukov <dvyukov@google.com>
2012-11-20  dnovilloIntroduce vNULL to use as a nil initializer for vec<>.
2012-11-18  dnovilloThis patch rewrites the old VEC macro-based interface...
2012-11-12  dodjiAllow asan at -O0
2012-11-12  dodjiInitial import of asan from the Google branch
2012-11-01  singhai2012-11-01 Sharad Singhai <singhai@google.com>
2012-10-31  crowlThis patch implements generic type query and conversion...
2012-10-09  steven * basic-block. (profile_record): New struct, moved...
2012-10-07  hubicka * lto-cgraph.c (lto_symtab_encoder_new): New parameter...
2012-10-06  hubickaFix previous commit once again :(
2012-10-06  hubickaFix previous commit.
2012-10-06  hubicka * doc/invoke.texi (-fprofile-report): Document.
2012-10-01  singhai2012-09-30 Sharad Singhai <singhai@google.com>
2012-09-20  jamborm2012-09-20 Martin Jambor <mjambor@suse.cz>
2012-09-19  rguenth2012-09-19 Richard Guenther <rguenther@suse.de>
2012-09-19  rguenth2012-09-19 Richard Guenther <rguenther@suse.de>
2012-09-14  rguenth2012-09-14 Richard Guenther <rguenther@suse.de>
2012-09-09  hubicka * passes.c (ipa_write_summaries_1): Set state;
2012-09-09  hubicka Replace cgraph_node_set and varpool_node_set by symtab...
2012-09-06  rguenth2012-09-06 Richard Guenther <rguenther@suse.de>
2012-08-13  hubicka * tree-pass.h (write_summary, write_optimization_summa...
2012-08-10  rguenth2012-08-10 Richard Guenther <rguenther@suse.de>
2012-08-02  hjlAdd free inline summary pass after pass_early_local_passes
2012-08-02  rguenth2012-08-02 Richard Guenther <rguenther@suse.de>
2012-07-20  stevengcc/
2012-07-17  steven * dumpfile.h (TDF_COMMENT): New define.
2012-07-16  stevengcc/
2012-06-26  wschmidtgcc:
2012-06-15  eraman2012-06-15 Easwaran Raman <eraman@google.com>
2012-06-09  rthPR c++/53602
2012-05-31  steven * Makefile.in: Fix many dependencies.
2012-05-29  steven * integrate.c: Remove.
2012-05-11  rguenth2012-05-11 Richard Guenther <rguenther@suse.de>
2012-05-10  hubicka * cgraph.h (cgraph_remove_unreachable_nodes): Rename...
2012-05-09  hubicka * cgraphbuild.c (build_cgraph_edges): Do not finalize...
2012-04-30  hubicka * cgraph.c (ld_plugin_symbol_resolution_names): Move...
2012-04-22  hubicka * lto-symtab.c (lto_varpool_replace_node): Do not...
2012-04-20  hubicka * lto-symtab.c (lto_cgraph_replace_node): Merge needed...
2012-04-18  hubicka * cgraph.c (cgraph_node_name): Remove.
2012-04-16  hubicka * cgraph.h (FOR_EACH_VARIABLE, FOR_EACH_VARIABLE,...
2012-04-14  hubicka * cgraph.h: Update copyrights;
2012-04-12  rguenth2012-04-12 Richard Guenther <rguenther@suse.de>
next