summaryrefslogtreecommitdiff
path: root/llvm/CODE_OWNERS.TXT
Commit message (Collapse)AuthorAgeFilesLines
* Add myself as a code owner of SLP vectorizer + credits, NFC.Alexey Bataev2023-05-051-0/+4
|
* AMDGPU: Make myself code ownerMatt Arsenault2023-04-071-2/+2
|
* [CODE_OWNERS] Update my contact informationMin-Yih Hsu2023-03-271-2/+1
| | | | As well as updating .mailmap
* Ensure I'm listed as MSP430 code ownerAnton Korobeynikov2023-03-271-1/+1
|
* [Xtensa 1/10] Recognize Xtensa in triple parsing codeAndrei Safronov2022-12-261-0/+4
| | | | | | | | 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
* [SPIRV] support the enqueue_kernel builtin functionIlia Diachkov2022-11-011-1/+1
| | | | | | | | 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
* Remove myself as X86 Backend owner.Craig Topper2022-10-081-4/+0
|
* Add myself to CREDITS.TXT + CODE_OWNERS.TXTPhoebe Wang2022-10-091-0/+4
| | | | See https://discourse.llvm.org/t/proposed-change-to-x86-code-ownership/65620
* Add myself to CREDITS.TXT + CODE_OWNERS.TXTSimon Pilgrim2022-10-081-0/+4
| | | | Phoebe Wang and I are replacing Craig Topper as X86 Code Owners: https://discourse.llvm.org/t/proposed-change-to-x86-code-ownership/65620
* [SPIR-V](1/6) Add stub for SPIRV backendIlia Diachkov2022-04-201-0/+4
| | | | | | | | | | | | | | | | 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>
* [CODE_OWNERS/CREDITS] Update my email addressAlex Bradbury2022-03-161-1/+1
|
* [VE] Transfer backend ownershipSimon Moll2022-03-141-2/+2
| | | | | | | | | | | 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
* [CODE_OWNERS/CREDITS] Update my email addressAlex Bradbury2022-03-071-1/+1
|
* Remove Simon Atanasyan from the code owners list. MIPS Backend.Simon Atanasyan2022-03-071-4/+0
|
* [LoongArch 1/6] Add triples loongarch{32,64} for the upcoming LoongArch targetLu Weining2022-02-101-0/+4
| | | | | | | | | | 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
* Fix my email address in CODE_OWNERS.TXTPaul Robinson2022-02-071-1/+1
|
* Add Johannes to CODE_OWNERS for openmp offloadingJon Chesterfield2021-08-021-0/+4
| | | | Agreed on llvm-dev in May 2021
* Change code owner of libc++ from Marshall to LouisMarshall Clow2021-08-021-2/+2
|
* [NFC] Update code owners fileGraham Yiu2021-07-201-8/+8
| | | | | - Replace Pete with Mark as owner of ARC backend - Re-order Philip to be sorted by first name
* [M68k][CODE_OWNERS](0/8) Add code owner for the M68k targetMin-Yih Hsu2021-03-081-0/+5
| | | | | | Assign yours truely as code owner for the upcoming M68k target Differential Revision: https://reviews.llvm.org/D95315
* Change XCore code owner.Nigel Perks2021-01-141-4/+4
| | | | Discussion: https://lists.llvm.org/pipermail/llvm-dev/2021-January/147603.html
* [CODE_OWNERS.TXT] Update to include yours truly as the TableGen ownerPaul C. Anagnostopoulos2020-11-121-0/+4
|
* Update email addresses in CODE_OWNERS.Craig Topper2020-10-261-1/+0
|
* [CSKY 1/n] Add basic stub or infra of csky backendZi Xuan Wu2020-10-101-0/+4
| | | | | | | 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
* Update PowerPC backend ownership in CODE_OWNERS.TXTNemanja Ivanovic2020-09-141-1/+5
|
* Update my email address.Dan Gohman2020-08-211-1/+1
|
* Remove Olesen from LLVM code ownersPaul C. Anagnostopoulos2020-08-051-4/+0
| | | | | | | | 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
* Make myself code owner of InferAddressSpacesMatt Arsenault2020-06-081-0/+6
| | | | | The original author isn't active, and I've made most of the commits to it.
* Add self as code owner for SCEV and IndVarsPhilip Reames2020-05-261-2/+2
| | | | 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.
* Remove myself from CODE_OWNERS.whitequark2020-02-251-4/+0
|
* Continue removing llgo.Eric Christopher2020-02-101-1/+1
|
* [VE] Target stub for NEC SX-AuroraKazushi (Jam) Marukawa2020-01-091-0/+4
| | | | | | | | | Summary: This patch registers the 've' target: the NEC SX-Aurora TSUBASA Vector Engine. Reviewed By: arsenm Differential Revision: https://reviews.llvm.org/D69103
* Update email address in CODE_OWNERSKrzysztof Parzyszek2019-07-011-1/+1
| | | | llvm-svn: 364793
* [llvm-mca] Move llvm-mca library to llvm/lib/MCA.Clement Courbet2018-12-171-1/+1
| | | | | | | | | | | | 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
* [CODE_OWNERS] Add myself as code owner for MinGWMartin Storsjo2018-11-291-0/+4
| | | | llvm-svn: 347847
* Add owner for llvm-objcopyJake Ehrlich2018-08-091-0/+4
| | | | llvm-svn: 339394
* CODE_OWNERS: Take ownership of the MIPS backendSimon Atanasyan2018-06-211-4/+4
| | | | | | | As agreed with Simon Dardis, I'm taking over as a code owner for the MIPS backend. llvm-svn: 335213
* [CODE_OWNERS] Update my email address.Quentin Colombet2018-04-231-1/+1
| | | | | | NFC llvm-svn: 330631
* CODE_OWNERS: Take code ownership of llvm-mca.Andrea Di Biagio2018-04-201-0/+5
| | | | llvm-svn: 330410
* CODE_OWNERS: Take ownership of C API.whitequark2018-04-171-1/+1
| | | | llvm-svn: 330171
* Update my email addresses, NFC.Simon Dardis2017-10-261-1/+1
| | | | llvm-svn: 316651
* [ARC] Add ARC backend.Pete Couperus2017-08-241-0/+4
| | | | | | | Add the ARC backend as an experimental target to lib/Target. Reviewed at: https://reviews.llvm.org/D36331 llvm-svn: 311667
* Updated my email address.Greg Clayton2017-08-231-1/+1
| | | | llvm-svn: 311581
* Remove the BBVectorize pass.Chandler Carruth2017-06-301-1/+1
| | | | | | | | | | | | | It served us well, helped kick-start much of the vectorization efforts in LLVM, etc. Its time has come and past. Back in 2014: http://lists.llvm.org/pipermail/llvm-dev/2014-November/079091.html Time to actually let go and move forward. =] I've updated the release notes both about the removal and the deprecation of the corresponding C API. llvm-svn: 306797
* [CODE_OWNERS] Add my other email address since my commits are now using my ↵Craig Topper2017-06-241-0/+1
| | | | | | work email. llvm-svn: 306197
* CODE_OWNERS: Take code ownership of instruction scheduling.Matthias Braun2017-03-101-6/+8
| | | | llvm-svn: 297490
* CODE_OWNERS: Sort namesMatthias Braun2017-03-101-4/+4
| | | | llvm-svn: 297489
* Collapse my two entries in CODE_OWNERS.txtTeresa Johnson2017-02-151-5/+1
| | | | llvm-svn: 295259
* CODE_OWNERS: Update email addressTom Stellard2017-02-091-3/+2
| | | | | | Also clean up description. llvm-svn: 294624
* Take code ownership of LLVM bitcode.Peter Collingbourne2017-02-081-5/+1
| | | | llvm-svn: 294516