| commit | 0d928a142be6ebbccba31edcc2c4bff672078b76 | [log] [tgz] |
|---|---|---|
| author | Kevin Enderby <enderby@apple.com> | Thu Jul 31 23:57:38 2014 +0000 |
| committer | Kevin Enderby <enderby@apple.com> | Thu Jul 31 23:57:38 2014 +0000 |
| tree | 9a248a4fad1741da7307b5ed9c396f4d490f8ce3 | |
| parent | 24d166ca775bb7fa1cb043abc66dcf005ffbfc8d [diff] |
Add support for the X86 secure guard extensions instructions in assembler (SGX). This allows assembling the two new instructions, encls and enclu for the SKX processor model. Note the diffs are a bigger than what might think, but to fit the new MRM_CF and MRM_D7 in things in the right places things had to be renumbered and shuffled down causing a bit more diffs. rdar://16228228 llvm-svn: 214460