diff options
author | Michael Liao <michael.liao@intel.com> | 2012-11-10 05:17:46 +0000 |
---|---|---|
committer | Michael Liao <michael.liao@intel.com> | 2012-11-10 05:17:46 +0000 |
commit | 463eb89d5e36b05d74c14b937384076d745b3b84 (patch) | |
tree | d72b3c94b6b4b046e46a5b2fc6977c0c66bf9b39 /lib/AST/CXXInheritance.cpp | |
parent | e59188b0bd88ea488f2ec2f10a4ad3c4316adbce (diff) |
Add clang support of RTM from TSX
- New options '-mrtm'/'-mno-rtm' are added to enable/disable RTM feature
- Builtin macro '__RTM__' is defined if RTM feature is enabled
- RTM intrinsic header is added and introduces 3 new intrinsics, namely
'_xbegin', '_xend', and '_xabort'.
- 3 new builtins are added to keep compatible with gcc, namely
'__builtin_ia32_xbegin', '__builtin_ia32_xend', and '__builtin_ia32_xabort'.
- Test cases for pre-defined macro and new intrinsic codegen are added.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@167665 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/AST/CXXInheritance.cpp')
0 files changed, 0 insertions, 0 deletions