aboutsummaryrefslogtreecommitdiff
path: root/MAINTAINERS
AgeCommit message (Collapse)Author
2019-11-20Remove my name from AArch64 port maintainersJames Greenhalgh
* MAINTAINERS (aarch64 port): Remove my name, move to... (Write After Approval): ...Here. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@278486 138bc75d-0d04-0410-961f-82ee72b054a4
2019-11-15ChangeLog:Kelvin Nilsen
2019-11-15 Kelvin Nilsen <kelvin@gcc.gnu.org> * MAINTAINERS: Change my email address as maintainer. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@278309 138bc75d-0d04-0410-961f-82ee72b054a4
2019-10-08Remove Cell Broadband Engine SPU targetsThomas Schwinge
Follow-up to trunk 275343: * MAINTAINERS: Add back Trevor Smigiel; move into Write After Approval section. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@276692 138bc75d-0d04-0410-961f-82ee72b054a4
2019-10-01Add myself to MAINTAINERS fileFrederik Harwath
2019-10-01 Frederik Harwath <frederik@codesourcery.com> * MAINTAINERS: Add myself to Write After Approval git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@276396 138bc75d-0d04-0410-961f-82ee72b054a4
2019-09-26Add myself as an aarch64 maintainerRichard Sandiford
2019-09-26 Richard Sandiford <richard.sandiford@arm.com> * MAINTAINERS: Add myself as an aarch64 maintainer. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@276149 138bc75d-0d04-0410-961f-82ee72b054a4
2019-09-26Add myself as aarch64 port maintainerKyrylo Tkachov
* MAINTAINERS: Add myself as aarch64 maintainer. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@276142 138bc75d-0d04-0410-961f-82ee72b054a4
2019-09-13[PATCH][GCC] Update my email addressSam Tebbs
gcc/ChangeLog 2019-09-13 Sam Tebbs <sam.tebbs@arm.com> * MAINTAINERS (Sam Tebbs): Update email address. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@275697 138bc75d-0d04-0410-961f-82ee72b054a4
2019-09-11Update my email addressTobias Burnus
2019-09-10 Tobias Burnus <tobias@codesourcery.com> * MAINTAINERS: Update my email address. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@275631 138bc75d-0d04-0410-961f-82ee72b054a4
2019-09-09GCC port for eBPFJose E. Marchesi
This patch series introduces a port of GCC to eBPF, which is a virtual machine that resides in the Linux kernel. Initially intended for user-level packet capture and filtering, eBPF is nowadays generalized to serve as a general-purpose infrastructure also for non-networking purposes. The binutils support is already upstream. See https://sourceware.org/ml/binutils/2019-05/msg00306.html. ChangeLog: * MAINTAINERS: Add myself as the maintainer of the eBPF port. Remove myself from Write After Approval section. * configure.ac: Support for bpf-*-* targets. * configure: Regenerate. contrib/ChangeLog: * config-list.mk (LIST): Disable go in bpf-*-* targets. gcc/ChangeLog: * doc/invoke.texi (Option Summary): Cover eBPF. (eBPF Options): New section. * doc/extend.texi (BPF Built-in Functions): Likewise. (BPF Kernel Helpers): Likewise. * config.gcc: Support for bpf-*-* targets. * common/config/bpf/bpf-common.c: New file. * config/bpf/t-bpf: Likewise. * config/bpf/predicates.md: Likewise. * config/bpf/constraints.md: Likewise. * config/bpf/bpf.opt: Likewise. * config/bpf/bpf.md: Likewise. * config/bpf/bpf.h: Likewise. * config/bpf/bpf.c: Likewise. * config/bpf/bpf-protos.h: Likewise. * config/bpf/bpf-opts.h: Likewise. * config/bpf/bpf-helpers.h: Likewise. * config/bpf/bpf-helpers.def: Likewise. gcc/testsuite/ChangeLog: * gcc.dg/builtins-config.h: eBPF doesn't support C99 standard functions. * gcc.c-torture/compile/20101217-1.c: Add a function prototype for printf. * gcc.c-torture/compile/20000211-1.c: Skip if target bpf-*-*. * gcc.c-torture/compile/poor.c: Likewise. * gcc.c-torture/compile/pr25311.c: Likewise. * gcc.c-torture/compile/pr39928-1.c: Likewise. * gcc.c-torture/compile/pr70061.c: Likewise. * gcc.c-torture/compile/920501-7.c: Likewise. * gcc.c-torture/compile/20000403-1.c: Likewise. * gcc.c-torture/compile/20001226-1.c: Likewise. * gcc.c-torture/compile/20030903-1.c: Likewise. * gcc.c-torture/compile/20031125-1.c: Likewise. * gcc.c-torture/compile/20040101-1.c: Likewise. * gcc.c-torture/compile/20040317-2.c: Likewise. * gcc.c-torture/compile/20040726-1.c: Likewise. * gcc.c-torture/compile/20051216-1.c: Likewise. * gcc.c-torture/compile/900313-1.c: Likewise. * gcc.c-torture/compile/920625-1.c: Likewise. * gcc.c-torture/compile/930421-1.c: Likewise. * gcc.c-torture/compile/930623-1.c: Likewise. * gcc.c-torture/compile/961004-1.c: Likewise. * gcc.c-torture/compile/980504-1.c: Likewise. * gcc.c-torture/compile/980816-1.c: Likewise. * gcc.c-torture/compile/990625-1.c: Likewise. * gcc.c-torture/compile/DFcmp.c: Likewise. * gcc.c-torture/compile/HIcmp.c: Likewise. * gcc.c-torture/compile/HIset.c: Likewise. * gcc.c-torture/compile/QIcmp.c: Likewise. * gcc.c-torture/compile/QIset.c: Likewise. * gcc.c-torture/compile/SFset.c: Likewise. * gcc.c-torture/compile/SIcmp.c: Likewise. * gcc.c-torture/compile/SIset.c: Likewise. * gcc.c-torture/compile/UHIcmp.c: Likewise. * gcc.c-torture/compile/UQIcmp.c: Likewise. * gcc.c-torture/compile/USIcmp.c: Likewise. * gcc.c-torture/compile/consec.c: Likewise. * gcc.c-torture/compile/limits-fndefn.c: Likewise. * gcc.c-torture/compile/lll.c: Likewise. * gcc.c-torture/compile/parms.c: Likewise. * gcc.c-torture/compile/pass.c: Likewise. * gcc.c-torture/compile/pp.c: Likewise. * gcc.c-torture/compile/pr32399.c: Likewise. * gcc.c-torture/compile/pr34091.c: Likewise. * gcc.c-torture/compile/pr34688.c: Likewise. * gcc.c-torture/compile/pr37258.c: Likewise. * gcc.c-torture/compile/pr37327.c: Likewise. * gcc.c-torture/compile/pr37381.c: Likewise. * gcc.c-torture/compile/pr37669-2.c: Likewise. * gcc.c-torture/compile/pr37669.c: Likewise. * gcc.c-torture/compile/pr37742-3.c: Likewise. * gcc.c-torture/compile/pr44063.c: Likewise. * gcc.c-torture/compile/pr48596.c: Likewise. * gcc.c-torture/compile/pr51856.c: Likewise. * gcc.c-torture/compile/pr54428.c: Likewise. * gcc.c-torture/compile/pr54713-1.c: Likewise. * gcc.c-torture/compile/pr54713-2.c: Likewise. * gcc.c-torture/compile/pr54713-3.c: Likewise. * gcc.c-torture/compile/pr55921.c: Likewise. * gcc.c-torture/compile/pr70240.c: Likewise. * gcc.c-torture/compile/pr70355.c: Likewise. * gcc.c-torture/compile/pr82052.c: Likewise. * gcc.c-torture/compile/pr83487.c: Likewise. * gcc.c-torture/compile/pr86122.c: Likewise. * gcc.c-torture/compile/pret-arg.c: Likewise. * gcc.c-torture/compile/regs-arg-size.c: Likewise. * gcc.c-torture/compile/structret.c: Likewise. * gcc.c-torture/compile/uuarg.c: Likewise. * gcc.dg/20001009-1.c: Likewise. * gcc.dg/20020418-1.c: Likewise. * gcc.dg/20020426-2.c: Likewise. * gcc.dg/20020430-1.c: Likewise. * gcc.dg/20040306-1.c: Likewise. * gcc.dg/20040622-2.c: Likewise. * gcc.dg/20050603-2.c: Likewise. * gcc.dg/20050629-1.c: Likewise. * gcc.dg/20061026.c: Likewise. * gcc.dg/Warray-bounds-3.c: Likewise. * gcc.dg/Warray-bounds-30.c: Likewise. * gcc.dg/Wframe-larger-than-2.c: Likewise. * gcc.dg/Wframe-larger-than.c: Likewise. * gcc.dg/Wrestrict-11.c: Likewise. * gcc.c-torture/compile/20000804-1.c: Likewise. * lib/target-supports.exp (check_effective_target_trampolines): Adapt to eBPF. (check_effective_target_indirect_jumps): Likewise. (check_effective_target_nonlocal_goto): Likewise. (check_effective_target_global_constructor): Likewise. (check_effective_target_return_address): Likewise. * gcc.target/bpf/bpf.exp: New file. * gcc.target/bpf/builtin-load.c: Likewise. * cc.target/bpf/constant-calls.c: Likewise. * gcc.target/bpf/diag-funargs.c: Likewise. * gcc.target/bpf/diag-funargs-2.c: Likewise. * gcc.target/bpf/diag-funargs-3.c: Likewise. * gcc.target/bpf/diag-indcalls.c: Likewise. * gcc.target/bpf/helper-bind.c: Likewise. * gcc.target/bpf/helper-bpf-redirect.c: Likewise. * gcc.target/bpf/helper-clone-redirect.c: Likewise. * gcc.target/bpf/helper-csum-diff.c: Likewise. * gcc.target/bpf/helper-csum-update.c: Likewise. * gcc.target/bpf/helper-current-task-under-cgroup.c: Likewise. * gcc.target/bpf/helper-fib-lookup.c: Likewise. * gcc.target/bpf/helper-get-cgroup-classid.c: Likewise. * gcc.target/bpf/helper-get-current-cgroup-id.c: Likewise. * gcc.target/bpf/helper-get-current-comm.c: Likewise. * gcc.target/bpf/helper-get-current-pid-tgid.c: Likewise. * gcc.target/bpf/helper-get-current-task.c: Likewise. * gcc.target/bpf/helper-get-current-uid-gid.c: Likewise. * gcc.target/bpf/helper-get-hash-recalc.c: Likewise. * gcc.target/bpf/helper-get-listener-sock.c: Likewise. * gcc.target/bpf/helper-get-local-storage.c: Likewise. * gcc.target/bpf/helper-get-numa-node-id.c: Likewise. * gcc.target/bpf/helper-get-prandom-u32.c: Likewise. * gcc.target/bpf/helper-get-route-realm.c: Likewise. * gcc.target/bpf/helper-get-smp-processor-id.c: Likewise. * gcc.target/bpf/helper-get-socket-cookie.c: Likewise. * gcc.target/bpf/helper-get-socket-uid.c: Likewise. * gcc.target/bpf/helper-getsockopt.c: Likewise. * gcc.target/bpf/helper-get-stack.c: Likewise. * gcc.target/bpf/helper-get-stackid.c: Likewise. * gcc.target/bpf/helper-ktime-get-ns.c: Likewise. * gcc.target/bpf/helper-l3-csum-replace.c: Likewise. * gcc.target/bpf/helper-l4-csum-replace.c: Likewise. * gcc.target/bpf/helper-lwt-push-encap.c: Likewise. * gcc.target/bpf/helper-lwt-seg6-action.c: Likewise. * gcc.target/bpf/helper-lwt-seg6-adjust-srh.c: Likewise. * gcc.target/bpf/helper-lwt-seg6-store-bytes.c: Likewise. * gcc.target/bpf/helper-map-delete-elem.c: Likewise. * gcc.target/bpf/helper-map-lookup-elem.c: Likewise. * gcc.target/bpf/helper-map-peek-elem.c: Likewise. * gcc.target/bpf/helper-map-pop-elem.c: Likewise. * gcc.target/bpf/helper-map-push-elem.c: Likewise. * gcc.target/bpf/helper-map-update-elem.c: Likewise. * gcc.target/bpf/helper-msg-apply-bytes.c: Likewise. * gcc.target/bpf/helper-msg-cork-bytes.c: Likewise. * gcc.target/bpf/helper-msg-pop-data.c: Likewise. * gcc.target/bpf/helper-msg-pull-data.c: Likewise. * gcc.target/bpf/helper-msg-push-data.c: Likewise. * gcc.target/bpf/helper-msg-redirect-hash.c: Likewise. * gcc.target/bpf/helper-msg-redirect-map.c: Likewise. * gcc.target/bpf/helper-override-return.c: Likewise. * gcc.target/bpf/helper-perf-event-output.c: Likewise. * gcc.target/bpf/helper-perf-event-read.c: Likewise. * gcc.target/bpf/helper-perf-event-read-value.c: Likewise. * gcc.target/bpf/helper-perf-prog-read-value.c: Likewise. * gcc.target/bpf/helper-probe-read.c: Likewise. * gcc.target/bpf/helper-probe-read-str.c: Likewise. * gcc.target/bpf/helper-probe-write-user.c: Likewise. * gcc.target/bpf/helper-rc-keydown.c: Likewise. * gcc.target/bpf/helper-rc-pointer-rel.c: Likewise. * gcc.target/bpf/helper-rc-repeat.c: Likewise. * gcc.target/bpf/helper-redirect-map.c: Likewise. * gcc.target/bpf/helper-set-hash.c: Likewise. * gcc.target/bpf/helper-set-hash-invalid.c: Likewise. * gcc.target/bpf/helper-setsockopt.c: Likewise. * gcc.target/bpf/helper-skb-adjust-room.c: Likewise. * gcc.target/bpf/helper-skb-cgroup-id.c: Likewise. * gcc.target/bpf/helper-skb-change-head.c: Likewise. * gcc.target/bpf/helper-skb-change-proto.c: Likewise. * gcc.target/bpf/helper-skb-change-tail.c: Likewise. * gcc.target/bpf/helper-skb-change-type.c: Likewise. * gcc.target/bpf/helper-skb-ecn-set-ce.c: Likewise. * gcc.target/bpf/helper-skb-get-tunnel-key.c: Likewise. * gcc.target/bpf/helper-skb-get-tunnel-opt.c: Likewise. * gcc.target/bpf/helper-skb-get-xfrm-state.c: Likewise. * gcc.target/bpf/helper-skb-load-bytes.c: Likewise. * gcc.target/bpf/helper-skb-load-bytes-relative.c: Likewise. * gcc.target/bpf/helper-skb-pull-data.c: Likewise. * gcc.target/bpf/helper-skb-set-tunnel-key.c: Likewise. * gcc.target/bpf/helper-skb-set-tunnel-opt.c: Likewise. * gcc.target/bpf/helper-skb-store-bytes.c: Likewise. * gcc.target/bpf/helper-skb-under-cgroup.c: Likewise. * gcc.target/bpf/helper-skb-vlan-pop.c: Likewise. * gcc.target/bpf/helper-skb-vlan-push.c: Likewise. * gcc.target/bpf/helper-skc-lookup-tcp.c: Likewise. * gcc.target/bpf/helper-sk-fullsock.c: Likewise. * gcc.target/bpf/helper-sk-lookup-tcp.c: Likewise. * gcc.target/bpf/helper-sk-lookup-upd.c: Likewise. * gcc.target/bpf/helper-sk-redirect-hash.c: Likewise. * gcc.target/bpf/helper-sk-redirect-map.c: Likewise. * gcc.target/bpf/helper-sk-release.c: Likewise. * gcc.target/bpf/helper-sk-select-reuseport.c: Likewise. * gcc.target/bpf/helper-sk-storage-delete.c: Likewise. * gcc.target/bpf/helper-sk-storage-get.c: Likewise. * gcc.target/bpf/helper-sock-hash-update.c: Likewise. * gcc.target/bpf/helper-sock-map-update.c: Likewise. * gcc.target/bpf/helper-sock-ops-cb-flags-set.c: Likewise. * gcc.target/bpf/helper-spin-lock.c: Likewise. * gcc.target/bpf/helper-spin-unlock.c: Likewise. * gcc.target/bpf/helper-strtol.c: Likewise. * gcc.target/bpf/helper-strtoul.c: Likewise. * gcc.target/bpf/helper-sysctl-get-current-value.c: Likewise. * gcc.target/bpf/helper-sysctl-get-name.c: Likewise. * gcc.target/bpf/helper-sysctl-get-new-value.c: Likewise. * gcc.target/bpf/helper-sysctl-set-new-value.c: Likewise. * gcc.target/bpf/helper-tail-call.c: Likewise. * gcc.target/bpf/helper-tcp-check-syncookie.c: Likewise. * gcc.target/bpf/helper-tcp-sock.c: Likewise. * gcc.target/bpf/helper-trace-printk.c: Likewise. * gcc.target/bpf/helper-xdp-adjust-head.c: Likewise. * gcc.target/bpf/helper-xdp-adjust-meta.c: Likewise. * gcc.target/bpf/helper-xdp-adjust-tail.c: Likewise. * gcc.target/bpf/skb-ancestor-cgroup-id.c: Likewise. * gcc.target/bpf/sync-fetch-and-add.c: Likewise. libgcc/ChangeLog: * config.host: Set cpu_type for bpf-*-* targets. * config/bpf/t-bpf: Likewise. * config/bpf/crtn.S: Likewise. * config/bpf/crti.S: New file. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@275506 138bc75d-0d04-0410-961f-82ee72b054a4
2019-09-03Remove Cell Broadband Engine SPU targetsUlrich Weigand
git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@275343 138bc75d-0d04-0410-961f-82ee72b054a4
2019-08-16address changeAlexandre Oliva
Oops, I forgot to update the MAINTAINERS file a couple of months ago, when the address there stopped working. Honestly, I haven't really had much involvement with the frv, mn10300 or sh ports for almost 15 years, so I wouldn't mind if someone else stepped up and took over, but until someone does, I don't mind reviewing the occasional patch, so it's best if it can reach me ;-) for ChangeLog * MAINTAINERS: aoliva from @redhat.com to @gcc.gnu.org. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@274556 138bc75d-0d04-0410-961f-82ee72b054a4
2019-08-13Add my name to MAINTAINERS.Mark Eggleston
git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@274380 138bc75d-0d04-0410-961f-82ee72b054a4
2019-07-082019-07-08 Kito Cheng <kito.cheng@sifive.com>Kito Cheng
* MAINTAINERS (Write After Approval): Remove myself, already listed in RISC-V port maitainer. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@273235 138bc75d-0d04-0410-961f-82ee72b054a4
2019-07-082019-07-08 Kito Cheng <kito.cheng@sifive.com>Kito Cheng
* MAINTAINERS (Write After Approval): Fix the list sorted by surname. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@273227 138bc75d-0d04-0410-961f-82ee72b054a4
2019-07-08Add myself to MAINTAINERS (Write After Approval)Kito Cheng
git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@273195 138bc75d-0d04-0410-961f-82ee72b054a4
2019-07-03Add myself to MAINTAINERSAndrea Corallo
2019-07-02 Andrea Corallo <andrea.corallo@arm.com> * MAINTAINERS (Write After Approval): Add myself. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@272997 138bc75d-0d04-0410-961f-82ee72b054a4
2019-06-12Add myself to MAINTAINERSDimitar Dimitrov
2019-06-12 Dimitar Dimitrov <dimitar@dinux.eu> * MAINTAINERS (Write After Approval): Add myself. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@272215 138bc75d-0d04-0410-961f-82ee72b054a4
2019-06-11* MAINTAINERS (Write After Approval): Add myself.Matthew Beliveau
git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@272168 138bc75d-0d04-0410-961f-82ee72b054a4
2019-05-20Add myself to MAINTAINERSVladislav Ivanishin
2019-05-20 Vladislav Ivanishin <vlad@ispras.ru> * MAINTAINERS (Write After Approval): Add myself. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@271425 138bc75d-0d04-0410-961f-82ee72b054a4
2019-05-19 * MAINTAINERS: Update my email address.Peter Bergner
git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@271382 138bc75d-0d04-0410-961f-82ee72b054a4
2019-05-17Add myself to MAINTAINERSThomas Rodgers
git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@271339 138bc75d-0d04-0410-961f-82ee72b054a4
2019-05-16Add myself to MAINTAINERS.Jun Ma
2019-05-16 Jun Ma <junma@linux.alibaba.com> * MAINTAINERS (Write After Approval): Add myself. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@271277 138bc75d-0d04-0410-961f-82ee72b054a4
2019-05-07Resign as IA-64 maintainer.Jim Wilson
* MAINTAINERS: Remove myself as IA-64 maintainer. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@270977 138bc75d-0d04-0410-961f-82ee72b054a4
2019-05-04Add myself to MAINTAINERS.Roland Illig
2019-05-04 Roland Illig <roland.illig@gmx.de> * MAINTAINERS (Write After Approval): Add myself. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@270869 138bc75d-0d04-0410-961f-82ee72b054a4
2019-04-22Add myself to MAINTAINERSRoman Zhuykov
2019-04-22 Roman Zhuykov <zhroma@ispras.ru> * MAINTAINERS (Various Maintainers): Remove Ayal Zaks and add myself as modulo-scheduler maintainer. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@270492 138bc75d-0d04-0410-961f-82ee72b054a4
2019-04-21MAINTAINERS - add iains as darwin co-maintainer.Iain Sandoe
2019-04-21 Iain Sandoe <iain@sandoe.co.uk> * MAINTAINERS: Add myself as co-maintainer for Darwin. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@270481 138bc75d-0d04-0410-961f-82ee72b054a4
2019-04-18MAINTAINERS: Update email addressIain Sandoe
2019-04-18 Iain Sandoe <iain@sandoe.co.uk> * MAINTAINERS: Update my email address. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@270436 138bc75d-0d04-0410-961f-82ee72b054a4
2019-03-28 * MAINTAINERS (Various Maintainers): Remove myself from dfp.c andBen Elliston
related, and libdecnumber. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@269984 138bc75d-0d04-0410-961f-82ee72b054a4
2019-03-15add myself as selective scheduling reviewerAlexander Monakov
* MAINTAINERS (Reviewers): Add myself as selective scheduling reviewer. (Write After Approval): Remove myself. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@269712 138bc75d-0d04-0410-961f-82ee72b054a4
2019-02-27Add myself to write after approval.Alejandro Martinez
git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@269247 138bc75d-0d04-0410-961f-82ee72b054a4
2019-02-11Add AMD GCN maintainersAndrew Stubbs
2019-02-11 Andrew Stubbs <ams@codesourcery.com> * MAINTAINERS (amdgcn port): Add myself and Julian Brown. (Write After Approval): Remove myself and Julian. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@268767 138bc75d-0d04-0410-961f-82ee72b054a4
2019-01-26Add myself to MAINTAINERSHarald Anlauf
git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@268300 138bc75d-0d04-0410-961f-82ee72b054a4
2019-01-25Add myself to MAINTAINERSKwok Cheung Yeung
2019-01-25 Kwok Cheung Yeung <kcy@codesourcery.com> * MAINTAINERS (Write After Approval): Add myself. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@268276 138bc75d-0d04-0410-961f-82ee72b054a4
2019-01-24fix tab alignment issue.Xiong Hu Luo
ChangeLog 2019-01-24 Xiong Hu Luo <luoxhu@linux.vnet.ibm.com> * ChangeLog: replace space with tab. * MAINTAINERS: delete 1 tab to keep alignment. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@268228 138bc75d-0d04-0410-961f-82ee72b054a4
2019-01-22MAINTAINERS: add myself.Jiufu Guo
ChangLog: 2019-01-21 Jiufu Guo <guojiufu@linux.ibm.com> * MAINTAINERS (Write After Approval): Add myself. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@268136 138bc75d-0d04-0410-961f-82ee72b054a4
2019-01-18Add self to MAINTAINERSLi Jia He
2019-01-18 Li Jia He <helijia@gcc.gnu.org> * MAINTAINERS (Write After Approval): Add myself. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@268059 138bc75d-0d04-0410-961f-82ee72b054a4
2019-01-16Add self to maintainers list.Kewen Lin
2019-01-16 Kewen Lin <linkw@gcc.gnu.org> * MAINTAINERS (Write After Approval): Add myself. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@267965 138bc75d-0d04-0410-961f-82ee72b054a4
2019-01-16Add myselfXiong Hu Luo
git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@267962 138bc75d-0d04-0410-961f-82ee72b054a4
2018-12-21Update maintainer email addressThomas Preud'homme
2018-12-21 Thomas Preud'homme <thomas.preudhomme@linaro.org> * MAINTAINERS (Write After Approval): Update my maintainer address. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@267330 138bc75d-0d04-0410-961f-82ee72b054a4
2018-12-21 * MAINTAINERS (Write After Approval): Add myself.Gergö Barany
git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@267329 138bc75d-0d04-0410-961f-82ee72b054a4
2018-11-28Changed email ID to existing one.Sameera Deshpande
git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@266563 138bc75d-0d04-0410-961f-82ee72b054a4
2018-11-28Add myself to MAINTAINERSJohannes Pfau
2018-11-28 Johannes Pfau <johannespfau@gmail.com> * MAINTAINERS (Write After Approval): Add myself. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@266544 138bc75d-0d04-0410-961f-82ee72b054a4
2018-11-09MAINTAINERS: add myself as or1k maintainerStafford Horne
ChangeLog: yyyy-mm-dd Stafford Horne <shorne@gmail.com> * MAINTAINERS (CPU Port Maintainers): Add myself for or1k. (Write After Approval): Remove myself. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@265996 138bc75d-0d04-0410-961f-82ee72b054a4
2018-11-042018-11-04 Stafford Horne <shorne@gmail.com>Stafford Horne
* MAINTAINERS (Write After Approval): Add myself. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@265774 138bc75d-0d04-0410-961f-82ee72b054a4
2018-10-31Add myself to MAINTAINERSMichael Ploujnikov
ChangeLog: 2018-10-31 Michael Ploujnikov <michael.ploujnikov@oracle.com> * MAINTAINERS (Write After Approval): Add myself. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@265691 138bc75d-0d04-0410-961f-82ee72b054a4
2018-10-24Add myself to MAINTAINERSIlya Leoshkevich
ChangeLog: 2018-10-24 Ilya Leoshkevich <iii@linux.ibm.com> * MAINTAINERS (Write After Approval): Add myself. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@265459 138bc75d-0d04-0410-961f-82ee72b054a4
2018-10-232018-10-23 Iain Buclaw <ibuclaw@gdcproject.org>Iain Buclaw
* MAINTAINERS (Write After Approval): Remove myself. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@265442 138bc75d-0d04-0410-961f-82ee72b054a4
2018-10-232018-10-23 Iain Buclaw <ibuclaw@gdcproject.org>Iain Buclaw
* MAINTAINERS: Add myself as D front-end and libphobos maintainer. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@265441 138bc75d-0d04-0410-961f-82ee72b054a4
2018-10-14 * MAINTAINERS: Update my email address.Bin Cheng
git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@265149 138bc75d-0d04-0410-961f-82ee72b054a4
2018-10-04List myself as "libgomp (OpenACC)" and "OpenACC" maintainerThomas Schwinge
* MAINTAINERS: List myself as "libgomp (OpenACC)" and "OpenACC" maintainer. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@264848 138bc75d-0d04-0410-961f-82ee72b054a4