1. 7acb953 Undo part of my previous commit to mm_malloc.h, going back to the use of by Chandler Carruth · 14 years ago
  2. 01b57e3 Disallow direct inclusion of avxintrin.h. Users should include immintrin.h instead. This matches GCC's behavior. by Benjamin Kramer · 14 years ago
  3. 55db5b8 Add AVX intrinsics header by Bruno Cardoso Lopes · 14 years ago
  4. 9fde9c4 tests: Use %clangxx when using driver for C++, in case C++ support is disabled. by Daniel Dunbar · 14 years ago
  5. 1a6154c move a test to a more appropriate directory by Chris Lattner · 14 years ago[Renamed from test/Sema/x86-intrinsics-headers.c]
  6. db59bc8 Add sse4.2 support to this test. by Eric Christopher · 14 years ago
  7. 355c96e Add include for smmintrin.h to this test. by Eric Christopher · 14 years ago
  8. 80737ad Update tests to use %clang instead of 'clang', and forcibly disable use of ' by Daniel Dunbar · 15 years ago
  9. 4fcfde4 Eliminate &&s in tests. by Daniel Dunbar · 15 years ago
  10. 1131014 Attempt to make a test portable. by Daniel Dunbar · 15 years ago
  11. 4bf4e30 Make our char vector types not be explicitly signed to match GCC and to fix compilation with C++ and -fno-lax-vector-conversions by Anders Carlsson · 15 years ago