Displaying 8 results from an estimated 8 matches for "d34667".
2017 Jul 06
2
Should we split llvm Support and ADT?
...ty shims that go away in the future. It also makes it clear what the division is.
-Chris
> On Jul 5, 2017, at 10:38 AM, Zachary Turner <zturner at google.com> wrote:
>
> So, here is an example of where I think a split would be really helpful.
>
> https://reviews.llvm.org/D34667 <https://reviews.llvm.org/D34667>
>
> This code would benefit vastly even from just being able to use StringRef and ArrayRef. We have other cases as well where we export some code that cannot depend on the rest of LLVM.
>
> Thinking about it some, StringRef, ArrayRef, and vario...
2017 Jun 04
4
Should we split llvm Support and ADT?
Fair enough, i sort of regret mentioning that specific method of splitting
originally.
For the record, i think any splitting should make sense on its own merit
without considering tablegen, and hopefully the end result of "tablegen
eventually depends on less stuff" would happen naturally
On Sun, Jun 4, 2017 at 10:37 AM Chris Lattner <clattner at nondot.org> wrote:
>
> >
2017 Jun 27
2
VC C++ demangler
I uploaded a FYI patch (not intended for submission) as
https://reviews.llvm.org/D34667. If you want to take a look and comment on
its design, please do so. Thanks!
On Fri, Jun 23, 2017 at 5:25 PM, Zachary Turner <zturner at google.com> wrote:
> Please add me on reviews. BTW, even differing in whitespace might cause
> problems, I know their tools have some builtin assum...
2017 Jul 06
3
Should we split llvm Support and ADT?
...>
> -Chris
>
>
>
>> On Jul 5, 2017, at 10:38 AM, Zachary Turner <zturner at google.com <mailto:zturner at google.com>> wrote:
>>
>> So, here is an example of where I think a split would be really helpful.
>>
>> https://reviews.llvm.org/D34667 <https://reviews.llvm.org/D34667>
>>
>> This code would benefit vastly even from just being able to use StringRef and ArrayRef. We have other cases as well where we export some code that cannot depend on the rest of LLVM.
>>
>> Thinking about it some, StringRef, Arr...
2017 Jul 06
2
Should we split llvm Support and ADT?
...;>> -Chris
>>>
>>>
>>>
>>> On Jul 5, 2017, at 10:38 AM, Zachary Turner <zturner at google.com> wrote:
>>>
>>> So, here is an example of where I think a split would be really helpful.
>>>
>>> https://reviews.llvm.org/D34667
>>>
>>> This code would benefit vastly even from just being able to use
>>> StringRef and ArrayRef. We have other cases as well where we export some
>>> code that cannot depend on the rest of LLVM.
>>>
>>> Thinking about it some, StringRef, Arr...
2017 Jul 06
2
Should we split llvm Support and ADT?
...l 5, 2017, at 10:38 AM, Zachary Turner <zturner at google.com>
>>>>> wrote:
>>>>>
>>>>> So, here is an example of where I think a split would be really
>>>>> helpful.
>>>>>
>>>>> https://reviews.llvm.org/D34667
>>>>>
>>>>> This code would benefit vastly even from just being able to use
>>>>> StringRef and ArrayRef. We have other cases as well where we export some
>>>>> code that cannot depend on the rest of LLVM.
>>>>>
>>>...
2017 Jul 06
2
Should we split llvm Support and ADT?
...er at google.com>
>>>>>>> wrote:
>>>>>>>
>>>>>>> So, here is an example of where I think a split would be really
>>>>>>> helpful.
>>>>>>>
>>>>>>> https://reviews.llvm.org/D34667
>>>>>>>
>>>>>>> This code would benefit vastly even from just being able to use
>>>>>>> StringRef and ArrayRef. We have other cases as well where we export some
>>>>>>> code that cannot depend on the rest of LLVM....
2017 Jun 23
2
VC C++ demangler
FYI, I started writing a demangler. I think I can send an initial patch to
review in a few days.
On Tue, Jun 20, 2017 at 11:07 AM, Rui Ueyama <ruiu at google.com> wrote:
> On Tue, Jun 20, 2017 at 10:51 AM, Robinson, Paul <paul.robinson at sony.com>
> wrote:
>
>> If it's only whitespace differences, that's easy to accommodate. If
>> there are other cases