summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-02-27Merge 712d476de for LLVM update to 353983HEADmastermainllvm-r353983Yi Kong
2019-02-13[libcxx] Do not assume the number of elements in a moved-from associative con...Louis Dionne
2019-02-12[libc++] Avoid UB in the no-exceptions mode in a few placesLouis Dionne
2019-02-12[CMake] Avoid passing -rtlib=compiler-rt when using compiler-rtPetr Hosek
2019-02-12Don't declare fenv.h functions when they're a macro.Eric Fiselier
2019-02-12Make the sym_diff utilities more useful.Eric Fiselier
2019-02-11Add fenv.h headerEric Fiselier
2019-02-11[libcxx] Preserve order, avoid duplicates when merging static archivesPetr Hosek
2019-02-11The new file header didn't get carried over when these files wereChandler Carruth
2019-02-11Update some newly added files that mistakenly used the old file headerChandler Carruth
2019-02-10fix -Wextra-semi warningsEric Fiselier
2019-02-10Make LIBCXX_STANDARD_VER configurableEric Fiselier
2019-02-10 Format sym_extract.py output to minimize diff output.Eric Fiselier
2019-02-10Add missing symbols to Apple v2 abi list.Eric Fiselier
2019-02-10Add ABI list directories for 8.0Eric Fiselier
2019-02-09Mark another test as flakyKamil Rytarowski
2019-02-09[libcxx] Support runtimes and monorepo locations for testsPetr Hosek
2019-02-07Add static_asserts to tuple's comparison operators to enforce the requirement...Marshall Clow
2019-02-07Add UBSAN annotation to __hash_table::rehash; we don't do anything wrong, but...Marshall Clow
2019-02-06Revert "[libc++] Only add dylib-related features when using the system's libc++"Louis Dionne
2019-02-06[libc++] Only add dylib-related features when using the system's libc++Louis Dionne
2019-02-06Add a specialization for '__unwrap_iter' to handle const interators. This ena...Marshall Clow
2019-02-05[libc++] Fix XFAILs when exceptions are disabledLouis Dionne
2019-02-05[libc++] Fix XFAILs on macOS when exceptions are disabledLouis Dionne
2019-02-05[CMake] Support compiler-rt builtins library in testsPetr Hosek
2019-02-05[libc++] Use UNSUPPORTED instead of TEST_STD_VER #ifdefLouis Dionne
2019-02-05[libcxx] Start defining lit features for tests depending on availabilityLouis Dionne
2019-02-05[libc++] Control whether exceptions are enabled in the macOS trunk testing sc...Louis Dionne
2019-02-05[NFC][libc++] Reindent functionLouis Dionne
2019-02-05Fix double curliesJF Bastien
2019-02-05[CMake] Update lit test configurationPetr Hosek
2019-02-04Support tests in freestandingJF Bastien
2019-02-04[CMake] Support CMake variables for setting target, sysroot and toolchainPetr Hosek
2019-02-02Move the feature test macros script to the utils directory.Eric Fiselier
2019-02-01Handle cases where the dirent::d_type macros aren't definedEric Fiselier
2019-02-01add a test and a couple minor bug fixes for the implicit-signed-integer-trunc...Marshall Clow
2019-02-01[libc++] Disentangle the 3 implementations of type_infoLouis Dionne
2019-01-31Fix a bit of libc++-specific behavior in the regex tests; add a missing test....Marshall Clow
2019-01-30[CMake] Use correct visibility for linked libraries in CMakePetr Hosek
2019-01-30Revert "[CMake] Use correct visibility for linked libraries in CMake"Petr Hosek
2019-01-30[CMake] Use correct visibility for linked libraries in CMakePetr Hosek
2019-01-30[libc++] Explicitly initialize std::nothrowThomas Anderson
2019-01-30[libc++] Don't define operator new/delete when using vcruntimeThomas Anderson
2019-01-30[libc++] Don't define exception destructors when using vcruntimeThomas Anderson
2019-01-29[libc++] Fix Windows build error in <functional>Thomas Anderson
2019-01-29[libc++] Fix Windows build error in include/filesystemThomas Anderson
2019-01-29Fix PR40495 - is_invokable_v<void> does not compileEric Fiselier
2019-01-29Adjust documentation for git migration.James Y Knight
2019-01-29[NFC] Add missing revision for removal of bad_array_length in ABI changelogLouis Dionne
2019-01-29Mark some of the behavior in the move w/allocator constructors of deque/unord...Marshall Clow