| Commit message (Expand) | Author | Age | Files | Lines |
| * | Revert "Add some missing includes to MicrosoftDemangle.cpp (PR44217)" | David Blaikie | 2019-12-04 | 1 | -2/+0 |
| * | Add some missing includes to MicrosoftDemangle.cpp (PR44217) | David Blaikie | 2019-12-04 | 1 | -0/+2 |
| * | [Demangle] Add a few more options to the microsoft demangler | Martin Storsjo | 2019-10-15 | 1 | -1/+11 |
| * | Fix uninitialized variable warning. NFCI. | Simon Pilgrim | 2019-10-02 | 1 | -1/+1 |
| * | llvm-undname: Add support for demangling typeinfo names | Nico Weber | 2019-09-23 | 1 | -0/+18 |
| * | llvm-undname: Correctly demangle vararg parameters | Nico Weber | 2019-06-04 | 1 | -5/+4 |
| * | llvm-undname: More coverage-related cleanups | Nico Weber | 2019-06-04 | 1 | -11/+9 |
| * | llvm-undname: Add test coverage for demangleInitFiniStub() | Nico Weber | 2019-06-04 | 1 | -2/+2 |
| * | llvm-undname: Yet more coverage for error paths | Nico Weber | 2019-06-04 | 1 | -3/+8 |
| * | llvm-undname: More no-op changes to increase test coverage | Nico Weber | 2019-06-04 | 1 | -6/+5 |
| * | llvm-undname: Several behavior-preserving changes to increase coverage | Nico Weber | 2019-06-04 | 1 | -11/+6 |
| * | llvm-undname; Add more test coverage for demangleFunctionClass() | Nico Weber | 2019-06-02 | 1 | -2/+2 |
| * | Remove code path that's dead after r358835 | Nico Weber | 2019-06-02 | 1 | -4/+2 |
| * | llvm-undname: Support demangling char8_t | Nico Weber | 2019-05-28 | 1 | -0/+2 |
| * | llvm-undname: Add support for local static thread guards | Nico Weber | 2019-05-28 | 1 | -2/+5 |
| * | llvm-undname: Remove unreachable statement | Nico Weber | 2019-05-28 | 1 | -1/+0 |
| * | llvm-undname: Extract demangleMD5Name() method; no behavior change | Nico Weber | 2019-05-27 | 1 | -30/+34 |
| * | llvm-undname: Make demangling of MD5 names more robust | Nico Weber | 2019-05-27 | 1 | -3/+25 |
| * | llvm-undname: Fix an assert-on-invalid, found by oss-fuzz | Nico Weber | 2019-05-22 | 1 | -1/+3 |
| * | llvm-undname: Fix assert-on->4GiB-string-literal, found by oss-fuzz | Nico Weber | 2019-04-24 | 1 | -1/+4 |
| * | llvm-undname: Support demangling the spaceship operator | Nico Weber | 2019-04-23 | 1 | -3/+2 |
| * | llvm-undname: Fix an assert-on-invalid, found by oss-fuzz | Nico Weber | 2019-04-22 | 1 | -1/+1 |
| * | llvm-undname: Fix hex escapes in wchar_t, char16_t, char32_t strings | Nico Weber | 2019-04-21 | 1 | -3/+3 |
| * | llvm-undname: Fix stack overflow on almost-valid | Nico Weber | 2019-04-21 | 1 | -3/+3 |
| * | llvm-undname: Fix stack overflow on invalid found by oss-fuzz | Nico Weber | 2019-04-21 | 1 | -1/+1 |
| * | llvm-undname: Improve string literal demangling with embedded \0 chars | Nico Weber | 2019-04-20 | 1 | -2/+5 |
| * | llvm-undname: Attempt to fix leak-on-invalid found by oss-fuzz | Nico Weber | 2019-04-19 | 1 | -3/+6 |
| * | llvm-undname: Fix two more asserts-on-invalid, found by oss-fuzz | Nico Weber | 2019-04-18 | 1 | -3/+4 |
| * | llvm-undname: Fix two asserts-on-invalid | Nico Weber | 2019-04-18 | 1 | -3/+5 |
| * | llvm-undname: Consistently use "return nullptr" in functions returning pointers | Nico Weber | 2019-04-16 | 1 | -4/+4 |
| * | llvm-undname: Fix nullptr deref on invalid structor names in template args | Nico Weber | 2019-04-16 | 1 | -3/+4 |
| * | llvm-undname: Fix nullptr deref on invalid conversion operator names in templ... | Nico Weber | 2019-04-15 | 1 | -1/+10 |
| * | llvm-undname: Fix oss-fuzz-foudn crash-on-invalid with incomplete special tab... | Nico Weber | 2019-04-14 | 1 | -0/+4 |
| * | llvm-undname: Fix another crash-on-invalid found by oss-fuzz | Nico Weber | 2019-04-14 | 1 | -1/+4 |
| * | llvm-undname: Use UNREACHABLE after exhaustive switch returning everywhere | Nico Weber | 2019-04-11 | 1 | -1/+1 |
| * | llvm-undname: Name a bool param, no behavior change | Nico Weber | 2019-04-11 | 1 | -5/+6 |
| * | llvm-undname: Fix out-of-bounds read on invalid intrinsic function code | Nico Weber | 2019-04-11 | 1 | -3/+9 |
| * | llvm-undname: Don't crash on incomplete enum tag manglings | Nico Weber | 2019-04-11 | 1 | -1/+1 |
| * | llvm-undname: Fix crash on incomplete virtual this adjusts | Nico Weber | 2019-04-11 | 1 | -2/+3 |
| * | llvm-undname: Fix crash on invalid name in a template parameter pointer to me... | Nico Weber | 2019-04-11 | 1 | -0/+2 |
| * | llvm-undname: Fix another crash-on-invalid | Nico Weber | 2019-04-10 | 1 | -2/+0 |
| * | llvm-undname: Fix more crashes and asserts on invalid inputs | Nico Weber | 2019-04-08 | 1 | -24/+76 |
| * | llvm-undname: Name a pair. No behavior change. | Nico Weber | 2019-04-03 | 1 | -3/+5 |
| * | llvm-undname: Fix a crash-on-invalid | Nico Weber | 2019-04-03 | 1 | -1/+1 |
| * | llvm-undame: Fix an assert-on-invalid | Nico Weber | 2019-04-03 | 1 | -1/+4 |
| * | llvm-undname: Fix an assert-on-invalid | Nico Weber | 2019-04-03 | 1 | -0/+5 |
| * | llvm-undname: Fix a crash-on-invalid | Nico Weber | 2019-04-03 | 1 | -0/+4 |
| * | 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 | -10/+10 |
| * | [llvm-undname] Add support for demangling msvc's noexcept types. | Zachary Turner | 2019-01-08 | 1 | -3/+6 |