summaryrefslogtreecommitdiff
path: root/libcxx
AgeCommit message (Expand)Author
2025-09-09[libc++][NFC] Move some really simple function defintions into the body of __...Nikolas Klauser
2025-09-08[libc++] Conditionally declare `lgamma_r` as noexcept (#156547)Yuxuan Chen
2025-09-08[libc++] Parse Google Benchmark results into LNT-compatible format (#157466)Louis Dionne
2025-09-08[libc++] Improve the performance of std::make_heap a bit (#154092)Nikolas Klauser
2025-09-08[libc++][C++03] cherry-pick #126273 (#157095)Nikolas Klauser
2025-09-08[libc++] Optimize most of the __tree search algorithms (#155245)Nikolas Klauser
2025-09-05[libc++] Fix quoting in Python string that is not accepted by all Python vers...Louis Dionne
2025-09-05[libc++] Add an optional integration of libc++'s test suite with SPEC (#156953)Louis Dionne
2025-09-05[libc++][C++03] cherry-pick #125423 (#156824)Nikolas Klauser
2025-09-05[libc++][C++03] cherry-pick #128054 (#156672)Nikolas Klauser
2025-09-05[libc++][test] Fix size calculation for `unordered_map` in ABI test (#157006)A. Jiang
2025-09-05[libc++] Fix missing encoding in open() call in python script (#154594)Adam
2025-09-04[libc++] Make it possible to mark a gen-test as UNSUPPORTED (#156737)Louis Dionne
2025-09-04[libc++][NFC] Use llvm.org/PR to link to bug reports (#156288)Nikolas Klauser
2025-09-04[libc++] Split ABI flag for removing iterator bases and removing the second m...Nikolas Klauser
2025-09-04[libc++][test] Get rid of warning on macOS about undefined macro (#156785)A. Jiang
2025-09-04[libc++] Add ABI tests for introducing _LIBCPP_COMPRESSED_ELEMENT (#156416)Nikolas Klauser
2025-09-03[libc++][C++03] remove unused macro in __config (#156609)Un1q32
2025-09-03[libc++][ranges] LWG4083: `views::as_rvalue` should reject non-input ranges (...Hristo Hristov
2025-09-03[libc++] Refactor remaining __find_equal calls (#156594)Nikolas Klauser
2025-09-03[libc++][C++03] Backport #111127, #112843 and #121620 (#155571)Nikolas Klauser
2025-09-03[libc++] Add thread safety annotations for std::lock (#154078)Nikolas Klauser
2025-09-03[libc++] Simplify std::function implementation further (#145153)Nikolas Klauser
2025-09-03[libc++] Refactor __tree::__find_equal to not have an out parameter (#147345)Nikolas Klauser
2025-09-03[libc++] Optimize {map,set}::insert(InputIterator, InputIterator) (#154703)Nikolas Klauser
2025-09-02[libcxx][test] Avoid warnings about unused variables and typedefs if `_LIBCPP...Alex Guteniev
2025-09-02[libc++] Simplify <tuple> further (#156351)Nikolas Klauser
2025-09-01[libc++] Remove a few GCC workarounds that aren't needed anymore (#156290)Nikolas Klauser
2025-09-01[libc++][NFC] Replace typedefs with using declarations (#156009)Nikolas Klauser
2025-08-29[libc++] Optimize map::insert_or_assign (#155816)Nikolas Klauser
2025-08-29[libc++] Disable cv-qualified arithmetic hash specializations (#155786)Nikolas Klauser
2025-08-29[libc++] Remove __classic_[upper,lower]_table from cxx03 __locale header NFC)...Zibi Sarbinowski
2025-08-28[libc++] Stabilize transitive includes for C++23 (#134143)Louis Dionne
2025-08-28[libc++] Fix broken precondition of __bit_log2 (#155476)Louis Dionne
2025-08-28[libc++][Android] Fix Dockerfile (#154856)Ryan Prichard
2025-08-27[libc++][AIX] Fixup problems with ABI list checking (#155643)David Tenty
2025-08-27[libc++] Fix a debug-hardening test that requires C++17Louis Dionne
2025-08-27[libc++] Remove zero size branch from memmove (#155419)Nikolas Klauser
2025-08-27[libc++] Optimize ofstream::write (#123337)Nikolas Klauser
2025-08-27Reapply "[libc++] Refactor key extraction for __hash_table and __tree (#15451...Nikolas Klauser
2025-08-26Revert "[libc++] Refactor key extraction for __hash_table and __tree (#154512)"Aiden Grossman
2025-08-26[libc++] Refactor key extraction for __hash_table and __tree (#154512)Nikolas Klauser
2025-08-26[libc++][C++03] Fix test/libcxx-03/system_reserved_names.gen.py (#155385)Nikolas Klauser
2025-08-26[libc++][C++03][NFC] Remove XFAILS from libcxx/test/libcxx (#155384)Nikolas Klauser
2025-08-26[libc++][C++03] Fix a bunch of random tests (#144117)Nikolas Klauser
2025-08-26[libc++][C++03] Fix tests which only fail due to incorrect includes (#144110)Nikolas Klauser
2025-08-26[libc++][C++03] Remove XFAILs from the non-frozen libc++-specific tests (#144...Nikolas Klauser
2025-08-26[libc++][NFC] Wrap lines in ReleaseNotes/22.rst (#155359)Nikolas Klauser
2025-08-26[libc++] Remove a few incorrect _LIBCPP_EXPORTED_FROM_ABI annotations (#132602)Nikolas Klauser
2025-08-26[libc++][C++03] Split libc++-specific tests for the frozen headers (#144093)Nikolas Klauser