1. 33337ca Update aosp/master clang for rebase to r235153 by Pirama Arumuga Nainar · 9 years ago
  2. 3ea9e33 Update aosp/master clang for rebase to r233350 by Pirama Arumuga Nainar · 9 years ago
  3. 0e2c34f Update aosp/master clang for rebase to r230699. by Stephen Hines · 9 years ago
  4. 176edba Update aosp/master Clang for rebase to r222490. by Stephen Hines · 10 years ago
  5. c568f1e Update Clang for rebase to r212749. by Stephen Hines · 10 years ago
  6. 6bcf27b Update Clang for 3.5 rebase (r209713). by Stephen Hines · 10 years ago
  7. 651f13c Updated to Clang 3.5a. by Stephen Hines · 10 years ago
  8. 138ef86 Define [U]LLONG_{MIN,MAX} for C++11, add tests. by JF Bastien · 11 years ago
  9. 0b327d3 Add implementations of the MSVC barrier intrinsics by Reid Kleckner · 11 years ago
  10. dea47a5 Switch tests in test/Headers to use %clang_cc1 rather than %clang. There by Chandler Carruth · 11 years ago
  11. d2cf084 Use -ffreestanding in ms-intrin.cpp and define size_t manually. by Reid Kleckner · 11 years ago
  12. dce250b Avoid including <stdlib.h> in the intrin.h test by Reid Kleckner · 11 years ago
  13. 54fe9cd Fix ifdef ordering at the end of Intrin.h from r190965 by Reid Kleckner · 11 years ago
  14. 7dc8e81 Add missing definitions to unwind.h. by Peter Collingbourne · 11 years ago
  15. 4ed47cc CC1: Only parse command-line options that have the CC1Option flag. by Hans Wennborg · 11 years ago
  16. 6f0bca7 Enable -ffreestanding for this test, to avoid #include_next'ing the system's by Richard Smith · 11 years ago
  17. 192b030 Remove dependence on system headers from this test, to try to make the Windows bots happier. by Richard Smith · 11 years ago
  18. de8e443 Add testcase missed from r181527. by Richard Smith · 11 years ago
  19. ee3cd95 xopintrin.h: Add wrappers for all flavors of _mm_com. by Benjamin Kramer · 11 years ago
  20. c814c64 Make sure we define wchar_t related macros correctly in -fms-extensions mode. by Hans Wennborg · 11 years ago
  21. 94effad [tests] Only include stdint.h if we are in freestanding mode. by Daniel Dunbar · 11 years ago
  22. dd9bd3b Headers: Don't try to use RSIZE_MAX unless we are freestanding. by Daniel Dunbar · 11 years ago
  23. 2943d3d Headers: Add support for ISO9899:2011 rsize_t. by Daniel Dunbar · 11 years ago
  24. 32b5013 tl;dr: Teach Clang to work around g++ changing its workaround to glibc's by Richard Smith · 11 years ago
  25. 98735a9 Don't build this test with modules for now, it's causing buildbot failures. by Richard Smith · 11 years ago
  26. 4a3c6c6 Add tests that build modules for our builtin headers, and fix two buglets exposed by doing so. by Richard Smith · 11 years ago
  27. 9f6e910 libstdc++'s <cstdalign> #includes <stdalign.h> and expects it to guard against by Richard Smith · 11 years ago
  28. 40f56e5 Reinstate r173952, this time limiting it to exactly the form by Douglas Gregor · 11 years ago
  29. 1a1c82e Revert "[preprocessor] Don't warn about "disabled expansion of recursive macro"" by Argyrios Kyrtzidis · 11 years ago
  30. 8d3f613 [preprocessor] Don't warn about "disabled expansion of recursive macro" by Argyrios Kyrtzidis · 11 years ago
  31. 48cb74a C11: Provide the missing half of <stdalign.h> by Richard Smith · 11 years ago
  32. de03c15 Parsing support for C11's _Noreturn keyword. No semantics yet. by Richard Smith · 11 years ago
  33. 724e65b [clang tests] Added require ppc64-registered-target to Headers/altivec-header.c to ensure it only runs on ppc64. by Michael Gottesman · 12 years ago
  34. 60c158a Add "static" to some functions in altivec.c where it was missing. by Ulrich Weigand · 12 years ago
  35. 8e8fb3b Prior to adding the new "expected-no-diagnostics" directive to VerifyDiagnosticConsumer, make the necessary adjustment to 580 test-cases which will henceforth require this new directive. by Andy Gibbs · 12 years ago
  36. 69e80c5 Use %clang_cc1 so that the test works even if the target isn't available. by Jordan Rose · 12 years ago
  37. 1aca456 Make our mini-stdint.h platform-independent by using predefined macros. by Jordan Rose · 12 years ago
  38. 86b671b Fix build failure and enhance the testcase for unwind.h. by Logan Chien · 12 years ago
  39. 025560c Run test in a freestanding environment so it doesn't accidentally pick up system headers for the wrong target. by Benjamin Kramer · 12 years ago
  40. c5e3df7 Add struct keyword before _Unwind_Context. by Logan Chien · 12 years ago
  41. 1785c36 Remove the 'intrin.h' builtin header file and its tests for now. by Chandler Carruth · 12 years ago
  42. 08e46f9 Let NULL and MSVC headers coexist better. by Nico Weber · 12 years ago
  43. 5775351 Introduce an initial sketch of a MSVC compatible 'intrin.h' builtin by Chandler Carruth · 12 years ago
  44. 030c7e9 Fix tests that weren't actually verifying anything. by David Blaikie · 12 years ago
  45. 9ec60df rename -ccc-host-triple into -target by Sebastian Pop · 12 years ago
  46. 31cbe68 Revert r148138; it's causing test failures. by Eli Friedman · 12 years ago
  47. edd4f3c rename -ccc-host-triple into -target by Sebastian Pop · 12 years ago
  48. dd023bc Headers: wmmintrin.h only needs xmmintrin.h. by Daniel Dunbar · 13 years ago
  49. 47fcd29 Remove __WCHAR_UNSIGNED__ and anything that used it. by Eric Christopher · 13 years ago
  50. e02e5e2 Remove WCHAR_MIN and WCHAR_MAX from limits.h. According to posix and c99 by Eric Christopher · 13 years ago
  51. cb67f61 Use -ffreestanding with clang_cc1 to make the test picks the clang builtin include. by Francois Pichet · 13 years ago
  52. 159a7b3 Fix test on MSVC: since the test includes a system header it cannot use clang_cc1. by Francois Pichet · 13 years ago
  53. f818a8b Add a missing test for the limits on wchar by Sean Hunt · 13 years ago
  54. 550e5ad Attempt to fix linux buildbots by adding -ffreestanding for arm_neon tests. by Bob Wilson · 14 years ago
  55. 0608f53 Add a test for calling a Neon intrinsic macro with the wrong vector type. by Bob Wilson · 14 years ago
  56. 9d0b2b7 Test use of arm_neon.h with -fno-lax-vector-conversions. by Bob Wilson · 14 years ago
  57. 96607b2 Add a testcase for Radar 8228022. by Bob Wilson · 14 years ago
  58. 7acb953 Undo part of my previous commit to mm_malloc.h, going back to the use of by Chandler Carruth · 14 years ago
  59. 80d56a9 Linux still needs these hacks. by Bill Wendling · 14 years ago
  60. da7700e Now that mm_malloc.h was rewritten to *not* include errno.h (see by Bill Wendling · 14 years ago
  61. 593770b Define _Bool, bool, true, and false macros in <stdbool.h> when we're by Douglas Gregor · 14 years ago
  62. 01b57e3 Disallow direct inclusion of avxintrin.h. Users should include immintrin.h instead. This matches GCC's behavior. by Benjamin Kramer · 14 years ago
  63. 55db5b8 Add AVX intrinsics header by Bruno Cardoso Lopes · 14 years ago
  64. 7f3a545 Headers: Define __INT64_TYPE__ in terms of getInt64Type(), which isn't always by Daniel Dunbar · 14 years ago
  65. 9fde9c4 tests: Use %clangxx when using driver for C++, in case C++ support is disabled. by Daniel Dunbar · 14 years ago
  66. 60c3893 Make sure we don't include mm_malloc.h in this test, it includes errno.h which by Daniel Dunbar · 14 years ago
  67. 1fc9e72 Spell -triple correctly for %clang, not %clang_cc1. by Daniel Dunbar · 14 years ago
  68. 9fabcbd i386-apple-darwin10 implies sse2, this option shouldn't be needed. by Chris Lattner · 14 years ago
  69. 5832a53 xmmintrin just requires sse2, not sse3. by Chris Lattner · 14 years ago
  70. 1a6154c move a test to a more appropriate directory by Chris Lattner · 14 years ago
  71. f7c7008 hopefully fix this on non-sse2 hosts. Shouldn't an apple-darwin10 by Chris Lattner · 14 years ago
  72. 1bddbcb fix PR6658: inline isn't a keyword in C89 mode, use __inline__ instead. by Chris Lattner · 14 years ago
  73. f7507f2 Add test cases for r98003 and r98006. by Ted Kremenek · 14 years ago