aboutsummaryrefslogtreecommitdiff
path: root/gcc/ggc-common.cc
AgeCommit message (Expand)AuthorFilesLines
2023-09-29ggc: do not wipe out unrelated data via gt_ggc_rtab [PR111505]Sergei Trofimovich1-2/+13
2023-09-14ggc, jit: forcibly clear GTY roots in jitDavid Malcolm1-1/+22
2023-07-06GGC, GTY: Tighten up a few things re 'reorder' option and stringsThomas Schwinge1-4/+14
2023-07-06GGC: Remove unused 'bool is_string' arguments to 'ggc_pch_{count,alloc,write}...Thomas Schwinge1-6/+3
2023-01-02Update copyright years.Jakub Jelinek1-1/+1
2022-10-19pch: Fix streaming of strings with embedded null bytesLewis Hyatt1-2/+5
2022-05-10Replace PTR with 'void *' in compiler.Martin Liska1-2/+2
2022-05-09Come up with {,UN}LIKELY macros.Martin Liska1-2/+2
2022-01-17Rename .c files to .cc files.Martin Liska1-0/+1285