summaryrefslogtreecommitdiff
path: root/gcc/passes.c
Commit message (Expand)AuthorAgeFilesLines
...
* IPA C++ refactoring 1/Nmarxin2014-07-241-12/+12
* remove has_executetbsaunde2014-07-091-11/+2
* convert some hash_table to hash_maptbsaunde2014-07-091-45/+23
* Remove a layer of indirection from hash_tabletbsaunde2014-06-241-6/+6
* Fix dot dump bugdavidxl2014-06-171-1/+0
* use templates instead of gengtype for typed allocation functionstbsaunde2014-05-171-1/+1
* 2014-05-06 Richard Biener <rguenther@suse.de>rguenth2014-05-061-1/+1
* 2014-05-05 Richard Biener <rguenther@suse.de>rguenth2014-05-051-3/+2
* 2014-05-05 Richard Biener <rguenther@suse.de>rguenth2014-05-051-5/+5
* 2014-04-30 Richard Biener <rguenther@suse.de>rguenth2014-04-301-13/+17
* 2014-04-29 Richard Biener <rguenther@suse.de>rguenth2014-04-291-26/+38
* 2014-04-28 Richard Biener <rguenther@suse.de>rguenth2014-04-281-5/+14
* 2014-04-28 Richard Biener <rguenther@suse.de>rguenth2014-04-281-46/+53
* 2014-04-25 Richard Biener <rguenther@suse.de>rguenth2014-04-251-15/+19
* pass cfun to pass::executetbsaunde2014-04-171-4/+7
* pass current function to opt_pass::gate ()tbsaunde2014-04-171-64/+30
* remove has_gatetbsaunde2014-04-171-14/+8
* merge register_dump_files_1 into register_dump_files and remove more fiddling...tbsaunde2014-04-171-29/+8
* remove properties stuff from register_dump_files_1tbsaunde2014-04-171-16/+4
* PR c++/57945jakub2014-01-171-1/+4
* Update copyright years in gcc/rsandifo2014-01-021-1/+1
* * 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