Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(1652)

Issue 20041: Initial implementation of GCC plugin support

Can't Edit
Can't Publish+Mail
Start Review
Created:
15 years, 2 months ago by lcwu17
Modified:
5 months, 3 weeks ago
Reviewers:
Base URL:
svn://gcc.gnu.org/svn/gcc/branches/plugins/
Visibility:
Public.

Description

This patch contains the basic/core GCC plugin support based on the APIs described in the following wiki page: http://gcc.gnu.org/wiki/GCC_PluginAPI

Patch Set 1 #

Patch Set 2 : Initial implementation for GCC plugin support. #

Patch Set 3 : Incorporated comments from Joseph, Basile, and Zbigniew #

Patch Set 4 : Incorporated comments from Diego #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1053 lines, -333 lines) Patch
A ChangeLog.plugins View 1 chunk +7 lines, -0 lines 0 comments Download
M Makefile.in View 2 chunks +4 lines, -0 lines 0 comments Download
M Makefile.tpl View 2 chunks +4 lines, -0 lines 0 comments Download
M configure View 23 chunks +61 lines, -39 lines 0 comments Download
M configure.ac View 1 chunk +32 lines, -0 lines 0 comments Download
A gcc/ChangeLog.plugins View 1 chunk +19 lines, -0 lines 0 comments Download
M gcc/Makefile.in View 1 2 3 7 chunks +11 lines, -4 lines 0 comments Download
M gcc/c-parser.c View 2 chunks +3 lines, -0 lines 0 comments Download
M gcc/common.opt View 1 chunk +8 lines, -0 lines 0 comments Download
M gcc/configure View 129 chunks +172 lines, -287 lines 0 comments Download
M gcc/configure.ac View 1 chunk +2 lines, -0 lines 0 comments Download
A gcc/cp/ChangeLog.plugins View 1 chunk +5 lines, -0 lines 0 comments Download
M gcc/cp/Make-lang.in View 2 chunks +2 lines, -2 lines 0 comments Download
M gcc/cp/decl.c View 2 chunks +3 lines, -0 lines 0 comments Download
M gcc/cp/parser.c View 2 chunks +3 lines, -0 lines 0 comments Download
A gcc/gcc-plugin.h View 1 2 3 1 chunk +91 lines, -0 lines 0 comments Download
M gcc/opts.c View 2 chunks +9 lines, -0 lines 0 comments Download
M gcc/passes.c View 1 chunk +1 line, -1 line 0 comments Download
A gcc/plugin.h View 1 chunk +34 lines, -0 lines 0 comments Download
A gcc/plugin.c View 1 2 3 1 chunk +571 lines, -0 lines 0 comments Download
M gcc/toplev.c View 4 chunks +8 lines, -0 lines 0 comments Download
M gcc/tree-pass.h View 1 2 1 chunk +3 lines, -0 lines 0 comments Download

Messages

Total messages: 1
lcwu17
15 years, 2 months ago (2009-02-20 18:27:07 UTC) #1

          
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b