| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Use logical/arithmetic operations instead of builtins in tbmintrin.h. This ↵ | Craig Topper | 2013-10-05 | 1 | -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 Topper | 2013-10-03 | 1 | -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 Gao | 2013-09-30 | 1 | -0/+106 |
| Differential Revision: http://llvm-reviews.chandlerc.com/D1751 llvm-svn: 191681 | |||||

