search for: yonghong

Displaying 20 results from an estimated 22 matches for "yonghong".

2017 Dec 03
2
5.0.1-rc2 has been tagged
Hi, Tom, Considering the severity of this bug, I would like to go ahead to push the fix into release_50 branch. The fix has been tested in the trunk and by various people as well and I will also make sure all BPF tests passed before the push. Thanks! Yonghong On Fri, Dec 1, 2017 at 10:18 AM, Y Song <ys114321 at gmail.com> wrote: > Hi, Tom, > > I have a BPF backend bug which is pretty noxious which is introduced > in 5.0 and fixed in 6.0 trunk. > The detailed of the backport commit is at the end of this email, which > is slightly...
2017 Jul 14
2
questions about backport to 3.8/3.9/4.0
...good to know the 4.0.x patch release schedule and how to contribute. I found this email containing backporting timeline for 4.0.1 (already done): http://lists.llvm.org/pipermail/llvm-dev/2017-March/111530.html >From email, it is not clear to me whether we have upcoming 4.0.2 or not. Thanks! Yonghong On Fri, Jul 14, 2017 at 2:27 PM, 陳韋任 <chenwj.cs97g at g2.nctu.edu.tw> wrote: > I have no experience on backporting. However, the patches you want > only involves BPF backend itself, > I don't see any particular trouble of backporting. I would suggest you > start working on th...
2019 Oct 25
3
git llvm push not working?
On Fri, Oct 25, 2019 at 2:10 PM Tim Northover <t.p.northover at gmail.com> wrote: > > Hi Yonghong, > > On Fri, 25 Oct 2019 at 13:40, Y Song via llvm-dev > <llvm-dev at lists.llvm.org> wrote: > > The `git llvm push` used to work for me. Not it stopped working. > > > > Does anybody know what have changed recently? > > We recently switched to git and GitHub a...
2019 Oct 25
2
git llvm push not working?
...in/master, origin/HEAD, master) [CVP] add test for poison propagation bug (PR43802); NFC 2724d9e12960cc1d93eeabbfc9aa1bffffa041cc build: remove `LLVM_CXX_STD` extension point The `git llvm push` used to work for me. Not it stopped working. Does anybody know what have changed recently? Thanks! Yonghong
2017 Jul 14
2
questions about backport to 3.8/3.9/4.0
...https://reviews.llvm.org/rL306685 Some BPF users want them since their product needs to work on old linux distribution which has older versions of LLVM. Could somebody (maybe Tom Stellard or others) help clarify whether it is possible and what is the procedure/timeline for backporting? Thanks! Yonghong
2019 Aug 02
2
how to submit inter-dependent llvm and clang patches
...tePreserveArrayAccessIndex(Value *Base, unsigned Dimension, unsigned LastIndex, MDNode *DbgInfo) and the clang patch uses this newly changed function. Any recommendation on what is the best practice to merge such llvm/clang inter-dependent patches? Thanks! Yonghong
2017 Nov 30
9
5.0.1-rc2 has been tagged
Hi, I've tagged the 5.0.1-rc2 release, go ahead and start testing and report your results. -Tom
2017 Aug 22
2
Subtarget Initialization in <ARCH>TargetMachine constructor
...(createTLOF(getTargetTriple())), isLittle(isLittle) { ... } It does not create a separate Subtarget, and its getSubtargetImpl() tries to get the value from SubtargetMap. Is there any downside to keep BPFTargetMachine as is? Or it is worthwhile to implement it in a similar way to X86/ARM? Thanks! Yonghong -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20170822/d77e879a/attachment.html>
2017 Feb 01
1
[RFC] IR-level Region Annotations
...emantics of call instructions." you mentioned. Thanks for all questions, discussions and feedback. Xinmin -----Original Message----- From: Sanjoy Das [mailto:sanjoy at playingwithpointers.com] Sent: Friday, January 20, 2017 11:36 AM To: Tian, Xinmin <xinmin.tian at intel.com> Cc: Yonghong Yan <yan at oakland.edu>; Mehdi Amini <mehdi.amini at apple.com>; llvm-dev at lists.llvm.org; llvm-dev-request at lists.llvm.org; Adve, Vikram Sadanand <vadve at illinois.edu> Subject: Re: [llvm-dev] [RFC] IR-level Region Annotations Hi, I'm going to club together some respo...
2017 Jan 20
3
[RFC] IR-level Region Annotations
...ke us immune to passes that we don't know about e.g. downstream passes, passes that will be added later. It also puts us in a weird spot around semantics of call instructions. -- Sanjoy On Fri, Jan 20, 2017 at 11:22 AM, Tian, Xinmin via llvm-dev <llvm-dev at lists.llvm.org> wrote: > Yonghong, In our implementation (not open sourced), we don’t do outlining > the Front-End. See my previous reply to Medhi’s email. > > > > Xinmin > > > > From: Yonghong Yan [mailto:yan at oakland.edu] > Sent: Friday, January 20, 2017 11:18 AM > To: Mehdi Amini > Cc: Tian...
2017 Jan 20
2
[RFC] IR-level Region Annotations
On 01/11, Daniel Berlin via llvm-dev wrote: > > > > def int_experimental_directive : Intrinsic<[], [llvm_metadata_ty], > > [IntrArgMemOnly], > > "llvm.experimental.directive">; > > > > def int_experimental_dir_qual : Intrinsic<[], [llvm_metadata_ty], > > [IntrArgMemOnly], > >
2019 Oct 30
2
pointer arithmetic with address space attribute not working
...e non-None address space is specified in the type. Is this a bug? Or this is the expected behavior? I am asking since linux kernel has a lot of codes which did pointer arithmetic where pointers have address space attributes. (currently those address spaces are sparse tool checking only.) Thanks, Yonghong
2019 Oct 31
2
pointer arithmetic with address space attribute not working
...e non-None address space is specified in the type. Is this a bug? Or this is the expected behavior? I am asking since linux kernel has a lot of codes which did pointer arithmetic where pointers have address space attributes. (currently those address spaces are sparse tool checking only.) Thanks, Yonghong _______________________________________________ LLVM Developers mailing list llvm-dev at lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev _______________________________________________ LLVM Developers mailing list llvm-dev at lists.llvm.org https://lists.llvm.org/cgi-bin/mai...
2017 Sep 22
0
[iovisor-dev] [PATCH RFC 3/4] New 32-bit register set
...unit tests are not impacted as well as expected. I have applied the patch to the trunk. Besides your other work to support 32bit abi, it would be interesting to see how new 32bit register can be used in 64bit architecture which may help improve performance and/or reduce instruction count. Thanks, Yonghong On Tue, Sep 19, 2017 at 4:10 PM, Jiong Wang <jiong.wang at netronome.com> wrote: > On 19/09/2017 07:44, Y Song wrote: >> >> Hi, Jiong, >> >> Thanks for the patch! It is a great start to support 32bit register in >> BPF. >> In the past, I have studied a...
2017 Jan 20
2
[RFC] IR-level Region Annotations
> On Jan 20, 2017, at 6:59 AM, Hal Finkel <hfinkel at anl.gov> wrote: > > On 01/13/2017 12:11 PM, Mehdi Amini wrote: >> >>> On Jan 13, 2017, at 9:41 AM, Hal Finkel <hfinkel at anl.gov <mailto:hfinkel at anl.gov>> wrote: >>> >>> >>> On 01/13/2017 12:29 AM, Mehdi Amini wrote: >>>> >>>>> On Jan 12,
2019 Oct 31
2
pointer arithmetic with address space attribute not working
...t; type. > > Is this a bug? Or this is the expected behavior? I am asking since > linux kernel has a lot of codes which did pointer arithmetic where > pointers have address space attributes. (currently those address > spaces are sparse tool checking only.) > > Thanks, > > Yonghong > _______________________________________________ > LLVM Developers mailing list > llvm-dev at lists.llvm.org > https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev > _______________________________________________ > LLVM Developers mailing list > llvm-dev at lists.llvm.org...
2017 Sep 23
0
[iovisor-dev] [PATCH RFC 0/4] Initial 32-bit eBPF encoding support
On Sat, Sep 23, 2017 at 1:41 AM, Jakub Kicinski via iovisor-dev <iovisor-dev at lists.iovisor.org> wrote: > On Fri, 22 Sep 2017 22:03:47 -0700, Yonghong Song wrote: >> On 9/22/17 9:24 AM, Jakub Kicinski wrote: >> > On Thu, 21 Sep 2017 11:56:55 -0700, Alexei Starovoitov wrote: >> >> On Wed, Sep 20, 2017 at 12:20:40AM +0100, Jiong Wang via iovisor-dev wrote: >> >>> On 18/09/2017 22:29, Daniel Borkmann wrote:...
2008 Jun 05
1
nls() newbie convergence problem
I'm sure this must be a nls() newbie question, but I'm stumped. I'm trying to do the example from Draper and Yang (1997). They give this snippet of S-Plus code: Specify the weight function: weight < - function(y,x1,x2,b0,b1,b2) { pred <- b0+b1*x1 + b2*x2 parms <- abs(b1*b2)^(1/3) (y-pred)/parms } Fit the model gmfit < -nls(~weight(y,x1,x2,b0,b1,b2),
2017 Aug 23
2
Subtarget Initialization in <ARCH>TargetMachine constructor
Thanks, Alex. See my comments below. On Wed, Aug 23, 2017 at 12:59 AM, Alex Bradbury <asb at asbradbury.org> wrote: > On 22 August 2017 at 23:39, Y Song via llvm-dev <llvm-dev at lists.llvm.org> wrote: >> Hi, > > Hi Yonghong. > >> I found some different discrepancy on how Subtarget is created >> between some arch specific TargetMachine constructor. >> For example, for BPF/Lanai: >> >> <snip> >> >> Note that Subtarget is created as part of constructor. On the other hard...
2017 Jan 20
9
[RFC] IR-level Region Annotations
Hi Sanjoy, Yes, that's exactly what we have been looking at recently here, but the region tags seem to make it possible to express the control flow as well, so I think we could start with reg ions+metadata, as Hal and Xinmin proposed, and then figure out what needs to be first class instructions. --Vikram Adve > On Jan 19, 2017, at 11:03 PM, Sanjoy Das <sanjoy at