aboutsummaryrefslogtreecommitdiff
path: root/libiberty/cp-demangle.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-17Import gcc commit 65388b28656d65595bdaf191df85af81c35ca63 which adds support ...Nick Clifton1-7/+32
2024-01-09Synchronize sourceware version of the libiberty sources with the master gcc v...Nick Clifton1-22/+83
2024-01-04Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2023-06-26Synchromize libiberty sources with master version in gcc repositoryNick Clifton1-27/+6
2023-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2022-12-31sync libiberty sources with gcc mainlineNick Clifton1-79/+327
2022-05-31Import libiberty from gccAlan Modra1-140/+209
2022-01-13Synchronize binutils libiberty sources with gcc version.Nick Clifton1-2/+3
2022-01-02Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2021-07-03Synchronize libiberty sources (and include/demangle.h) with GCC master versionNick Clifton1-20/+27
2021-01-05Update libiberty with latest sources from gcc mainlineNick Clifton1-32/+108
2021-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2020-09-08sync libiberty from gccAlan Modra1-4/+76
2020-04-28Rebase libiberty source with latest changes from gcc.Nick Clifton1-0/+1
2020-02-25Merge upstream GCC changes for include/ and libiberty/ directoriesAndrew Burgess1-0/+1
2020-01-17Update libiberty sources with changes in the gcc mainline.Nick Clifton1-8/+26
2019-08-09Synchronize libiberty sources with gcc mainline.Nick Clifton1-11/+18
2019-04-10Pull in patch for libiberty that fixes a stack exhaustion bug when demangling...Nick Clifton1-22/+26
2019-04-07Merge libiberty from gccAlan Modra1-8/+14
2019-01-10Sync libiberty sources with gcc master versions.Nick Clifton1-2/+2
2019-01-09Merge from gcc: use "cannot" instead of "can not" in libiberty and include.Sandra Loosemore1-2/+2
2019-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2018-12-07Synchronize libiberty with gcc and add --no-recruse-limit option to tools tha...Nick Clifton1-12/+56
2018-04-17Resync libiberty sources with master version in GCC repository.Nick Clifton1-1/+1
2018-01-10Update the libiberty sources with the latest patches found in the master sour...Nick Clifton1-72/+78
2017-09-15Sync libiberty/ & include/ with GCCPedro Alves1-49/+61
2017-06-25Sync libiberty with upstream GCC.Iain Buclaw1-12/+16
2017-03-13Merge libiberty: Initialize d_printing in all cplus_demangle_fill_* functions.mark1-0/+4
2017-03-13Sync libiberty sources with GCC.Nick Clifton1-25/+34
2017-03-01Sync libiberty sources with GCC mainline.Nick Clifton1-2/+22
2017-01-05Sync libiberty from gccAlan Modra1-4/+7
2016-12-12Port c++/78252 from GCCNathan Sidwell1-22/+39
2016-11-18libiberty: demangler crash with missing :? or fold expression component.Mark Wielaard1-0/+4
2016-11-18Implement P0012R1, Make exception specifications part of the type system.Jason Merrill1-68/+113
2016-11-18Implement P0136R1, Rewording inheriting constructors.Jason Merrill1-0/+12
2016-10-17Sync libiberty sources with gcc mainline.Nick Clifton1-5/+7
2016-08-02Synchronize libiberty sources with FSF GCC mainline version.Nick Clifton1-31/+182
2015-11-28PR other/61321 - demangler crash on casts in template parametersPedro Alves1-8/+29
2015-11-28Implement N4514, C++ Extensions for Transactional Memory.Jason Merrill1-5/+31
2015-11-28Fix several crashes of C++ demangler on fuzzed input.Mikhail Maltsev1-6/+24
2015-09-30Resync files in the binutils repository that are maintained in the gcc reposi...Nick Clifton1-0/+8
2015-06-24Sync libiberty from GCC, replaying updates to configure scriptsIain Buclaw1-0/+3
2014-10-11Sync libiberty with upstream GCC.Iain Buclaw1-3/+18
2014-05-28Fix demangler testsuite crashes with CP_DEMANGLE_DEBUG definedPedro Alves1-0/+6
2014-05-08libiberty/ 2014-05-08 Gary Benson <gbenson@redhat.com>gary1-6/+54
2014-05-08Avoid "'dc' may be uninitialized" warning.tschwinge1-1/+3
2014-01-06libiberty: sync with gccGary Benson1-61/+206
2014-01-06libiberty: sync with gccBill Maddox1-0/+7
2013-11-26Fix demangler to handle conversion operators correctly.ccoutant1-36/+154
2013-11-15* cp-demangle.c (d_copy_templates): Cast result of malloc to (struct d_print_...uros1-4/+6