commit | be39a6fe6fc6c30186152863a7fac624e22262f7 | [log] [tgz] |
---|---|---|
author | Tianqing Wang <tianqing.wang@intel.com> | Thu Oct 22 16:46:07 2020 +0800 |
committer | Wang, Pengfei <pengfei.wang@intel.com> | Thu Oct 22 17:33:07 2020 +0800 |
tree | a70e93299868cd0ca794545408d67529007fa3b9 | |
parent | efcb3952e0e90a49ed354d04dbde713cc6258ae1 [diff] |
[X86] Add User Interrupts(UINTR) instructions For more details about these instructions, please refer to the latest ISE document: https://software.intel.com/en-us/download/intel-architecture-instruction-set-extensions-programming-reference. Reviewed By: craig.topper Differential Revision: https://reviews.llvm.org/D89301
diff --git a/clang/docs/ClangCommandLineReference.rst b/clang/docs/ClangCommandLineReference.rst index 86bc9f6..6864f60 100644 --- a/clang/docs/ClangCommandLineReference.rst +++ b/clang/docs/ClangCommandLineReference.rst
@@ -3335,6 +3335,8 @@ .. option:: -mtsxldtrk, -mno-tsxldtrk +.. option:: -muintr, -mno-uintr + .. option:: -mvaes, -mno-vaes .. option:: -mvpclmulqdq, -mno-vpclmulqdq
diff --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst index 0e2915c..5633717 100644 --- a/clang/docs/ReleaseNotes.rst +++ b/clang/docs/ReleaseNotes.rst
@@ -200,7 +200,9 @@ implies -mtune=<cpu>. -mtune=generic is the default with no -march or -mtune specified. -- Support for feature ``HRESET`` has been added. +- Support for ``HRESET`` instructions has been added. + +- Support for ``UINTR`` instructions has been added. Internal API Changes --------------------