re PR target/69140 (stack alignment + O1 breaks with Microsoft ABI)
[gcc.git] / gcc / passes.c
2016-01-04 Jakub JelinekUpdate copyright years.
2015-12-03 Alan LawrenceEmpty the redirect_edge_var_map after each pass
2015-11-16 Tom de VriesRemove first_pass_instance
2015-11-16 Tom de VriesRemove first_pass_instance from pass_vrp
2015-11-11 Martin LiskaFix various memory leaks
2015-11-04 Martin LiskaPass manager: add support for termination of pass list
2015-10-30 Andrew MacLeodalias.c: Remove unused headers.
2015-10-29 Andrew MacLeodalias.c: Reorder #include statements and remove duplicates.
2015-10-28 Richard Bienercommon.opt (fchecking): New flag controlling flag_checking.
2015-10-28 Mikhail Maltsev[PATCH 7/9] ENABLE_CHECKING refactoring: middle-end...
2015-10-23 Jeff Law[PATCH] Call flush_ssaname_freelist more often
2015-10-16 Christian Bruelre PR target/67745 ([ARM] wrong alignments when __attri...
2015-09-30 Bernd Schmidt[PATCH] Update SSA_NAME manager to use two lists
2015-09-21 Richard Bienerpasses.c (rest_of_decl_compilation): Do not call dwarf2...
2015-09-20 Trevor Saundersswitch from gimple to gimple*
2015-09-17 Richard Bienerpasses.c (rest_of_decl_compilation): Always call early_...
2015-08-27 Richard Bienerpasses.c (rest_of_decl_compilation): Guard early_global...
2015-07-10 Andrew MacLeodgimple-predict.h: New file.
2015-07-08 Richard Bienerre PR tree-optimization/66794 (ICE at -O2 and -O3 on...
2015-07-08 Andrew MacLeodtree-core.h: Include symtab.h.
2015-06-25 Andrew MacLeodfunction.h (ipa_opt_pass, [...]): Move forward declarat...
2015-06-25 Richard Sandifordhash-map-traits.h (simple_hashmap_traits::key_type...
2015-06-25 Richard Sandifordhash-traits.h (string_hash, [...]): New classes.
2015-06-17 Andrew MacLeodcoretypes.h: Include input.h and as-a.h.
2015-06-13 Iain Sandoere PR bootstrap/66448 (Bootstrap fails on darwin after...
2015-06-09 Andrew MacLeodgcc-plugin.h: Move decls to plugin.h and include it.
2015-06-08 Andrew MacLeodcoretypes.h: Include hash-table.h and hash-set.h for...
2015-06-05 Aldy HernandezMerge debug-early branch into mainline.
2015-06-04 Andrew MacLeodcoretypes.h: Include machmode.h...
2015-04-15 Tom de VriesFix fdump-passes
2015-04-13 Jan Hubickaipa-cp.c (ipcp_driver): Relase prev_edge.
2015-03-25 Richard Bienerpasses.c (pass_manager::execute_early_local_passes...
2015-02-26 Jakub Jelinekpasses.c (ipa_write_summaries_1): Call lto_output_init_...
2015-01-30 Joseph MyersAlways pass explicit location to fatal_error.
2015-01-15 Prathamesh Kulkarnidojump.h: New header file.
2015-01-14 Ilya Verbincgraphunit.c (ipa_passes): Remove argument from ipa_wri...
2015-01-09 Michael Collisongenattrtab.c (write_header): Include hash-set.h...
2015-01-05 Jakub JelinekUpdate copyright years.
2014-12-11 Jan Hubickare PR ipa/61324 (ICE: SIGSEGV at ipa-comdats.c:321...
2014-11-28 Ilya Verbincgraphunit.c (ipa_passes): Handle flag_generate_offload.
2014-11-19 David MalcolmPR jit/63854: Fix memory leaks within context/pass_mana...
2014-11-18 Ilya Enkovichpasses.c (remove_cgraph_node_from_order): New.
2014-11-16 Jan Hubickapasses.c (execute_one_pass): Do not apply all transform...
2014-11-13 Ilya Verbin[PATCH 2/7] OpenMP 4.0 offloading infrastructure: LTO...
2014-11-05 Ilya Enkovichipa-chkp.c: New.
2014-11-05 Bernd SchmidtReorganize post-ra pipeline for targets without registe...
2014-10-28 Andrew MacLeodcgraph.h: Flatten.
2014-10-27 Andrew MacLeodggcplug.c: Shuffle includes to include gcc-plugin.h...
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
next