]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/dwarf2out.cc
Daily bump.
[thirdparty/gcc.git] / gcc / dwarf2out.cc
9 hours ago  Eric BotcazouImplement wrap-around arithmetics in DWARF expressions
2024-05-17  Tom TromeyUse DW_TAG_module for Ada
2024-05-14  Tom de Vries[debug] Fix dwarf v4 .debug_macro.dwo
2024-05-11  Mark Harmstone[PATCH v2 3/4] Output line numbers in CodeView section
2024-05-11  Mark Harmstone[PATCH v2 2/4] Output file checksums in CodeView section
2024-05-11  Mark Harmstone[PATCH v2 1/4] Support for CodeView debugging format
2024-04-02  Tom TromeyPrettify output of debug_dwarf_die
2024-03-11  Eric BotcazouFix placement of recently implemented DIE
2024-03-08  Jakub Jelinekdwarf2out: Emit DW_AT_export_symbols on anon unions...
2024-03-01  Jakub Jelinekdwarf2out: Don't move variable sized aggregates to...
2024-02-10  Jakub JelinekUse HOST_SIZE_T_PRINT_* and HOST_WIDE_INT_T_PRINT_...
2024-01-31  Jakub Jelinekdwarf2out: Fix ICE on large _BitInt in loc_list_from_tr...
2024-01-23  Richard Bienerdebug/107058 - gracefully handle unexpected DIE contexts
2024-01-23  Richard Bienerdebug/112718 - reset all type units with -ffat-lto...
2024-01-10  Eric BotcazouFix debug info for enumeration types with reverse Scala...
2024-01-03  Jakub JelinekUpdate copyright years.
2023-11-17  Richard BienerAssert we don't create recursive DW_AT_{abstract_origin...
2023-11-07  Joseph Myersc: Refer more consistently to C23 not C2X
2023-10-26  Vladimir N. Makarov[RA]: Modfify cost calculation for dealing with equival...
2023-10-12  Jakub Jelinekdwarf2out: Stop using wide_int in GC structures
2023-09-28  Richard SandifordRemove some unused poly_int variables
2023-09-20  Omar Sandovaldebug/111409 - don't generate COMDAT macro sections...
2023-09-06  Jakub JelinekMiddle-end _BitInt support [PR102989]
2023-08-24  Richard Bienerdebug/111080 - avoid outputting debug info for unused...
2023-07-18  Uros Bizjakdwarf2: Change return type of predicate functions from...
2023-07-06  Roger Sayle[Committed] Handle COPYSIGN in dwarf2out.cc's mem_loc_d...
2023-07-04  Hans-Peter Nilssondwarf2out.cc (mem_loc_descriptor): Handle BITREVERSE
2023-06-23  Marek Polacekc++: Add support for -std={c,gnu}++2{c,6}
2023-06-20  Richard Bienerdebug/110295 - mixed up early/late debug for member...
2023-05-18  Bernhard Reutner... gcc: use _P() defines from tree.h
2023-03-29  Richard Bieneripa/106124 - ICE with -fkeep-inline-functions and OpenMP
2023-03-03  Richard Bienerdebug/108772 - ICE with late debug generated with ...
2023-01-02  Jakub JelinekUpdate copyright years.
2022-12-14  Gaius MulleyMerge modula-2 front end onto gcc.
2022-12-13  Tom TromeyUse DW_ATE_UTF for the Rust 'char' type
2022-10-01  Eugene RozenfeldEmit discriminators for inlined call sites.
2022-09-07  Martin LiskaRestore XCOFF for DWARF on AIX.
2022-09-05  Martin Liskarename DBX_REGISTER_NUMBER to DEBUGGER_REGNO
2022-09-02  Martin LiskaSTABS: remove -gstabs and -gxcoff functionality
2022-08-25  Jason Merrilldwarf2: use DW_ATE_UTF for char8_t
2022-08-08  Richard Bienerlto/106540 - fix LTO tree input wrt dwarf2out_register_...
2022-08-02  Richard Bienerlto/106334 - fix previous fix wrt -flto-partition=none
2022-07-19  Richard Bienerlto/106334 - relax assert during WPA tree merging
2022-07-04  Eric BotcazouUse default lower bound for vector types in debug info
2022-06-13  Eric BotcazouDo not erase warning data in gimple_set_location
2022-05-31  Alan ModraCorrect spelling of DW_AT_namelist_item
2022-05-16  Eric BotcazouDo not use DW_OP_not for TRUTH_NOT_EXPR in conditional...
2022-05-16  Martin LiskaUse more ARRAY_SIZE.
2022-02-09  Jakub Jelinekdwarf2out: Don't call expand_expr during early_dwarf...
2022-02-04  Eric BotcazouEmpty the base_types vector before (re)populating it
2022-02-02  Martin LiskaRemove dead macro: TEXT_SECTION_NAME
2022-01-26  Jakub Jelinekdwarf2out: For ppc64le IEEE quad long double, emit...
2022-01-20  Jakub Jelinekdwarf2out: Fix -gsplit-dwarf on riscv [PR103874]
2022-01-19  David MalcolmUpdate per-file selftest and finalization hooks for...
2022-01-17  Martin LiskaChange references of .c files to .cc files
2022-01-17  Martin LiskaRename .c files to .cc files.