Cyndy Ishida
6ca5b814f3
[llvm] Add myself as codeowner for TextAPI ( #70399 )
2023-10-26 20:07:58 -07:00
Krzysztof Parzyszek
1bc42666d2
Change owner of Hexagon backend
2023-10-20 10:37:39 -05:00
Duncan P. N. Exon Smith
7976bdb589
Resign as code owner of branch weights and block frequency
...
Somewhat overdue... it has been a few years since I stopped watching block frequency / branch weight patches actively, so I effectively stopped acting as code owner a while ago. Reflect the reality.
Still happy to help out; feel free to pull me in if you think I might have useful context!
2023-09-14 08:01:02 -07:00
Renato Golin
e994c5dc8d
[NFC] Remove old email
2023-08-25 16:34:22 +01:00
Florian Hahn
94b88c1b9d
Add myself as Loop Vectorizer code owner.
...
For more details about the nomination, please see
https://discourse.llvm.org/t/rfc-proposing-changes-to-the-code-owner-for-the-llvm-vectorizers/70267/9
2023-06-27 17:43:51 +01:00
Johannes Doerfert
0b9289299a
Update CODE_OWNERS.TXT
...
Fix my email and add OpenMP-Opt and Attributor to the list.
2023-06-09 12:35:02 -07:00
Ben Shi
896fbe68ff
[AVR][NFC] Change the owner of the AVR backend
...
The former owner Dylan McKay (https://reviews.llvm.org/p/dylanmckay/ )
has agreed to pass the responsibility to
Ben Shi (https://reviews.llvm.org/p/benshi001/ ). Please refer to
https://discourse.llvm.org/t/apply-for-the-ownership-of-the-avr-backend/70624
Reviewed By: MaskRay, lattner
Differential Revision: https://reviews.llvm.org/D150519
2023-05-22 13:25:23 +08:00
Alexey Bataev
5d31134e1b
Add myself as a code owner of SLP vectorizer + credits, NFC.
2023-05-05 14:19:18 -07:00
Matt Arsenault
d1f59d3f57
AMDGPU: Make myself code owner
2023-04-07 19:26:25 -04:00
Min-Yih Hsu
1f62e6140b
[CODE_OWNERS] Update my contact information
...
As well as updating .mailmap
2023-03-27 13:53:33 -07:00
Anton Korobeynikov
98af824531
Ensure I'm listed as MSP430 code owner
2023-03-27 12:10:12 -07:00
Andrei Safronov
8c618e8f53
[Xtensa 1/10] Recognize Xtensa in triple parsing code
...
I'm sharing initial set of patches that adds LLVM backend for Xtensa architecture.
It is based on this LLVM fork https://github.com/espressif/llvm-xtensa .
I prepared patches by similar way like it was already successfully done for RISCV, i.e. incrementally add an initial MC layer for Xtensa by small chunks which could be reviewable.
Differential Revision: https://reviews.llvm.org/D64826
2022-12-26 13:30:51 +01:00
Ilia Diachkov
748922b31f
[SPIRV] support the enqueue_kernel builtin function
...
The patch adds support of the enqueue_kernel builtin function.
It is implemented in the same way as in the SPIRV translator.
2 LIT tests are added to show the improvement.
Differential Revision: https://reviews.llvm.org/D137018
2022-11-01 02:52:08 +03:00
Craig Topper
fc1f631f85
Remove myself as X86 Backend owner.
2022-10-08 18:39:45 -07:00
Phoebe Wang
313c93a344
Add myself to CREDITS.TXT + CODE_OWNERS.TXT
...
See https://discourse.llvm.org/t/proposed-change-to-x86-code-ownership/65620
2022-10-09 09:02:20 +08:00
Simon Pilgrim
3a44435771
Add myself to CREDITS.TXT + CODE_OWNERS.TXT
...
Phoebe Wang and I are replacing Craig Topper as X86 Code Owners: https://discourse.llvm.org/t/proposed-change-to-x86-code-ownership/65620
2022-10-08 22:19:50 +01:00
Ilia Diachkov
7fd4622d48
[SPIR-V](1/6) Add stub for SPIRV backend
...
This patch contains enough for lib/Target/SPIRV to compile: a basic
SPIRVTargetMachine and SPIRVTargetInfo.
Differential Revision: https://reviews.llvm.org/D115009
Authors: Aleksandr Bezzubikov, Lewis Crawford, Ilia Diachkov,
Michal Paszkowski, Andrey Tretyakov, Konrad Trifunovic
Co-authored-by: Aleksandr Bezzubikov <zuban32s@gmail.com>
Co-authored-by: Ilia Diachkov <iliya.diyachkov@intel.com>
Co-authored-by: Michal Paszkowski <michal.paszkowski@outlook.com>
Co-authored-by: Andrey Tretyakov <andrey1.tretyakov@intel.com>
Co-authored-by: Konrad Trifunovic <konrad.trifunovic@intel.com>
2022-04-20 01:10:25 +02:00
Alex Bradbury
65370702b8
[CODE_OWNERS/CREDITS] Update my email address
2022-03-16 21:07:15 +00:00
Simon Moll
d22ce76999
[VE] Transfer backend ownership
...
Kazushi Marukawa (kaz7) of NEC Solution Innovators will take over my
role as a code owner for the Vector Engine target. Erich Focht (efocht)
of NEC will assume the administrator role for the clang-ve-ninja
buildbot.
Reviewed By: kaz7
Differential Revision: https://reviews.llvm.org/D121453
2022-03-14 09:18:40 +01:00
Alex Bradbury
d231fafa40
[CODE_OWNERS/CREDITS] Update my email address
2022-03-07 10:53:29 +00:00
Simon Atanasyan
7daed35911
Remove Simon Atanasyan from the code owners list. MIPS Backend.
2022-03-07 13:17:08 +03:00
Lu Weining
42fd2bfc90
[LoongArch 1/6] Add triples loongarch{32,64} for the upcoming LoongArch target
...
This is the first patch to incrementally add an MC layer for LoongArch to LLVM.
This patch also adds unit testcases for these new triples.
RFC for adding this new backend:
https://lists.llvm.org/pipermail/llvm-dev/2021-December/154371.html
Differential revision: https://reviews.llvm.org/D115857
2022-02-10 10:23:34 +00:00
Paul Robinson
260fbffe62
Fix my email address in CODE_OWNERS.TXT
2022-02-07 14:03:50 -08:00
Jon Chesterfield
0c3dafd9ed
Add Johannes to CODE_OWNERS for openmp offloading
...
Agreed on llvm-dev in May 2021
2021-08-02 19:45:47 +01:00
Marshall Clow
c4cd573b32
Change code owner of libc++ from Marshall to Louis
2021-08-02 06:57:43 -07:00
Graham Yiu
a4ac34bfb0
[NFC] Update code owners file
...
- Replace Pete with Mark as owner of ARC backend
- Re-order Philip to be sorted by first name
2021-07-20 11:29:10 -07:00
Min-Yih Hsu
a3fee3993a
[M68k][CODE_OWNERS](0/8) Add code owner for the M68k target
...
Assign yours truely as code owner for the upcoming M68k target
Differential Revision: https://reviews.llvm.org/D95315
2021-03-08 12:30:56 -08:00
Nigel Perks
19297a4171
Change XCore code owner.
...
Discussion: https://lists.llvm.org/pipermail/llvm-dev/2021-January/147603.html
2021-01-14 12:13:48 +00:00
Paul C. Anagnostopoulos
ba906eb16c
[CODE_OWNERS.TXT] Update to include yours truly as the TableGen owner
2020-11-12 09:49:00 -05:00
Craig Topper
470d2d1d28
Update email addresses in CODE_OWNERS.
2020-10-26 18:51:04 -07:00
Zi Xuan Wu
e1c38dd55d
[CSKY 1/n] Add basic stub or infra of csky backend
...
This patch introduce files that just enough for lib/Target/CSKY to compile.
Notably a basic CSKYTargetMachine and CSKYTargetInfo.
Differential Revision: https://reviews.llvm.org/D88466
2020-10-10 10:44:08 +08:00
Nemanja Ivanovic
db94df04fb
Update PowerPC backend ownership in CODE_OWNERS.TXT
2020-09-14 15:45:57 -05:00
Dan Gohman
50aae46331
Update my email address.
2020-08-21 10:15:26 -07:00
Paul C. Anagnostopoulos
4f20f5e8cf
Remove Olesen from LLVM code owners
...
I contacted Jakob Olesen about TableGen and he replied that he is no longer involved with the project.
Reviewed By: dblaikie
Differential Revision: https://reviews.llvm.org/D84958
2020-08-05 11:12:10 -07:00
Matt Arsenault
3c67b9516a
Make myself code owner of InferAddressSpaces
...
The original author isn't active, and I've made most of the commits to
it.
2020-06-08 21:26:01 -04:00
Philip Reames
323d850427
Add self as code owner for SCEV and IndVars
...
This was discussed on llvm-dev thread "Transferring code ownership for SCEV and IndVars" a few months back. I just forgot to make the actual change.
2020-05-26 17:35:54 -07:00
whitequark
60a2db5986
Remove myself from CODE_OWNERS.
2020-02-25 11:59:29 +00:00
Eric Christopher
102814b4d3
Continue removing llgo.
2020-02-10 10:33:58 -08:00
Kazushi (Jam) Marukawa
00c6e98409
[VE] Target stub for NEC SX-Aurora
...
Summary:
This patch registers the 've' target: the NEC SX-Aurora TSUBASA Vector Engine.
Reviewed By: arsenm
Differential Revision: https://reviews.llvm.org/D69103
2020-01-09 11:17:35 +01:00
Krzysztof Parzyszek
657f8c16c1
Update email address in CODE_OWNERS
...
llvm-svn: 364793
2019-07-01 16:01:15 +00:00
Clement Courbet
cc5e6a72de
[llvm-mca] Move llvm-mca library to llvm/lib/MCA.
...
Summary: See PR38731.
Reviewers: andreadb
Subscribers: mgorny, javed.absar, tschuett, gbedwell, andreadb, RKSimon, llvm-commits
Differential Revision: https://reviews.llvm.org/D55557
llvm-svn: 349332
2018-12-17 08:08:31 +00:00
Martin Storsjo
c9a23ccd9b
[CODE_OWNERS] Add myself as code owner for MinGW
...
llvm-svn: 347847
2018-11-29 10:58:15 +00:00
Jake Ehrlich
941095100f
Add owner for llvm-objcopy
...
llvm-svn: 339394
2018-08-09 22:05:19 +00:00
Simon Atanasyan
f38e631343
CODE_OWNERS: Take ownership of the MIPS backend
...
As agreed with Simon Dardis, I'm taking over as a code owner
for the MIPS backend.
llvm-svn: 335213
2018-06-21 09:59:44 +00:00
Quentin Colombet
e6c12abd15
[CODE_OWNERS] Update my email address.
...
NFC
llvm-svn: 330631
2018-04-23 19:09:49 +00:00
Andrea Di Biagio
4d79c580ce
CODE_OWNERS: Take code ownership of llvm-mca.
...
llvm-svn: 330410
2018-04-20 10:16:31 +00:00
whitequark
10664fc5d3
CODE_OWNERS: Take ownership of C API.
...
llvm-svn: 330171
2018-04-17 01:09:12 +00:00
Simon Dardis
56a02ce91a
Update my email addresses, NFC.
...
llvm-svn: 316651
2017-10-26 10:16:54 +00:00
Pete Couperus
2d1f6d67c5
[ARC] Add ARC backend.
...
Add the ARC backend as an experimental target to lib/Target.
Reviewed at: https://reviews.llvm.org/D36331
llvm-svn: 311667
2017-08-24 15:40:33 +00:00
Greg Clayton
27bfabaf82
Updated my email address.
...
llvm-svn: 311581
2017-08-23 18:00:07 +00:00