summaryrefslogtreecommitdiff
path: root/gcc/passes.c
Commit message (Expand)AuthorAgeFilesLines
* Move name_to_pass_map into class pass_managerdmalcolm2016-05-061-19/+15
* Only finalize dot files that have been initializedvries2016-04-171-6/+10
* Propagate dump flags in pass_manager::register_passvries2016-04-171-1/+5
* Add pass parameter to TERMINATE_PASS_LISTvries2016-04-171-5/+9
* Do not call todo_after for a discarded functionmarxin2016-03-311-17/+27
* Fix fdump-ipa-all-graphvries2016-03-151-7/+7
* Update copyright years.jakub2016-01-041-1/+1
* Empty the redirect_edge_var_map after each passalalaw012015-12-031-0/+2
* Remove first_pass_instancevries2015-11-161-4/+0
* Remove first_pass_instance from pass_vrpvries2015-11-161-0/+14
* Fix various memory leaksmarxin2015-11-111-5/+14
* Pass manager: add support for termination of pass listmarxin2015-11-041-4/+28
* 2015-10-30 Andrew MacLeod <amacleod@redhat.com>amacleod2015-10-301-26/+0
* 2015-10-29 Andrew MacLeod <amacleod@redhat.com>amacleod2015-10-291-14/+13
* 2015-10-28 Richard Biener <rguenther@suse.de>rguenth2015-10-281-1/+1
* [PATCH 7/9] ENABLE_CHECKING refactoring: middle-end, LTO FElaw2015-10-281-13/+7
* [PATCH] Call flush_ssaname_freelist more oftenlaw2015-10-231-8/+5
* 2015-10-16 Christian Bruel <christian.bruel@st.com>chrbr2015-10-161-0/+5
* [PATCH] Update SSA_NAME manager to use two listslaw2015-09-301-0/+9
* 2015-09-21 Richard Biener <rguenther@suse.de>rguenth2015-09-211-1/+2
* switch from gimple to gimple*tbsaunde2015-09-201-2/+2
* 2015-09-17 Richard Biener <rguenther@suse.de>rguenth2015-09-171-1/+11
* 2015-08-27 Richard Biener <rguenther@suse.de>rguenth2015-08-271-1/+4
* 2015-07-10 Andrew MacLeod <amacleod@redhat.com>amacleod2015-07-101-0/+1
* 2015-07-08 Richard Biener <rguenther@suse.de>rguenth2015-07-081-0/+1
* 2015-07-07 Andrew MacLeod <amacleod@redhat.com>amacleod2015-07-081-17/+6
* 2015-06-25 Andrew MacLeod <amacleod@redhat.com>amacleod2015-06-251-2/+0
* gcc/rsandifo2015-06-251-6/+2
* gcc/rsandifo2015-06-251-23/+1
* 2015-06-17 Andrew MacLeod <amacleod@redhat.com>amacleod2015-06-171-3/+0
* gcc:iains2015-06-131-1/+1
* * gcc-plugin.h: Move decls to plugin.h and include it.amacleod2015-06-091-0/+3
* 2015-06-08 Andrew MacLeod <amacleod@redhat.com>amacleod2015-06-081-6/+0
* Merge debug-early branch into mainline.aldyh2015-06-051-0/+50
* 2015-06-04 Andrew MacLeod <amacleod@redhat.com>amacleod2015-06-041-5/+0
* Fix fdump-passesvries2015-04-151-15/+2
* * ipa-cp.c (ipcp_driver): Relase prev_edge.hubicka2015-04-131-2/+3
* 2015-03-25 Richard Biener <rguenther@suse.de>rguenth2015-03-251-2/+4
* * passes.c (ipa_write_summaries_1): Call lto_output_init_mode_table.jakub2015-02-261-0/+2
* Always pass explicit location to fatal_error.jsm282015-01-301-4/+6
* 2015-10-15 Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org>prathamesh34922015-01-151-1/+10
* gcc/iverbin2015-01-141-2/+2
* 2015-01-09 Michael Collison <michael.collison@linaro.org>prathamesh34922015-01-091-4/+10
* Update copyright years.jakub2015-01-051-1/+1
* PR ipa/61324hubicka2014-12-111-1/+1
* gcc/iverbin2014-11-281-1/+1
* PR jit/63854: Fix memory leaks within context/pass_manager/dump_managerdmalcolm2014-11-191-1/+38
* gcc/ienkovich2014-11-181-1/+36
* * passes.c (execute_one_pass): Do not apply all transforms priorhubicka2014-11-161-30/+0
* [PATCH 2/7] OpenMP 4.0 offloading infrastructure: LTO streaming.kyukhin2014-11-131-4/+7