Tim Northover
2014-Mar-28 20:44 UTC
[LLVMdev] Contributing the Apple ARM64 compiler backend
Hi Chandler,> I'd like to hear from the existing AArch64 backend maintainers if they have > any concerns about getting #1 done right away?I agree (with my AArch64 maintainer hat on). The goal of merging these two backends will hopefully do a lot to make sure the eventual code is better than what exists now in either individual directory; and doing the real work towards that will be *much* easier when both are in-tree. Tim.
Kristof Beyls
2014-Mar-28 21:44 UTC
[LLVMdev] Contributing the Apple ARM64 compiler backend
Indeed, getting #1 done (importing the ARM64 backend into the public tree) right away seems the right thing to do. Thanks, Kristof> -----Original Message----- > From: llvmdev-bounces at cs.uiuc.edu [mailto:llvmdev-bounces at cs.uiuc.edu] > On Behalf Of Tim Northover > Sent: 28 March 2014 20:44 > To: Chandler Carruth > Cc: Kevin Qin; LLVM Developers Mailing List > Subject: Re: [LLVMdev] Contributing the Apple ARM64 compiler backend > > Hi Chandler, > > > I'd like to hear from the existing AArch64 backend maintainers if they > > have any concerns about getting #1 done right away? > > I agree (with my AArch64 maintainer hat on). > > The goal of merging these two backends will hopefully do a lot to makesure> the eventual code is better than what exists now in either individual > directory; and doing the real work towards that will be > *much* easier when both are in-tree. > > Tim. > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
I just tried to apply the patches to the community clang and llvm tips and there are conflicts. Do you guys plan to rebase the patches? I vote for importing the ARM64 backend into the public tree as soon as possible. Thanks, Ana. -----Original Message----- From: llvmdev-bounces at cs.uiuc.edu [mailto:llvmdev-bounces at cs.uiuc.edu] On Behalf Of Kristof Beyls Sent: Friday, March 28, 2014 2:44 PM To: 'Tim Northover'; Chandler Carruth Cc: Kevin Qin; LLVM Developers Mailing List Subject: Re: [LLVMdev] Contributing the Apple ARM64 compiler backend Indeed, getting #1 done (importing the ARM64 backend into the public tree) right away seems the right thing to do. Thanks, Kristof> -----Original Message----- > From: llvmdev-bounces at cs.uiuc.edu [mailto:llvmdev-bounces at cs.uiuc.edu] > On Behalf Of Tim Northover > Sent: 28 March 2014 20:44 > To: Chandler Carruth > Cc: Kevin Qin; LLVM Developers Mailing List > Subject: Re: [LLVMdev] Contributing the Apple ARM64 compiler backend > > Hi Chandler, > > > I'd like to hear from the existing AArch64 backend maintainers if > > they have any concerns about getting #1 done right away? > > I agree (with my AArch64 maintainer hat on). > > The goal of merging these two backends will hopefully do a lot to makesure> the eventual code is better than what exists now in either individual > directory; and doing the real work towards that will be > *much* easier when both are in-tree. > > Tim. > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev_______________________________________________ LLVM Developers mailing list LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
Reasonably Related Threads
- [LLVMdev] Contributing the Apple ARM64 compiler backend
- [LLVMdev] Contributing the Apple ARM64 compiler backend
- [LLVMdev] Contributing the Apple ARM64 compiler backend
- [LLVMdev] Contributing the Apple ARM64 compiler backend
- [LLVMdev] Proposal: AArch64/ARM64 merge from EuroLLVM