summaryrefslogtreecommitdiffstats
path: root/libcxx
Commit message (Expand)AuthorAgeFilesLines
* Merging r343369:Tom Stellard2018-12-061-1/+0
* Merging r343753:Tom Stellard2018-12-051-1/+1
* Merging r340609:Hans Wennborg2018-09-063-10/+51
* Merging r340823:Hans Wennborg2018-08-305-3/+35
* Merging r340544:Hans Wennborg2018-08-241-1/+2
* Merging r340406:Hans Wennborg2018-08-221-1/+6
* Merging r339816:Hans Wennborg2018-08-176-5/+15
* Merging r339804:Hans Wennborg2018-08-173-2/+3
* Merging r339742:Hans Wennborg2018-08-172-6/+6
* Merging r339741:Hans Wennborg2018-08-171-22/+22
* Merging r339702:Hans Wennborg2018-08-171-1/+1
* Merging r339675:Hans Wennborg2018-08-173-0/+7
* Merging r339874:Hans Wennborg2018-08-166-5/+63
* Merging r339743:Hans Wennborg2018-08-1616-102/+193
* Merging r339794:Hans Wennborg2018-08-161-0/+4
* Merging r339697:Hans Wennborg2018-08-161-1/+1
* Merging r339431:Hans Wennborg2018-08-143-7/+30
* Drop 'svn' suffix from the version number.Hans Wennborg2018-08-011-1/+1
* [libc++] Fix GCC 7.2.0 macro redefinition warningLouis Dionne2018-08-011-1/+1
* [libc++] Fix build failures after merging <charconv>Zhihao Yuan2018-08-013-1/+4
* [libc++][C++17] Elementary string conversions for integral typesZhihao Yuan2018-08-0110-0/+1402
* [libc++] Remove _LIBCPP_BUILDING_XXX macros, which are redundant since _LIBCP...Louis Dionne2018-08-0115-21/+13
* First half of C++17's splicing maps and setsErik Pilkington2018-08-0143-9/+3214
* Final bit of P0063 - make sure that aligned_alloc is available when the under...Marshall Clow2018-07-313-4/+24
* Test for the presence of a bunch of new macros for c++17. These macros come f...Marshall Clow2018-07-314-0/+105
* import timespec and timespec_get into namespace std if we're under c++17 or l...Marshall Clow2018-07-313-3/+41
* Introduce a new test macro TEST_HAS_C11_FEATURES which is set when the underl...Marshall Clow2018-07-312-10/+66
* Code cleanup - change naked 'throw' expressions to call helpre function '__th...Marshall Clow2018-07-301-33/+11
* [libcxx] fix `>> 42` UB in <experimental/simd>Tim Shen2018-07-301-1/+1
* Re-apply "[libcxx] implement <simd> ABI for Clang/GCC vector extension, const...Tim Shen2018-07-3018-445/+1481
* Revert "[libcxx] implement <simd> ABI for Clang/GCC vector extension, constru...Tim Shen2018-07-3018-1477/+445
* [libcxx] implement <simd> ABI for Clang/GCC vector extension, constructors, c...Tim Shen2018-07-3018-445/+1477
* [libc++] Exclude posix_l/strtonum fallback inclusion for newlib > 2.4Jordan Rupprecht2018-07-271-1/+1
* [libc++] Introduce _LIBCPP_HIDE_FROM_ABI to replace _LIBCPP_INLINE_VISIBILITYLouis Dionne2018-07-272-9/+36
* Move Filesystem namespace definition out of a clang specific ifdef block.Eric Fiselier2018-07-271-13/+14
* Add libc++fs to the test deps, and not to the target 'cxx'.Eric Fiselier2018-07-272-8/+7
* Attempt to unbreak *all the bots*Eric Fiselier2018-07-274-7/+10
* Correctly mark the Filesystem status as complete.Eric Fiselier2018-07-271-2/+2
* Implement <filesystem>Eric Fiselier2018-07-27178-3163/+3980
* [CMake] Don't generate linker script only when shared library isn't staticall...Petr Hosek2018-07-261-2/+2
* Copy LLVM CMake configuration for CMake Policy CMP0068Eric Fiselier2018-07-261-0/+4
* Be more consistent about which bool value means an error occurredEric Fiselier2018-07-261-6/+6
* Cleanup the last_write_time internalsEric Fiselier2018-07-262-17/+26
* Correct comment about stat truncating st_mtimespec to secondsEric Fiselier2018-07-261-19/+6
* Fix attribute placement WRT extern CEric Fiselier2018-07-261-2/+2
* Workaround OS X 10.11 behavior where stat truncates st_mtimespec to seconds.Eric Fiselier2018-07-261-11/+38
* Add print statements to help debuggingEric Fiselier2018-07-261-11/+21
* [libc++] Add hack to allow ubsan to work w/o compiler-rt (__muloti4 is undefi...Eric Fiselier2018-07-261-0/+55
* [libc++] Follow-up to r337968: use an explicit cast as suggested by EricAlex Lorenz2018-07-251-2/+4
* [CMake] Don't install c++abi headers in standalone libc++ buildPetr Hosek2018-07-253-3/+2
OpenPOWER on IntegriCloud