]> gcc.gnu.org Git - gcc.git/history - gcc/ada/checks.adb
[Ada] Transient scope cleanup
[gcc.git] / gcc / ada / checks.adb
2021-07-07 Bob Duff[Ada] Transient scope cleanup
2021-07-06 Gary Dismukes[Ada] Removal of various ??? comments plus related...
2021-07-05 Justin Squirek[Ada] INOX: prototype alternative accessibility model
2021-07-05 Bob Duff[Ada] Clean up Get_Index_Bounds
2021-06-29 Bob Duff[Ada] tech debt: Parent (Empty) is not allowed
2021-06-21 Gary Dismukes[Ada] Implement fixed-lower-bound consistency checks...
2021-06-18 Bob Duff[Ada] Remove AAMP from compiler sources
2021-06-17 Gary Dismukes[Ada] Implementation of Inox feature of fixed lower...
2021-06-17 Piotr Trojanek[Ada] Use source casing in messages for aliasing checks
2021-06-17 Piotr Trojanek[Ada] Apply aliasing checks only to names and not to...
2021-06-16 Piotr Trojanek[Ada] Fix aliasing check for actual parameters passed...
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 Justin Squirek[Ada] Spurious constraint error on conversion of access...
2021-05-04 Arnaud Charlet[Ada] Address some ??? comments in checks.adb
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-04-29 Justin Squirek[Ada] Missing access-to-discriminated conversion check
2020-12-17 Arnaud Charlet[Ada] Remove unused subprograms in validsw
2020-12-17 Justin Squirek[Ada] Crash on discriminant check with current instance
2020-12-17 Yannick Moy[Ada] Fixes for GNAT error/warning messages
2020-11-27 Yannick Moy[Ada] Do not apply range checks inside generics in...
2020-11-27 Eric Botcazou[Ada] Optimize generation of checks for fixed-point...
2020-11-24 Piotr Trojanek[Ada] Fix minor typos in comments
2020-10-23 Justin Squirek[Ada] Further Ada 2020 work on accessibility checking
2020-10-22 Eric Botcazou[Ada] Fix bogus error on conversion from Float to 128...
2020-10-22 Justin Squirek[Ada] Reimplementation of accessibility checking
2020-10-21 Eric Botcazou[Ada] Basic support for 128-bit types
2020-10-19 Arnaud Charlet[Ada] No range check on fixed point to integer conversion
2020-10-16 Piotr Trojanek[Ada] Assorted style cleanups
2020-10-15 Steve Baird[Ada] Get finalization right when a function returns...
2020-07-27 Arnaud Charlet[Ada] Use membership tests in front-end
2020-07-10 Arnaud Charlet[Ada] Use small limit for aggregates inside subprograms
2020-07-10 Eric Botcazou[Ada] Fix internal error on if-expression in call retur...
2020-07-07 Eric Botcazou[Ada] Move generation of range checks for entry familie...
2020-07-06 Piotr Trojanek[Ada] Avoid forced loading of System.Priority in CodePe...
2020-06-19 Eric Botcazou[Ada] Small cleanup in Apply_Range_Check implementation
2020-06-19 Piotr Trojanek[Ada] Remove repeated testing of Check_Validity_Of_Para...
2020-06-18 Eric Botcazou[Ada] Improve compile-time evaluation of value ranges
2020-06-18 Piotr Trojanek[Ada] Fix failed assertion on a slice indexed by a...
2020-06-18 Piotr Trojanek[Ada] Cleanups in code related to static expressions
2020-06-17 Eric Botcazou[Ada] Add early return to Apply_Universal_Integer_Attri...
2020-06-17 Eric Botcazou[Ada] Do not generate useless length check for array...
2020-06-17 Piotr Trojanek[Ada] Remove unnecessary special-casing of GNATprove...
2020-06-16 Piotr Trojanek[Ada] Minor casing of " The " after a comma in docs...
2020-06-11 Piotr Trojanek[Ada] Iterate with procedural version of Next routine...
2020-06-11 Eric Botcazou[Ada] Consolidate handling of implicit dereferences...
2020-06-09 Eric Botcazou[Ada] Propagate DIC, Invariant and Predicate attributes...
2020-06-08 Eric Botcazou[Ada] Remove the Has_Dynamic_Range_Check flag
2020-06-08 Gary Dismukes[Ada] Implement predicate checks on qualified expressio...
2020-06-05 Eric Botcazou[Ada] Make the Has_Dynamic_Range_Check flag obsolete
2020-06-05 Eric Botcazou[Ada] Rename parameter of routines in Checks
2020-06-04 Eric Botcazou[Ada] Remove obsolete reference to gigi in comment
2020-06-03 Piotr Trojanek[Ada] Iterate with procedural versions of Next_......
2020-06-03 Eric Botcazou[Ada] Avoid creating temporaries in Universal_Integer...
2020-06-02 Arnaud Charlet[Ada] Remove ASIS_Mode
2020-06-02 Arnaud Charlet[Ada] Bump copyright year
2020-06-02 Arnaud Charlet[Ada] Address potentially uninitialized variables and...
2019-12-16 Gary Dismukes[Ada] Minor reformatting and U.S. spelling adjustment
2019-12-16 Ed Schonberg[Ada] Crash on conversion in branch of if-expression
2019-09-18 Eric Botcazou[Ada] Fix spurious alignment warning on simple address...
2019-08-21 Piotr Trojanek[Ada] Minor refactorings/reformattings
2019-08-21 Yannick Moy[Ada] Avoid spurious error in GNATprove mode on non...
2019-08-20 Gary Dismukes[Ada] Minor reformattings
2019-08-19 Gary Dismukes[Ada] Improve warnings about "too few elements" and...
2019-08-12 Eric Botcazou[Ada] Fix leak of Do_Range_Check flag in -gnatVa mode
2019-08-12 Eric Botcazou[Ada] Fix missing range check for In/Out parameter...
2019-08-12 Eric Botcazou[Ada] Fix incorrect Do_Range_Check on type conversion
2019-07-23 Eric Botcazou[Ada] Plug small loophole in Generate_Range_Check
2019-07-23 Eric Botcazou[Ada] Eliminate redundant overflow checks for conversio...
2019-07-22 Eric Botcazou[Ada] Overhaul code implementing conversions involving...
2019-07-11 Piotr Trojanek[Ada] Minor refactoring
2019-07-11 Hristian Kirtchev[Ada] Minor reformatting
2019-07-11 Justin Squirek[Ada] No warning for guaranteed accessibility check...
2019-07-05 Justin Squirek[Ada] Incorrect accessibility check
2019-07-05 Hristian Kirtchev[Ada] Minor reformatting
2019-07-05 Ed Schonberg[Ada] Compiler abort on a dynamic predicate used in...
2019-07-01 Hristian Kirtchev[Ada] Minor reformatting
2019-07-01 Ed Schonberg[Ada] Wrong code with -gnatVa on lock-free protected...
2019-01-08 Pierre-Marie de... [Ada] Bump copyright years to 2019
2018-12-11 Hristian Kirtchev[Ada] Volatility, validity checks, and System.Aux_DEC
2018-12-03 Hristian Kirtchev[Ada] Minor reformattings
2018-11-14 Ed Schonberg[Ada] Enhance constraints propagation to ease the work...
2018-11-14 Hristian Kirtchev[Ada] Minor reformatting
2018-11-14 Hristian Kirtchev[Ada] Limited function violates No_Exception_Propagation
2018-10-09 Ed Schonberg[Ada] Preserve Do_Range_Check flags in SPARK mode
2018-09-26 Ed Schonberg[Ada] Missing front-end code for constraint checks...
2018-09-26 Javier Miranda[Ada] ICE on mix of tagged and limited interfaces
2018-08-21 Hristian Kirtchev[Ada] Minor reformattings
2018-08-21 Javier Miranda[Ada] Enumeration types with non-standard representation
2018-07-31 Hristian Kirtchev[Ada] Minor reformattings
2018-07-17 Arnaud Charlet[Ada] Add provision for floating-point in Apply_Divisio...
2018-05-31 Ed Schonberg[Ada] Illegal copy of limited object
2018-05-30 Hristian Kirtchev[Ada] Minor reformatting
2018-05-30 Arnaud Charlet[Ada] Ignore out of range values for System.Priority...
2018-05-23 Arnaud Charlet[Ada] Fix various defects found by static analysis
2018-05-21 Piotr Trojanek[Ada] Fix inconstent subprogram body headers
2018-01-11 Arnaud Charlet[Ada] Bump copyright notices to 2018
2017-12-15 Pierre-Marie de... exp_unst.adb (Unnest_Subprograms): Nothing to do if...
next
This page took 1.673655 seconds and 108 git commands to generate.