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-05-09[demangler] No need to space adjacent template closingsNathan Sidwell
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-08[demangler] Support C23 _BitInt typeSenran Zhang
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-28[demangler] Add operator precedenceNathan Sidwell
2022-03-22[demangler] Add support for C++20 modulesNathan Sidwell
2022-03-01[demangler] Add co_await demanglingNathan Sidwell
2022-02-16[demangler] Reorder parseNestedName loopNathan Sidwell
2022-02-16[libc++] Granularize algorithm includesNikolas Klauser
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
2021-11-18[runtimes][NFC] Remove filenames at the top of the license noticeLouis Dionne
2021-09-23[demangle] Support for ISO/IEC TS 18661 binary floating point typePengfei Wang
2021-08-18[libc++abi] Fix possible infinite loop in itanium demanglerMikhail Borisov
2021-07-01[runtimes] Simplify how we specify XFAIL & friends based on the tripleLouis Dionne
2021-06-10Save/restore OuterTemplateParams in AbstractManglingParser::parseEncoding.Justin Lebar
2021-05-08[libc++] Move handling of the target triple to the DSLLouis Dionne
2021-03-24* Fix demangling of optional template-args for vendor extended type qualifier.Alex Orlov
2021-03-01[libc++/abi] Allow running back-deployment testing against libc++abiLouis Dionne
2021-01-28Itanium Mangling: Mangle `__alignof__` differently than `alignof`.James Y Knight
2020-11-21Demangling support for class type non-type template parameter extensions.Richard Smith
2020-11-07Revert "Allow running back-deployment testing against libc++abi"Louis Dionne
2020-11-06Allow running back-deployment testing against libc++abiLouis Dionne
2020-10-14[libc++/abi] Clean up uses of <iostream> in the test suiteLouis Dionne
2020-10-08[runtimes] Use int main(int, char**) consistently in testsLouis Dionne
2020-08-25Fix test for D77924.Elliott Hughes
2020-08-19ld128 demangle: allow space for 'L' suffix.Elliott Hughes
2020-07-10[demangler] More properly save and restore the template parameter stateRichard Smith
2020-07-10[demangler] Don't allow the template parameters from the <encoding> in aRichard Smith
2020-05-14[demangler] Support for 'this' expressionsErik Pilkington
2020-05-13[demangler] Fix demangling of enumerators with negative valuesErik Pilkington
2020-01-22[libcxxabi] NFC: Fix trivial typos in commentsKazuaki Ishizaki
2020-01-21Update spelling of {analyze,insert,remove}Branch in strings and commentsKrzysztof Parzyszek
2019-09-10Fix incorrect demangling of call operator of lambda with explicitRichard Smith
2019-09-10Simplify demangler rule for lambda-expressions to match discussion onRichard Smith
2019-09-07Implement demangling support for C++20 lambda expression extensions.Richard Smith
2019-08-12libcxxabi: Rename .hpp files to .hNico Weber
2019-06-28[demangle] Support for C++2a char8_tErik Pilkington
2019-06-19[demangle] Special case clang's creative mangling of __uuidof expressions.Erik Pilkington
2019-06-11[demangle] Vendor extended types shouldn't be considered substitution candidatesErik Pilkington
2019-04-04llvm-cxxfilt: Demangle gcc "old-style unified" ctors and dtorsNico Weber
2019-01-19Update more file headers across all of the LLVM projects in the monorepoChandler Carruth
2019-01-18[demangler] Support for block literals.Erik Pilkington