Improve scheduler dumps of ready list
[gcc.git] / gcc / passes.c
2014-10-21 David MalcolmState cleanups from jit branch
2014-10-16 Andrew MacLeodfunction.h: Flatten file.
2014-08-25 Martin LiskaIPA C++ refactoring 4/N
2014-08-20 Jan Hubickacgraphunit.c (ipa_passes, compile): Reshedule symtab_re...
2014-08-01 Martin LiskaIPA ICF pass 1/N
2014-07-24 Martin LiskaIPA C++ refactoring 2/N
2014-07-24 Martin LiskaIPA C++ refactoring 1/N
2014-07-09 Trevor Saundersremove has_execute
2014-07-09 Trevor Saundersconvert some hash_table to hash_map
2014-06-24 Trevor SaundersRemove a layer of indirection from hash_table
2014-06-17 Xinliang David LiFix dot dump bug
2014-05-17 Trevor Saundersuse templates instead of gengtype for typed allocation...
2014-05-06 Richard Bienertree-pass.h (TODO_verify_ssa, [...]): Remove.
2014-05-05 Richard Bienerpasses.c (execute_function_todo): Don't reset TODO_veri...
2014-05-05 Richard Bienerpasses.c (execute_function_todo): Move TODO_verify_flow...
2014-04-30 Richard Bienerpasses.c (execute_function_todo): Move TODO_verify_stmt...
2014-04-29 Richard Bienerdominance.c (free_dominance_info): Add overload with...
2014-04-28 Richard Bienertree-pass.h (TODO_verify_il): Define.
2014-04-28 Richard Bienertree-pass.h (execute_pass_list): Adjust prototype.
2014-04-25 Richard Bienerre PR ipa/60911 (wrong code with -O2 -flto -fipa-pta)
2014-04-17 Trevor Saunderspass cfun to pass::execute
2014-04-17 Trevor Saunderspass current function to opt_pass::gate ()
2014-04-17 Trevor Saundersremove has_gate
2014-04-17 Trevor Saundersmerge register_dump_files_1 into register_dump_files...
2014-04-17 Trevor Saundersremove properties stuff from register_dump_files_1
2014-01-17 Jakub Jelinekre PR c++/57945 (ICE: in varpool_get_node, at cgraph...
2014-01-02 Richard SandifordUpdate copyright years in gcc/
2013-12-18 Aldy Hernandezpasses.c (execute_function_dump): Set graph_dump_initia...
2013-12-06 Oleg Endoasan.c: Remove struct tags when referring to class...
2013-12-06 Oleg Endocgraphunit.c: Remove struct tags when referring to...
2013-11-22 Andrew MacLeodgimple.h: Remove all includes.
2013-11-19 Diego NovilloFactor unrelated declarations out of tree.h.
2013-11-18 Bernd SchmidtRemove all_lto_gen_passes, replace with plain function...
2013-11-13 Jakub Jelinekpasses.c (execute_todo): Don't call do_per_function...
2013-10-29 David MalcolmAutogenerated fixes of "->symbol." to "->"
2013-10-23 Andrew MacLeodtree-ssa-loop.h: Remove include files.
2013-10-23 Andrew MacLeodtree-ssa.h: Remove all #include's
2013-10-18 Andrew MacLeodtree-ssa.h: Don't include gimple-low.h...
2013-10-14 David MalcolmIntroduce gcc::dump_manager class
2013-10-09 Andrew MacLeodtree-flow.h: Remove all remaining prototypes...
2013-09-30 Richard Sandifordbasic-block.h (edge_list): Prefix member names with...
2013-09-28 Richard Sandifordalloc-pool.c, [...]: Add missing whitespace before...
2013-09-12 Andrew MacLeodtree-ssa.h: New.
2013-08-29 Oleg Endopasses.c (register_pass): Add overload.
2013-08-29 Teresa Johnsondumpfile.c (dump_loc): Output column number.
2013-08-20 David MalcolmRevert my last two changes, r201865 and r201864
2013-08-20 David MalcolmMake opt_pass and gcc::pass_manager be GC-managed
2013-08-06 Jan Hubickacgraph.c (cgraph_get_body): New function based on lto...
2013-08-05 David MalcolmRewrite how instances of passes are cloned
2013-08-05 David MalcolmAutomated conversion of passes to C++ classes
2013-08-05 David MalcolmZero-initialize pass_manager
2013-08-05 David MalcolmHandwritten part of conversion of passes to C++ classes
2013-07-31 David MalcolmIntroduce gen-pass-instances.awk and pass-instances.def
2013-07-30 David MalcolmIntroduce beginnings of a pass_manager class.
2013-07-18 David Malcolmpasses.def: New.
2013-07-18 David Malcolmpasses.c (init_optimization_passes): Introduce macros...
2013-06-25 Richard Bienerre PR middle-end/56977 (gcc -Og incorrectly warns about...
2013-06-11 Jan Hubickac-common.c (handle_alias_ifunc_attribute): Do not set...
2013-06-01 Jan Hubickare PR middle-end/57467 (FAIL: gfortran.dg/gomp/appendix...
2013-06-01 Jan Hubickalto-symtab.c (lto_symtab_merge_cgraph_nodes_1): Rename...
2013-05-29 Teresa JohnsonThis patch re-enables -fdump-passes.
2013-05-29 Jan Hubickacgraph.h (symtab_node_base): Add definition, alias...
2013-05-29 Jan Hubicka* passes.c (init_optimization_passes): Move OMP expansi...
2013-05-23 Richard Bienerre PR tree-optimization/57380 (GCC 4.9.0 will not vecto...
2013-05-16 Richard Bienerpasses.c (init_optimization_passes): Move pass_parallel...
2013-04-26 Richard Bienertree-cfg.c (execute_build_cfg): Build the loop tree.
2013-04-26 Lawrence CrowlThis patch is the main part of a consolodation of the...
2013-04-12 Richard Bienertree-pass.h (TODO_do_not_ggc_collect): New.
2013-04-10 Richard Bienerpasses.c (execute_todo): Do not call ggc_collect condit...
2013-03-21 Marc Glissetree-pass.h (PROP_gimple_lvec): New.
2013-03-19 Richard Bienerre PR tree-optimization/56273 (Bogus -Warray-bounds...
2013-02-20 Richard Bienertree-call-cdce.c (tree_call_cdce): Do not remove unused...
2013-01-10 Richard SandifordUpdate copyright years in gcc/
2012-12-05 Steven Bosscherpasses.c (pass_init_dump_file): Only open a clean graph...
2012-12-04 Steven Bosscherrtl.h (print_insn_with_notes): Remove prototype.
2012-12-03 Steven Bosscherrtl.h (print_insn_with_notes): Prototype.
2012-11-27 Jakub Jelinekpasses.c (init_optimization_passes): Add pass_asan...
2012-11-26 Steven Bosscherinvoke.texi: Remove -dv documentation.
2012-11-22 Dmitry Vyukovbuiltins.def (DEF_SANITIZER_BUILTIN): Define tsan builtins.
2012-11-20 Diego NovilloIntroduce vNULL to use as a nil initializer for vec<>.
2012-11-18 Diego NovilloThis patch rewrites the old VEC macro-based interface...
2012-11-12 Jakub JelinekAllow asan at -O0
2012-11-12 Wei MiInitial import of asan from the Google branch
2012-11-01 Sharad Singhaiinvoke.texi: Update -fopt-info documentation.
2012-10-31 Lawrence CrowlThis patch implements generic type query and conversion...
2012-10-09 Steven Bosscher* basic-block. (profile_record): New struct, moved...
2012-10-07 Jan Hubickalto-cgraph.c (lto_symtab_encoder_new): New parameter...
2012-10-06 Jan HubickaFix previous commit once again :(
2012-10-06 Jan HubickaFix previous commit.
2012-10-06 Jan Hubickainvoke.texi (-fprofile-report): Document.
2012-10-01 Sharad Singhaiinvoke.texi: Add documentation for the new option.
2012-09-20 Martin Jamborfunction.c (push_cfun): Check old current_function_decl...
2012-09-19 Richard Guentherpasses.c (init_optimization_passes): For -Og move pass_...
2012-09-19 Richard Guentherre PR other/53316 (Introduce -Og)
2012-09-14 Richard Guentherre PR tree-optimization/54565 (pass_update_address_take...
2012-09-09 Jan Hubickapasses.c (ipa_write_summaries_1): Set state; do not...
2012-09-09 Jan HubickaReplace cgraph_node_set and varpool_node_set by symtab_...
2012-09-06 Richard Guentherpasses.c (execute_function_todo): Call compute_may_alia...
2012-08-13 Jan Hubickatree-pass.h (write_summary, [...]): Remove set and...
2012-08-10 Richard GuentherMakefile.in (OBJS): Remove matrix-reorg.o.
next