Sign in
chromium
/
external
/
github.com
/
llvm
/
llvm-project.git
/
deebf47ab12343e83f2b8ce8e80bacf83c399ac0
/
libcxx
7087ee6
[libc++][NFC] Improve test readability for std::fill_n (#133771)
by Peng Liu
· 4 weeks ago
f25f9e4
[libc++][NFC] Remove a bunch of redundant ASan existence checks (#128504)
by Nikolas Klauser
· 4 weeks ago
2f54a84
[libc++][test] Test `flat_meow` with proper underlying iterators (#131290)
by A. Jiang
· 4 weeks ago
58d4ebb
[libcxx][CMake] Use the right variable in the C library error message (#138458)
by Raul Tambre
· 4 weeks ago
d05ab11
[libc++] Remove redundant and somewhat confusing assertions around advance() (#133276)
by Louis Dionne
· 4 weeks ago
60b43ef
[libc++] Improve the test coverage for std::vector::emplace (#132440)
by Louis Dionne
· 4 weeks ago
3ea0754
[libc++] Enable sized deallocation when building operator new shims on Apple (#134152)
by Louis Dionne
· 4 weeks ago
3dc1f75
[libc++][C++03] Remove code that is not used in C++03 (#134045)
by Nikolas Klauser
· 4 weeks ago
25fc52e
[libc++] Re-introduce _LIBCPP_DISABLE_AVAILABILITY (#134158)
by Louis Dionne
· 4 weeks ago
46c7306
[libc++][CI] Use latest Docker image. (#132539)
by Mark de Wever
· 4 weeks ago
8c3aa3e
[libc++][NFC] Replace typedefs with using declarations in <vector> (#134083)
by Nikolas Klauser
· 4 weeks ago
a6459de
[libc++] Remove a few unused includes from <__bit/*> (#137934)
by Nikolas Klauser
· 4 weeks ago
180bc59
[libc++] Simplify the implementation of is_unbounded_array a bit (#137716)
by Nikolas Klauser
· 4 weeks ago
4ed8f38
[libc++][pair] P2944R3: Constrain `std::pair`'s equality operator (#136672)
by Hristo Hristov
· 5 weeks ago
e43e8ec
[libc++] Remove dead implementation of is_nothrow_convertible and merge the remaining code into is_convertible.h (#137717)
by Nikolas Klauser
· 5 weeks ago
2b57ebb
[libc++][CI] Improves updating Docker image. (#134497)
by Mark de Wever
· 5 weeks ago
9fdb4f3
[libc++] Make bad_function_call::what() existence a matter of availability instead of ABI (#127697)
by Nikolas Klauser
· 5 weeks ago
166e5b1
[libc++][NFC] Refactor string's extern template lists (#137264)
by Nikolas Klauser
· 5 weeks ago
c4d44ec
[libc++][NFC] Use early returns in basic_string::operator= (#137145)
by Nikolas Klauser
· 5 weeks ago
911cb60
[libc++] Use __array_rank in Clang versions without any known bugs (#136103)
by Nikolas Klauser
· 5 weeks ago
205d399
[libcxx] [test] Clarify the condition for long double hex formatting (#135334)
by Martin Storsjö
· 5 weeks ago
5f91649
Optimize std::__tree::__assign_multi to insert the provided range at the end of the tree every time (#131030)
by higher-performance
· 5 weeks ago
03c2862
[libc++][ranges] Reject non-class types in ranges::to (#135802)
by Yuzhiy
· 5 weeks ago
d6622df
[libcxx] [test] Extend mingw workarounds for armv7/aarch64 too (#136419)
by Martin Storsjö
· 6 weeks ago
e9280a1
[libc++] Backport segmented iterator optimization for std::for_each to C++11 (#134960)
by Peng Liu
· 6 weeks ago
06de4d5
[libc++] Properly decay functions in CTAD for `pair` (#134544)
by A. Jiang
· 6 weeks ago
9e3982d
[libc++] Replace __libcpp_{ctz, clz} with __builtin_{ctzg, clzg} (#133920)
by Peng Liu
· 6 weeks ago
860e884
[libc++] Make __config_site modular (#134699)
by Louis Dionne
· 6 weeks ago
e0a6905
[libc++] Simplify the generic implementation of is_{un}signed (#136095)
by Nikolas Klauser
· 6 weeks ago
51b8c66
[libc++] Extend the scope of radix sorting inside std::stable_sort to floating-point types (#129452)
by Дмитрий Изволов
· 7 weeks ago
557e931
[libc++] Implement P2897R7 aligned_accessor: An mdspan accessor expressing pointer over-alignment (#122603)
by Damien L-G
· 7 weeks ago
1175f5b
[libc++] Removes the _LIBCPP_VERBOSE_ABORT_NOT_NOEXCEPT macro. (#135494)
by Mark de Wever
· 7 weeks ago
703cfe7
[libc++] Replace __libcpp_popcount by __builtin_popcountg (#133937)
by Peng Liu
· 7 weeks ago
4e0876e
[libc++] Use __underlying_type directly in underyling_type_t (#135423)
by Nikolas Klauser
· 7 weeks ago
5c45e23
[libc++][test][NFC] Remove unused inclusions of `<iostream>` (#134776)
by A. Jiang
· 7 weeks ago
3e7be49
[libc++][test] Test `nasty_string` in C++20 (#135338)
by A. Jiang
· 7 weeks ago
cfa322f
[libc++][NFC] Reuse `__bit_log2` for `sort` (#135303)
by A. Jiang
· 7 weeks ago
5bdad05
[libc++][NFC] Remove a few aliases in __tree (#134392)
by Nikolas Klauser
· 7 weeks ago
d39d24c
[libc++][doc] Updates the release notes.
by Mark de Wever
· 7 weeks ago
6de1537
[NFC][libc++][test] Minor updates to generated header version test. (#134543)
by Mark de Wever
· 7 weeks ago
df579ce
[libc++] Adds is_implemented function for new ftm generator. (#134538)
by Mark de Wever
· 7 weeks ago
88e15b7
[libc++] A quick-fix for the Apple CI. (#135202)
by Mark de Wever
· 7 weeks ago
8fc2538
Reapply "[libc++] Optimize num_put integral functions" (#131613) (#133572)
by Nikolas Klauser
· 7 weeks ago
4cde945
[libc++][NFC] Remove `public` from the type traits (#135088)
by Nikolas Klauser
· 7 weeks ago
cb43fe3
[libc++][NFC] Inline _LIBCPP_FALLTHROUGH() (#135001)
by Nikolas Klauser
· 7 weeks ago
a4e6a77
libcxx: In gdb test detect execute_mi with feature check instead of version check.
by Peter Collingbourne
· 7 weeks ago
2f41fa3
[AMDGPU] Fix code object version not being set to 'none' (#135036)
by Joseph Huber
· 7 weeks ago
01a2922
[libc++][doc] Removes LLVM 19 Release Notes. (#134894)
by Mark de Wever
· 7 weeks ago
af9c04f
[libc++] Remove _LIBCPP_TEMPLATE_VIS (#134885)
by Nikolas Klauser
· 7 weeks ago
750da48
[libc++][C++03] Remove headers which don't provide anything (#134044)
by Nikolas Klauser
· 8 weeks ago
ab95005
[libc++] P3247R2: Deprecate `is_trivial(_v)` (#130573)
by A. Jiang
· 8 weeks ago
4ab86ed
[libc++] Fix misplaced _LIBCPP_POP_MACROS (#134874)
by Louis Dionne
· 8 weeks ago
658f848
[NFC][libc++][test] Refactor new ftm generator tests. (#134490)
by Mark de Wever
· 8 weeks ago
6d2b767
[NFC][libc++] Removes Clang 16 work-arounds. (#91636)
by Mark de Wever
· 8 weeks ago
16d1054
[libc++] Remove _LIBCPP_METHOD_TEMPLATE_IMPLICIT_INSTANTIATION_VIS (#111964)
by Nikolas Klauser
· 8 weeks ago
483edfe
[libc++] Use __add_pointer and __remove_pointer builtins when they are fixed (#134147)
by Nikolas Klauser
· 8 weeks ago
ff5b649
[libc++] Fix a comment typo in __tree (#134831)
by MisakaVan
· 8 weeks ago
d057811
[clang] fix diagnostic printing of expressions ignoring LangOpts (#134693)
by Matheus Izvekov
· 8 weeks ago
9965f3d
[libc++] Improve diagnostic when violating `std::atomic` trivially copyable mandates (#131754)
by Damien L-G
· 8 weeks ago
a406fb8
[libc++] Clang-tidy operator& hijacker. (#128366)
by Mark de Wever
· 8 weeks ago
1847b00
[libc++][ci] Removes C++2b selection option. (#88557)
by Mark de Wever
· 8 weeks ago
7013b51
[libc++] Implement `std::flat_multiset` (#128363)
by Hui
· 8 weeks ago
b4f7a2a
[libc++] Bump OS version for macOS backdeployment CI jobs (#131883)
by Louis Dionne
· 8 weeks ago
475cbf0
[libc++] Implement ranges::iota (#68494)
by James E T Smith
· 8 weeks ago
a97f734
[libc++] Fix deployment targets that were incorrectly bumped (#134278)
by Louis Dionne
· 8 weeks ago
4090910
[libc++] Guard additional headers with _LIBCPP_HAS_LOCALIZATION (#131921)
by Louis Dionne
· 8 weeks ago
2cd8edd
[libc++] Add missing release note for LLVM 20 about zip_view (#134144)
by Louis Dionne
· 8 weeks ago
b93376f
[libc++][type_traits] `reference_{constructs|converts}_from_temporary` with `-Winvalid-specialization` tests (#133946)
by Hristo Hristov
· 8 weeks ago
c59d3a2
[libc++] Add visibility annotations to the std namespace with GCC (#133233)
by Nikolas Klauser
· 8 weeks ago
e6c2fdc
[libc++] Fix ambiguous call to std::max in vector<bool> (#119801)
by Peng Liu
· 8 weeks ago
d8d561a
[libc++][NFC] Remove _LIBCPP_DISABLE_EXTENSION_WARNINGS (#133693)
by Nikolas Klauser
· 9 weeks ago
dc17429
[clang] improved preservation of template keyword (#133610)
by Matheus Izvekov
· 9 weeks ago
76e7bdd
[libc++][NFC] Replace __attribute__((__const__)) with [[__gnu__::__const__]]
by Nikolas Klauser
· 9 weeks ago
faefb70
[libc++][NFC] Remove _LIBCPP_DLL_VIS
by Nikolas Klauser
· 9 weeks ago
abf9c1a
[libc++] Switch a few attribute to use the C++11 syntax (#133293)
by Nikolas Klauser
· 9 weeks ago
e16541e
[libc++] fix `flat_set`'s transparent `insert` (#133402)
by Hui
· 9 weeks ago
646ad89
[libc++] Unify __can_reference and __is_referenceable_v (#133278)
by Louis Dionne
· 9 weeks ago
457970d
[libc++][NFC] Format std::num_put tests
by Nikolas Klauser
· 9 weeks ago
c8246f6
[libc++] Remove friend declarations from __tree (#133237)
by Nikolas Klauser
· 9 weeks ago
1f90a88
[libcxx] Remove clang-18 workaround in picolib build (#133254)
by David Spickett
· 9 weeks ago
772173f
[Clang][AMDGPU] Remove special handling for COV4 libraries (#132870)
by Joseph Huber
· 9 weeks ago
c13c04f
[libc++] Simplify the implementation of the pointer aliases in allocator_traits (#127079)
by Nikolas Klauser
· 9 weeks ago
82c078c
[libc++] Remove official Clang 18 support. (#130142)
by Mark de Wever
· 9 weeks ago
427ce92
[libc++][NFC] Move dylib function in <__filesystem/operations.h> together
by Nikolas Klauser
· 9 weeks ago
8fdfe3f
[libc++] Refactor ranges::{min, max, min_element, max_element} to use std::__min_element (#132418)
by Peng Liu
· 9 weeks ago
17d0569
[libc++] Instantiate hash function externally (#127040)
by Nikolas Klauser
· 9 weeks ago
8abca17
[libc++] Introduce unversioned namespace macros (#133009)
by Nikolas Klauser
· 9 weeks ago
3c0300d
[libc++][ranges] Adjust inheritance detection for `enable_view` (#132582)
by A. Jiang
· 9 weeks ago
f9aa7a2
[libc++] Verify std::forward_like's mandates clause. (#127318)
by Mark de Wever
· 9 weeks ago
51bceb4
[libcxx] [test] Fix restoring LLVM_DIR and Clang_DIR (#132838)
by Martin Storsjö
· 9 weeks ago
3e59b00
[libc++] Add GitHub usernames for Linaro managed bots (#133120)
by David Spickett
· 9 weeks ago
649cbcc
[libc++] Remove unnecessary division and modulo operations in bitset (#121312)
by Peng Liu
· 9 weeks ago
3b2b918
[libc++] Use __detected_or_t to implement __has_iterator_{category,concept}_convertible_to (#124456)
by Nikolas Klauser
· 10 weeks ago
3fbd0ec
[libc++] Update the status for LWG3120 (#116772)
by Peng Xie
· 10 weeks ago
af26799
[libc++] Re-implement LWG2770 again * 2 (#132598)
by A. Jiang
· 10 weeks ago
b0668d85
[libc++] Make sure that __desugars_to isn't tripped up by reference_wrapper, const and ref qualifiers (#132092)
by Louis Dionne
· 10 weeks ago
fc5b4d4
[libc++] Rename __construct_one_at_end to __emplace_back_assume_capacity (#132276)
by Louis Dionne
· 10 weeks ago
3573065
[libcxx] Put `std::monostate` in `<utility>` (#128373)
by Amr Hesham
· 10 weeks ago
a8e168e
[libc++][NFC] Replace structs with variable templates in <__memory/allocator_traits.h> (#129237)
by Nikolas Klauser
· 10 weeks ago
7334024
[libc++] Always build the dylib with hidden visibility (#131313)
by Nikolas Klauser
· 10 weeks ago
Next »