Age | Commit message (Expand) | Author |
2010-10-02 | the mmx intrinsic for pshufw should map to the IR intrinsic, not | Chris Lattner |
2010-10-01 | __builtin_ia32_psrldqi128 too | Chris Lattner |
2010-10-01 | the second argument to __builtin_ia32_pslldqi128 must be an immediate, | Chris Lattner |
2010-09-30 | Clang part of MMX rewrite (goes with 115243). | Dale Johannesen |
2010-09-29 | Define _Bool, bool, true, and false macros in <stdbool.h> when we're | Douglas Gregor |
2010-09-28 | Accidentally committed some temporary changes on my branch when reverting pat... | Bill Wendling |
2010-09-28 | Temporarily revert 114929 114925 114924 114921. It looked like they (or at least | Bill Wendling |
2010-09-18 | formatted everything to fit within 80 columns | Anton Yartsev |
2010-09-05 | fix PR7192 by defining wchar_t in a more conventional way. The | Chris Lattner |
2010-08-27 | fix incorrect MM_HINT_ definitions, PR8011 | Chris Lattner |
2010-08-26 | Move some type defines from smmintrin.h to emmintrin.h to match where | Eric Christopher |
2010-08-22 | Add x86intrin.h which is generic x86 intrinsics for more than just Intel. Thus | Nick Lewycky |
2010-08-20 | Disallow direct inclusion of avxintrin.h. Users should include immintrin.h in... | Benjamin Kramer |
2010-08-20 | Add immintrin meta header. | Benjamin Kramer |
2010-08-20 | alphabeticalize | Chris Lattner |
2010-08-20 | hopefully unbreak the msvc buildbot. | Chris Lattner |
2010-08-20 | Fix header comments. | Benjamin Kramer |
2010-08-20 | fix some vector extractions to return properly zero extended values | Chris Lattner |
2010-08-19 | support for predicates with bool/pixel arguments | Anton Yartsev |
2010-08-19 | support for the rest of AltiVec functions with bool/pixel arguments and retur... | Anton Yartsev |
2010-08-19 | support for vec_perm and all dependent functions (vec_mergeh, vec_mergel, vec... | Anton Yartsev |
2010-08-16 | support for vec_add, vec_adds, vec_and, vec_andc with bool arguments | Anton Yartsev |
2010-08-12 | first test commit | Anton Yartsev |
2010-08-11 | Fix define inserting a comma :) | Bruno Cardoso Lopes |
2010-08-11 | Remove 256-bit cast built-ins and make the AVX intrinsic call llvm __builtin_... | Bruno Cardoso Lopes |
2010-08-11 | Remove 256-bit unpack built-ins and make the AVX intrinsic call llvm __builti... | Bruno Cardoso Lopes |
2010-08-11 | Remove 256-bit shuffle built-ins and make the AVX intrinsic call llvm __built... | Bruno Cardoso Lopes |
2010-08-10 | Make replicate intrinsics use shufflevector instead of dup builtins, also rem... | Bruno Cardoso Lopes |
2010-08-08 | Fix a few more typos. Amusingly, GCC made the same mistake around version 3.2. | Chandler Carruth |
2010-08-08 | Fix some typos I made when adding alternate intrinsic names. | Chandler Carruth |
2010-08-05 | Fix AVX 256-bit intrinsics headers by using the right cast type while dealing... | Bruno Cardoso Lopes |
2010-08-04 | Logical AVX instrinsics can be matched directly, no need to use builtins here. | Bruno Cardoso Lopes |
2010-08-04 | Add AVX intrinsics header | Bruno Cardoso Lopes |
2010-08-03 | add a hack for visual studio, fixing PR7796 | Chris Lattner |
2010-07-22 | Add alternate names for x86 SIMD intrinsics. These aren't as common, but show | Chandler Carruth |
2010-07-22 | build: Make sure arm_neon.h gets installed. | Daniel Dunbar |
2010-07-08 | PR7588: Fix the _mm_shufflehi_epi16 macro. (The issue was an oversight | Eli Friedman |
2010-06-30 | Headers: Change [u]intmax_t to be defined in terms of __[U]INTMAX_TYPE__, ins... | Daniel Dunbar |
2010-06-26 | Add a missing dependency to try to fix a buildbot failure. | Bob Wilson |
2010-06-25 | build: Get CLANG_VERSION from Version.inc instead of depending on VER file di... | Daniel Dunbar |
2010-06-19 | More AltiVec support. | Anton Korobeynikov |
2010-06-17 | Update CMake build system for ARM NEON generation. | Douglas Gregor |
2010-06-17 | Generate arm_neon.inc in include/clang/Basic, which provides: | Nate Begeman |
2010-06-15 | MinGW requires that wint_t be defined in stddef.h. In order to accomodate, we | Sean Hunt |
2010-06-14 | Add some missing shifts | Nate Begeman |
2010-06-12 | vbsl, vrev* is implemented via arm_neon.h | Nate Begeman |
2010-06-10 | support _lane ops, and multiplies by scalar. | Nate Begeman |
2010-06-09 | Implement codegen for hadd, hsub, max, min, mlal, movl, movn, padal, mov_n | Nate Begeman |
2010-06-09 | Implement transpose/zip/unzip & table lookup. | Nate Begeman |
2010-06-08 | Makefile: Switch Clang Makefiles to always include the top-level Clang Makefile. | Daniel Dunbar |