Clone this repo:
  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