summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Demangle
Commit message (Expand)AuthorAgeFilesLines
* llvm-undname: Correctly demangle vararg parametersNico Weber2019-06-042-5/+10
* llvm-undname: More coverage-related cleanupsNico Weber2019-06-041-11/+9
* llvm-undname: Add test coverage for demangleInitFiniStub()Nico Weber2019-06-041-2/+2
* llvm-undname: Yet more coverage for error pathsNico Weber2019-06-041-3/+8
* llvm-undname: More no-op changes to increase test coverageNico Weber2019-06-041-6/+5
* llvm-undname: Several behavior-preserving changes to increase coverageNico Weber2019-06-042-16/+10
* llvm-undname; Add more test coverage for demangleFunctionClass()Nico Weber2019-06-021-2/+2
* Remove code path that's dead after r358835Nico Weber2019-06-021-4/+2
* llvm-undname: Support demangling char8_tNico Weber2019-05-282-0/+3
* llvm-undname: Add support for local static thread guardsNico Weber2019-05-282-3/+9
* llvm-undname: Remove unreachable statementNico Weber2019-05-281-1/+0
* llvm-undname: Extract demangleMD5Name() method; no behavior changeNico Weber2019-05-271-30/+34
* llvm-undname: Make demangling of MD5 names more robustNico Weber2019-05-271-3/+25
* llvm-undname: Fix an assert-on-invalid, found by oss-fuzzNico Weber2019-05-221-1/+3
* llvm-undname: Fix assert-on->4GiB-string-literal, found by oss-fuzzNico Weber2019-04-241-1/+4
* llvm-undname: Support demangling the spaceship operatorNico Weber2019-04-232-5/+5
* llvm-undname: Fix an assert-on-invalid, found by oss-fuzzNico Weber2019-04-221-1/+1
* llvm-undname: Fix hex escapes in wchar_t, char16_t, char32_t stringsNico Weber2019-04-211-3/+3
* llvm-undname: Fix stack overflow on almost-validNico Weber2019-04-211-3/+3
* llvm-undname: Fix stack overflow on invalid found by oss-fuzzNico Weber2019-04-211-1/+1
* llvm-undname: Improve string literal demangling with embedded \0 charsNico Weber2019-04-201-2/+5
* llvm-undname: Attempt to fix leak-on-invalid found by oss-fuzzNico Weber2019-04-191-3/+6
* llvm-undname: Fix two more asserts-on-invalid, found by oss-fuzzNico Weber2019-04-181-3/+4
* llvm-undname: Fix two asserts-on-invalidNico Weber2019-04-181-3/+5
* llvm-undname: Consistently use "return nullptr" in functions returning pointersNico Weber2019-04-161-4/+4
* llvm-undname: Fix nullptr deref on invalid structor names in template argsNico Weber2019-04-161-3/+4
* llvm-undname: Fix nullptr deref on invalid conversion operator names in templ...Nico Weber2019-04-151-1/+10
* llvm-undname: Fix oss-fuzz-foudn crash-on-invalid with incomplete special tab...Nico Weber2019-04-141-0/+4
* llvm-undname: Fix another crash-on-invalid found by oss-fuzzNico Weber2019-04-141-1/+4
* llvm-undname: Use UNREACHABLE after exhaustive switch returning everywhereNico Weber2019-04-111-1/+1
* llvm-undname: Name a bool param, no behavior changeNico Weber2019-04-111-5/+6
* llvm-undname: Fix out-of-bounds read on invalid intrinsic function codeNico Weber2019-04-111-3/+9
* llvm-undname: Don't crash on incomplete enum tag manglingsNico Weber2019-04-111-1/+1
* llvm-undname: Fix crash on incomplete virtual this adjustsNico Weber2019-04-111-2/+3
* llvm-undname: Fix crash on invalid name in a template parameter pointer to me...Nico Weber2019-04-111-0/+2
* llvm-undname: Fix another crash-on-invalidNico Weber2019-04-101-2/+0
* llvm-undname: Fix more crashes and asserts on invalid inputsNico Weber2019-04-081-24/+76
* llvm-undname: Name a pair. No behavior change.Nico Weber2019-04-031-3/+5
* llvm-undname: Fix a crash-on-invalidNico Weber2019-04-031-1/+1
* llvm-undame: Fix an assert-on-invalidNico Weber2019-04-031-1/+4
* llvm-undname: Fix an assert-on-invalidNico Weber2019-04-031-0/+5
* llvm-undname: Fix a crash-on-invalidNico Weber2019-04-031-0/+4
* Add missing include (cstdlib) to Demangle.hKonstantin Zhuravlyov2019-01-221-0/+1
* Update more file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-193-12/+9
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-192-8/+6
* Add __[_[_]]Z demangling to new common demangle functionJames Henderson2019-01-181-1/+7
* NFC: Make the copies of the demangler byte-for-byte identicalErik Pilkington2019-01-172-11/+11
* Move demangling function from llvm-objdump to Demangle libraryJames Henderson2019-01-172-0/+31
* [llvm-undname] Add support for demangling msvc's noexcept types.Zachary Turner2019-01-082-3/+9
* [MS Demangler] Add a flag for dumping types without tag specifier.Zachary Turner2019-01-021-8/+10
OpenPOWER on IntegriCloud