summaryrefslogtreecommitdiff
path: root/src/demangle
AgeCommit message (Expand)Author
2020-10-26libcxxabi: ld128 demangle: allow space for 'L' suffix.Elliott Hughes
2018-11-27[Demangle] remove itaniumFindTypesInMangledNamePavel Labath
2018-11-11Port LLVM r346606 to libcxxabi.Nico Weber
2018-11-01Use C++11 fallthrough attribute syntax when available and add a breakReid Kleckner
2018-10-16cxa_demangle: make demangler's parsing functions overridablePavel Labath
2018-10-11Override libcxxabi's .clang-format in the demangle directoryErik Pilkington
2018-10-10Port llvm r342166 to libcxxabi demanglerPavel Labath
2018-09-15Merge Demangle change in r342330 to libcxxabi.Nico Weber
2018-08-24Port my recent changes from LLVM copy of the demangler:Richard Smith
2018-08-20Port LLVM r340203 (and r340205) to libcxxabi.Richard Smith
2018-07-23[demangler] call terminate() if allocation failedErik Pilkington
2018-07-20Merge changes to ItaniumDemangle over to libcxxabi.Zachary Turner