| Commit message (Expand) | Author | Age | Files | Lines |
| * | [Demangle] Add a few more options to the microsoft demangler | Martin Storsjo | 2019-10-15 | 1 | -19/+30 |
| * | llvm-undname: Delete an empty, unused method. | Nico Weber | 2019-09-20 | 1 | -2/+0 |
| * | llvm-undname: Correctly demangle vararg parameters | Nico Weber | 2019-06-04 | 1 | -0/+6 |
| * | llvm-undname: Several behavior-preserving changes to increase coverage | Nico Weber | 2019-06-04 | 1 | -5/+4 |
| * | llvm-undname: Support demangling char8_t | Nico Weber | 2019-05-28 | 1 | -0/+1 |
| * | llvm-undname: Add support for local static thread guards | Nico Weber | 2019-05-28 | 1 | -1/+4 |
| * | llvm-undname: Support demangling the spaceship operator | Nico Weber | 2019-04-23 | 1 | -2/+3 |
| * | Update more file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
| * | NFC: Make the copies of the demangler byte-for-byte identical | Erik Pilkington | 2019-01-17 | 1 | -1/+1 |
| * | [llvm-undname] Add support for demangling msvc's noexcept types. | Zachary Turner | 2019-01-08 | 1 | -0/+3 |
| * | [MS Demangler] Add a flag for dumping types without tag specifier. | Zachary Turner | 2019-01-02 | 1 | -8/+10 |
| * | Add missing include file. | Zachary Turner | 2018-12-17 | 1 | -0/+1 |
| * | [MS Demangler] Add a helper function to print a Node as a string. | Zachary Turner | 2018-12-17 | 1 | -0/+8 |
| * | [MS Demangler] Print public:, protected:, private: if set in FunctionClass or... | Nico Weber | 2018-11-13 | 1 | -4/+15 |
| * | [MS demangler] Use a slightly shorter unmangling for mangled strings. | Nico Weber | 2018-11-09 | 1 | -5/+4 |
| * | Fix clang -Wimplicit-fallthrough warnings across llvm, NFC | Reid Kleckner | 2018-11-01 | 1 | -0/+1 |
| * | [MS Demangler] Expose the Demangler AST publicly. | Zachary Turner | 2018-11-01 | 1 | -1/+1 |
| * | [MS Demangler] Fix several crashes and demangling bugs. | Zachary Turner | 2018-08-29 | 1 | -3/+9 |
| * | Add support for various C++14 demanglings. | Zachary Turner | 2018-08-29 | 1 | -2/+3 |
| * | [MS Demangler] Add output flags to all function calls. | Zachary Turner | 2018-08-29 | 1 | -77/+90 |
| * | Fix this file to have the necessary standard library includes and use | Chandler Carruth | 2018-08-27 | 1 | -2/+2 |
| * | [MS Demangler] Re-write the Microsoft demangler. | Zachary Turner | 2018-08-27 | 1 | -0/+590 |