Displaying 20 results from an estimated 56 matches for "dev&data".
2020 Jan 06
2
[EXTERNAL] Re: Delete Phabricator metadata tags before committing
...ing on this line for
>> anything.
>>
>> If you want to know who reviewed a change, better click on the
>> Differential Revision link and go to the source of truth.
>>
>> --
>> Mehdi
>>
>> On Thu, Jan 2, 2020 at 10:44 AM Joseph Tremoulet via llvm-dev <
>> llvm-dev at lists.llvm.org> wrote:
>>
>>> +1 to keeping “Reviewed by”. Whenever I’m fixing a bug in unfamiliar
>>> code, I look at both author and “reviewed by” from the history of that code
>>> to help pick reviewers for my change.
>>>
&g...
2020 Jan 04
2
[EXTERNAL] Re: Delete Phabricator metadata tags before committing
...on the revision, but not who approved
it. Because of this, I am wary of relying on this line for anything.
If you want to know who reviewed a change, better click on the Differential
Revision link and go to the source of truth.
--
Mehdi
On Thu, Jan 2, 2020 at 10:44 AM Joseph Tremoulet via llvm-dev <
llvm-dev at lists.llvm.org> wrote:
> +1 to keeping “Reviewed by”. Whenever I’m fixing a bug in unfamiliar
> code, I look at both author and “reviewed by” from the history of that code
> to help pick reviewers for my change.
>
>
>
> -Joseph
>
>
>
> *From:*...
2016 Jul 05
4
llvm 3.8.1 Release
OK, so, if I understand, the tag is at 3.8.1, but there is no source drop available for download?
Del
From: Renato Golin [mailto:renato.golin at linaro.org]
Sent: Tuesday, July 5, 2016 4:12 PM
To: Del Myers <delmyers at microsoft.com>
Cc: LLVM Dev <llvm-dev at lists.llvm.org>
Subject: Re: [llvm-dev] llvm 3.8.1 Release
Hi Del,
Yes, the tag is for the latest stable release. It's a bit confusing, we may have to change that later.
Regarding the release, it was tested a while ago, but Tom is a bit late, that's all.
I think due...
2015 Oct 05
2
[cfe-dev] Orc Windows C++
...>
> If LLVM is generating the x64 code and you have specified a large code model, you should not see any 32 bit relocations.
>
> So it would be interesting to determine what kind of relocation you are seeing and where it came from.
>
> -----Original Message-----
> From: llvm-dev [mailto:llvm-dev-bounces at lists.llvm.org] On Behalf Of Joshua Gerrard via llvm-dev
> Sent: Friday, October 2, 2015 1:18 AM
> To: Hayden Livingston <halivingston at gmail.com>
> Cc: llvm-dev <llvm-dev at lists.llvm.org>
> Subject: Re: [llvm-dev] [cfe-dev] Orc Windows C++
&g...
2015 Oct 02
2
[cfe-dev] Orc Windows C++
...19:00, Hayden Livingston <halivingston at gmail.com> wrote:
>
> Maybe looking at their code might help:
>
> https://github.com/dotnet/llilc/blob/dd12743f9cdb5418f1c39b2cd756da1e8396a922/lib/Jit/LLILCJit.cpp#L299
>
> On Thu, Oct 1, 2015 at 10:45 AM, David Blaikie via llvm-dev
> <llvm-dev at lists.llvm.org> wrote:
>> Moving to the LLVM Dev list & cc'ing Lang.
>>
>> On Thu, Oct 1, 2015 at 4:23 AM, Joshua Gerrard via cfe-dev
>> <cfe-dev at lists.llvm.org> wrote:
>>>
>>> Hello folks,
>>>
>>&g...
2015 Dec 08
3
RFC: New function attribute HasInaccessibleState
...ints I'm making are that we may be looking for attributes that would only mean anything to GlobalsAA, and that what they would mean to GlobalsAA may be the same things that "ReadOnly" and "ArgMemOnly" already mean to it.
Thanks
-Joseph
-----Original Message-----
From: llvm-dev [mailto:llvm-dev-bounces at lists.llvm.org] On Behalf Of Hal Finkel via llvm-dev
Sent: Friday, December 4, 2015 7:33 PM
To: Mehdi Amini <mehdi.amini at apple.com>
Cc: LLVM Dev <llvm-dev at lists.llvm.org>
Subject: Re: [llvm-dev] RFC: New function attribute HasInaccessibleState
----- Or...
2019 Mar 25
2
lld based tool
...input files given to a linker is obvious -- if a command line argument does not start with dash and if is not an argument for an option, it is a filename. So I'm guessing you want to resolve library file names given by -l. Am I correct?
On Mon, Mar 25, 2019 at 11:14 AM Alexander Linne via llvm-dev <llvm-dev at lists.llvm.org<mailto:llvm-dev at lists.llvm.org>> wrote:
Hello,
i am currently trying to write a tool based on lld. Specifically I want
to parse a ld command line to determine the input and output files and
the kind of each input file given a ld command line.
Unfortunatel...
2018 Nov 08
3
Passing stack pointer to statepoint-gc
Sorry, what does "PC" mean here?
________________________________
From: Philip Reames <listmail at philipreames.com>
Sent: Thursday, November 8, 2018 7:27 AM
To: Jordan Rudd; llvm-dev at lists.llvm.org
Subject: Re: [llvm-dev] Passing stack pointer to statepoint-gc
Jordon,
First of all, StackMaps are keyed by PC, not by SP. Each entry corresponds to given location within the generated code.
This isn't something you want to do in generated code. Your runtime should be...
2018 Mar 13
2
[SelectionDAG] DbgValue nodes aren't transferred
...all promotions like SetExpandedInteger.
Jonas, I would appreciate it if you can guide me about whether my understanding is correct or not.
Thanks,
Sejong
From: vsk at apple.com <vsk at apple.com>
Sent: Friday, March 9, 2018 3:19 PM
To: Se Jong Oh <sejooh at microsoft.com>
Cc: llvm-dev at lists.llvm.org; Jonas Devlieghere <jdevlieghere at apple.com>; Adrian Prantl <aprantl at apple.com>; pidgeot18 at gmail.com
Subject: Re: [llvm-dev] [SelectionDAG] DbgValue nodes aren't transferred
+ Adrian, Joshua
+ Jonas, since he contributed the transferDbgValues change in DAG...
2015 Oct 05
2
[cfe-dev] Orc Windows C++
...code and you have specified a large code model, you should not see any 32 bit relocations.
>>>
>>> So it would be interesting to determine what kind of relocation you are seeing and where it came from.
>>>
>>> -----Original Message-----
>>> From: llvm-dev [mailto:llvm-dev-bounces at lists.llvm.org] On Behalf Of Joshua Gerrard via llvm-dev
>>> Sent: Friday, October 2, 2015 1:18 AM
>>> To: Hayden Livingston <halivingston at gmail.com>
>>> Cc: llvm-dev <llvm-dev at lists.llvm.org>
>>> Subject: Re: [llvm-d...
2020 Jan 02
3
Delete Phabricator metadata tags before committing
...ewed 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 they're sufficiently problematic to worry about adding more
> steps people need to be aware of/follow to submit.
>
> Maybe more advisory "you can remove the unneeded tags" might not hurt (but
> still adds t...
2015 Dec 09
5
RFC: New function attribute HasInaccessibleState
...ence via their external thingamajig or not.
Thanks
-Joseph
-----Original Message-----
From: Joseph Tremoulet
Sent: Tuesday, December 8, 2015 1:12 PM
To: Joseph Tremoulet <jotrem at microsoft.com>; Hal Finkel <hfinkel at anl.gov>; Mehdi Amini <mehdi.amini at apple.com>
Cc: llvm-dev <llvm-dev at lists.llvm.org>
Subject: RE: [llvm-dev] RFC: New function attribute HasInaccessibleState
[sorry for the re-send; fixed a couple critical typos inline]
We used a similar thing in the phx compiler. We called it "ExternalMemoryTag". It was a name for "all the prog...
2015 Oct 14
4
[cfe-dev] Orc Windows C++
That's great news, thanks! If I can be of any help, let me know. :)
I'll see if I can reduce the example for the relocation issue whilst you're
at it.
Regards,
Joshua
--
Joshua Gerrard
JUCE Software Developer
*ROLI’s **award-winning*
<http://www.telegraph.co.uk/luxury/design/31520/the-seaboard-grand-piano-wins-designs-of-the-year-2014-award.html>*
Seaboard
GRAND, celebrated as the “**piano of the future*
<http://edition.cnn.com/2013/09/27/tech/innovation/hans-zimmer-seaboard-future-piano...
2015 Nov 04
2
[cfe-dev] RFC: CodeView debug info emission in Clang/LLVM
The LLVMCodeView library is definitely independent of the rest of the design questions.
As far as testing goes, what would be the conventional LLVM way of testing a library for file format manipulation? A test tool that converts some simple text form into a .obj containing CodeView sections, and comparing with...
2018 Mar 14
0
[SelectionDAG] DbgValue nodes aren't transferred
...d appreciate it if you can guide me about whether my understanding is correct or not.
>
> Thanks,
> Sejong
>
>
>
> From: vsk at apple.com <vsk at apple.com>
> Sent: Friday, March 9, 2018 3:19 PM
> To: Se Jong Oh <sejooh at microsoft.com>
> Cc: llvm-dev at lists.llvm.org; Jonas Devlieghere <jdevlieghere at apple.com>; Adrian Prantl <aprantl at apple.com>; pidgeot18 at gmail.com
> Subject: Re: [llvm-dev] [SelectionDAG] DbgValue nodes aren't transferred
>
> + Adrian, Joshua
> + Jonas, since he contributed the transferDb...
2016 Jul 06
2
llvm 3.8.1 Release
We just wanted to check to see if they are real bugs first. We will report them if they are not already fixed. Thanks.
Del
From: Renato Golin [mailto:renato.golin at linaro.org]
Sent: Wednesday, July 6, 2016 12:07 AM
To: Del Myers <delmyers at microsoft.com>
Cc: LLVM Dev <llvm-dev at lists.llvm.org>
Subject: RE: [llvm-dev] llvm 3.8.1 Release
Did you report the bugs? It would be a lot easier to know if those were in bugzilla, and tracked against 3.8.0.
If not, there's still time to report them before 3.9.0 branches out.
Cheers,
Renato
On 6 Jul 2016 12:...
2015 Oct 19
2
[cfe-dev] Orc Windows C++
...ons is doing quite a lot! Given that having external symbols in code (assuming one of my definitions above is correct) is quite a normal thing, is there anything in LLVM that can help me implement this a bit more simply?
Thank you very much for any help in advance.
--
Joshua Gerrard
JUCE Software Developer
ROLI’s award-winning Seaboard GRAND, celebrated as the “piano of the future”, is now joined by the Seaboard RISE, “every bit as slimline and attractive as its bigger brother”. The press is hailing the Seaboard RISE as “innovative”, “expressive”, “accessible”, and “a keyboard controller that...
2020 Mar 11
3
GSoC Interested student
...continuing with the pass or exiting the program?.
Thanks.
On 10/03/20 7:12 p. m., Stefanos Baziotis wrote:
> Hi Hamilton,
>
> Thanks for your interest in LLVM!
>
> IMHO you have a good start. I'll try to help by CC'ing Johannes. Note
> that it's difficult for LLVM developers
> (including GSoC mentors and including Johannes) to keep up with every
> discussion on llvm-dev.
> So, you can CC them to make their life easier. :)
>
> Johannes, I see a lot of people interested in this project. Maybe a
> list of starting points, patches etc.
> could...
2018 Apr 30
0
[SelectionDAG] DbgValue nodes aren't transferred
...ne: 4, column: 3, scope: !4)
!15 = !DILocation(line: 5, column: 11, scope: !4)
!16 = !DIExpression()
!17 = !DILocation(line: 5, column: 7, scope: !4)
!18 = !DILocation(line: 6, column: 3, scope: !4)
!19 = !DILocation(line: 7, column: 1, scope: !4)
Thanks,
Sejong
-----Original Message-----
From: jdevlieghere at apple.com <jdevlieghere at apple.com>
Sent: Thursday, March 15, 2018 8:43 AM
To: Se Jong Oh <sejooh at microsoft.com>
Cc: Vedant Kumar <vsk at apple.com>; llvm-dev at lists.llvm.org; Adrian Prantl <aprantl at apple.com>; pidgeot18 at gmail.com
Subject: Re: [llvm-...
2018 Apr 30
2
[SelectionDAG] DbgValue nodes aren't transferred
...column: 11, scope: !4)
> !16 = !DIExpression()
> !17 = !DILocation(line: 5, column: 7, scope: !4)
> !18 = !DILocation(line: 6, column: 3, scope: !4)
> !19 = !DILocation(line: 7, column: 1, scope: !4)
>
>
> Thanks,
> Sejong
>
> -----Original Message-----
> From: jdevlieghere at apple.com <mailto:jdevlieghere at apple.com> <jdevlieghere at apple.com <mailto:jdevlieghere at apple.com>>
> Sent: Thursday, March 15, 2018 8:43 AM
> To: Se Jong Oh <sejooh at microsoft.com <mailto:sejooh at microsoft.com>>
> Cc: Vedant Kumar <...