summaryrefslogtreecommitdiff
path: root/gcc/passes.c
Commit message (Expand)AuthorAgeFilesLines
* * passes.c (execute_function_dump): Set graph_dump_initializedaldyh2013-12-181-4/+17
* * asan.c: Remove struct tags when referring to class varpool_node.olegendo2013-12-061-1/+1
* * cgraphunit.c: Remove struct tags when referring to classolegendo2013-12-061-53/+52
* * gimple.h: Remove all includes.amacleod2013-11-221-2/+4
* Factor unrelated declarations out of tree.h.dnovillo2013-11-191-0/+2
* Remove all_lto_gen_passes, replace with plain function callsbernds2013-11-181-13/+19
* * passes.c (execute_todo): Don't call do_per_function ifjakub2013-11-131-3/+6
* Autogenerated fixes of "->symbol." to "->"dmalcolm2013-10-291-17/+17
* * tree-ssa-loop.h: Remove include files.amacleod2013-10-231-1/+1
* * tree-ssa.h: Remove all #include'samacleod2013-10-231-1/+7
* * tree-ssa.h: Don't include gimple-low.h, tree-ssa-address.h, sbitmap.h,amacleod2013-10-181-0/+1
* Introduce gcc::dump_manager classdmalcolm2013-10-141-15/+21
* * tree-flow.h: Remove all remaining prototypes, enums and structs thatamacleod2013-10-091-0/+1
* gcc/rsandifo2013-09-301-3/+3
* gcc/rsandifo2013-09-281-26/+26
* * tree-ssa.h: New. Move content from tree-flow.h andamacleod2013-09-121-1/+1
* * passes.c (register_pass): Add overload.olegendo2013-08-291-0/+12
* 2013-08-29 Teresa Johnson <tejohnson@google.com>tejohnson2013-08-291-0/+5
* Revert my last two changes, r201865 and r201864dmalcolm2013-08-201-139/+1
* Make opt_pass and gcc::pass_manager be GC-manageddmalcolm2013-08-201-1/+139
* * cgraph.c (cgraph_get_body): New function based on lto.chubicka2013-08-061-0/+1
* Rewrite how instances of passes are cloneddmalcolm2013-08-051-37/+55
* Automated conversion of passes to C++ classesdmalcolm2013-08-051-108/+211
* Zero-initialize pass_managerdmalcolm2013-08-051-0/+7
* Handwritten part of conversion of passes to C++ classesdmalcolm2013-08-051-21/+81
* Introduce gen-pass-instances.awk and pass-instances.defdmalcolm2013-07-311-2/+2
* Introduce beginnings of a pass_manager class.dmalcolm2013-07-301-32/+67
* * passes.def: New.dmalcolm2013-07-181-377/+1
* * passes.c (init_optimization_passes): Introduce macros fordmalcolm2013-07-181-52/+56
* 2013-06-25 Richard Biener <rguenther@suse.de>rguenth2013-06-251-4/+4
* * c-family/c-common.c (handle_alias_ifunc_attribute): Do not sethubicka2013-06-111-2/+2
* PR middle-end/57467hubicka2013-06-011-1/+1
* * lto-symtab.c (lto_symtab_merge_cgraph_nodes_1): Rename to ...hubicka2013-06-011-2/+5
* This patch re-enables -fdump-passes. It had stopped working becausetejohnson2013-05-291-1/+1
* * cgraph.h (symtab_node_base): Add definition, alias and analyzedhubicka2013-05-291-3/+3
* * passes.c (init_optimization_passes): Move OMP expansion into lowering.hubicka2013-05-291-1/+1
* 2013-05-23 Richard Biener <rguenther@suse.de>rguenth2013-05-231-1/+1
* 2013-05-16 Richard Biener <rguenther@suse.de>rguenth2013-05-161-1/+1
* 2013-03-26 Richard Biener <rguenther@suse.de>rguenth2013-04-261-0/+1
* This patch is the main part of a consolodation of the hash_tablecrowl2013-04-261-18/+23
* 2013-04-12 Richard Biener <rguenther@suse.de>rguenth2013-04-121-2/+5
* 2013-04-10 Richard Biener <rguenther@suse.de>rguenth2013-04-101-6/+8
* 2013-03-21 Marc Glisse <marc.glisse@inria.fr>glisse2013-03-211-1/+3
* 2013-03-19 Richard Biener <rguenther@suse.de>rguenth2013-03-191-1/+1
* 2013-02-20 Richard Biener <rguenther@suse.de>rguenth2013-02-201-4/+1
* Update copyright years in gcc/rsandifo2013-01-101-3/+1
* * passes.c (pass_init_dump_file): Only open a clean graph dump file ifsteven2012-12-051-5/+18
* * rtl.h (print_insn_with_notes): Remove prototype.steven2012-12-041-1/+1
* * rtl.h (print_insn_with_notes): Prototype.steven2012-12-031-30/+14
* * passes.c (init_optimization_passes): Add pass_asan and pass_tsanjakub2012-11-271-0/+2