search for: 2fllvm

Displaying 20 results from an estimated 137 matches for "2fllvm".

2020 Mar 22
2
GSoC Interested student
...e anymore. Did you remove it?. Thanks. Hamilton. On 21/03/20 10:04 p. m., Hamilton Tobon Mosquera via llvm-dev wrote: > Hi there!, > > Right now I'm starting with the project proposed by Johannes here: > https://nam01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fllvm%2Fllvm-project%2Fissues%2F180&data=01%7C01%7Chtobonm%40eafit.edu.co%7C2623ce41dabf4613303e08d7ce0570e7%7C99f7b55e9cbe467b8143919782918afb%7C0&sdata=oOXfSmxJZCwH5BhydZMwaoO5cXe10NKladeSYh%2F8z%2FA%3D&reserved=0. > > > The first task is identifying OpenMP API calls r...
2020 Mar 19
2
GSoC Interested student
...on the TODO in OpenMPOpt.cpp line 437: // TODO: We should validate the declaration agains the types we expect. Link: https://github.com/llvm/llvm-project/blob/master/llvm/lib/Transforms/IPO/OpenMPOpt.cpp#L437<https://nam01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fllvm%2Fllvm-project%2Fblob%2Fmaster%2Fllvm%2Flib%2FTransforms%2FIPO%2FOpenMPOpt.cpp%23L437&data=01%7C01%7Chtobonm%40eafit.edu.co%7C60068814c014449f011808d7c5bafa38%7C99f7b55e9cbe467b8143919782918afb%7C0&sdata=LN1PaCRL7EasnWgZYoc1GzdXHL2NqTwgFuqMj196HSQ%3D&reserved=0> I have a question. W...
2020 Mar 22
2
GSoC Interested student
...anks. > > Hamilton. > > On 21/03/20 10:04 p. m., Hamilton Tobon Mosquera via llvm-dev wrote: >> Hi there!, >> >> Right now I'm starting with the project proposed by Johannes here: >> https://nam01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fllvm%2Fllvm-project%2Fissues%2F180&amp;data=01%7C01%7Chtobonm%40eafit.edu.co%7Cec2747b9c96d4b8ddc0f08d7ce862a84%7C99f7b55e9cbe467b8143919782918afb%7C0&amp;sdata=zTnmQJZUEiXL4B2AL07ABtV8pLfiRNKWm%2BrCgskxgb0%3D&amp;reserved=0. >> >> >> The first task is identifying OpenMP AP...
2020 Mar 23
2
GSoC Interested student
...0:04 p. m., Hamilton Tobon Mosquera via llvm-dev wrote: > >>> Hi there!, > >>> > >>> Right now I'm starting with the project proposed by Johannes here: > >>> > https://nam01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fllvm%2Fllvm-project%2Fissues%2F180&amp;data=01%7C01%7Chtobonm%40eafit.edu.co%7C27650f5cf4e24c5920be08d7cf3c8209%7C99f7b55e9cbe467b8143919782918afb%7C0&amp;sdata=QU6c8JHe33fkyAhEKhj3%2BBQk3AiAf7BhbXhB7ny2%2Fxk%3D&amp;reserved=0. > >>> > >>> > >>> The...
2020 Aug 18
2
Get all symbols stored(?)in llvm::orc::ExecutionSession
Hi Bjoern, I’m a bit worried about taking symbols from modules, because some of the > symbols might change later when the code was compiled with the JIT Symbol names shouldn't change from the moment they're added to the JIT (i.e. after being fully mangled). Consistency of symbol names is a requirement for ORC to work. You could try hooking into the orc::Platform API for this:
2020 Mar 25
2
GSoC Interested student
...>>   >>> Hi there!, > >>   >>> > >>   >>> Right now I'm starting with the project proposed by Johannes here: > >>   >>> > >> > https://nam01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fllvm%2Fllvm-project%2Fissues%2F180&amp;data=01%7C01%7Chtobonm%40eafit.edu.co%7C1c12e490f3804f6a772d08d7cf570a3a%7C99f7b55e9cbe467b8143919782918afb%7C0&amp;sdata=cGz5OkdMjvpWRtIkIjkKLXHj57uzPlu7BRb62eHGiJI%3D&amp;reserved=0. > >>   >>> > >>   >>> >...
2019 Nov 28
3
Instcombine and bitcast of vector. Wrong CHECKs in cast.ll, miscompile in instcombine?
Hi, In llvm/test/Transforms/InstCombine/cast.ll there is a test like this: target datalayout = "E-p:64:64:64-p1:32:32:32-p2:64:64:64-p3:64:64:64- a0:0:8-f32:32:32-f64:64:64-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:32:64- v64:64:64-v128:128:128-n8:16:32:64" [...] define <3 x i32> @test60(<4 x i32> %call4) { ; CHECK-LABEL: @test60( ; CHECK-NEXT: [[P10:%.*]] = shufflevector
2020 Mar 29
2
GSoC Interested student
...  >>> > >>   >>   >>> Right now I'm starting with the project proposed by > Johannes here: > >>   >>   >>> > >>   >> > >> > https://nam01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fllvm%2Fllvm-project%2Fissues%2F180&amp;data=01%7C01%7Chtobonm%40eafit.edu.co%7Cd2a1829610714bf161b508d7d0d2f5ae%7C99f7b55e9cbe467b8143919782918afb%7C0&amp;sdata=wyVbkLe8jhPzEIH6zHRwZZLdPHCKXPuXQNW%2BOhMHxv4%3D&amp;reserved=0. > >>   >>   >>> > >>   >&g...
2016 Jul 05
4
llvm 3.8.1 Release
...sts.llvm.org<mailto:llvm-dev at lists.llvm.org>> wrote: Hi, First off, I’m new to this mailing list so please forgive me if I’m posting to the wrong one. I have a quick question about the llvm 3.8.1 release. http://llvm.org/<https://na01.safelinks.protection.outlook.com/?url=http%3a%2f%2fllvm.org%2f&data=01%7c01%7cdelmyers%40microsoft.com%7cb68abedb6f5c45ad877c08d3a529cbc9%7c72f988bf86f141af91ab2d7cd011db47%7c1&sdata=ES2jcG4j%2fPorceJbjS3%2bB3ERaGxA9wb81fR9Fwa2OHA%3d> indicates that 3.8.1 was released on June 15, but there is no download link for it? Also, when you sync to th...
2018 Nov 08
2
Building GC on statepoint-example
...online, I cannot figure out how to access the Stack > Map. > > The documentation for statepoint-example says: > > /The stack map format generated by this GC strategy can be found in > theStack Map Section > <https://nam03.safelinks.protection.outlook.com/?url=https%3A%2F%2Fllvm.org%2Fdocs%2FStackMaps.html%23stackmap-section&data=02%7C01%7C%7Ce9642625652f4a29fc1f08d6403dfa73%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C636767032264647521&sdata=2cqSbyrmgxWfRh95yvOnwU6v42J1HRxI7dPwkSLARTY%3D&reserved=0>using > a format documentedhere > <https://nam0...
2020 Apr 07
2
GSoC Interested student
...ht now I'm starting with the project proposed by > >> Johannes here: > >>   >>   >>   >>> > >>   >>   >> > >>   >> > >> > https://nam01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fllvm%2Fllvm-project%2Fissues%2F180&amp;data=01%7C01%7Chtobonm%40eafit.edu.co%7C3e9ac7a8643c4dbe405e08d7d38dfd75%7C99f7b55e9cbe467b8143919782918afb%7C0&amp;sdata=CVDD7HCzFVsPwSpZLOeiO5%2BMNX78sGrDd2eYJ5dWzyE%3D&amp;reserved=0. > >>   >>   >>   >>> > >&g...
2020 Jan 04
2
[EXTERNAL] Re: Delete Phabricator metadata tags before committing
...gt; > The other tags (Subscribers:, Reviewers:, Reviewed By:, Tags:, and the > `Summary:` line) are not useful. They just clutter up the commit message. > Shall we mention on https://llvm.org/docs/DeveloperPolicy.html > <https://nam06.safelinks.protection.outlook.com/?url=https%3A%2F%2Fllvm.org%2Fdocs%2FDeveloperPolicy.html&data=02%7C01%7Candya%40microsoft.com%7Cfa22dca30ad64a56b98508d78f940ec0%7C72f988bf86f141af91ab2d7cd011db47%7C1%7C0%7C637135738379653343&sdata=zmn0lZLOQnbXm80S2tuHysCIOg9wwLp%2FI7D7csRkhm0%3D&reserved=0> > that developers are recommended to delete...
2020 Jan 06
2
[EXTERNAL] Re: Delete Phabricator metadata tags before committing
...(Subscribers:, Reviewers:, Reviewed By:, Tags:, and the >>> `Summary:` line) are not useful. They just clutter up the commit message. >>> Shall we mention on https://llvm.org/docs/DeveloperPolicy.html >>> <https://nam06.safelinks.protection.outlook.com/?url=https%3A%2F%2Fllvm.org%2Fdocs%2FDeveloperPolicy.html&data=02%7C01%7Candya%40microsoft.com%7Cfa22dca30ad64a56b98508d78f940ec0%7C72f988bf86f141af91ab2d7cd011db47%7C1%7C0%7C637135738379653343&sdata=zmn0lZLOQnbXm80S2tuHysCIOg9wwLp%2FI7D7csRkhm0%3D&reserved=0> >>> that developers are recommended to...
2018 Nov 14
2
Building LLVM with VisualStudio 2017
...nuing my project... > > Kind greetings > Bj rn > > > _______________________________________________ > LLVM Developers mailing list > llvm-dev at lists.llvm.org > https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Flists.llvm.org%2Fcgi-bin%2Fmailman%2Flistinfo%2Fllvm-dev&amp;data=02%7C01%7Cstilis%40microsoft.com%7Ce829d66f0e004587cd7508d63d6a81e1%7C72f988bf86f141af91ab2d7cd011db47%7C1%7C0%7C636763925003133498&amp;sdata=QgdhluvmS5HM3wmALque4cFXh8gM4SJJclAD5HM8laM%3D&amp;reserved=0 _______________________________________________ LLVM Developers mail...
2015 Dec 08
3
RFC: New function attribute HasInaccessibleState
...>>> _______________________________________________ > >>> LLVM Developers mailing list > >>> llvm-dev at lists.llvm.org > >>> https://na01.safelinks.protection.outlook.com/?url=http%3a%2f%2fli > >>> sts.llvm.org%2fcgi-bin%2fmailman%2flistinfo%2fllvm-dev&data=01%7c0 > >>> 1%7cjotrem%40microsoft.com%7c606569a7772347cd741408d2fd0babf8%7c72 > >>> f988bf86f141af91ab2d7cd011db47%7c1&sdata=n61OMLL2IjHgbhxfk14QNboJi > >>> MdHphjpB5DlXBIqKso%3d > >> > >> -- > >> > >> &gt...
2020 Mar 11
3
GSoC Interested student
...LLVM Developers mailing list > llvm-dev at lists.llvm.org <mailto:llvm-dev at lists.llvm.org> > https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev > <https://nam01.safelinks.protection.outlook.com/?url=https%3A%2F%2Flists.llvm.org%2Fcgi-bin%2Fmailman%2Flistinfo%2Fllvm-dev&data=01%7C01%7Chtobonm%40eafit.edu.co%7Cf44f8c5edf16433b2a1108d7c54880a5%7C99f7b55e9cbe467b8143919782918afb%7C0&sdata=wR6HHGhvdhMG4kAmDOeECHZVXNZW1%2B7cheuEsFhokDA%3D&reserved=0> > > La información contenida en este correo electrónico está dirigida > únicamente a su des...
2016 Jul 06
2
llvm 3.8.1 Release
...sts.llvm.org<mailto:llvm-dev at lists.llvm.org>> wrote: Hi, First off, I’m new to this mailing list so please forgive me if I’m posting to the wrong one. I have a quick question about the llvm 3.8.1 release. http://llvm.org/<https://na01.safelinks.protection.outlook.com/?url=http%3a%2f%2fllvm.org%2f&data=01%7c01%7cdelmyers%40microsoft.com%7cb68abedb6f5c45ad877c08d3a529cbc9%7c72f988bf86f141af91ab2d7cd011db47%7c1&sdata=ES2jcG4j%2fPorceJbjS3%2bB3ERaGxA9wb81fR9Fwa2OHA%3d> indicates that 3.8.1 was released on June 15, but there is no download link for it? Also, when you sync to th...
2018 Nov 01
2
Building GC on statepoint-example
Hi, I'm trying to build a gc using the statepoint-example strategy. However, after hours of searching, reading documentation and trying to find code examples online, I cannot figure out how to access the Stack Map. The documentation for statepoint-example says: The stack map format generated by this GC strategy can be found in the Stack Map
2020 Jan 02
3
Delete Phabricator metadata tags before committing
I also find the "Reviewed by" tag useful (as well as the review link), for the same reasons. In fact, I don't even use arcanist to push commits, so I do it all by hand, and only include the "Reviewed by" and "Differential Revision" tags. On Fri, 27 Dec 2019 at 20:55, David Blaikie via llvm-dev < llvm-dev at lists.llvm.org> wrote: > I don't think
2015 Dec 09
5
RFC: New function attribute HasInaccessibleState
...>>> _______________________________________________ > >>> LLVM Developers mailing list > >>> llvm-dev at lists.llvm.org > >>> https://na01.safelinks.protection.outlook.com/?url=http%3a%2f%2fli > >>> sts.llvm.org%2fcgi-bin%2fmailman%2flistinfo%2fllvm-dev&data=01%7c0 > >>> 1%7cjotrem%40microsoft.com%7c606569a7772347cd741408d2fd0babf8%7c72 > >>> f988bf86f141af91ab2d7cd011db47%7c1&sdata=n61OMLL2IjHgbhxfk14QNboJi > >>> MdHphjpB5DlXBIqKso%3d > >> > >> -- > >> > >> &gt...