1. 80d56a9 Linux still needs these hacks. by Bill Wendling · 14 years ago
  2. da7700e Now that mm_malloc.h was rewritten to *not* include errno.h (see by Bill Wendling · 14 years ago
  3. 593770b Define _Bool, bool, true, and false macros in <stdbool.h> when we're by Douglas Gregor · 14 years ago
  4. 01b57e3 Disallow direct inclusion of avxintrin.h. Users should include immintrin.h instead. This matches GCC's behavior. by Benjamin Kramer · 14 years ago
  5. 55db5b8 Add AVX intrinsics header by Bruno Cardoso Lopes · 14 years ago
  6. 7f3a545 Headers: Define __INT64_TYPE__ in terms of getInt64Type(), which isn't always by Daniel Dunbar · 14 years ago
  7. 9fde9c4 tests: Use %clangxx when using driver for C++, in case C++ support is disabled. by Daniel Dunbar · 14 years ago
  8. 60c3893 Make sure we don't include mm_malloc.h in this test, it includes errno.h which by Daniel Dunbar · 14 years ago
  9. 1fc9e72 Spell -triple correctly for %clang, not %clang_cc1. by Daniel Dunbar · 14 years ago
  10. 9fabcbd i386-apple-darwin10 implies sse2, this option shouldn't be needed. by Chris Lattner · 14 years ago
  11. 5832a53 xmmintrin just requires sse2, not sse3. by Chris Lattner · 14 years ago
  12. 1a6154c move a test to a more appropriate directory by Chris Lattner · 14 years ago
  13. f7c7008 hopefully fix this on non-sse2 hosts. Shouldn't an apple-darwin10 by Chris Lattner · 14 years ago
  14. 1bddbcb fix PR6658: inline isn't a keyword in C89 mode, use __inline__ instead. by Chris Lattner · 14 years ago
  15. f7507f2 Add test cases for r98003 and r98006. by Ted Kremenek · 15 years ago