summaryrefslogtreecommitdiff
path: root/gcc/function.c
Commit message (Expand)AuthorAgeFilesLines
* Reload global options when strict aliasing is dropped (PR ipa/79043).marxin2017-01-201-2/+2
* * function.c (assign_parm_setup_reg): Prevent sharing in another case.ebotcazou2016-06-221-2/+5
* PR c++/68983 (BE)jason2016-01-081-0/+4
* Update copyright years.jakub2016-01-041-1/+1
* Fix -Wmisleading-indentation warning in function.cdmalcolm2015-12-101-8/+8
* PR middle-end/68291ebotcazou2015-12-071-9/+10
* Empty the redirect_edge_var_map after each passalalaw012015-12-031-0/+2
* [PR67753] adjust for padding when bypassing memory in assign_parm_setup_blockaoliva2015-11-261-3/+41
* remove conditional compilation of sdb debug infotbsaunde2015-11-151-1/+1
* [PR67753] fix copy of PARALLEL entry_parm to CONCAT target_regaoliva2015-11-061-5/+34
* Pass manager: add support for termination of pass listmarxin2015-11-041-5/+0
* 2015-10-30 Andrew MacLeod <amacleod@redhat.com>amacleod2015-10-301-5/+0
* 2015-10-29 Andrew MacLeod <amacleod@redhat.com>amacleod2015-10-291-13/+11
* 2015-10-16 Christian Bruel <christian.bruel@st.com>chrbr2015-10-161-0/+3
* remove an unneeded as_a<rtx_insn *> ()tbsaunde2015-10-101-3/+3
* [PR67766] reorder handling of parallels, concats and promoted values in returnaoliva2015-10-091-12/+12
* remove many typedefstbsaunde2015-10-011-4/+2
* revert to assign_parms assignments using default defsaoliva/pr64164aoliva2015-09-271-311/+166
* shrink-wrap: Handle multiple predecessors of prologuesegher2015-09-221-1/+1
* Split up optabs.[hc]rsandifo2015-09-171-0/+1
* shrink-wrap: Fix up partitions (PR67587)segher2015-09-161-0/+4
* [PR64164] fix regressions reported on m68k and armebaoliva2015-08-191-11/+63
* remove useless typedefstbsaunde2015-08-191-4/+4
* [PR64164] Drop copyrename, use coalescible partition as base when optimizing.aoliva2015-08-141-60/+281
* PR middle-end/64744law2015-08-031-3/+3
* gcc/rsandifo2015-07-281-2/+0
* Revert:dje2015-07-251-225/+50
* [PR64164] Drop copyrename, use coalescible partition as base when optimizing.aoliva2015-07-231-50/+225
* 2015-07-10 Andrew MacLeod <amacleod@redhat.com>amacleod2015-07-101-0/+1
* 2015-07-08 Kito Cheng <kito.cheng@gmail.com>law2015-07-091-14/+6
* 2015-07-07 Andrew MacLeod <amacleod@redhat.com>amacleod2015-07-081-11/+4
* 2015-07-07 Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org>prathamesh34922015-07-071-0/+1
* gcc/rsandifo2015-07-051-7/+1
* gcc/rsandifo2015-07-051-9/+3
* gcc/rsandifo2015-06-301-14/+8
* Wunused-parameter warnings are given from cgraph::finalize_function,manu2015-06-291-14/+0
* PR c/66322mpolacek2015-06-291-1/+1
* gcc/rsandifo2015-06-251-13/+14
* gcc/rsandifo2015-06-251-1/+1
* gcc/rsandifo2015-06-251-1/+1
* 2015-06-25 Andrew MacLeod <amacleod@redhat.com>amacleod2015-06-251-43/+0
* gcc/ienkovich2015-06-181-16/+17
* 2015-06-17 Andrew MacLeod <amacleod@redhat.com>amacleod2015-06-171-1/+0
* Revert "[PR64164] Drop copyrename, use coalescible partition as base when opt...aoliva2015-06-101-181/+45
* [PR64164] Drop copyrename, use coalescible partition as base when optimizing.aoliva2015-06-091-45/+181
* 2015-06-08 Andrew MacLeod <amacleod@redhat.com>amacleod2015-06-081-5/+0
* gcc/rsandifo2015-06-061-22/+13
* 2015-06-04 Andrew MacLeod <amacleod@redhat.com>amacleod2015-06-041-5/+0
* Promote types of RTL expressions to more derived ones.miyuki2015-05-201-1/+1
* gcc/ienkovich2015-05-131-1/+1