Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2021-06-17 | [Demangle] Support Rust v0 mangling scheme in llvm::demangle | Tomasz Miąsko | 1 | -0/+7 |
2020-07-20 | [NFC] Use std::free instead of ::free | Louis Dionne | 1 | -1/+1 |
2020-05-20 | Give microsoftDemangle() an outparam for how many input bytes were consumed. | Nico Weber | 1 | -2/+2 |
2019-01-22 | Add missing include (cstdlib) to Demangle.h | Konstantin Zhuravlyov | 1 | -0/+1 |
2019-01-19 | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 1 | -4/+3 |
2019-01-18 | Add __[_[_]]Z demangling to new common demangle function | James Henderson | 1 | -1/+7 |
2019-01-17 | Move demangling function from llvm-objdump to Demangle library | James Henderson | 1 | -0/+30 |