Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/llvm/llvm-project.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-11-01[libc++][PMR] Move the pmr::memory_resource destructor into the dylibNikolas Klauser
2022-10-13[libc++][NFC] Add missing SHA in ABI changelogLouis Dionne
2022-10-11[libc++] Add the C++17 <memory_resource> header (mono-patch)Arthur O'Dwyer
2022-07-29[libc++] Rename __libcpp_assertion_handler to __libcpp_verbose_abortLouis Dionne
2022-07-26[libc++][NFC] Add missing SHA in ABI changelogLouis Dionne
2022-07-26[libc++] Generalize the customizeable assertion handlerLouis Dionne
2022-07-20[libc++][NFC] Add commit SHA for ABI changeLouis Dionne
2022-07-20[libc++] Drop the legacy debug mode symbols by defaultLouis Dionne
2022-07-19[libc++] Treat incomplete features just like other experimental featuresLouis Dionne
2022-06-14[libcxx][AIX] Enable ABI list checking for XCOFFJake Egan
2022-06-07[libc++] Make the Debug mode a configuration-time only optionLouis Dionne
2022-05-16[libc++] Remove the legacy LIBCXX_LIBCPPABI_VERSION optionLouis Dionne
2022-05-13[libc++] Overhaul how we select the ABI libraryLouis Dionne
2022-03-24[libc++][NFC] Refactor the ABI changelogLouis Dionne
2022-03-24[libc++][NFC] Update ABI changelog to account for new assertion handlerLouis Dionne
2022-03-23[libc++] Add a lightweight overridable assertion handlerLouis Dionne
2022-03-01[runtimes] Remove FOO_TARGET_TRIPLE, FOO_SYSROOT and FOO_GCC_TOOLCHAINLouis Dionne
2022-02-16[libc++] Take more knobs into account when generating ABI listsLouis Dionne
2021-12-12Microsoft's floating-point to_chars powered by Ryu and Ryu PrintfMark de Wever
2021-12-07Revert "Microsoft's floating-point to_chars powered by Ryu and Ryu Printf"Petr Hosek
2021-12-05Microsoft's floating-point to_chars powered by Ryu and Ryu PrintfMark de Wever
2021-11-18[libc++] Resolve missing table_size symbolMuiez Ahmed
2021-11-16[libc++] Adjust comment about ABI change and std::bad_function_callLouis Dionne
2021-11-16[libc++] Always define a key function for std::bad_function_call in the dylibKonstantin Varlamov
2021-11-08Revert "[libc++] Always define a key function for std::bad_function_call in t...Konstantin Varlamov
2021-11-08[libc++] Always define a key function for std::bad_function_call in the dylibLouis Dionne
2021-10-18[libcxx] Make allocator<T>:allocate throw bad_array_new_lengthMikhail Maltsev
2021-07-20[libc++][NFC] Add missing commits to the ABI changelogLouis Dionne
2021-07-16[runtimes] Simplify how we set the target tripleLouis Dionne
2021-07-14[runtimes] Bring back TARGET_TRIPLELouis Dionne
2021-07-14[runtimes] NFCI: Drop intermediate CMake variable TARGET_TRIPLELouis Dionne
2021-07-13[libc++] Generate ABI list for macOS arm64Louis Dionne
2021-05-03[libc++] Disentangle std::pointer_safetyLouis Dionne
2021-01-28[libc++] Implement format_error.Mark de Wever
2020-12-11[libc++] Use TARGET_FILE instead of TARGET_SONAME_FILE when generating ABI listsLouis Dionne
2020-12-02[libc++] [P0482] [C++20] Implement missing bits for codecvt and codecvt_byname.Marek Kurdej
2020-11-27[libc++] Formalize what configurations are covered by the ABI listsLouis Dionne
2020-11-26[libc++] Remove ABI lists for previous releasesLouis Dionne
2020-11-12[libc++] NFC: Remove symbol from ABI list changelog that was never addedLouis Dionne
2020-11-12[libc++] Instantiate additional <iostream> members in the dylibLouis Dionne
2020-11-02[libc++] NFC: Re-generate the ABI lists with the new scriptLouis Dionne
2020-11-02[libc++] Make it easier to re-generate the ABI listsLouis Dionne
2020-11-02[libc++/libc++abi] Use Python3_EXECUTABLE consistently to run utilitiesLouis Dionne
2020-10-19[libc++] Define new/delete in libc++abi only by defaultLouis Dionne
2020-10-05[libc++/abi] Revert "[libc++] Move the weak symbols list to libc++abi"Louis Dionne
2020-10-02[libc++] Move the weak symbols list to libc++abiLouis Dionne
2020-10-01[libc++] NFC: Add missing SHA to ABI ChangelogLouis Dionne
2020-10-01[libc++] Simplify how we re-export symbols from libc++abiLouis Dionne
2020-09-30[libc++] Make sure we don't attempt to run check-cxx-abilist when libc++ does...Louis Dionne
2020-06-29Add optimization to basic_string::assign for compile-time known constant values.Martijn Vels