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