summaryrefslogtreecommitdiff
path: root/gcc/passes.c
Commit message (Expand)AuthorAgeFilesLines
* Remove all_lto_gen_passes, replace with plain function callsBernd Schmidt2013-11-181-13/+19
* passes.c (execute_todo): Don't call do_per_function if flags are zero.Jakub Jelinek2013-11-131-3/+6
* Autogenerated fixes of "->symbol." to "->"David Malcolm2013-10-291-17/+17
* tree-ssa-loop.h: Remove include files.Andrew MacLeod2013-10-231-1/+1
* tree-ssa.h: Remove all #include'sAndrew MacLeod2013-10-231-1/+7
* tree-ssa.h: Don't include gimple-low.h...Andrew MacLeod2013-10-181-0/+1
* Introduce gcc::dump_manager classDavid Malcolm2013-10-141-15/+21
* tree-flow.h: Remove all remaining prototypes...Andrew MacLeod2013-10-091-0/+1
* basic-block.h (edge_list): Prefix member names with "m_".Richard Sandiford2013-09-301-3/+3
* alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford2013-09-281-26/+26
* tree-ssa.h: New.Andrew MacLeod2013-09-121-1/+1
* passes.c (register_pass): Add overload.Oleg Endo2013-08-291-0/+12
* dumpfile.c (dump_loc): Output column number.Teresa Johnson2013-08-291-0/+5
* Revert my last two changes, r201865 and r201864David Malcolm2013-08-201-139/+1
* Make opt_pass and gcc::pass_manager be GC-managedDavid Malcolm2013-08-201-1/+139
* cgraph.c (cgraph_get_body): New function based on lto.c implementation.Jan Hubicka2013-08-061-0/+1
* Rewrite how instances of passes are clonedDavid Malcolm2013-08-051-37/+55
* Automated conversion of passes to C++ classesDavid Malcolm2013-08-051-108/+211
* Zero-initialize pass_managerDavid Malcolm2013-08-051-0/+7
* Handwritten part of conversion of passes to C++ classesDavid Malcolm2013-08-051-21/+81
* Introduce gen-pass-instances.awk and pass-instances.defDavid Malcolm2013-07-311-2/+2
* Introduce beginnings of a pass_manager class.David Malcolm2013-07-301-32/+67
* passes.def: New.David Malcolm2013-07-181-377/+1
* passes.c (init_optimization_passes): Introduce macros for constructing the tr...David Malcolm2013-07-181-52/+56
* re PR middle-end/56977 (gcc -Og incorrectly warns about 'constant zero length...Richard Biener2013-06-251-4/+4
* c-common.c (handle_alias_ifunc_attribute): Do not set DECL_EXTERNAL for weakr...Jan Hubicka2013-06-111-2/+2
* re PR middle-end/57467 (FAIL: gfortran.dg/gomp/appendix-a/a.(22.1|22.6|33.1)....Jan Hubicka2013-06-011-1/+1
* lto-symtab.c (lto_symtab_merge_cgraph_nodes_1): Rename to ...Jan Hubicka2013-06-011-2/+5
* This patch re-enables -fdump-passes.Teresa Johnson2013-05-291-1/+1
* cgraph.h (symtab_node_base): Add definition, alias and analyzed flags...Jan Hubicka2013-05-291-3/+3
* * passes.c (init_optimization_passes): Move OMP expansion into lowering.Jan Hubicka2013-05-291-1/+1
* re PR tree-optimization/57380 (GCC 4.9.0 will not vectorize std::max and simi...Richard Biener2013-05-231-1/+1
* passes.c (init_optimization_passes): Move pass_parallelize_loops earlier...Richard Biener2013-05-161-1/+1
* tree-cfg.c (execute_build_cfg): Build the loop tree.Richard Biener2013-04-261-0/+1
* This patch is the main part of a consolodation of the hash_table patches to t...Lawrence Crowl2013-04-261-18/+23
* tree-pass.h (TODO_do_not_ggc_collect): New.Richard Biener2013-04-121-2/+5
* passes.c (execute_todo): Do not call ggc_collect conditional here.Richard Biener2013-04-101-6/+8
* tree-pass.h (PROP_gimple_lvec): New.Marc Glisse2013-03-211-1/+3
* re PR tree-optimization/56273 (Bogus -Warray-bounds warning)Richard Biener2013-03-191-1/+1
* tree-call-cdce.c (tree_call_cdce): Do not remove unused locals.Richard Biener2013-02-201-4/+1
* Update copyright years in gcc/Richard Sandiford2013-01-101-3/+1
* passes.c (pass_init_dump_file): Only open a clean graph dump file if the dump...Steven Bosscher2012-12-051-5/+18
* rtl.h (print_insn_with_notes): Remove prototype.Steven Bosscher2012-12-041-1/+1
* rtl.h (print_insn_with_notes): Prototype.Steven Bosscher2012-12-031-30/+14
* passes.c (init_optimization_passes): Add pass_asan and pass_tsan to -Og optim...Jakub Jelinek2012-11-271-0/+2
* invoke.texi: Remove -dv documentation.Steven Bosscher2012-11-261-21/+16
* builtins.def (DEF_SANITIZER_BUILTIN): Define tsan builtins.Dmitry Vyukov2012-11-221-0/+2
* Introduce vNULL to use as a nil initializer for vec<>.Diego Novillo2012-11-201-3/+3
* This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo2012-11-171-39/+26
* Allow asan at -O0Jakub Jelinek2012-11-121-0/+1