- Nov 22, 2010
-
-
NAKAMURA Takumi authored
llvm-svn: 119961
-
- Nov 16, 2010
-
-
Chandler Carruth authored
independent of the underlying system. Let me know if any of these are too aggressive. llvm-svn: 119345
-
- Oct 02, 2010
-
-
Chris Lattner authored
For example, on: #include <emmintrin.h> int foo(int N) { __m128i white2; white2 = _mm_slli_si128(white2, N); return 0; } we used to get: fatal error: error in backend: Cannot yet select: intrinsic %llvm.x86.sse2.psll.dq now we get: /Users/sabre/t.c:4:11: error: argument to '__builtin_ia32_pslldqi128' must be a constant integer white2 = _mm_slli_si128(white2, N); ^~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /Users/sabre/t.c:1: /Volumes/Projects/cvs/llvm/Debug+Asserts/lib/clang/2.9/include/emmintrin.h:781:13: note: instantiated from: ((__m128i)__builtin_ia32_pslldqi128((__m128i)(VEC), (IMM)*8)) ^ ~~~~~~~ 1 error generated. llvm-svn: 115374
-
- Apr 19, 2010
-
-
Eric Christopher authored
llvm-svn: 101796
-
Eric Christopher authored
Update all of the testcases accordingly. llvm-svn: 101795
-
- Apr 18, 2010
-
-
Daniel Dunbar authored
portable. llvm-svn: 101719
-
- Apr 17, 2010
-
-
Eric Christopher authored
llvm-svn: 101611
-