]> gcc.gnu.org Git - gcc.git/history - gcc/ada/exp_attr.adb
[Ada] Minor reformattings
[gcc.git] / gcc / ada / exp_attr.adb
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-05 Piotr Trojanek[Ada] Fix expansion of attributes Input/Output for...
2021-05-05 Piotr Trojanek[Ada] Reuse Has_Defaulted_Discriminants where possible
2021-05-05 Eric Botcazou[Ada] Implement tiered support for floating-point outpu...
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 Eric Botcazou[Ada] Eliminate useless 128-bit overflow check for...
2021-04-28 Arnaud Charlet[Ada] Bad handling of 'Valid_Scalars and arrays
2020-12-15 Eric Botcazou[Ada] Implement tiered support for floating-point input...
2020-12-14 Eric Botcazou[Ada] Fix couple of bugs in the implementation of Round...
2020-12-10 Ed SchonbergFix PR ada/98230
2020-11-30 Eric Botcazou[Ada] Expand integer-only implementation of ordinary...
2020-11-26 Eric Botcazou[Ada] Add support for 128-bit fixed-point types on...
2020-11-25 Piotr Trojanek[Ada] Minor whitespace fix in expansion of attribute...
2020-11-25 Piotr Trojanek[Ada] Fix style and typos in code for expanding attribu...
2020-11-25 Piotr Trojanek[Ada] Minor refine type of a counter variable
2020-11-24 Piotr Trojanek[Ada] Reuse Is_Packed_Array where possible
2020-11-24 Piotr Trojanek[Ada] Fix minor typos in comments
2020-11-24 Piotr Trojanek[Ada] Cleanup expansion of attribute Constrained
2020-10-26 Piotr Trojanek[Ada] Handle subtype_indication in 'Update for arrays
2020-10-22 Steve Baird[Ada] Implement AI12-0030: Stream attribute availability
2020-10-22 Justin Squirek[Ada] Reimplementation of accessibility checking
2020-10-21 Eric Botcazou[Ada] Basic support for 128-bit types
2020-10-20 Piotr Trojanek[Ada] Replace low-level Ekind membership tests with...
2020-10-20 Steve Baird[Ada] Implement AI12-0280 Making 'Old more flexible
2020-10-20 Arnaud Charlet[Ada] Code clean up
2020-10-19 Ghjuvan Lacambre[Ada] Do not replace bounds for packed arrays that...
2020-10-16 Piotr Trojanek[Ada] Assorted style cleanups
2020-10-16 Ed Schonberg[Ada] Improvements to implementation of Ada_2020 attrib...
2020-10-16 Eric Botcazou[Ada] Add Max_Integer_Size attribute and couple of...
2020-10-15 Boris Yakobowski[Ada] Do not expand 'Initialized in codepeer mode
2020-07-27 Arnaud Charlet[Ada] Use membership tests in front-end
2020-07-16 Javier Miranda[Ada] Avoid false positive reported by CodePeer
2020-07-16 Javier Miranda[Ada] Ada2020: AI12-0107 convention of By_Protected_Pro...
2020-07-08 Justin Squirek[Ada] Minor refactoring
2020-06-19 Eric Botcazou[Ada] Deal with enumeration types with very large size
2020-06-19 Piotr Trojanek[Ada] Fix validity checks on attribute 'Old prefix
2020-06-19 Piotr Trojanek[Ada] Add comments about attribute 'Valid_Scalars on...
2020-06-19 Piotr Trojanek[Ada] Simplify processing of 'Valid_Scalars on array...
2020-06-19 Piotr Trojanek[Ada] Fix validity checking for class-wide objects
2020-06-18 Eric Botcazou[Ada] Small cleanup in the attribute code of the expander
2020-06-18 Eric Botcazou[Ada] Improve compile-time evaluation of value ranges
2020-06-18 Eric Botcazou[Ada] Small adjustment to Get_Integer_Type function
2020-06-17 Eric Botcazou[Ada] Remove new problematic condition for LLVM
2020-06-17 Eric Botcazou[Ada] Couple of small tweaks related to integer conversions
2020-06-17 Eric Botcazou[Ada] Work around problematic interaction with public...
2020-06-17 Eric Botcazou[Ada] Optimize length checks generated for slice assign...
2020-06-16 Eric Botcazou[Ada] Expand 'Pos and 'Val for enumeration types with...
2020-06-15 Piotr Trojanek[Ada] Support aspect Relaxed_Initialization and attribu...
2020-06-15 Bob Duff[Ada] Put_Image improvements for strings
2020-06-15 Eric Botcazou[Ada] Implement AI12-0077 Has_Same_Storage on objects...
2020-06-12 Bob Duff[Ada] Enable Put_Image in pre-Ada-2020 modes
2020-06-12 Bob Duff[Ada] Put_Image attribute
2020-06-10 Piotr Trojanek[Ada] Fold Enum_Rep attribute in evaluation and not...
2020-06-10 Piotr Trojanek[Ada] Minor fix style and typos in comments
2020-06-10 Gary Dismukes[Ada] Minor reformatting and some typo fixes
2020-06-09 Justin Squirek[Ada] Spurious overlap error on zero-sized arrays with...
2020-06-08 Arnaud Charlet[Ada] Fix handling of 'Enum_Rep and renamings
2020-06-08 Piotr Trojanek[Ada] Reuse Get_Index_Subtype in the special expander...
2020-06-05 Bob Duff[Ada] Put_Image attribute
2020-06-05 Eric Botcazou[Ada] Add No_Truncation flag on view conversion for...
2020-06-04 Bob Duff[Ada] Put_Image attribute
2020-06-04 Eric Botcazou[Ada] Alignment clause ignored on completion derived...
2020-06-03 Eric Botcazou[Ada] Improve 'Val implementation for some enumeration...
2020-06-03 Gary Dismukes[Ada] Unnesting problems with expansion of Loop_Entry...
2020-06-03 Eric Botcazou[Ada] Get rid of more references to Universal_Integer...
2020-06-03 Eric Botcazou[Ada] Get rid of more references to Universal_Integer...
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 Eric Botcazou[Ada] Fix minor discrepancy in Expand_N_Attribute_Reference
2020-06-02 Gary Dismukes[Ada] Typo corrections and minor reformatting
2019-12-18 Piotr Trojanek[Ada] Fix three-letter typos like "sss" in comments...
2019-12-16 Ed Schonberg[Ada] Prototype implementastion of Ada2020 Map-reduce...
2019-12-13 Gary Dismukes[Ada] Suppress Base_Address call on init of activation...
2019-12-13 Bob Duff[Ada] Remove Is_Available function
2019-12-12 Eric Botcazou[Ada] Fix wrong value of 'Size for slices of bit-packed...
2019-09-19 Arnaud Charlet[Ada] Exp_Attr: remove obsolete comment
2019-09-19 Eric Botcazou[Ada] Implement Machine_Rounding attribute in line...
2019-09-18 Claire Dross[Ada] Factor out code for deciding statically known...
2019-09-17 Eric Botcazou[Ada] Fix wrong value of 'Size for slices of bit-packed...
2019-08-20 Ed Schonberg[Ada] Crash on Loop_Entry for while_loop involving...
2019-08-19 Bob Duff[Ada] Incorrect code for -gnateV switch
2019-08-12 Yannick Moy[Ada] More precise handling of Size/Object_Size in...
2019-07-22 Eric Botcazou[Ada] Overhaul code implementing conversions involving...
2019-07-22 Eric Botcazou[Ada] Beef up comment in exp_attr.adb
2019-07-22 Eric Botcazou[Ada] Fix missing Constraint_Error for Enum_Val attribute
2019-07-22 Eric Botcazou[Ada] Fix internal error on array slice in loop and...
2019-07-05 Hristian Kirtchev[Ada] Minor reformatting
2019-07-05 Bob Duff[Ada] No_Stream_Optimizations ignored for 'Class'Input
2019-07-03 Javier Miranda[Ada] Exp_Attr: remove dead code
2019-07-01 Piotr Trojanek[Ada] Fix "componant" typos in comments
2019-07-01 Hristian Kirtchev[Ada] Minor reformatting
2019-07-01 Javier Miranda[Ada] Disable expansion of 'Min/'Max of floating point...
2019-07-01 Ed Schonberg[Ada] Compiler abort on use of Invalid_Value on numeric...
2019-01-08 Pierre-Marie de... [Ada] Bump copyright years to 2019
2018-12-03 Hristian Kirtchev[Ada] Minor reformattings
2018-11-14 Bob Duff[Ada] System'To_Address not always static
next
This page took 1.570548 seconds and 108 git commands to generate.