Theodoros Chatzigiannakis via llvm-dev
2017-Jun-29 14:49 UTC
[llvm-dev] Any places I could start contributing to?
Hello everyone, I've been using LLVM for quite some time now (for writing my own toy compilers) and I've been following this mailing list for the last few months. I would like to start making contributions to the project. I have no particular area of interest right now (in the sense that I find pretty much all of LLVM fascinating). Are there any known low hanging fruit that I could tackle to get my feet wet? —Theodoros Chatzigiannakis
David Blaikie via llvm-dev
2017-Jun-29 18:34 UTC
[llvm-dev] Any places I could start contributing to?
An Open Projects list is 'maintained' (people put stuff on it then forget about it for a few years... ) here: https://llvm.org/OpenProjects.html Also, from my own experience, bugs are a great place to start - though it can be hard to judge which ones are the easy/low hanging fruit. On Thu, Jun 29, 2017 at 7:49 AM Theodoros Chatzigiannakis via llvm-dev < llvm-dev at lists.llvm.org> wrote:> Hello everyone, > I've been using LLVM for quite some time now (for writing my own toy > compilers) and I've been following this mailing list for the last few > months. > > I would like to start making contributions to the project. I have no > particular area of interest right now (in the sense that I find pretty > much all of LLVM fascinating). Are there any known low hanging fruit > that I could tackle to get my feet wet? > > —Theodoros Chatzigiannakis > > > _______________________________________________ > LLVM Developers mailing list > llvm-dev at lists.llvm.org > http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20170629/7a6edac3/attachment.html>
Brian Gesiak via llvm-dev
2017-Jun-29 20:42 UTC
[llvm-dev] Any places I could start contributing to?
> On Thu, Jun 29, 2017 at 11:34 AM, David Blaikie via llvm-dev <llvm-dev at lists.llvm.org> wrote: > Also, from my own experience, bugs are a great place to start - though it > can be hard to judge which ones are the easy/low hanging fruit.I recall that at LLVM Developers' Meeting 2016's BoF session "Raising Next Generation of LLVM Developers," there was some discussion of adding a "starter" keyword to LLVM Bugzilla. [1] Does anyone know who has permissions to add such a label to the list? Anecdotally, I found it very easy to contribute to Apple's Swift project, thanks to the fact that their JIRA instance at bugs.swift.org has a "StarterBug" label. As a new contributor, I could narrow my bug search using this label. Not all of bugs were as easy as the reporter claimed, but it did help me avoid starting to work on intractable problems. I think a similar label in LLVM Bugzilla would be great. :) [1] https://bugs.llvm.org/describekeywords.cgi - Brian Gesiak