]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/ada/repinfo.adb
ada: Fix Program_Error raised during generation of data representation in JSON
[thirdparty/gcc.git] / gcc / ada / repinfo.adb
2024-05-07  Eric Botcazouada: Fix Program_Error raised during generation of...
2024-01-22  Marc PoulhièsUpdate copyright years.
2023-08-01  Yannick Moyada: Fix printing of numbers in JSON output for data...
2023-08-01  Yannick Moyada: Fix generation of JSON output for data representation
2023-05-15  Eric Botcazouada: Fix invalid JSON for extended variant record with...
2023-01-09  Arnaud Charletada: Update copyright notice
2022-05-11  Bob Duff[Ada] Avoid crash for -gnatR -gnatc
2022-05-09  Etienne Servais[Ada] Fully qualify name in JSON representation info
2022-01-11  Arnaud Charlet[Ada] Update copyright notice and bump Gnatvsn.Current_Year
2022-01-05  Bob Duff[Ada] Compiler crash with -gnatR2 and with of child
2021-12-01  Piotr Trojanek[Ada] Cleanup listing of representation info
2021-11-10  Bob Duff[Ada] Avoid warnings regarding rep clauses in generics...
2021-11-10  Bob Duff[Ada] Avoid warnings regarding rep clauses in generics
2021-10-25  Bob Duff[Ada] Follow-on cleanups for Uint fields
2021-10-25  Bob Duff[Ada] Renamed_Or_Alias cleanup
2021-10-20  Bob Duff[Ada] tech debt: Clean up Uint fields, such as Esize
2021-09-22  Justin Squirek[Ada] Removal of technical debt
2021-09-21  Bob Duff[Ada] Clean up uses of Esize and RM_Size
2021-09-20  Bob Duff[Ada] Present and No functions for type Uint
2021-09-20  Bob Duff[Ada] Fix assertion in GNATprove_Mode
2021-07-12  Bob Duff[Ada] Clean up Uint fields
2021-07-09  Eric Botcazou[Ada] Fix invalid JSON for derived variant record with...
2021-07-08  Bob Duff[Ada] Remove Unknown_ functions
2021-06-21  Eric Botcazou[Ada] Fix invalid JSON real numbers generated with...
2021-05-07  Bob Duff[Ada] Minor reformattings
2021-05-07  Bob Duff[Ada] Variable-sized node types
2021-05-03  Arnaud Charlet[Ada] Update copyright notice
2021-02-12  Arnaud Charlet[Ada] Remove unused subprograms (continued)
2020-12-17  Arnaud Charlet[Ada] Remove unused subprograms in validsw
2020-07-27  Arnaud Charlet[Ada] Use membership tests in front-end
2020-07-08  Eric Botcazou[Ada] Fix inaccurate -gnatR output for derived untagged...
2020-06-10  Arnaud Charlet[Ada] Update headers
2020-06-10  Arnaud Charlet[Ada] Remove more references to ASIS
2020-06-09  Eric Botcazou[Ada] Implement AI12-0028: Import of variadic C functions
2020-06-03  Piotr Trojanek[Ada] Iterate with procedural versions of Next_......
2020-06-03  Arnaud Charlet[Ada] Remove ASIS tree generation
2020-06-02  Arnaud Charlet[Ada] Bump copyright year
2019-08-21  Eric Botcazou[Ada] More complete information level for -gnatR4 output
2019-08-20  Gary Dismukes[Ada] Minor reformattings
2019-08-20  Eric Botcazou[Ada] More complete information level for -gnatR4 output
2019-08-14  Ed Schonberg[Ada] Do not crash with -gnatR3 on Ghost aspects
2019-08-13  Justin Squirek[Ada] Show Bit_Order and Scalar_Storage_Order in -gnatR...
2019-07-23  Eric Botcazou[Ada] Minor tweak to -gnatR output
2019-07-22  Eric Botcazou[Ada] More complete information level for -gnatR4 output
2019-07-09  Hristian Kirtchev[Ada] Minor reformatting
2019-07-09  Eric Botcazou[Ada] Missing escape of the double quote in JSON output
2019-07-09  Eric Botcazou[Ada] Make -gnatRj output strictly conforming JSON
2019-07-08  Eric Botcazou[Ada] Small overhaul in Repinfo unit
2019-07-08  Eric Botcazou[Ada] Fix crash on extension of private type with ...
2019-01-27  Eric Botcazourepinfo.adb (List_Component_Layout): Remove superfluous...
2019-01-08  Pierre-Marie de... [Ada] Bump copyright years to 2019
2018-12-03  Hristian Kirtchev[Ada] Minor reformattings
2018-11-14  Eric Botcazou[Ada] More complete information level for -gnatR output
2018-11-14  Piotr Trojanek[Ada] Use Cancel_Special_Output instead of Set_Special_...
2018-10-09  Eric Botcazou[Ada] Repinfo: list the mechanism of functions only
2018-09-26  Eric Botcazou[Ada] Fix assertion failure on record subtype with...
2018-07-31  Piotr Trojanek[Ada] Replace low-level calls to Ekind with high-level...
2018-06-11  Eric Botcazou[Ada] Minor tweaks in Repinfo
2018-05-31  Eric Botcazou[Ada] Fix tracking of the first item in Repinfo
2018-05-30  Hristian Kirtchev[Ada] Minor reformatting
2018-05-29  Eric Botcazou[Ada] Plug small hole in -gnatR output
2018-05-29  Eric Botcazou[Ada] Adjustment of behavior of new -gnatRj switch
2018-05-29  Eric Botcazou[Ada] Enhance output of discriminants with -gnatR in...
2018-05-29  Eric Botcazou[Ada] Implement machine parsable format for -gnatR...
2018-05-29  Eric Botcazou[Ada] Factor out worker procedure for -gnatR
2018-05-29  Eric Botcazou[Ada] Minor cleanup in repinfo unit
2018-05-29  Eric Botcazou[Ada] Fix irregular output with -gnatRm
2018-05-28  Eric Botcazou[Ada] Remove Valop from the Repinfo unit
2018-05-28  Eric Botcazou[Ada] Minor cleanup in repinfo unit
2018-05-28  Hristian Kirtchev[Ada] Crash on aspect/pragma Linked_Section with -gnatR2
2018-05-28  Eric Botcazou[Ada] Minor tweak to output of -gnatR
2018-05-28  Eric Botcazou[Ada] Minor internal cleanup in repinfo unit
2018-05-24  Eric Botcazou[Ada] Fix irregular output with -gnatR3
2018-05-23  Eric Botcazou[Ada] Remove obsolete stuff from repinfo.adb
2018-01-11  Arnaud Charlet[Ada] Bump copyright notices to 2018
2017-10-09  Pierre-Marie de... [multiple changes]
2017-09-25  Pierre-Marie de... [multiple changes]
2017-09-08  Arnaud Charletsem_ch3.adb, [...]: Remove references to Frontend_Layou...
2017-09-08  Arnaud Charlet[multiple changes]
2017-09-08  Arnaud Charlet[multiple changes]
2017-09-08  Arnaud Charlet[multiple changes]
2017-09-08  Arnaud Charlet[multiple changes]
2017-09-07  Arnaud Charlet[multiple changes]
2017-09-05  Eric Botcazourepinfo.ads: Document new treatment of dynamic values.
2017-01-13  Hristian Kirtchevsem_aggr.adb, [...]: Update all eligible case statement...
2016-05-02  Hristian Kirtchevchecks.adb, [...]: Minor reformatting.
2016-05-02  Arnaud Charlet[multiple changes]
2016-05-02  Arnaud Charlet[multiple changes]
2015-10-16  Arnaud Charletexp_ch5.adb, [...]: Code clean up: remove special handl...
2014-11-20  Arnaud Charlet[multiple changes]
2014-10-31  Arnaud Charlet2014-10-31 Hristian Kirtchev <kirtchev@adacore.com>
2014-08-04  Arnaud Charlet[multiple changes]
2014-08-01  Arnaud Charlet[multiple changes]
2014-07-29  Arnaud Charlet[multiple changes]
2014-07-17  Robert Dewarsem_ch3.adb, [...]: Remove the word kludge from ada...
2014-01-29  Robert Dewara-except-2005.adb, [...]: Minor reformatting.
2014-01-23  Arnaud Charlet[multiple changes]
2013-04-25  Robert Dewarsem_ch7.adb, [...]: Minor reformatting.
2013-04-25  Arnaud Charlet[multiple changes]
2013-04-24  Arnaud Charlet[multiple changes]
next