History log of /external/clang/test/CodeGen/rtm-builtins.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
f91210d6f2596645f164684fb1fd804727c9fc0e 29-Mar-2013 Michael Liao <michael.liao@intel.com> Add XTEST intrinsic defined in TSX extension



git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@178330 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/test/CodeGen/rtm-builtins.c
463eb89d5e36b05d74c14b937384076d745b3b84 10-Nov-2012 Michael Liao <michael.liao@intel.com> 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
/external/clang/test/CodeGen/rtm-builtins.c