aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Demangle/Demangle.cpp
AgeCommit message (Expand)AuthorFilesLines
2021-06-17[Demangle] Support Rust v0 mangling scheme in llvm::demangleTomasz Miąsko1-0/+7
2020-07-20[NFC] Use std::free instead of ::freeLouis Dionne1-1/+1
2020-05-20Give microsoftDemangle() an outparam for how many input bytes were consumed.Nico Weber1-2/+2
2019-01-22Add missing include (cstdlib) to Demangle.hKonstantin Zhuravlyov1-0/+1
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2019-01-18Add __[_[_]]Z demangling to new common demangle functionJames Henderson1-1/+7
2019-01-17Move demangling function from llvm-objdump to Demangle libraryJames Henderson1-0/+30