similar to: GSoC 2018 Open Projects pages

Displaying 20 results from an estimated 50000 matches similar to: "GSoC 2018 Open Projects pages"

2018 Jan 22
0
GSoC 2018 Open Projects pages
On Mon, Jan 22, 2018 at 3:40 AM, Anton Korobeynikov via llvm-dev <llvm-dev at lists.llvm.org> wrote: > Dear All, > > GSoC 2018 is coming and it's time to update the Open Projects pages. > Please check them for any outdated / finished projects, add new, etc. > Feel free to remove the code layout project from the open ideas page that I proposed last year, as Michael Spencer
2018 Jan 22
1
GSoC 2018 Open Projects pages
Can I suggest to add MACH-O LLD improvement to the Open Projects page? On Mon, Jan 22, 2018 at 11:33 AM, Davide Italiano via llvm-dev < llvm-dev at lists.llvm.org> wrote: > On Mon, Jan 22, 2018 at 3:40 AM, Anton Korobeynikov via llvm-dev > <llvm-dev at lists.llvm.org> wrote: > > Dear All, > > > > GSoC 2018 is coming and it's time to update the Open
2017 Jan 16
3
Your help needed: List of LLVM Open Projects 2017
On Mon, Jan 16, 2017 at 12:31 PM, Sean Silva via llvm-dev <llvm-dev at lists.llvm.org> wrote: > Do we have any open projects on LLD? > > I know we usually try to avoid any big "projects" and mainly add/fix things > in response to user needs, but just wondering if somebody has any ideas. > I'm not particularly active in lld anymore, but the last big item I'd
2017 Jan 16
2
Your help needed: List of LLVM Open Projects 2017
On Mon, Jan 16, 2017 at 2:31 PM, Davide Italiano <davide at freebsd.org> wrote: > On Mon, Jan 16, 2017 at 2:07 PM, Mehdi Amini <mehdi.amini at apple.com> > wrote: > > > > On Jan 16, 2017, at 1:47 PM, Sean Silva <chisophugis at gmail.com> wrote: > > > > > > > > On Mon, Jan 16, 2017 at 1:25 PM, Davide Italiano <davide at freebsd.org>
2017 Jan 16
2
Your help needed: List of LLVM Open Projects 2017
On Mon, Jan 16, 2017 at 3:34 PM, Sean Silva <chisophugis at gmail.com> wrote: > > > On Mon, Jan 16, 2017 at 3:32 PM, Sean Silva <chisophugis at gmail.com> wrote: > >> >> >> On Mon, Jan 16, 2017 at 2:31 PM, Davide Italiano <davide at freebsd.org> >> wrote: >> >>> On Mon, Jan 16, 2017 at 2:07 PM, Mehdi Amini <mehdi.amini at
2017 Jan 16
4
Your help needed: List of LLVM Open Projects 2017
> On Jan 16, 2017, at 1:47 PM, Sean Silva <chisophugis at gmail.com> wrote: > > > > On Mon, Jan 16, 2017 at 1:25 PM, Davide Italiano <davide at freebsd.org <mailto:davide at freebsd.org>> wrote: > On Mon, Jan 16, 2017 at 12:31 PM, Sean Silva via llvm-dev > <llvm-dev at lists.llvm.org <mailto:llvm-dev at lists.llvm.org>> wrote: > > Do we
2017 Sep 06
3
[ThinLTO] static library failure with object files with the same name
On Wed, Sep 6, 2017 at 1:10 PM, Johan Engelen via llvm-dev <llvm-dev at lists.llvm.org> wrote: > On Tue, Sep 5, 2017 at 11:34 PM, Davide Italiano <dccitaliano at gmail.com> > wrote: >> >> On Tue, Sep 5, 2017 at 2:09 PM, Teresa Johnson <tejohnson at google.com> >> wrote: >> > >> > Hi Johan, >> > >> > Right, per the bug
2018 Feb 20
2
[cfe-dev] [GSOC 2018] Mentors and projects needed! Any help appreciated.
Dean, Please add this to OpenProjects page. On Tue, Feb 20, 2018 at 6:49 AM, Dean Michael Berris via cfe-dev <cfe-dev at lists.llvm.org> wrote: > Hi Tanya, > > Is it too late to get some smaller projects for XRay in there? > > Here's two: > > XRay Function Coverage Mode: Implementing an XRay mode to gather function > call coverage information. This will be
2017 Jan 17
4
Your help needed: List of LLVM Open Projects 2017
Would it make sense for xray instrumentation be part of -fprofile-generate? PGO will affect inlining decisions etc for the optimized binary, but the collected traces during the instrumented build would still have quite a bit of useful information. -- Sean Silva On Mon, Jan 16, 2017 at 4:33 PM, Xinliang David Li <xinliangli at gmail.com> wrote: > Google GCC records profile data (dynamic
2020 Jan 29
2
Call for GSoC 2020 projects
Hello David, I believe Johannes already answered your questions, but just to clarify the things fully: yes, we are going to submit an application to participate in GSoC this year as usual. I will take care of necessary paperwork and stuff. Currently we're collecting the list of summer projects here and there. It's perfectly fine to have the lists from sub-projects to be posted on their
2018 Feb 21
0
[cfe-dev] [GSOC 2018] Mentors and projects needed! Any help appreciated.
Hi Anton, Forgive me for the potentially dumb question -- but how do I do that myself? The monorepo doesn't contain the website source(s) and it's unclear how I can do that myself... I'd love to do it myself but I'm a little lost on how to do it. Help? On Tue, Feb 20, 2018 at 9:18 PM Anton Korobeynikov <anton at korobeynikov.info> wrote: > Dean, > > Please add
2016 Feb 08
3
Call for GSoC Projects
Dear All, This year as usual we're going to apply for the participation in GSoC. The students application window will start mid March. So, there is some time to update Open Projects pages! Please spend some time reviewing the project listed there and refine them, if necessary. If you have some fresh cool project which you expect to be suitable for GSoC and useful for the LLVM Project -
2019 Dec 23
3
Call for GSoC 2020 projects
Dear prospective LLVM GSoC Mentors, The organization application period for GSoC 2020 will open on January, 14. This means that we're having some time to prepare the list of project ideas for the next year. When proposing the project please keep in mind the following criteria: 1. The project should serve both LLVM as a project and provide the relevant LLVM knowledge to the student. 2. The
2017 Jan 17
2
Your help needed: List of LLVM Open Projects 2017
That’s a very good point, the X-ray data that would be useful for the linker should be collected from a "profile-use” build to be accurate. IIUC, that’d look like: build with profile-gen -> run benchmarks -> build with profile-use + Xray -> run benchmarks -> build with profil-use and feed linker with X-ray data for layout optimization. — Mehdi > On Jan 16, 2017, at 8:25
2017 Sep 07
2
[ThinLTO] static library failure with object files with the same name
Hi Johan, ld64 only calls functions from llvm/include/llvm-c/lto.h (defined in llvm/tools/lto/lto.cpp) For instance ThinLTOCodeGenerator::addModule is called through thinlto_codegen_add_module(). Apple hasn't released the code for ld64 in Xcode 9 yet, did you check if it is fixed in Xcode 9? (I think I remember fixing it in ld64 but I'm not totally sure...). >From what I can see
2017 Sep 05
2
[ThinLTO] static library failure with object files with the same name
On Tue, Sep 5, 2017 at 2:09 PM, Teresa Johnson <tejohnson at google.com> wrote: > > Hi Johan, > > Right, per the bug this is fixed in lld (and was already handled in gold-plugin), but I guess not in ld64. Note that lld and gold-plugin use the new LTO API, while ld64 (and probably other linkers) are still using the legacy libLTO (which is what ThinLTOCodeGenerator.cpp is part of).
2018 Jul 11
2
lld/mach-o x86_64 asserts
On Tue, Jul 10, 2018 at 10:12 PM Carlo Kok via llvm-dev <llvm-dev at lists.llvm.org> wrote: > > That sounds quite reasaonable; how does one usually go about doing that? a repro zip that hits both asserts? > You can take inspiration from anything in lld/test, but basically either an assembly source (or multiple) passed through llvm-mc and then lld, or a YAML file passed to yaml2obj
2013 Feb 27
2
[LLVMdev] [cfe-dev] GSOC Projects
Renato, Actually I wanted to send GSOC email about the open projects tonight. So, yes - please add them to the corresponding ideas pages. On Wed, Feb 27, 2013 at 10:57 PM, Chris Lattner <clattner at apple.com> wrote: > > On Feb 27, 2013, at 9:24 AM, Renato Golin <renato.golin at linaro.org> wrote: > >> Hi all, >> >> I have some ideas for GSOC projects using
2018 Jul 30
3
lld/mach-o x86_64 asserts
Sorry, I was thinking to review the test but didn't. Is this test complete? It does invoke lld, but it didn't verify its output. On Mon, Jul 30, 2018 at 2:03 PM Andrew Kelley <superjoe30 at gmail.com> wrote: > Ping Rui. Is there anything else that needs to be done on this patch? > > On Tue, Jul 17, 2018 at 6:58 AM, Carlo Kok via llvm-dev < > llvm-dev at
2017 Oct 03
2
New Pass Manager with flto[=thin] not enabled (??)
On Tue, Oct 3, 2017 at 12:08 PM, Davide Italiano <davide at freebsd.org> wrote: > On Tue, Oct 3, 2017 at 11:57 AM, Graham Yiu via llvm-dev > <llvm-dev at lists.llvm.org> wrote: >> Hello, >> >> I recently noticed that the new pass manager was not enabled at regular/thin >> LTO link step even if '-fexperimental-new-pass-manager' was specified in the