[PATCH] D36517: [AArch64] Enable ARMv8.3-A pointer authentication

Victor Leschuk via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 18 02:44:34 PDT 2017


Thanks, Sam. Looks good.


On 08/18/2017 12:15 PM, Sam Parker wrote:
>
> Hi Victor,
>
>
> I have hopefully just fixed this with r311150.
>
>
> Regards,
>
> sam
>
>
> Sam Parker
>
> Compilation Tools Engineer | Arm
>
> . . . . . . . . . . . . . . . . . . . . . . . . . . .
>
> Arm.com
>
> ------------------------------------------------------------------------
> *From:* Victor Leschuk <vleschuk at accesssoftek.com>
> *Sent:* 18 August 2017 10:13:45
> *To:* Sam Parker via Phabricator; Sam Parker
> *Cc:* junbuml at codeaurora.org; renato.golin at linaro.org;
> llvm-commits at lists.llvm.org; kanheim at a-bix.com; Javed Absar
> *Subject:* Re: [PATCH] D36517: [AArch64] Enable ARMv8.3-A pointer
> authentication
>  
>
> Hello Sam,
>
> this commit has broken one of our builders:
>
> http://lab.llvm.org:8011/buildslaves/as-bldslv9
>
> http://lab.llvm.org:8011/builders/lld-x86_64-darwin13/builds/11710/steps/build_Lld/logs/stdio
>
>
> You have introduced new function static DecodeStatus
> DecodeAuthLoadWriteback() but haven't used it. Could you please take a
> look at it? I am afraid to delete it as maybe you just forgot to use
> it somewhere, etc..
>
> Thanks in advance.
>
>
> On 08/09/2017 04:31 PM, Sam Parker via Phabricator via llvm-commits wrote:
>> samparker created this revision.
>> Herald added subscribers: kristof.beyls, javed.absar, rengolin, aemerson.
>>
>> Add assembler and disassembler support for the ARMv8.3-A pointer authentication instructions.
>>
>>
>> https://reviews.llvm.org/D36517
>>
>> Files:
>>   lib/Target/AArch64/AArch64InstrFormats.td
>>   lib/Target/AArch64/AArch64InstrInfo.td
>>   lib/Target/AArch64/AArch64SchedThunderX.td
>>   lib/Target/AArch64/AArch64SchedThunderX2T99.td
>>   lib/Target/AArch64/AArch64SystemOperands.td
>>   lib/Target/AArch64/AsmParser/AArch64AsmParser.cpp
>>   lib/Target/AArch64/Disassembler/AArch64Disassembler.cpp
>>   lib/Target/AArch64/MCTargetDesc/AArch64MCCodeEmitter.cpp
>>   test/MC/AArch64/armv8.3a-diagnostics.s
>>   test/MC/AArch64/armv8.3a-signed-pointer.s
>>   test/MC/Disassembler/AArch64/armv8.3a-signed-pointer.txt
>>
>>
>>
>> _______________________________________________
>> llvm-commits mailing list
>> llvm-commits at lists.llvm.org
>> http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-commits
>
> -- 
> Best Regards,
>
> Victor Leschuk | Software Engineer |Access Softek
> IMPORTANT NOTICE: The contents of this email and any attachments are
> confidential and may also be privileged. If you are not the intended
> recipient, please notify the sender immediately and do not disclose
> the contents to any other person, use it for any purpose, or store or
> copy the information in any medium. Thank you. 

-- 
Best Regards,

Victor Leschuk | Software Engineer |Access Softek

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170818/ad65b169/attachment.html>


More information about the llvm-commits mailing list