search for: jyknight

Displaying 20 results from an estimated 285 matches for "jyknight".

2017 Jan 16
3
Git Transition status?
...rce repository. For one example, > clang.git doesn't actually go back to the first commit of clang, because > weird stuff happened early in the svn history that threw off git-svn. > > Here's my work in progress, but there's still more work to be done: > https://github.com/jyknight/llvm-git-migration > <https://github.com/jyknight/llvm-monorepo> (conversion scripts) > https://github.com/jyknight/llvm-monorepo (test repository) > > > > On Fri, Jan 13, 2017 at 4:07 PM, Keane, Erich via llvm-dev < > llvm-dev at lists.llvm.org> wrote: > >&gt...
2018 Nov 29
2
'git llvm push' not working for me on Windows
Excellent, thanks! --paulr From: James Y Knight [mailto:jyknight at google.com] Sent: Thursday, November 29, 2018 12:00 PM To: Robinson, Paul Cc: Mikhail Ramalho; vedant_kumar at apple.com; llvm-dev Subject: Re: [llvm-dev] 'git llvm push' not working for me on Windows Aha! From your output I figured out what I screwed up. Sorry about the trouble... Ill...
2020 May 07
2
Ld64.lld cannot find Foundation framework
...r Macs that has a freely available binary version? I thought maybe that GNU’s linker might fit the bill? I cannot use Apple’s linker from /usr/bin/ as it is not allowed to make external calls from a sandboxed app. Hence my interest in the LLVM lld. > On 7 May 2020, at 19:21, James Y Knight <jyknight at google.com> wrote: > > On Thu, May 7, 2020 at 1:54 PM Edmund Furse <edmund.furse at imitation.uk.com <mailto:edmund.furse at imitation.uk.com>> wrote: > Thanks for your reply. Two questions: > 1). Will ld64.lld be fixed in LLVM v11.0 and when is this likely to be? &g...
2018 Nov 28
2
'git llvm push' not working for me on Windows
...cking patch test/Transforms/GCOVProfiling/three-element-mdnode.ll... Patch doesn't apply: maybe you should try `git pull -r` first? From: llvm-dev [mailto:llvm-dev-bounces at lists.llvm.org] On Behalf Of via llvm-dev Sent: Wednesday, November 28, 2018 2:39 PM To: mikhail.ramalho at gmail.com; jyknight at google.com Cc: llvm-dev at lists.llvm.org; vedant_kumar at apple.com Subject: Re: [llvm-dev] 'git llvm push' not working for me on Windows And now it's failing for me also… complaining about "no such file or directory" on a file that plainly exists. Verbose log attached. -...
2018 Nov 28
2
'git llvm push' not working for me on Windows
...gt; > The patch only changes one file in clang. Here's the patch: > https://reviews.llvm.org/D54974 > > Attached the log. It seems to complain about the git apply -p2. > > Maybe it's something related to arc? > > Em qua, 28 de nov de 2018 às 15:37, James Y Knight <jyknight at google.com> > escreveu: > >> Can you please run "git llvm --verbose push" and send me the output? >> >> BTW, I've just committed a fix for the handling of binary patch data when >> you're running it under python3.X. I don't believe that was...
2019 Dec 17
2
Python 2 compatibility for utility scripts
On Tue, Dec 17, 2019 at 12:55 PM Nico Weber <thakis at chromium.org> wrote: > On Tue, Dec 17, 2019 at 12:41 PM James Y Knight <jyknight at google.com> > wrote: > >> It sounds like you ran into a bug in the test infrastructure's code to >> determine if python3 is supported. Fixing that might be harder, but it only >> needs to be fixed once no matter how much more python3 development there >> will...
2019 Feb 01
2
'git llvm push' not working for me on Windows
...r: lib/Basic/Version.cpp: patch does not apply Patch doesn't apply: maybe you should try `git pull -r` first? On Thu, Nov 29, 2018 at 1:18 PM via llvm-dev <llvm-dev at lists.llvm.org<mailto:llvm-dev at lists.llvm.org>> wrote: Excellent, thanks! --paulr From: James Y Knight [mailto:jyknight at google.com<mailto:jyknight at google.com>] Sent: Thursday, November 29, 2018 12:00 PM To: Robinson, Paul Cc: Mikhail Ramalho; vedant_kumar at apple.com<mailto:vedant_kumar at apple.com>; llvm-dev Subject: Re: [llvm-dev] 'git llvm push' not working for me on Windows Aha! From...
2016 Feb 06
5
[RFC] Embedding Bitcode in Object Files
...nsideration this aspect of the implementation. Kevin Smith From: Hal Finkel [mailto:hfinkel at anl.gov] Sent: Saturday, February 06, 2016 2:37 PM To: Smith, Kevin B <kevin.b.smith at intel.com> Cc: llvm-dev at lists.llvm.org; Clang Dev <cfe-dev at lists.llvm.org>; James Y Knight <jyknight at google.com>; Steven Wu <stevenwu at apple.com> Subject: Re: [llvm-dev] [RFC] Embedding Bitcode in Object Files ________________________________ From: "Kevin B via llvm-dev Smith" <llvm-dev at lists.llvm.org<mailto:llvm-dev at lists.llvm.org>> To: "James Y Kn...
2019 Jul 17
4
[RFC] change .gitignore for monorepo
James, we are using an *unmodified* llvm-project (master llorg), and just add some extra projects from our internal repos to the top-level. Thanks, Slava From: James Y Knight [mailto:jyknight at google.com] Sent: Wednesday, July 17, 2019 11:19 AM To: Zakharin, Vyacheslav P <vyacheslav.p.zakharin at intel.com> Cc: llvm-dev <llvm-dev at lists.llvm.org> Subject: Re: [llvm-dev] [RFC] change .gitignore for monorepo On Wed, Jul 17, 2019 at 12:45 PM Zakharin, Vyacheslav P via llvm...
2018 Nov 26
3
'git llvm push' not working for me on Windows
I've verified that none of the files I tried to check in had Windows-style line endings. It's something else. --paulr From: vsk at apple.com [mailto:vsk at apple.com] On Behalf Of Vedant Kumar Sent: Thursday, November 22, 2018 9:38 AM To: Robinson, Paul Cc: zturner at google.com; jyknight at google.com; llvm-dev at lists.llvm.org Subject: Re: [llvm-dev] 'git llvm push' not working for me on Windows As a test case, try committing a change to clang/test/SemaCXX/sourceranges.cpp? I believe most editors force Windows-style line endings for that file (they show up in my vim as...
2018 Apr 05
1
[RFC] Adding a new option to lld to make it easy to maintain compatibility with other linkers
On Thu, Apr 5, 2018 at 10:51 AM James Y Knight <jyknight at google.com> wrote: > > > > On Thu, Apr 5, 2018 at 12:20 PM Rui Ueyama <ruiu at google.com> wrote: > >> On Wed, Apr 4, 2018 at 7:30 PM James Y Knight <jyknight at google.com> >> wrote: >> >>> I believe this will report an error on more com...
2015 May 08
2
[LLVMdev] buildbot failure in LLVM on sanitizer-x86_64-linux
...nosmas at gmail.com> wrote: > +Sergey > > The bot failed on (and looks like it still fails even after LLVM r236877) > on AddressSanitizer-i386-linux :: TestCases/Linux/coverage-missing.cc. > > Now it also has some crashes in X86 DAG->DAG Instruction Selection, > though. +jyknight, I think it's caused by LLVM r236850. > > > On Fri, May 8, 2015 at 9:48 AM, David Blaikie <dblaikie at gmail.com> wrote: > >> Hey Alexey, >> >> This bot has been failing for a week, by the looks of it - what's the >> deal? >> >> On Thu,...
2018 Jan 03
2
Distinguishing trunk version number from release
On 01/03/2018 11:25 AM, James Y Knight via llvm-dev wrote: > On Wed, Jan 3, 2018 at 12:24 PM, James Y Knight <jyknight at google.com > <mailto:jyknight at google.com>> wrote: > > I'd like to propose that trunk always have a version number which > is in between versions used by the previous release branch, and > before the versions used in the next release branch. > > &...
2019 Nov 15
3
MLIR landing in the monorepo
On Fri, Nov 15, 2019 at 8:54 AM James Y Knight <jyknight at google.com> wrote: > > > On Fri, Nov 15, 2019 at 5:03 AM Mehdi AMINI via llvm-dev < > llvm-dev at lists.llvm.org> wrote: > >> Hi, >> >> (bcc: mlir at tensorflow.org FYI) >> >> I am following-up on the integration of MLIR in LLVM as a subproj...
2016 Jul 13
2
Handy file storage for LLD/ELF --reproduce
Tanya, could you increase the max attachment size limit on LLVM's bugzilla? -- Sean Silva On Wed, Jul 13, 2016 at 7:19 AM, James Y Knight <jyknight at google.com> wrote: > This sounds like a bad idea. Let's just increase the limit in bugzilla > instead? The limit is just a configuration option... > > On Jul 13, 2016 3:56 AM, "Sean Silva via llvm-dev" < > llvm-dev at lists.llvm.org> wrote: > >> I...
2016 Dec 12
0
RFC: Constructing StringRefs at compile time
...houghts? On Mon, Dec 12, 2016 at 11:53 AM Zachary Turner <zturner at google.com> wrote: > I can. I'll whip something up today > On Fri, Dec 9, 2016 at 1:18 AM Malcolm Parsons <malcolm.parsons at gmail.com> > wrote: > > On 2 December 2016 at 17:12, James Y Knight <jyknight at google.com> wrote: > > +1 from me for the StringLiteral proposal from a few messages back. > > Zachary, do you want to commit StringLiteral? > > -- > Malcolm Parsons > > -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists...
2018 Nov 28
2
'git llvm push' not working for me on Windows
...ine endings. It's something else. >> >> --paulr >> >> >> >> *From:* vsk at apple.com [mailto:vsk at apple.com] *On Behalf Of *Vedant Kumar >> *Sent:* Thursday, November 22, 2018 9:38 AM >> *To:* Robinson, Paul >> *Cc:* zturner at google.com; jyknight at google.com; llvm-dev at lists.llvm.org >> *Subject:* Re: [llvm-dev] 'git llvm push' not working for me on Windows >> >> >> >> As a test case, try committing a change to >> clang/test/SemaCXX/sourceranges.cpp? >> >> >> >> I belie...
2015 Apr 02
2
[LLVMdev] How to enable use of 64bit load/store for 32bit architecture
...’s design here, but you may find it useful to have a look at how the ARM target deals with this sort of thing. In particular, the load/store optimization pass which can form the LDRD/STRD instructions among other things. > > -Jim > >> On Apr 2, 2015, at 11:43 AM, James Y Knight <jyknight at google.com <mailto:jyknight at google.com>> wrote: >> >> In http://reviews.llvm.org/D8713 <http://reviews.llvm.org/D8713>, I added the 64bit integer store ("std") and load ("ldd") instructions for 32bit sparc. But now I need codegen to know how to...
2019 Jun 29
2
[cfe-dev] [RFC] ASM Goto With Output Constraints
On 6/28/19 5:35 PM, James Y Knight via llvm-dev wrote: On Fri, Jun 28, 2019 at 5:53 PM Bill Wendling <isanbard at gmail.com<mailto:isanbard at gmail.com>> wrote: On Fri, Jun 28, 2019 at 1:48 PM James Y Knight <jyknight at google.com<mailto:jyknight at google.com>> wrote: On Fri, Jun 28, 2019 at 3:00 PM Bill Wendling <isanbard at gmail.com<mailto:isanbard at gmail.com>> wrote: On Thu, Jun 27, 2019 at 1:44 PM Bill Wendling <isanbard at gmail.com<mailto:isanbard at gmail.com>> wrote:...
2018 Apr 05
0
[RFC] Adding a new option to lld to make it easy to maintain compatibility with other linkers
On Thu, Apr 5, 2018 at 12:20 PM Rui Ueyama <ruiu at google.com> wrote: > On Wed, Apr 4, 2018 at 7:30 PM James Y Knight <jyknight at google.com> wrote: > >> I believe this will report an error on more command-lines than a >> traditional linker would fail to link. E.g.: >> ld.lld foo.o A.a B.a A.a B.a >> That "should" work fine if the libs are circularly-dependent, as long as >>...