| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | [libcxx] Revert set of atomic patches that broke lldb. | Davide Italiano | 2019-03-05 | 1 | -15/+2 |
| * | Make VCRuntime ABI configuration a first-class option. | Eric Fiselier | 2019-03-05 | 1 | -5/+5 |
| * | [libc++] decoupling Freestanding atomic<T> from libatomic.a | Louis Dionne | 2019-03-04 | 1 | -2/+15 |
| * | [libc++] Rename _NOALIAS macro to _LIBCPP_NOALIAS | Louis Dionne | 2019-02-26 | 1 | -2/+2 |
| * | [libc++] Don't define operator new/delete when using vcruntime | Thomas Anderson | 2019-01-30 | 1 | -7/+8 |
| * | Update more file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
| * | Bump the trunk version to 9.0.0svn | Hans Wennborg | 2019-01-16 | 1 | -1/+1 |
| * | Move internal usages of `alignof`/`__alignof` to use `_LIBCPP_ALIGNOF`. | Eric Fiselier | 2019-01-16 | 1 | -3/+15 |
| * | [libcxx] Mark do_open, do_get and do_close parameters unused when catopen is ... | Petr Hosek | 2019-01-13 | 1 | -0/+2 |
| * | [libcxx][NFC] Properly indent nested #ifdefs and #defines | Louis Dionne | 2018-12-17 | 1 | -7/+7 |
| * | [libc++] Fix _LIBCPP_EXPORTED_FROM_ABI when visibility annotations are disabled | Thomas Anderson | 2018-12-13 | 1 | -1/+5 |
| * | Second part of P0482 - char8_t. Reviewed as https://reviews.llvm.org/D55308 | Marshall Clow | 2018-12-11 | 1 | -0/+4 |
| * | Add a version of std::function that includes a few optimizations in ABI V2. | Eric Fiselier | 2018-12-11 | 1 | -0/+2 |
| * | [libcxx] Don't depend on availability markup to provide the streams in the dylib | Louis Dionne | 2018-12-06 | 1 | -6/+9 |
| * | [libcxx] Remove bad_array_length | Louis Dionne | 2018-11-29 | 1 | -2/+0 |
| * | Revert "Move internal usages of `alignof`/`__alignof` to use `_LIBCPP_ALIGNOF... | Eric Fiselier | 2018-11-28 | 1 | -10/+0 |
| * | Move internal usages of `alignof`/`__alignof` to use `_LIBCPP_ALIGNOF`. | Eric Fiselier | 2018-11-28 | 1 | -0/+10 |
| * | [libcxx] Remove dynarray | Louis Dionne | 2018-11-28 | 1 | -2/+0 |
| * | [libcxx] Remove unused definition of aligned allocation macro on old OS X | Louis Dionne | 2018-11-21 | 1 | -5/+0 |
| * | [NFC] Reformat availability #defines in __config | Louis Dionne | 2018-11-20 | 1 | -8/+5 |
| * | [libcxx] Fix threads detection on GNU/Hurd | Louis Dionne | 2018-11-20 | 1 | -0/+1 |
| * | [libcxx] Add availability markup for bad_optional_access, bad_variant_access ... | Louis Dionne | 2018-11-19 | 1 | -2/+16 |
| * | Use C++11 fallthrough attribute syntax when available and add a break | Reid Kleckner | 2018-11-01 | 1 | -1/+5 |
| * | Make libc++'s versioning namespace customizable | Eric Fiselier | 2018-10-30 | 1 | -3/+5 |
| * | Unify definition of _LIBCPP_BEGIN/END_NAMESPACE_STD | Eric Fiselier | 2018-10-30 | 1 | -35/+19 |
| * | [libc++] Use exclude_from_explicit_instantiation instead of always_inline | Louis Dionne | 2018-10-29 | 1 | -1/+10 |
| * | [libc++] Make sure we can build libc++ with -fvisibility=hidden | Louis Dionne | 2018-10-25 | 1 | -3/+5 |
| * | [libcxx] Avoid repeating the definition of std:: namespaces | Louis Dionne | 2018-10-16 | 1 | -20/+6 |
| * | [libcxx] Remove _LIBCPP_EXTERN_TEMPLATE_INLINE_VISIBILITY | Louis Dionne | 2018-10-16 | 1 | -1/+0 |
| * | Recommit <chrono> changes with a couple xtra tests marked to fail on apple's ... | Marshall Clow | 2018-10-16 | 1 | -0/+5 |
| * | Revert r344529 "Implement the first part of the calendar support for C++20" | Artem Dergachev | 2018-10-16 | 1 | -5/+0 |
| * | Wrap up the new chrono literals in an #ifdef so that old versions of clang do... | Marshall Clow | 2018-10-15 | 1 | -0/+5 |
| * | Distinguish between library and language support for aligned allocation. | Eric Fiselier | 2018-10-11 | 1 | -4/+11 |
| * | [libc++] Remove Fuchsia-specific knowledge to pick the ABI version | Louis Dionne | 2018-09-26 | 1 | -5/+1 |
| * | [libc++] Add deprecated attributes to many deprecated components | Louis Dionne | 2018-09-23 | 1 | -4/+28 |
| * | [libc++] Add _LIBCPP_ENABLE_NODISCARD and _LIBCPP_NODISCARD_EXT to allow pre-... | Roman Lebedev | 2018-09-22 | 1 | -2/+24 |
| * | [libcxx] By default, do not use internal_linkage to hide symbols from the ABI | Louis Dionne | 2018-08-16 | 1 | -1/+13 |
| * | Selectively import timespec_get into namespace std, since some C libraries do... | Marshall Clow | 2018-08-15 | 1 | -0/+3 |
| * | [libc++] Detect C11 features on non-Clang compilers | Louis Dionne | 2018-08-15 | 1 | -22/+22 |
| * | [libc++] Enable aligned allocation based on feature test macro, irrespective ... | Louis Dionne | 2018-08-10 | 1 | -0/+5 |
| * | [libc++] Add the _LIBCPP_HIDE_FROM_ABI_AFTER_V1 macro | Louis Dionne | 2018-08-06 | 1 | -13/+10 |
| * | Update version to 8.0.0svn: cmake, includes files and docs | Hans Wennborg | 2018-08-01 | 1 | -1/+1 |
| * | [libc++] Fix GCC 7.2.0 macro redefinition warning | Louis Dionne | 2018-08-01 | 1 | -1/+1 |
| * | Re-apply "[libcxx] implement <simd> ABI for Clang/GCC vector extension, const... | Tim Shen | 2018-07-30 | 1 | -0/+4 |
| * | Revert "[libcxx] implement <simd> ABI for Clang/GCC vector extension, constru... | Tim Shen | 2018-07-30 | 1 | -4/+0 |
| * | [libcxx] implement <simd> ABI for Clang/GCC vector extension, constructors, c... | Tim Shen | 2018-07-30 | 1 | -0/+4 |
| * | [libc++] Introduce _LIBCPP_HIDE_FROM_ABI to replace _LIBCPP_INLINE_VISIBILITY | Louis Dionne | 2018-07-27 | 1 | -8/+19 |
| * | Move Filesystem namespace definition out of a clang specific ifdef block. | Eric Fiselier | 2018-07-27 | 1 | -13/+14 |
| * | Implement <filesystem> | Eric Fiselier | 2018-07-27 | 1 | -12/+25 |
| * | Stop wrapping __has_include in another macro | Alexander Richardson | 2018-07-24 | 1 | -5/+3 |