This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
[PATCH, 0/6] Remove first_pass_instance
- From: Tom de Vries <Tom_deVries at mentor dot com>
- To: Richard Biener <richard dot guenther at gmail dot com>
- Cc: David Malcolm <dmalcolm at redhat dot com>, "gcc-patches at gnu dot org" <gcc-patches at gnu dot org>
- Date: Sun, 15 Nov 2015 11:55:38 +0100
- Subject: [PATCH, 0/6] Remove first_pass_instance
- Authentication-results: sourceware.org; auth=none
- References: <56447A09 dot 4070608 at mentor dot com> <CAFiYyc2KKjvDO1u5iWmgF7p+8niQq0ngHZUsbgQ8=zyOaFoEAg at mail dot gmail dot com> <564498CE dot 5010207 at mentor dot com> <CAFiYyc21qBe3aBSzs6H596-EkwooKEWpDstbZapxnhHM9sn=Pw at mail dot gmail dot com> <CAFiYyc1vpb_nU_ip9sk69P0P9r2rnBsOOWgJ-j-T9eMk5m3Xqw at mail dot gmail dot com> <1447342432 dot 7830 dot 21 dot camel at surprise> <CAFiYyc1dFYBK1SUSCgaRKFc1WL8jMpQkPuEpF6jNz=F8qDm=tQ at mail dot gmail dot com> <5645EC5A dot 9060005 at mentor dot com> <5646FC85 dot 2060802 at mentor dot com>
[ was: Re: [PATCH] Remove first_pass_instance from pass_vrp ]
This patch series removes first_pass_instance.
1 Remove first_pass_instance from pass_vrp
2 Remove first_pass_instance from pass_reassoc
3 Remove first_pass_instance from pass_dominator
4 Remove first_pass_instance from pass_object_sizes
5 Remove first_pass_instance from pass_ccp
6 Remove first_pass_instance
Bootstrapped and reg-tested on x86_64.
I will post the individual patches in reply to this email.
[ I won't post the first patch though. It was already posted here:
https://gcc.gnu.org/ml/gcc-patches/2015-11/msg01701.html . ]
Thanks,
- Tom