summaryrefslogtreecommitdiff
path: root/gcc/dumpfile.cc
AgeCommit message (Expand)Author
2025-08-04optinfo: use enum classDavid Malcolm
2025-04-28Eliminate make-unique.h and ::make_uniqueDavid Malcolm
2025-01-18Fix uniqueness of symtab_node::get_dump_name.Michal Jires
2025-01-02Update copyright years.Jakub Jelinek
2024-12-10c++: Implement a coroutine language debug dumpArsen Arsenović
2024-11-22build: Remove INCLUDE_MEMORY [PR117737]Andrew Pinski
2024-10-25gcc: Remove trailing whitespaceJakub Jelinek
2024-09-03pretty-print: naming cleanupsDavid Malcolm
2024-08-29pretty-print: reimplement pp_format with a new struct pp_tokenDavid Malcolm
2024-08-29pretty-print: move class chunk_info into its own headerDavid Malcolm
2024-08-29Use std::unique_ptr for optinfo_itemDavid Malcolm
2024-07-24json: support std::unique_ptr in array::append and object::setDavid Malcolm
2024-06-12pretty_printer: convert chunk_info into a classDavid Malcolm
2024-06-12pretty_printer: make all fields privateDavid Malcolm
2024-01-03Update copyright years.Jakub Jelinek
2023-10-03diagnostics: add ctors to text_info; add m_ prefixes to fieldsDavid Malcolm
2023-07-20Move combine over to statistics_counter_event.Andrew Pinski
2023-01-02Update copyright years.Jakub Jelinek
2022-01-19Update per-file selftest and finalization hooks for .c to .cc renamingDavid Malcolm
2022-01-17Change references of .c files to .cc filesMartin Liska
2022-01-17Rename .c files to .cc files.Martin Liska