[all-commits] [llvm/llvm-project] bc7f6c: [X86] Add TDX instructions.
FreddyLeaf via All-commits
all-commits at lists.llvm.org
Wed Sep 23 18:36:15 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: bc7f6c6dd8252370e6b485b8193093004644a16d
https://github.com/llvm/llvm-project/commit/bc7f6c6dd8252370e6b485b8193093004644a16d
Author: Freddy Ye <freddy.ye at intel.com>
Date: 2020-09-24 (Thu, 24 Sep 2020)
Changed paths:
M llvm/lib/Target/X86/X86InstrInfo.td
A llvm/lib/Target/X86/X86InstrTDX.td
M llvm/test/MC/Disassembler/X86/x86-32.txt
M llvm/test/MC/Disassembler/X86/x86-64.txt
M llvm/test/MC/X86/x86-32-coverage.s
M llvm/test/MC/X86/x86-64.s
Log Message:
-----------
[X86] Add TDX instructions.
For more details about these instructions, please refer to the latest TDX document: https://software.intel.com/content/www/us/en/develop/articles/intel-trust-domain-extensions.html
Reviewed By: craig.topper
Differential Revision: https://reviews.llvm.org/D88006
More information about the All-commits
mailing list