summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-09-06Merging r340609:llvm_70-amp-20181130release_70-e8af9b4c407-amp-20181130Hans Wennborg
2018-08-30Merging r340823:Hans Wennborg
2018-08-24Merging r340544:Hans Wennborg
2018-08-22Merging r340406:Hans Wennborg
2018-08-17Merging r339816:Hans Wennborg
2018-08-17Merging r339804:Hans Wennborg
2018-08-17Merging r339742:Hans Wennborg
2018-08-17Merging r339741:Hans Wennborg
2018-08-17Merging r339702:Hans Wennborg
2018-08-17Merging r339675:Hans Wennborg
2018-08-16Merging r339874:Hans Wennborg
2018-08-16Merging r339743:Hans Wennborg
2018-08-16Merging r339794:Hans Wennborg
2018-08-16Merging r339697:Hans Wennborg
2018-08-14Merging r339431:Hans Wennborg
2018-08-01Drop 'svn' suffix from the version number.Hans Wennborg
2018-08-01Creating release_70 branch off revision 338536Hans Wennborg
2018-08-01[libc++] Fix GCC 7.2.0 macro redefinition warningLouis Dionne
2018-08-01[libc++] Fix build failures after merging <charconv>Zhihao Yuan
2018-08-01[libc++][C++17] Elementary string conversions for integral typesZhihao Yuan
2018-08-01[libc++] Remove _LIBCPP_BUILDING_XXX macros, which are redundant since _LIBCP...Louis Dionne
2018-08-01First half of C++17's splicing maps and setsErik Pilkington
2018-07-31Final bit of P0063 - make sure that aligned_alloc is available when the under...Marshall Clow
2018-07-31Test for the presence of a bunch of new macros for c++17. These macros come f...Marshall Clow
2018-07-31import timespec and timespec_get into namespace std if we're under c++17 or l...Marshall Clow
2018-07-31Introduce a new test macro TEST_HAS_C11_FEATURES which is set when the underl...Marshall Clow
2018-07-30Code cleanup - change naked 'throw' expressions to call helpre function '__th...Marshall Clow
2018-07-30[libcxx] fix `>> 42` UB in <experimental/simd>Tim Shen
2018-07-30Re-apply "[libcxx] implement <simd> ABI for Clang/GCC vector extension, const...Tim Shen
2018-07-30Revert "[libcxx] implement <simd> ABI for Clang/GCC vector extension, constru...Tim Shen
2018-07-30[libcxx] implement <simd> ABI for Clang/GCC vector extension, constructors, c...Tim Shen
2018-07-27[libc++] Exclude posix_l/strtonum fallback inclusion for newlib > 2.4Jordan Rupprecht
2018-07-27[libc++] Introduce _LIBCPP_HIDE_FROM_ABI to replace _LIBCPP_INLINE_VISIBILITYLouis Dionne
2018-07-27Move Filesystem namespace definition out of a clang specific ifdef block.Eric Fiselier
2018-07-27Add libc++fs to the test deps, and not to the target 'cxx'.Eric Fiselier
2018-07-27Attempt to unbreak *all the bots*Eric Fiselier
2018-07-27Correctly mark the Filesystem status as complete.Eric Fiselier
2018-07-27Implement <filesystem>Eric Fiselier
2018-07-26[CMake] Don't generate linker script only when shared library isn't staticall...Petr Hosek
2018-07-26Copy LLVM CMake configuration for CMake Policy CMP0068Eric Fiselier
2018-07-26Be more consistent about which bool value means an error occurredEric Fiselier
2018-07-26Cleanup the last_write_time internalsEric Fiselier
2018-07-26Correct comment about stat truncating st_mtimespec to secondsEric Fiselier
2018-07-26Fix attribute placement WRT extern CEric Fiselier
2018-07-26Workaround OS X 10.11 behavior where stat truncates st_mtimespec to seconds.Eric Fiselier
2018-07-26Add print statements to help debuggingEric Fiselier
2018-07-26[libc++] Add hack to allow ubsan to work w/o compiler-rt (__muloti4 is undefi...Eric Fiselier
2018-07-25[libc++] Follow-up to r337968: use an explicit cast as suggested by EricAlex Lorenz
2018-07-25[CMake] Don't install c++abi headers in standalone libc++ buildPetr Hosek
2018-07-25Work around GCC bug in constexpr functionEric Fiselier