summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/tbm-builtins.c
Commit message (Collapse)AuthorAgeFilesLines
* Use logical/arithmetic operations instead of builtins in tbmintrin.h. This ↵Craig Topper2013-10-051-19/+45
| | | | | | way we can remove the intrinsic support from the backend. llvm-svn: 192036
* Change __builtin_ia32_bextri_u64 to take an i64imm to match up with LLVM ↵Craig Topper2013-10-031-0/+5
| | | | | | | | | | backend changes. An explicit cast is still needed in tbmintrin.h to convert any big integer down to i32imm. Patch from Yunzhong Gao. llvm-svn: 191872
* Adding intrinsics to the clang front end for the x86 TBM instruction set.Yunzhong Gao2013-09-301-0/+106
Differential Revision: http://llvm-reviews.chandlerc.com/D1751 llvm-svn: 191681
OpenPOWER on IntegriCloud