1. 1785c36 Remove the 'intrin.h' builtin header file and its tests for now. by Chandler Carruth · 12 years ago
  2. 08e46f9 Let NULL and MSVC headers coexist better. by Nico Weber · 12 years ago
  3. 5775351 Introduce an initial sketch of a MSVC compatible 'intrin.h' builtin by Chandler Carruth · 12 years ago
  4. 030c7e9 Fix tests that weren't actually verifying anything. by David Blaikie · 12 years ago
  5. 9ec60df rename -ccc-host-triple into -target by Sebastian Pop · 13 years ago
  6. 31cbe68 Revert r148138; it's causing test failures. by Eli Friedman · 13 years ago
  7. edd4f3c rename -ccc-host-triple into -target by Sebastian Pop · 13 years ago
  8. dd023bc Headers: wmmintrin.h only needs xmmintrin.h. by Daniel Dunbar · 13 years ago
  9. 47fcd29 Remove __WCHAR_UNSIGNED__ and anything that used it. by Eric Christopher · 13 years ago
  10. e02e5e2 Remove WCHAR_MIN and WCHAR_MAX from limits.h. According to posix and c99 by Eric Christopher · 13 years ago
  11. cb67f61 Use -ffreestanding with clang_cc1 to make the test picks the clang builtin include. by Francois Pichet · 13 years ago
  12. 159a7b3 Fix test on MSVC: since the test includes a system header it cannot use clang_cc1. by Francois Pichet · 13 years ago
  13. f818a8b Add a missing test for the limits on wchar by Sean Hunt · 13 years ago
  14. 550e5ad Attempt to fix linux buildbots by adding -ffreestanding for arm_neon tests. by Bob Wilson · 14 years ago
  15. 0608f53 Add a test for calling a Neon intrinsic macro with the wrong vector type. by Bob Wilson · 14 years ago
  16. 9d0b2b7 Test use of arm_neon.h with -fno-lax-vector-conversions. by Bob Wilson · 14 years ago
  17. 96607b2 Add a testcase for Radar 8228022. by Bob Wilson · 14 years ago
  18. 7acb953 Undo part of my previous commit to mm_malloc.h, going back to the use of by Chandler Carruth · 14 years ago
  19. 80d56a9 Linux still needs these hacks. by Bill Wendling · 14 years ago
  20. da7700e Now that mm_malloc.h was rewritten to *not* include errno.h (see by Bill Wendling · 14 years ago
  21. 593770b Define _Bool, bool, true, and false macros in <stdbool.h> when we're by Douglas Gregor · 14 years ago
  22. 01b57e3 Disallow direct inclusion of avxintrin.h. Users should include immintrin.h instead. This matches GCC's behavior. by Benjamin Kramer · 14 years ago
  23. 55db5b8 Add AVX intrinsics header by Bruno Cardoso Lopes · 14 years ago
  24. 7f3a545 Headers: Define __INT64_TYPE__ in terms of getInt64Type(), which isn't always by Daniel Dunbar · 14 years ago
  25. 9fde9c4 tests: Use %clangxx when using driver for C++, in case C++ support is disabled. by Daniel Dunbar · 14 years ago
  26. 60c3893 Make sure we don't include mm_malloc.h in this test, it includes errno.h which by Daniel Dunbar · 14 years ago
  27. 1fc9e72 Spell -triple correctly for %clang, not %clang_cc1. by Daniel Dunbar · 14 years ago
  28. 9fabcbd i386-apple-darwin10 implies sse2, this option shouldn't be needed. by Chris Lattner · 14 years ago
  29. 5832a53 xmmintrin just requires sse2, not sse3. by Chris Lattner · 14 years ago
  30. 1a6154c move a test to a more appropriate directory by Chris Lattner · 14 years ago
  31. f7c7008 hopefully fix this on non-sse2 hosts. Shouldn't an apple-darwin10 by Chris Lattner · 14 years ago
  32. 1bddbcb fix PR6658: inline isn't a keyword in C89 mode, use __inline__ instead. by Chris Lattner · 14 years ago
  33. f7507f2 Add test cases for r98003 and r98006. by Ted Kremenek · 14 years ago