]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/ada/exp_aggr.adb
Correct a function pre/postcondition [PR102403].
[thirdparty/gcc.git] / gcc / ada / exp_aggr.adb
2021-07-06  Bob Duff[Ada] Transient scope cleanup
2021-07-05  Bob Duff[Ada] Clean up Get_Index_Bounds
2021-06-29  Ed Schonberg[Ada] Crash on limited array object with address clause
2021-06-29  Bob Duff[Ada] tech debt: Parent (Empty) is not allowed
2021-06-18  Bob Duff[Ada] New debug switch to disable large static aggregates
2021-06-18  Arnaud Charlet[Ada] Update comments related to TBD
2021-06-17  Steve Baird[Ada] Casing on composite values
2021-06-15  Arnaud Charlet[Ada] Rename Ada 202* to Ada 2022
2021-05-07  Bob Duff[Ada] Minor reformattings
2021-05-07  Bob Duff[Ada] Variable-sized node types -- cleanup
2021-05-07  Bob Duff[Ada] Variable-sized node types
2021-05-06  Ed Schonberg[Ada] Missing semantic error on ineffective Others_Clause
2021-05-04  Ed Schonberg[Ada] Ongoing work for AI12-0212: container aggregates
2021-05-03  Piotr Trojanek[Ada] Minor style fixes in Max_Aggregate_Size
2021-05-03  Piotr Trojanek[Ada] Replace low-level membership test with a high...
2021-05-03  Arnaud Charlet[Ada] Update copyright notice
2021-05-03  Piotr Trojanek[Ada] Replace calls to RTE with Is_RTE where possible
2021-05-03  Ed Schonberg[Ada] Crash on aggregate in function call in object...
2021-04-29  Arnaud Charlet[Ada] Bad handling of array sliding in aggregate
2020-12-14  Gary Dismukes[Ada] Additional fixes for Default_Initial_Condition
2020-11-30  Gary Dismukes[Ada] Implement inheritance for Default_Initial_Conditi...
2020-10-26  Ed Schonberg[Ada] Handle Iterated_Component_Association with Others...
2020-10-23  Eric Botcazou[Ada] Implement new legality rules introduced in C...
2020-10-22  Ed Schonberg[Ada] Ada_2020 AI12-0250: Iterator filters in Iterated_...
2020-10-22  Ed Schonberg[Ada] Ada_2020: ongoing work for aggregates for bounded...
2020-10-21  Piotr Trojanek[Ada] Fix analysis of iterated component expression...
2020-10-21  Piotr Trojanek[Ada] Refactor repeated calls to Etype in aggregate...
2020-10-20  Ed Schonberg[Ada] Ada_2020: Further code cleanup for container...
2020-10-19  Ed Schonberg[Ada] Ada_2020: Implement Key_Expression for named...
2020-10-16  Piotr Trojanek[Ada] Assorted style cleanups
2020-10-15  Ed Schonberg[Ada] Ada_2020: Add aspect Aggregate to standard contai...
2020-07-27  Arnaud Charlet[Ada] Use membership tests in front-end
2020-07-16  Ed Schonberg[Ada] Ongoing work for AI12-0212 : container aggregates
2020-07-16  Bob Duff[Ada] Adjust heuristics about size of static aggregates
2020-07-15  Eric Botcazou[Ada] Cleanup in Convert_To_Positional after previous...
2020-07-15  Arnaud Charlet[Ada] Ongoing work for AI12-0212: container aggregates
2020-07-15  Gary Dismukes[Ada] Minor reformatting of comments and some code...
2020-07-15  Ed Schonberg[Ada] Ongoing work for unnamed and named container...
2020-07-10  Eric Botcazou[Ada] Further improve the expansion of array aggregates
2020-07-10  Gary Dismukes[Ada] Reformatting and typo corrections
2020-07-10  Arnaud Charlet[Ada] Use small limit for aggregates inside subprograms
2020-07-10  Ed Schonberg[Ada] Part of implementation of AI12-0212: container...
2020-07-07  Piotr Trojanek[Ada] Fix expansion of delta aggregates with slices
2020-07-06  Eric Botcazou[Ada] Improve run-time performance for large initialize...
2020-06-19  Eric Botcazou[Ada] Fix check for bounds in aggregate expansion of...
2020-06-12  Eric Botcazou[Ada] Improve code generated for assignment of dynamic...
2020-06-11  Piotr Trojanek[Ada] Remove a dubious optimization for Object Specific...
2020-06-11  Piotr Trojanek[Ada] Remove useless code in Backend_Processing_Possible
2020-06-10  Eric Botcazou[Ada] Improve code generated for dynamic discriminated...
2020-06-10  Gary Dismukes[Ada] Minor reformatting and some typo fixes
2020-06-09  Arnaud Charlet[Ada] Expand more others aggregates statically
2020-06-08  Arnaud Charlet[Ada] Remove processing of SPARK_05 restriction
2020-06-08  Javier Miranda[Ada] Better code generation for nested aggregates
2020-06-05  Eric Botcazou[Ada] Fix incorrect initialization for array of non...
2020-06-03  Piotr Trojanek[Ada] Iterate with procedural versions of Next_......
2020-06-02  Arnaud Charlet[Ada] Bump copyright year
2020-06-02  Eric Botcazou[Ada] Get rid of more references to Universal_Integer...
2020-06-02  Eric Botcazou[Ada] Get rid of more references to Universal_Integer...
2020-06-02  Arnaud Charlet[Ada] Address potentially uninitialized variables and...
2019-12-13  Piotr Trojanek[Ada] Minor fix typo in comment
2019-09-19  Eric Botcazou[Ada] Fix copy operation with private discriminated...
2019-09-18  Ed Schonberg[Ada] Crash on aggregate with dscriminant in if-express...
2019-09-18  Eric Botcazou[Ada] Fix sharing of expression in array aggregate...
2019-08-20  Bob Duff[Ada] Improve efficiency of aggregates with <>
2019-08-20  Gary Dismukes[Ada] Minor reformattings
2019-08-20  Patrick Bernardi[Ada] New pragma Aggregate_Individually_Assign
2019-08-14  Bob Duff[Ada] Spurious error in discriminated aggregate
2019-08-14  Javier Miranda[Ada] Fix a recent ACATS regression (c552001)
2019-08-13  Ed Schonberg[Ada] Do not remove side-effects in an others_clause...
2019-08-13  Gary Dismukes[Ada] Compiler may blow up on array aggregates whose...
2019-07-09  Piotr Trojanek[Ada] Reformat comments
2019-07-04  Hristian Kirtchev[Ada] Minor reformatting
2019-07-04  Arnaud Charlet[Ada] CCG: reduce generated temporaries
2019-07-04  Arnaud Charlet[Ada] Reduce emitted code size in CCG for aggregate...
2019-01-08  Pierre-Marie de... [Ada] Bump copyright years to 2019
2018-12-11  Eric Botcazou[Ada] Plug small loophole with pathological packed...
2018-12-11  Hristian Kirtchev[Ada] Minor reformatting
2018-12-11  Javier Miranda[Ada] Fix runtime stack overflow for out/in-out actuals...
2018-12-11  Javier Miranda[Ada] Fix an ACATS regression with CCG
2018-12-03  Eric Botcazou[Ada] Fix recent regression on array aggregate with...
2018-12-03  Hristian Kirtchev[Ada] Minor reformattings
2018-11-14  Eric Botcazou[Ada] Fix small regression with others choice in array...
2018-11-14  Eric Botcazou[Ada] Remove couple of recently added dead tests
2018-10-09  Ed Schonberg[Ada] Spurious warning on uninitialized entity during...
2018-08-21  Hristian Kirtchev[Ada] Minor reformattings
2018-08-21  Ed Schonberg[Ada] Improper copying of limited arrays with default...
2018-07-31  Piotr Trojanek[Ada] Replace low-level calls to Ekind with high-level...
2018-07-31  Hristian Kirtchev[Ada] Minor reformattings
2018-07-17  Ed Schonberg[Ada] Fix expansion of aggregates components rewritten...
2018-05-30  Hristian Kirtchev[Ada] Minor reformatting
2018-05-30  Ed Schonberg[Ada] Extend the applicability of Thread_Local_Storage...
2018-05-30  Piotr Trojanek[Ada] Reuse Is_Rewrite_Substitution where possible
2018-05-30  Hristian Kirtchev[Ada] Minor reformatting
2018-05-28  Ed Schonberg[Ada] Copy index expression trees rather than relocatin...
2018-05-28  Hristian Kirtchev[Ada] Minor reformatting
2018-05-25  Arnaud Charlet[Ada] Remove "constant" attribute on Osint.Unknown_Attr...
2018-05-25  Ed Schonberg[Ada] Fix expansion of quantified expressions as part...
2018-05-24  Ed Schonberg[Ada] Add warning on redundant others_clause in array...
2018-05-22  Hristian Kirtchev[Ada] Crash on partial initialization of controlled...
2018-05-22  Hristian Kirtchev[Ada] In-place initialization for Initialize_Scalars
next