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-09-30[runtimes] Remove all traces of the legacy testing configuration systemLouis Dionne
2022-09-11[libcxxabi] Fix forced_unwind3.pass.cpp compilation errorAaron Puchert
2022-08-23Revert the removal of LLVM_ENABLE_PROJECTS for libc++ and libc++abiLouis Dionne
2022-08-21[libcxxabi][cmake] Allow building without libcxx againJohn Ericson
2022-08-19[libcxxabi] Fix alignment of pointers returned by fallback_mallocSimon Tatham
2022-06-21[libc++][CI] Updates GCC to version 12.Mark de Wever
2022-06-14[libcxx][AIX] Switch build compiler to clangJake Egan
2022-05-27[runtimes] Rename various libcpp-has-no-XYZ Lit features to just no-XYZLouis Dionne
2022-05-27[runtimes] Officially deprecate the legacy testing configuration systemLouis Dionne
2022-05-26[libc++abi] Use from-scratch testing configs for libc++abi by defaultLouis Dionne
2022-05-20[libc++abi] Add missing XFAIL on testLouis Dionne
2022-05-19[runtimes] Fix the build of merged ABI/unwinder librariesLouis Dionne
2022-05-18[libunwind][AArch64] Add support for DWARF expression for RA_SIGN_STATE.Daniel Kiss
2022-05-13[runtimes][NFC] Remove dead code for Standalone buildsLouis Dionne
2022-05-13[libc++] Overhaul how we select the ABI libraryLouis Dionne
2022-05-09[demangler] No need to space adjacent template closingsNathan Sidwell
2022-05-03[demangler] Fold expressions of .* and ->*Nathan Sidwell
2022-04-29Disable test for Android/Bionic.Daniel Kiss
2022-04-28[libunwind][AArch64] Fix _Unwind_ForcedUnwind via sigreturn.Daniel Kiss
2022-04-28[demangler] Fix demangling a template argument which happens to be a null poi...gbreynoo
2022-04-08[demangler] Support C23 _BitInt typeSenran Zhang
2022-04-07[libc++] Add back-deployment testing on arm64 macsLouis Dionne
2022-04-07[libc++abi] Remove XFAIL on arm64Louis Dionne
2022-04-06[demangler] Fix undocumented Local encodingNathan Sidwell
2022-04-04[demangler] Parenthesize >> inside template argsNathan Sidwell
2022-03-30Demangle: Fix crash-on-invalid demangling of a module name with no underlying...David Blaikie
2022-03-29[libc++][libc++abi] Serialize the enable_assertions Lit parameter in the gene...Louis Dionne
2022-03-28[demangler] Add operator precedenceNathan Sidwell
2022-03-22[demangler] Add support for C++20 modulesNathan Sidwell
2022-03-16[libc++][tests] Use CMake provided paths for includes and libdir instead of h...Louis Dionne
2022-03-03[libc++] Use -I instead of -isystem to include headers in the test suiteNikolas Klauser
2022-03-01[runtimes] Remove FOO_TARGET_TRIPLE, FOO_SYSROOT and FOO_GCC_TOOLCHAINLouis Dionne
2022-03-01[libc++] Revert "Protect users from relying on detail headers" & related changesLouis Dionne
2022-03-01[demangler] Add co_await demanglingNathan Sidwell
2022-02-26[libcxx][modules] protects users from relying on detail headersChristopher Di Bella
2022-02-16[libcxxabi] [test] Depend on unwind only if availableMichał Górny
2022-02-16[demangler] Reorder parseNestedName loopNathan Sidwell
2022-02-16[libc++] Granularize algorithm includesNikolas Klauser
2022-02-14[libc++abi] Add a from-scratch testing config for Apple backdeploymentLouis Dionne
2022-02-10[demangler] Fix new/delete demanglingNathan Sidwell
2022-02-08[demangler] Improve ->* & .* demanglingNathan Sidwell
2022-02-07[demangler] Stricter NestedName parsingNathan Sidwell
2022-02-07[demangler] Fix unresolvedname demanglingNathan Sidwell
2022-01-26[demangler] improve test harnessNathan Sidwell
2022-01-24[demangler][NFC] Refactor some parsingNathan Sidwell
2022-01-13[libcxxabi] Added convenience classes to cxa_guardDaniel McIntosh
2022-01-13[libcxxabi] Re-organized inheritance structure to remove CRTP in cxa_guardDaniel McIntosh
2022-01-13[libcxxabi] Make InitByteGlobalMutex check GetThreadID instead of PlatformThr...Daniel McIntosh
2022-01-13[NFC][libcxxabi] Rename GlobalLock to GlobalMutexDaniel McIntosh
2021-12-22[libcxx] Use LIBCXX_EXECUTOR in new test configsMartin Storsjö