1. 68d17cf Merge 712d476de for LLVM update to 353983 by Yi Kong · 5 years ago llvm-r353983 main master
  2. 712d476 [libcxx] Do not assume the number of elements in a moved-from associative container by Louis Dionne · 5 years ago
  3. af15bb4 [libc++] Avoid UB in the no-exceptions mode in a few places by Louis Dionne · 5 years ago
  4. f759756 [CMake] Avoid passing -rtlib=compiler-rt when using compiler-rt by Petr Hosek · 5 years ago
  5. e88eb48 Don't declare fenv.h functions when they're a macro. by Eric Fiselier · 5 years ago
  6. 199f01c Make the sym_diff utilities more useful. by Eric Fiselier · 5 years ago
  7. ecc2c08 Add fenv.h header by Eric Fiselier · 5 years ago
  8. fc1ec36 [libcxx] Preserve order, avoid duplicates when merging static archives by Petr Hosek · 5 years ago
  9. c882476 The new file header didn't get carried over when these files were by Chandler Carruth · 5 years ago
  10. b20da37 Update some newly added files that mistakenly used the old file header by Chandler Carruth · 5 years ago
  11. d47c19a fix -Wextra-semi warnings by Eric Fiselier · 5 years ago
  12. bc41582 Make LIBCXX_STANDARD_VER configurable by Eric Fiselier · 5 years ago
  13. b9a4d07 Format sym_extract.py output to minimize diff output. by Eric Fiselier · 5 years ago
  14. 25c089e Add missing symbols to Apple v2 abi list. by Eric Fiselier · 5 years ago
  15. e8be871 Add ABI list directories for 8.0 by Eric Fiselier · 5 years ago
  16. e4dbc70 Mark another test as flaky by Kamil Rytarowski · 5 years ago
  17. 1603203 [libcxx] Support runtimes and monorepo locations for tests by Petr Hosek · 5 years ago
  18. b72412d Add static_asserts to tuple's comparison operators to enforce the requirement that the tuples be the same size. See PR39183 for an example where we give unexpected results for this bad input case. With this change, we will reject it at compile-time by Marshall Clow · 5 years ago
  19. 0c92250 Add UBSAN annotation to __hash_table::rehash; we don't do anything wrong, but UBSAN's checker flags it as suspicious. See PR38606. NFC by Marshall Clow · 5 years ago
  20. 11b7c52 Revert "[libc++] Only add dylib-related features when using the system's libc++" by Louis Dionne · 5 years ago
  21. 8fb436e [libc++] Only add dylib-related features when using the system's libc++ by Louis Dionne · 5 years ago
  22. 4f9dc4d Add a specialization for '__unwrap_iter' to handle const interators. This enables the 'memmove' optimization for std::copy, etc. by Marshall Clow · 5 years ago
  23. 5569a5e [libc++] Fix XFAILs when exceptions are disabled by Louis Dionne · 5 years ago
  24. 4806bce [libc++] Fix XFAILs on macOS when exceptions are disabled by Louis Dionne · 5 years ago
  25. fbc4ec4 [CMake] Support compiler-rt builtins library in tests by Petr Hosek · 5 years ago
  26. c6d9b07 [libc++] Use UNSUPPORTED instead of TEST_STD_VER #ifdef by Louis Dionne · 5 years ago
  27. 60c45f5 [libcxx] Start defining lit features for tests depending on availability by Louis Dionne · 5 years ago
  28. 815d755 [libc++] Control whether exceptions are enabled in the macOS trunk testing script by Louis Dionne · 5 years ago
  29. 72ea6f3 [NFC][libc++] Reindent function by Louis Dionne · 5 years ago
  30. c64eb1f Fix double curlies by JF Bastien · 5 years ago
  31. 6b1420d [CMake] Update lit test configuration by Petr Hosek · 5 years ago
  32. e15dd4e Support tests in freestanding by JF Bastien · 5 years ago
  33. 79e853f [CMake] Support CMake variables for setting target, sysroot and toolchain by Petr Hosek · 5 years ago
  34. 23b5c87 Move the feature test macros script to the utils directory. by Eric Fiselier · 5 years ago
  35. 6146dbd Handle cases where the dirent::d_type macros aren't defined by Eric Fiselier · 5 years ago
  36. 5d83dad add a test and a couple minor bug fixes for the implicit-signed-integer-truncation sanitizer. This is PR#40566 by Marshall Clow · 5 years ago
  37. a5fae53 [libc++] Disentangle the 3 implementations of type_info by Louis Dionne · 5 years ago
  38. 125313b Fix a bit of libc++-specific behavior in the regex tests; add a missing test. Reviewed as https://reviews.llvm.org/D57391 Thanks to Andrey Maksimov for the patch by Marshall Clow · 5 years ago
  39. d4a2081 [CMake] Use correct visibility for linked libraries in CMake by Petr Hosek · 5 years ago
  40. 7b459f3 Revert "[CMake] Use correct visibility for linked libraries in CMake" by Petr Hosek · 5 years ago
  41. 30f748d [CMake] Use correct visibility for linked libraries in CMake by Petr Hosek · 5 years ago
  42. 2ae08ad [libc++] Explicitly initialize std::nothrow by Thomas Anderson · 5 years ago
  43. c79c933 [libc++] Don't define operator new/delete when using vcruntime by Thomas Anderson · 5 years ago
  44. 61be5f1 [libc++] Don't define exception destructors when using vcruntime by Thomas Anderson · 5 years ago
  45. b756802 [libc++] Fix Windows build error in <functional> by Thomas Anderson · 5 years ago
  46. 8677829 [libc++] Fix Windows build error in include/filesystem by Thomas Anderson · 5 years ago
  47. a32a775 Fix PR40495 - is_invokable_v<void> does not compile by Eric Fiselier · 5 years ago
  48. e0324cb Adjust documentation for git migration. by James Y Knight · 5 years ago
  49. b8bdc7a [NFC] Add missing revision for removal of bad_array_length in ABI changelog by Louis Dionne · 5 years ago
  50. 92f58d1 Mark some of the behavior in the move w/allocator constructors of deque/unordered containers as 'libc++-specific'. Thanks to Andrey Maksimov for pointing this out. by Marshall Clow · 5 years ago
  51. 4267db0 [libc++] Use runtime rather then compile-time glibc version check by Petr Hosek · 5 years ago
  52. 1d9cc94 Revert "[CMake] Use __libc_start_main rather than fopen when checking for C library" by Petr Hosek · 5 years ago
  53. d9cf392 [cmake] Fix get_llvm_lit_path() to respect LLVM_EXTERNAL_LIT always by Michal Gorny · 5 years ago
  54. e15f28c [CMake] Use __libc_start_main rather than fopen when checking for C library by Petr Hosek · 5 years ago
  55. 427fc94 update upcoming meeting issue status by Eric Fiselier · 5 years ago
  56. 9788355 Mark awk.pass.cpp as XFAIL for NetBSD by Kamil Rytarowski · 5 years ago
  57. e7e7b2e D14686: 'Protect against overloaded comma in random_shuffle and improve tests' I had to cut back on the tests with this, because they were not C++03 friendly. Thanks to gribozavr for the patch by Marshall Clow · 5 years ago
  58. 42cbe7a [libcxx] Portability fix: unordered_set and unordered_multiset iterators are not required to be the same by Louis Dionne · 5 years ago
  59. 2a895e8 Mark another test as flaky by Kamil Rytarowski · 5 years ago
  60. f2f9af0 Change a couple of '&' to addressof(). NFC by Marshall Clow · 5 years ago
  61. df2b82c Uncomment the entire test, but mark as XFAIL on linux-gnu because it uses locales that aren't generally available there, similar to the other regex tests by Marshall Clow · 5 years ago
  62. dd8f453 Mark another test as flaky by Kamil Rytarowski · 5 years ago
  63. 01a665a Apply D28248: 'Work around GCC PR37804'. Thanks to mdaniels for the patch by Marshall Clow · 5 years ago
  64. 96442b7 [test] Define _LIBCPP_AVAILABILITY_THROW_BAD_ANY_CAST in msvc_stdlib_force_include.hpp by Casey Carter · 5 years ago
  65. 7cab086 Mark another test as flaky by Kamil Rytarowski · 5 years ago
  66. 5091808 Correct mark for flaky tests by Kamil Rytarowski · 5 years ago
  67. 97579ac Commit D11348: 'Win32 support: wcsnrtombs and mbsnrtowcs don't handle null output buffers correctly' which has been hanging around for a long time by Marshall Clow · 5 years ago
  68. 3f9884b Mark more tests flaky by Kamil Rytarowski · 5 years ago
  69. bd03c29 Mark thread.condition.condvarany/wait_for.pass.cpp as flaky by Kamil Rytarowski · 5 years ago
  70. b9b2b3f While reviewing D57058, Louis had some questions about the existing span constructor tests. They were not testing the stuff that they said they were. Updated the tests to test what they should have been doing by Marshall Clow · 5 years ago
  71. 8734fa7 [libcxx] Include <cstring> in tests that use strcmp by Louis Dionne · 5 years ago
  72. 56e3b48 Note that we have a patch for LWG3101 by Marshall Clow · 5 years ago
  73. 844067d Updated issue 3144 by Marshall Clow · 5 years ago
  74. cb6b6cd Update with issues to be moved in San Diego by Marshall Clow · 5 years ago
  75. 905ff2b Fix typos throughout the license files that somehow I and my reviewers by Chandler Carruth · 5 years ago
  76. c6fd2de Fix aligned allocation availability XFAILs after D56445. by Eric Fiselier · 5 years ago
  77. d162d3f Revert "Fix aligned allocation availability XFAILs after D56445." by Eric Fiselier · 5 years ago
  78. e09ce3f Improve docker images and configuration; create compiler-zoo image by Eric Fiselier · 5 years ago
  79. 87d470c Update an example to use the new LLVM file header. by Chandler Carruth · 5 years ago
  80. 9daab63 Update generator script to use the new license file header. by Chandler Carruth · 5 years ago
  81. 7c3769d Update more file headers across all of the LLVM projects in the monorepo by Chandler Carruth · 5 years ago
  82. 4685928 Fix all the bots. by Eric Fiselier · 5 years ago
  83. 4abbf7d Update the file headers across all of the LLVM projects in the monorepo by Chandler Carruth · 5 years ago
  84. c781cb5 Install new LLVM license structure and new developer policy. by Chandler Carruth · 5 years ago
  85. 1407278 Fix aligned allocation availability XFAILs after D56445. by Eric Fiselier · 5 years ago
  86. ef4eb5d [hurd] Fix unconditional use of PATH_MAX by Eric Fiselier · 5 years ago
  87. a9e8405 Bump the trunk version to 9.0.0svn by Hans Wennborg · 5 years ago
  88. 89e287b correct script name in generated tests by Eric Fiselier · 5 years ago
  89. 455f16a Attempt to make test_macros.h even more minimal by Eric Fiselier · 5 years ago
  90. 8290a8d Fix feature test macros for atomics/mutexes without threading by Eric Fiselier · 5 years ago
  91. 6840e54 Fix PR40230 - std::pair may have padding on FreeBSD. by Eric Fiselier · 5 years ago
  92. 272871b Move internal usages of `alignof`/`__alignof` to use `_LIBCPP_ALIGNOF`. by Eric Fiselier · 5 years ago
  93. a8b9f59 Implement feature test macros using a script. by Eric Fiselier · 5 years ago
  94. 3ea6c6b Fix size_t/off_t mixup in std::filesystem. by Dan Albert · 5 years ago
  95. ae62476 Add large file support to create_file for 32-bit. by Dan Albert · 5 years ago
  96. b7b2997 [libc++] Support different libc++ namespaces in the iterator test by Petr Hosek · 5 years ago
  97. e315f32 Update year in license files by Hans Wennborg · 5 years ago
  98. 9e69b7d [test] Fix logic error in <compare> tests; enable for MSVC Dev16 by Casey Carter · 5 years ago
  99. 65c8c4f Generalize the comparison test structure to support cross-type comparisons. NFC to the library by Marshall Clow · 5 years ago
  100. b72a4f7 Include toolchain/llvm_android OWNERS by Chih-Hung Hsieh · 5 years ago llvm-svn.349610