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-10-04[SystemZ][z/OS] Add ASCII and 32-bit variants for libc++.Zibi Sarbinowski
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-09-05[libc++] Granularize the rest of memoryNikolas Klauser
2022-08-24[runtimes] Don't link against compiler-rt when we don't find itLouis Dionne
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-08-19Revert "[cmake] Use `CMAKE_INSTALL_LIBDIR` too"John Ericson
2022-08-18[cmake] Use `CMAKE_INSTALL_LIBDIR` tooJohn Ericson
2022-07-22Remove references to old mailing lists that have moved to discourse. Replace ...tlattner
2022-07-14[libcxxabi][CMake] Set --unwindlib=none when using LLVM libunwindPetr Hosek
2022-06-28[SystemZ][z/OS] Modify cxxabi to be compatible with existing z/OS runtimeMuiez Ahmed
2022-06-21[libc++abi][AIX] Use _LIBCXXABI_FUNC_VIS for exported routinesXing Xue
2022-06-21[libc++][CI] Updates GCC to version 12.Mark de Wever
2022-06-15[libcxx] Remove extraneous '---' lines in .clang-format filesowenca
2022-06-14[libcxx][AIX] Switch build compiler to clangJake Egan
2022-06-09[libc++] Towards a simpler extern template story in libc++Louis Dionne
2022-06-06[libcxxabi] Check __SEH__, when checking if ARM EHABI is impliedMartin Storsjö
2022-05-31[libc++abi][AIX] add personality and helper functions for the state table EHXing Xue
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-27[demangler][RISCV] Fix for long doublePiggy NL
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[runtimes] Default LIB*_HERMETIC_STATIC_LIBRARY to ON on WindowsMartin Storsjö
2022-05-18[libunwind][AArch64] Add support for DWARF expression for RA_SIGN_STATE.Daniel Kiss
2022-05-16[runtimes] Introduce object librariesLouis Dionne
2022-05-14[libcxxabi] Copy headers into build locationPetr Hosek
2022-05-13[runtimes][NFC] Remove dead code for Standalone buildsLouis Dionne
2022-05-13[libc++abi][NFCI] Refactor demangling_terminate_handler to reduce nestingLouis Dionne
2022-05-13[libc++] Overhaul how we select the ABI libraryLouis Dionne
2022-05-13[demangler] Avoid special-subst code duplicationNathan Sidwell
2022-05-12[libc++abi][NFC] Add comment on long reaching #ifLouis Dionne
2022-05-12[libc++abi] Refactor exception type demangling into a separate functionLouis Dionne
2022-05-11[runtimes] Print the testing configuration in use in libunwind and libc++abiLouis Dionne
2022-05-10[libc++abi][NFC] Fix typo in commentLouis Dionne
2022-05-10[libc++abi] Reword uncaught exception termination messageLouis Dionne
2022-05-10[libcxxabi] [cmake] Fix a mismatched variable nameMartin Storsjö
2022-05-09[demangler] No need to space adjacent template closingsNathan Sidwell
2022-05-09[demangler] Buffer peeking needs bufferNathan Sidwell
2022-05-05[libcxxabi] Use the right calling convention for exception destructors on i38...Martin Storsjö
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-26Revert "[demangler] Simplify OutputBuffer initialization"Kirill Stoimenov
2022-04-26[demangler] Simplify OutputBuffer initializationNathan Sidwell
2022-04-25[demangler][NFC] OperatorInfo table unit testNathan Sidwell