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-28[libc++abi][AIX] Use reserved slot in stack to pass the address of exception ...Xing Xue
2022-10-27[libc++abi][AIX] Use reserved slot in stack to pass the address of exception ...Xing Xue
2022-10-20libcxxabi [PR58117][NFC]: Open code lower boundNathan Sidwell
2022-10-17[demangler] Simplify OutputBuffer initializationNathan Sidwell
2022-10-12Revert "[runtimes] Always define cxx_shared, cxx_static & other targets"Haowei Wu
2022-10-12[libcxxabi]: Resync llvm & libcxxabi's demanglerNathan Sidwell
2022-10-12[runtimes] Always define cxx_shared, cxx_static & other targetsLouis Dionne
2022-10-11[runtimes] Add the ability to customize the output name of libc++, libc++abi ...Louis Dionne
2022-10-04[SystemZ][z/OS] Add ASCII and 32-bit variants for libc++.Zibi Sarbinowski
2022-09-05[libc++] Granularize the rest of memoryNikolas Klauser
2022-08-19[libcxxabi] Fix alignment of pointers returned by fallback_mallocSimon Tatham
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-05-31[libc++abi][AIX] add personality and helper functions for the state table EHXing Xue
2022-05-27[demangler][RISCV] Fix for long doublePiggy NL
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-16[runtimes] Introduce object librariesLouis Dionne
2022-05-13[libc++abi][NFCI] Refactor demangling_terminate_handler to reduce nestingLouis 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-10[libc++abi][NFC] Fix typo in commentLouis Dionne
2022-05-10[libc++abi] Reword uncaught exception termination messageLouis Dionne
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-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
2022-04-24[runtimes] [CMake] Unify variable namesPetr Hosek
2022-04-08[demangler] Support C23 _BitInt typeSenran Zhang
2022-04-07[demangler] Node precision dumperNathan Sidwell
2022-04-06[demangler][NFC] Rename SwapAndRestore to ScopedOverrideNathan Sidwell
2022-04-06[demangler] Fix undocumented Local encodingNathan Sidwell
2022-04-04[demangler] Parenthesize >> inside template argsNathan Sidwell
2022-04-01[demangler] Fix node matchersNathan Sidwell
2022-04-01[demangler][NFC] Use def file for node namesNathan Sidwell
2022-03-30Demangle: Fix crash-on-invalid demangling of a module name with no underlying...David Blaikie
2022-03-30[libunwind] Add a _LIBUNWIND_VERSION macroLouis Dionne
2022-03-29[demangler] Update node match callsNathan Sidwell
2022-03-28[demangler] Add StringView conversion operatorNathan Sidwell
2022-03-28[demangler] Add operator precedenceNathan Sidwell
2022-03-22[demangler] Add support for C++20 modulesNathan Sidwell
2022-03-15[ARM] __cxa_end_cleanup: avoid clobbering r4Ryan Prichard
2022-03-04[demangler] Make OutputBuffer non-copyableNathan Sidwell
2022-03-01[libc++] Revert "Protect users from relying on detail headers" & related changesLouis Dionne