summaryrefslogtreecommitdiffstats
path: root/libcxx
Commit message (Expand)AuthorAgeFilesLines
* 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
* Work around GCC bug in constexpr functionEric Fiselier2018-07-251-3/+4
* Fix GCC build in C++14 w/o c++14 constexprEric Fiselier2018-07-251-1/+1
* Remove test which shouldn't have been committedEric Fiselier2018-07-251-19/+0
* Fix failing test under C++14Eric Fiselier2018-07-251-2/+2
* [libc++] Follow-up to r337960: specify lambda's return type to avoidAlex Lorenz2018-07-251-1/+1
* Make <experimental/filesystem> compile with gcc 4.8.5Eric Fiselier2018-07-251-2/+2
* [libc++] Use __int128_t to represent file_time_type.Eric Fiselier2018-07-259-407/+762
* [libc++] Factor duplicate code into function templatesLouis Dionne2018-07-251-269/+50
* [windows] Fix warning about comparing ints of different signsMartin Storsjo2018-07-251-2/+3
* [NFC] Fix grammatical mistakes in libc++ FileTimeType design docsLouis Dionne2018-07-251-10/+10
* Fix diagnostic test to tolerate Clang diagnosing it as well.Eric Fiselier2018-07-251-0/+5
* Fix another typo in the FileTimeType docsEric Fiselier2018-07-251-1/+1
* Fix typos, spelling, and grammar in the FileTimeType design docs.Eric Fiselier2018-07-251-36/+37
* Fix bugs in create_directory implementation.Eric Fiselier2018-07-254-8/+71
* Fix missing includes in format_string.hpp helperEric Fiselier2018-07-251-4/+5
* New test support for comparisons. Reviewed as https://reviews.llvm.org/D49773Marshall Clow2018-07-251-0/+175
* Make <experimental/filesystem> explicitly require C++11.Eric Fiselier2018-07-253-166/+173
* Ensure path::iterator and PathParser share the same enumeration values.Eric Fiselier2018-07-252-20/+28
* Add design docs for upcoming file_time_type change.Eric Fiselier2018-07-253-1/+495
* Mark <span> as completeMarshall Clow2018-07-251-2/+2
* [CMake] Option to control whether shared/static library is installedPetr Hosek2018-07-242-7/+16
* [CMake] Fix the setting of LIBCXX_HEADER_DIR in standalone buildPetr Hosek2018-07-242-7/+10
* Stop wrapping __has_include in another macroAlexander Richardson2018-07-242-10/+6
OpenPOWER on IntegriCloud