summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-11-13Merge 24c7353aa for LLVM update to 316199llvm-r316199Yi Kong
2017-10-19Fix an unsigned integer overflow in regex that lead to a bad memory access. F...Marshall Clow
2017-10-19Fix UB - signed integer overflow in regex. Thanks to Tim Shen for the patch. ...Marshall Clow
2017-10-18Fix a think-o in the design of the stable_XXX sort tests; only shows up for t...Marshall Clow
2017-10-18Fix regex bug with ^\W. Thanks to Tim Shen for the patch. Reviewed as https:/...Marshall Clow
2017-10-17Refactor std::list node allocation logic.Eric Fiselier
2017-10-17fix shadowing warnings in new tests, try 2Eric Fiselier
2017-10-17fix shadowing warnings in new testsEric Fiselier
2017-10-17Refactor _LIBCPP_<LITTLE|BIG>_ENDIANEric Fiselier
2017-10-17[libc++] Fix PR34898 - vector iterator constructors and assign method perform...Eric Fiselier
2017-10-15Fix last_write_time.pass.cpp to work with clang-3.9 and earlierRoman Lebedev
2017-10-15Really do make sure that last_write_time.pass.cpp still works with old clangRoman Lebedev
2017-10-15Silence clang's -Wtautological-constant-compare in last_write_time.pass.cppRoman Lebedev
2017-10-14Placate unused variable warnings uncovered by improvements to clang's -Wunuse...Benjamin Kramer
2017-10-12More fuzzing infastructre - regexMarshall Clow
2017-10-12Mark test as a long-testRoger Ferrer Ibanez
2017-10-10Remove unneeded typename from testRoger Ferrer Ibanez
2017-10-09[libc++] Support Microsoft ABI without vcruntime headersShoaib Meenai
2017-10-05[libc++] Clarify names of ABI forcing macrosShoaib Meenai
2017-10-04[libc++] Move cache variable definition. NFCShoaib Meenai
2017-10-04[libc++] Allow users to explicitly specify ABIShoaib Meenai
2017-10-04Fix accidental assignment inside test assertsEric Fiselier
2017-10-04[libc++] Add site config option for ABI macrosShoaib Meenai
2017-10-04Initial cut at infastructure for fuzzing support for OSS-fuzzMarshall Clow
2017-10-04Add C++17 explicit deduction guides to std::pair.Eric Fiselier
2017-10-03Fix test suite misconfiguration on OS XEric Fiselier
2017-10-02Improve test runner output for broken configurations.Eric Fiselier
2017-09-30[test] Allow other implementations to strengthen noexcept on deque's move con...Casey Carter
2017-09-28[test] forwardlist.cons/move_noexcept.pass.cppCasey Carter
2017-09-26[libcxx] [test] Fix unused local typedef warnings.Stephan T. Lavavej
2017-09-26[libcxx] [test] Strip trailing whitespace.Stephan T. Lavavej
2017-09-26[libcxx] [test] Silence warning C4324 for MSVC.Stephan T. Lavavej
2017-09-20Revert 313789 because gcc doesn't like itMarshall Clow
2017-09-20Mark the __eval methods on independent_bits_engine (and __independent_bits_en...Marshall Clow
2017-09-20Fix a bit of UB in __independent_bits_engine. Fixes PR#34663Marshall Clow
2017-09-20Make libcxx tests work when llvm sources are not present.Zachary Turner
2017-09-19[libc++] Replace __sync_* functions with __libcpp_atomic_* functionsWeiming Zhao
2017-09-19Resubmit "Fix llvm-lit script generation in libcxx."Zachary Turner
2017-09-19Revert "Fix llvm-lit script generation in libcxx."Zachary Turner
2017-09-19Fix llvm-lit script generation in libcxx.Zachary Turner
2017-09-18Fix failing ASAN testEric Fiselier
2017-09-17Fix two failing -verify tests to tolerate old and new clang versionsEric Fiselier
2017-09-17Update changelog revisionEric Fiselier
2017-09-17ABI: Fix for undefined "___cxa_deleted_virtual" symbol in MacOSXEric Fiselier
2017-09-17Fix failing -verify tests due to change in Clangs static_assert message.Eric Fiselier
2017-09-15[libc++] Account for Microsoft CRT const overloadsShoaib Meenai
2017-09-15[libc++] Remove unnecessary struct tagShoaib Meenai
2017-09-15typeinfo: provide a partial implementation for Win32Saleem Abdulrasool
2017-09-15Fix accidental ADL in std::allocator_traits meta-programming.Eric Fiselier
2017-09-14[libc++] Prevent stale site configuration headersShoaib Meenai