summaryrefslogtreecommitdiff
path: root/gcc/passes.c
Commit message (Expand)AuthorAgeFilesLines
* * 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
* gcc/steven2012-11-261-21/+16
* 2012-11-22 Dmitry Vyukov <dvyukov@google.com>wmi2012-11-221-0/+2
* Introduce vNULL to use as a nil initializer for vec<>.dnovillo2012-11-201-3/+3
* This patch rewrites the old VEC macro-based interface into a new onednovillo2012-11-181-39/+26
* Allow asan at -O0dodji2012-11-121-0/+1
* Initial import of asan from the Google branchdodji2012-11-121-0/+1
* 2012-11-01 Sharad Singhai <singhai@google.com>singhai2012-11-011-5/+22
* This patch implements generic type query and conversion functions,crowl2012-10-311-1/+1
* * basic-block. (profile_record): New struct, moved from passes.c.steven2012-10-091-92/+6
* * lto-cgraph.c (lto_symtab_encoder_new): New parameter FOR_INPUT.hubicka2012-10-071-1/+1
* Fix previous commit once again :(hubicka2012-10-061-1/+1
* Fix previous commit.hubicka2012-10-061-2/+2
* * doc/invoke.texi (-fprofile-report): Document.hubicka2012-10-061-0/+221
* 2012-09-30 Sharad Singhai <singhai@google.com>singhai2012-10-011-19/+11
* 2012-09-20 Martin Jambor <mjambor@suse.cz>jamborm2012-09-201-7/+0
* 2012-09-19 Richard Guenther <rguenther@suse.de>rguenth2012-09-191-1/+3