Displaying 2 results from an estimated 2 matches for "r198584".
2014 Apr 08
2
[LLVMdev] 3.4.1 Release Plans
...3146 and r202774 to be backported to
> 3.4.1? They fix stability issues in x86 asm.
>
Hi Robert,
I was able to merge r203146, but it used a c++11 feature:
std::string::back() which I replaced with
std::string::at(std::string::size() - 1).
r202774 was not merged, because it is dependent on r198584 which adds the
X86AsmParser::is32BitMode() function. I don't think we would need to
backport all of r198584, maybe just the function and the Mode32Bit
SubtargetFeature. Could you take a look and let me know what you want
to do?
Thanks,
Tom
> Thanks,
> Robert
>
> понедельник, 7...
2014 Apr 07
9
[LLVMdev] 3.4.1 Release Plans
Hi Robert,
Can you ping the code owners about these patches. It might be good
to write a separate email per code owner and cc the appropriate -commits
list.
Thanks,
Tom
On Wed, Apr 02, 2014 at 06:16:44PM +0400, Robert Khasanov wrote:
> Hi Tom,
>
> I would like to nominate the following patches to be backported to 3.4.1
>
> Clang:
> 1. r204742 - Zinovy Nis <zinovy.nis at