From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 87719 invoked by alias); 15 Jun 2018 18:22:52 -0000 Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org Received: (qmail 87708 invoked by uid 89); 15 Jun 2018 18:22:52 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.8 required=5.0 tests=AWL,BAYES_00,KAM_SHORT,SPF_HELO_PASS,SPF_PASS,TVD_RCVD_SPACE_BRACKET autolearn=ham version=3.3.2 spammy=searching, Plugin, H*f:sk:Eg7t-bC, H*i:sk:CAEx440 X-HELO: mutluit.com Received: from mutluit.com (HELO mutluit.com) (82.211.8.197) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 15 Jun 2018 18:22:50 +0000 Received: from [37.139.71.2] (ip4d16cd28.dynamic.kabel-deutschland.de [77.22.205.40]:35042) by mutluit.com (s2.mutluit.com [82.211.8.197]:50025) with ESMTP ([XMail 1.27 ESMTP Server]) id for from ; Fri, 15 Jun 2018 20:22:47 +0200 Subject: Re: Gcc Plugin Api To: Shubham Narlawar References: From: "U.Mutlu" Cc: gcc@gcc.gnu.org Message-ID: <5B2403F7.4040609@mutluit.com> Date: Fri, 15 Jun 2018 20:52:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:40.0) Gecko/20100101 Firefox/40.0 SeaMonkey/2.37a1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2018-06/txt/msg00184.txt.bz2 Shubham Narlawar wrote on 06/15/2018 08:01 PM: > Hello all, I have been figuring out to work on some project. So while > searching I found GCC Plugin API project quite interesting. > So, please can I get some more information and links about gcc Plugin API > project. > Can anyone help me please. Here's an interessting step-by-step sample plugin project in 3 parts: https://thinkingeek.com/2015/08/16/a-simple-plugin-for-gcc-part-1/ https://thinkingeek.com/2015/08/16/simple-plugin-gcc-part-2/ https://thinkingeek.com/2015/08/17/simple-plugin-gcc-part-3/ And of course the official docs: https://gcc.gnu.org/wiki/plugins https://gcc.gnu.org/onlinedocs/gccint/Plugins.html ...