We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c29249c commit 57bd0f2Copy full SHA for 57bd0f2
README.md
@@ -9,11 +9,11 @@ llvm-msvc is a compiler based LLVM that is not restricted by MSVC. The goal is t
9
You can use naked functions anywhere, as well as add custom support such as obfuscation.
10
11
## Features:
12
-- SEH support.
13
- Compatible with MSVC syntax as much as possible.
14
-- Windows Driver support(x64/ARM64).
15
-- Intrinsic support.
16
-- Naked X64 inline asm support.
+- Enhance SEH stability.
+- Add some special Intrinsic(``__vmx_vmread``/``__vmx_write``).
+- Support x64/ARM64 windows drivers.
+- Support naked X64 inline asm.
17
- Support multiple cores compilation.
18
- Support ``/MP`` when precompiled headers are present.
19
- Support ``/GL`` (LTO optimization).
0 commit comments