aboutsummaryrefslogtreecommitdiff
path: root/libcxx
AgeCommit message (Expand)AuthorFilesLines
2018-09-06Merging r340609:Hans Wennborg3-10/+51
2018-08-30Merging r340823:Hans Wennborg5-3/+35
2018-08-24Merging r340544:Hans Wennborg1-1/+2
2018-08-22Merging r340406:Hans Wennborg1-1/+6
2018-08-17Merging r339816:Hans Wennborg6-5/+15
2018-08-17Merging r339804:Hans Wennborg3-2/+3
2018-08-17Merging r339742:Hans Wennborg2-6/+6
2018-08-17Merging r339741:Hans Wennborg1-22/+22
2018-08-17Merging r339702:Hans Wennborg1-1/+1
2018-08-17Merging r339675:Hans Wennborg3-0/+7
2018-08-16Merging r339874:Hans Wennborg6-5/+63
2018-08-16Merging r339743:Hans Wennborg16-102/+193
2018-08-16Merging r339794:Hans Wennborg1-0/+4
2018-08-16Merging r339697:Hans Wennborg1-1/+1
2018-08-14Merging r339431:Hans Wennborg3-7/+30
2018-08-01Drop 'svn' suffix from the version number.Hans Wennborg1-1/+1
2018-08-01[libc++] Fix GCC 7.2.0 macro redefinition warningLouis Dionne1-1/+1
2018-08-01[libc++] Fix build failures after merging <charconv>Zhihao Yuan3-1/+4
2018-08-01[libc++][C++17] Elementary string conversions for integral typesZhihao Yuan10-0/+1402
2018-08-01[libc++] Remove _LIBCPP_BUILDING_XXX macros, which are redundant since _LIBCP...Louis Dionne15-21/+13
2018-08-01First half of C++17's splicing maps and setsErik Pilkington43-9/+3214
2018-07-31Final bit of P0063 - make sure that aligned_alloc is available when the under...Marshall Clow3-4/+24
2018-07-31Test for the presence of a bunch of new macros for c++17. These macros come f...Marshall Clow4-0/+105
2018-07-31import timespec and timespec_get into namespace std if we're under c++17 or l...Marshall Clow3-3/+41
2018-07-31Introduce a new test macro TEST_HAS_C11_FEATURES which is set when the underl...Marshall Clow2-10/+66
2018-07-30Code cleanup - change naked 'throw' expressions to call helpre function '__th...Marshall Clow1-33/+11
2018-07-30[libcxx] fix `>> 42` UB in <experimental/simd>Tim Shen1-1/+1
2018-07-30Re-apply "[libcxx] implement <simd> ABI for Clang/GCC vector extension, const...Tim Shen18-445/+1481
2018-07-30Revert "[libcxx] implement <simd> ABI for Clang/GCC vector extension, constru...Tim Shen18-1477/+445
2018-07-30[libcxx] implement <simd> ABI for Clang/GCC vector extension, constructors, c...Tim Shen18-445/+1477
2018-07-27[libc++] Exclude posix_l/strtonum fallback inclusion for newlib > 2.4Jordan Rupprecht1-1/+1
2018-07-27[libc++] Introduce _LIBCPP_HIDE_FROM_ABI to replace _LIBCPP_INLINE_VISIBILITYLouis Dionne2-9/+36
2018-07-27Move Filesystem namespace definition out of a clang specific ifdef block.Eric Fiselier1-13/+14
2018-07-27Add libc++fs to the test deps, and not to the target 'cxx'.Eric Fiselier2-8/+7
2018-07-27Attempt to unbreak *all the bots*Eric Fiselier4-7/+10
2018-07-27Correctly mark the Filesystem status as complete.Eric Fiselier1-2/+2
2018-07-27Implement <filesystem>Eric Fiselier178-3163/+3980
2018-07-26[CMake] Don't generate linker script only when shared library isn't staticall...Petr Hosek1-2/+2
2018-07-26Copy LLVM CMake configuration for CMake Policy CMP0068Eric Fiselier1-0/+4
2018-07-26Be more consistent about which bool value means an error occurredEric Fiselier1-6/+6
2018-07-26Cleanup the last_write_time internalsEric Fiselier2-17/+26
2018-07-26Correct comment about stat truncating st_mtimespec to secondsEric Fiselier1-19/+6
2018-07-26Fix attribute placement WRT extern CEric Fiselier1-2/+2
2018-07-26Workaround OS X 10.11 behavior where stat truncates st_mtimespec to seconds.Eric Fiselier1-11/+38
2018-07-26Add print statements to help debuggingEric Fiselier1-11/+21
2018-07-26[libc++] Add hack to allow ubsan to work w/o compiler-rt (__muloti4 is undefi...Eric Fiselier1-0/+55
2018-07-25[libc++] Follow-up to r337968: use an explicit cast as suggested by EricAlex Lorenz1-2/+4
2018-07-25[CMake] Don't install c++abi headers in standalone libc++ buildPetr Hosek3-3/+2
2018-07-25Work around GCC bug in constexpr functionEric Fiselier1-3/+4
2018-07-25Fix GCC build in C++14 w/o c++14 constexprEric Fiselier1-1/+1