summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/ms-intrinsics-rotations.c
Commit message (Expand)AuthorAgeFilesLines
* Re-fix _lrotl/_lrotr to always take Long, no matter the platform.Erich Keane2019-03-081-11/+10
* Revert "Enable _rotl, _lrotl, _rotr, _lrotr on all platforms."Erich Keane2019-03-081-10/+11
* Enable _rotl, _lrotl, _rotr, _lrotr on all platforms.Erich Keane2019-03-041-11/+10
* [CodeGen] translate MS rotate builtins to LLVM funnel-shift intrinsicsSanjay Patel2018-11-251-78/+21
* revert r340137: [CodeGen] add rotate builtinsSanjay Patel2018-08-191-21/+78
* [CodeGen] add/fix rotate builtins that map to LLVM funnel shift (retry)Sanjay Patel2018-08-191-78/+21
* revert r340135: [CodeGen] add rotate builtinsSanjay Patel2018-08-191-21/+78
* [CodeGen] add rotate builtinsSanjay Patel2018-08-191-78/+21
* [Builtins] Improve the IR emitted for MSVC compatible rotr/rotl builtins to m...Craig Topper2018-05-101-72/+60
* Support MS builtins using 'long' on LP64 platformsBruno Cardoso Lopes2017-06-211-25/+13
* Run dos2unix on ms-intrinsics-rotations.c test. NFCBruno Cardoso Lopes2017-06-211-171/+171
* Implement MS _rot intrinsicsAlbert Gutowski2016-09-081-0/+181