]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/gdbhooks.py
Correct a function pre/postcondition [PR102403].
[thirdparty/gcc.git] / gcc / gdbhooks.py
2021-01-04  Jakub JelinekUpdate copyright years.
2020-04-16  Richard Bienerpretty-print SSA names
2020-01-01  Jakub JelinekUpdate copyright years.
2019-07-23  Vladislav Ivanishinmake gdbhooks.py idempotent with respect to reloading
2019-07-14  Vladislav Ivanishingdbhooks.py: dump-fn, dot-fn: cast ret values of fopen...
2019-07-01  Vladislav Ivanishingdbhooks.py: rename parameters to match usage
2019-06-11  Jason Merrillgdbhooks.py (TreePrinter.to_string): Recognize ggc_free...
2019-05-31  Martin LiskaAdd pretty print for const_tree.
2019-04-26  Eugene Sharygingdbhooks.py: Fix UnicodeDecodeErrors when printing...
2019-01-01  Jakub JelinekUpdate copyright years.
2018-04-10  Martin Liskagdbhooks: Add new pretty-printers for: varpool_node...
2018-01-03  Jakub JelinekUpdate copyright years.
2017-09-04  Jakub Jelinekgdbhooks.py (OptMachineModePrinter.to_string): Use...
2017-08-30  Richard Sandiford[77/77] Add a complex_mode class
2017-08-30  Richard Sandiford[76/77] Add a scalar_mode_pod class
2017-08-30  Richard Sandiford[71/77] Use opt_scalar_mode for mode iterators
2017-08-30  Richard Sandiford[64/77] Add a scalar_mode class
2017-08-30  Richard Sandiford[16/77] Add scalar_int_mode_pod
2017-08-30  Richard Sandiford[15/77] Add scalar_int_mode
2017-08-30  Richard Sandiford[11/77] Add a float_mode_for_size helper function
2017-08-30  Richard Sandiford[7/77] Add scalar_float_mode
2017-08-30  Richard Sandiford[6/77] Make GET_MODE_WIDER return an opt_mode
2017-01-01  Jakub JelinekUpdate copyright years.
2016-02-22  Richard BienerAdd dot-fn to gdbhooks.py
2016-02-22  Tom de VriesAdd dump-fn to gdbhooks.py
2016-01-04  Jakub JelinekUpdate copyright years.
2015-11-16  Tom de VriesRemove first_pass_instance from pass_vrp
2015-09-28  Trevor Saundersupdate a few places for the change from gimple_statemen...
2015-06-08  Jan Kratochvilre PR other/65366 (gdbhooks.py is incompatible with...
2015-06-02  Jan Kratochvilre PR other/65366 (gdbhooks.py is incompatible with...
2015-01-05  Jakub JelinekUpdate copyright years.
2014-12-10  Aldy Hernandezgdbhooks.py (class DWDieRefPrinter): New class.
2014-11-19  David MalcolmMerger of git branch "gimple-classes-v2-option-3"
2014-08-05  David Malcolmgdbhooks.py: add "break-on-pass" command
2014-01-02  Richard SandifordUpdate copyright years in gcc/
2013-11-20  David Malcolmgdbhooks.py: fix prettyprinting of NULL vec<>*
2013-11-20  David Malcolmgdbhooks.py: Implement a prettyprinter for vec<>*
2013-11-20  David Malcolmgdbhooks.py: Reorganize, to support regex matching...
2013-11-19  David MalcolmConvert gimple types from a union to C++ inheritance
2013-11-18  Trevor Saundersremove nolonger needed {cgraph,varpool}_node_{,asm_...
2013-10-29  David Malcolmgdbhooks.py: update cgraph_node prettyprinter
2013-08-28  David MalcolmInitial version of gdb hooks