Age | Commit message (Collapse) | Author | Files | Lines |
|
ChangeLog:
* MAINTAINERS: Add myself to write after approval.
|
|
ChangeLog:
* MAINTAINERS: Add myself to write after approval.
|
|
ChangeLog:
* MAINTAINERS: Add myself to write after approval.
|
|
nios2 target support in GCC was deprecated in GCC 14 as the
architecture has been EOL'ed by the vendor. This patch removes the
entire port for GCC 15
There are still references to "nios2" in libffi and libgo. Since those
libraries are imported into the gcc sources from master copies maintained
by other projects, those will need to be addressed elsewhere.
ChangeLog:
* MAINTAINERS: Remove references to nios2.
* configure.ac: Likewise.
* configure: Regenerated.
config/ChangeLog:
* mt-nios2-elf: Deleted.
contrib/ChangeLog:
* config-list.mk: Remove references to Nios II.
gcc/ChangeLog:
* common/config/nios2/*: Delete entire directory.
* config/nios2/*: Delete entire directory.
* config.gcc: Remove references to nios2.
* configure.ac: Likewise.
* doc/extend.texi: Likewise.
* doc/install.texi: Likewise.
* doc/invoke.texi: Likewise.
* doc/md.texi: Likewise.
* regenerate-opt-urls.py: Likewise.
* config.in: Regenerated.
* configure: Regenerated.
gcc/testsuite/ChangeLog:
* g++.target/nios2/*: Delete entire directory.
* gcc.target/nios2/*: Delete entire directory.
* g++.dg/cpp0x/constexpr-rom.C: Remove refences to nios2.
* g++.old-deja/g++.jason/thunk3.C: Likewise.
* gcc.c-torture/execute/20101011-1.c: Likewise.
* gcc.c-torture/execute/pr47237.c: Likewise.
* gcc.dg/20020312-2.c: Likewise.
* gcc.dg/20021029-1.c: Likewise.
* gcc.dg/debug/btf/btf-datasec-1.c: Likewise.
* gcc.dg/ifcvt-4.c: Likewise.
* gcc.dg/stack-usage-1.c: Likewise.
* gcc.dg/struct-by-value-1.c: Likewise.
* gcc.dg/tree-ssa/reassoc-33.c: Likewise.
* gcc.dg/tree-ssa/reassoc-34.c: Likewise.
* gcc.dg/tree-ssa/reassoc-35.c: Likewise.
* gcc.dg/tree-ssa/reassoc-36.c: Likewise.
* lib/target-supports.exp: Likewise.
libgcc/ChangeLog:
* config/nios2/*: Delete entire directory.
* config.host: Remove refences to nios2.
* unwind-dw2-fde-dip.c: Likewise.
|
|
ChangeLog:
* MAINTAINERS: Add myself to write after approval.
|
|
ChangeLog:
* MAINTAINERS: Add myself to write after approval and DCO.
|
|
ChangeLog:
* MAINTAINERS (CPU Port Maintainers): Add myself as aarch64 ldp/stp
maintainer.
(Various Maintainers): Add myself as pair fusion maintainer.
|
|
ChangeLog:
* MAINTAINERS: Fix Write After Approval name order.
Signed-off-by: Filip Kastl <fkastl@suse.cz>
|
|
ChangeLog:
* MAINTAINERS (s390 port): Add myself.
|
|
ChangeLog:
* MAINTAINERS: Add myself to write after approval
Signed-off-by: Josef Melcr <melcrjos@fit.cvut.cz>
|
|
ChangeLog:
* MAINTAINERS: Add myself to write after approval.
|
|
ChangeLog:
* MAINTAINERS: Add myself to write after approval.
|
|
ChangeLog:
* MAINTAINERS: Add myself as MVE Reviewer for the AArch32 (arm)
port.
|
|
ChangeLog:
* MAINTAINERS: Move my entry in DCO list into alphabetical order.
|
|
ChangeLog:
* MAINTAINERS: Fix sort order and add username.
|
|
ChangeLog:
* MAINTAINERS: Add myself to write after approval.
|
|
ChangeLog:
* MAINTAINERS: Update email and add myself to DCO.
|
|
* MAINTAINERS: Update my email address and add myself to DCO.
|
|
* MAINTAINERS: Changing my email to gnu email.
|
|
ChangeLog:
* MAINTAINERS: Add myself.
|
|
ChangeLog:
* MAINTAINERS: Add myself.
|
|
* MAINTAINERS: Update my email address.
Signed-off-by: Matthew Malcomson <mmalcomson@nvidia.com>
|
|
As discussed in the thread starting at:
https://gcc.gnu.org/pipermail/gcc/2024-June/244199.html
it would be useful to have the @gcc.gnu.org bugzilla account names
in MAINTAINERS. This is because:
(a) Not every non-@gcc.gnu.org email listed in MAINTAINERS is registered
as a bugzilla user.
(b) Only @gcc.gnu.org accounts tend to have full rights to modify tickets.
(c) A maintainer's name and email address aren't always enough to guess
the bugzilla account name.
(d) The users list on bugzilla has many blank entries for "real name".
However, including @gcc.gnu.org to the account name might encourage
people to use it for ordinary email, rather than just for bugzilla.
This patch goes for the compromise of using the unqualified account
name, with some text near the top of the file to explain its usage.
There isn't room in the area maintainer sections for a new column,
so it seemed better to have the account name only in the Write
After Approval section. It's then necessary to list all maintainers
there, even if they have more specific roles as well.
Also, there were some entries that didn't line up with the
prevailing columns (they had one tab too many or one tab too few).
It seemed easier to check for and report this, and other things,
if the file used spaces rather than tabs.
There was one instance of an email address without the trailing ">".
The updates to check-MAINTAINERS.py includes a test for that.
The account names in the file were taken from a trawl of the
gcc-cvs archives, with a very small number of manual edits for
ambiguities. There are a handful of names that I couldn't find;
the new column has "-" for those. The names were then filtered
against the bugzilla @gcc.gnu.org user list, with those not
present again being blanked out with "-".
ChangeLog:
* MAINTAINERS: Replace tabs with spaces. Add a bugzilla account
name column to the Write After Approval section. Line up the
email column and fix an entry that was missing the trailing ">".
contrib/ChangeLog:
* check-MAINTAINERS.py (sort_by_surname): Replace with...
(get_surname): ...this.
(has_tab, is_empty): Delete.
(check_group): Take a list of column positions as argument.
Check that lines conform to these column numbers. Check that the
final column is an email in angle brackets. Record surnames on
the fly.
(top level): Reject tabs. Use paragraph counts to identify which
groups of lines should be checked. Report missing sections.
|
|
* MAINTAINERS: Update my email address.
Signed-off-by: Kugan Vivekanandarajah <kvivekananda@nvidia.com>
|
|
ChangeLog:
* MAINTAINERS: Fix order in Contributing under the DCO.
Signed-off-by: Filip Kastl <fkastl@suse.cz>
|
|
* MAINTAINERS: Update my email address and add myself to DCO.
Signed-off-by: Prathamesh Kulkarni <prathameshk@nvidia.com>
|
|
Update my email address.
ChangeLog:
* MAINTAINERS: Update claziss email address.
Signed-off-by: Claudiu Zissulescu <claziss@gmail.com>
|
|
Signed-off-by: Ramana Radhakrishnan <ramanara@nvidia.com>
* MAINTAINERS: Update my email address.
|
|
Pushing to trunk.
* MAINTAINERS (aarch64 port): Update my email address.
(DCO section): Likewise.
Signed-off-by: Kyrylo Tkachov <ktkachov@nvidia.com>
|
|
ChangeLog:
* MAINTAINERS: Add myself to Write After Approval and DCO.
Signed-off-by: Pengxuan Zheng <quic_pzheng@quicinc.com>
|
|
This is per his mail to gcc@gcc.gnu.org on 7 Jul 2023.
ChangeLog:
* MAINTAINERS: Move Joern Rennecke from arc and epiphany maintainer
to Write After Approval.
|
|
ChangeLog:
* MAINTAINERS: Add myself.
|
|
In the MAINTAINERS file, names and emails are separated by tabs. One of
the entries recently added used spaces. This patch corrects this.
The check-MAINTAINERS.py script breaks a bit when this happens. This
patch also adds warning about this situation into the script.
ChangeLog:
* MAINTAINERS: Use tabs between name and email.
contrib/ChangeLog:
* check-MAINTAINERS.py: Add warning about not using tabs.
Signed-off-by: Filip Kastl <fkastl@suse.cz>
|
|
ChangeLog:
* MAINTAINERS: Add myself.
|
|
ChangeLog:
* MAINTAINERS: Add myself to DCO.
Signed-off-by: H.J. Lu <hjl.tools@gmail.com>
|
|
ChangeLog:
* MAINTAINERS: Update my email address.
|
|
* MAINTAINERS: Update my email details, remove myself as arm
maintainer. Add myself to DCO section.
|
|
ChangeLog:
* MAINTAINERS: Fix order of names in Write After Aproval
Signed-off-by: Filip Kastl <fkastl@suse.cz>
|
|
ChangeLog:
* MAINTAINERS: Add myself
Signed-off-by: demin.han <demin.han@starfivetech.com>
|
|
ChangeLog:
* MAINTAINERS: Add myself.
Signed-off-by: Fangrui Song <maskray@gcc.gnu.org>
|
|
ChangeLog:
* MAINTAINERS: Add myself to write after approval and DCO.
Signed-off-by: Juergen Christ <jchrist@linux.ibm.com>
|
|
ChangeLog:
* MAINTAINERS: Add myself.
|
|
ChangeLog:
* MAINTAINERS: Add myself to write after approval and DCO.
Signed-off-by: Alexander Westbrooks <alexanderw@gcc.gnu.org>
|
|
* MAINTAINERS: Update my e-mail address.
|
|
ChangeLog/
* MAINTAINERS: Update my e-mail address.
|
|
* MAINTAINERS: Update my work email address.
|
|
* MAINTAINERS: Update my work email address.
|
|
* MAINTAINERS: Update my work email address.
|
|
ChangeLog:
* MAINTAINERS: Update my email address.
Signed-off-by: Tobias Burnus <tburnus@baylibre.com>
|
|
ChangeLog:
* MAINTAINERS: Update
Signed-off-by: Andrew Stubbs <ams@baylibre.com>
|