Age | Commit message (Expand) | Author | Files | Lines |
2020-11-30 | [Ada] Implement inheritance for Default_Initial_Condition and address other gaps | Gary Dismukes | 1 | -0/+18 |
2020-11-30 | [Ada] Confusion in Transform_Function_Array and internal subprograms | Arnaud Charlet | 1 | -54/+191 |
2020-11-27 | [Ada] Restore general case for folding comparison of static strings | Piotr Trojanek | 1 | -1/+11 |
2020-11-27 | [Ada] Move down call to Narrow_Large_Operation in Expand_N_Op_Multiply | Eric Botcazou | 1 | -10/+10 |
2020-11-27 | [Ada] Optimize generation of checks for fixed-point types | Eric Botcazou | 1 | -32/+3 |
2020-11-26 | [Ada] Add support for 128-bit fixed-point types on 64-bit platforms | Eric Botcazou | 1 | -21/+8 |
2020-11-26 | [Ada] Memory leak in concatenation with Initialize_Scalars | Bob Duff | 1 | -0/+9 |
2020-11-26 | [Ada] Incorrect runtime accessibility check on access discriminant | Justin Squirek | 1 | -1/+1 |
2020-11-24 | [Ada] Reuse Is_Packed_Array where possible | Piotr Trojanek | 1 | -2/+1 |
2020-10-23 | [Ada] Further Ada 2020 work on accessibility checking | Justin Squirek | 1 | -32/+35 |
2020-10-23 | [Ada] Implement new legality rules introduced in C.6(12) by AI12-0363 | Eric Botcazou | 1 | -2/+2 |
2020-10-22 | [Ada] Reimplementation of accessibility checking | Justin Squirek | 1 | -27/+16 |
2020-10-21 | [Ada] Basic support for 128-bit types | Eric Botcazou | 1 | -33/+51 |
2020-10-19 | [Ada] Missing check on array concatenation | Arnaud Charlet | 1 | -2/+3 |
2020-10-19 | [Ada] No range check on fixed point to integer conversion | Arnaud Charlet | 1 | -15/+46 |
2020-10-16 | [Ada] Reduce use of primary stack on string concatenation | Arnaud Charlet | 1 | -23/+91 |
2020-10-15 | [Ada] Add support for compile time evaluation of Shift_Right_Arithmetic | Arnaud Charlet | 1 | -40/+53 |
2020-07-27 | [Ada] Use membership tests in front-end | Arnaud Charlet | 1 | -50/+44 |
2020-07-23 | [Ada] Ada2020: AI12-0027 Access values and unaliased component | Arnaud Charlet | 1 | -2/+2 |
2020-07-16 | [Ada] Spurious accessibility error on allocator in generic instance | Justin Squirek | 1 | -15/+25 |
2020-07-16 | [Ada] AI12-0042: Type invariant checking rules | Gary Dismukes | 1 | -0/+33 |
2020-07-10 | [Ada] Use small limit for aggregates inside subprograms | Arnaud Charlet | 1 | -7/+6 |
2020-07-10 | [Ada] Small cleanup throughout Exp_Ch4 | Eric Botcazou | 1 | -33/+32 |
2020-07-08 | [Ada] Do not apply constraint checks on allocator with No_Initialization | Eric Botcazou | 1 | -2/+3 |
2020-07-08 | [Ada] Small tweak to Narrow_Large_Operation procedure | Eric Botcazou | 1 | -3/+5 |
2020-07-07 | [Ada] ACATS 4.1K - C452003 | Arnaud Charlet | 1 | -33/+53 |
2020-07-06 | [Ada] Various typo fixes and reformatting of comments | Gary Dismukes | 1 | -5/+5 |
2020-06-26 | Take into account range info to optimize range tests into bit tests | Eric Botcazou | 1 | -5/+8 |
2020-06-18 | [Ada] Fix small inefficiency in previous change to expander | Eric Botcazou | 1 | -11/+33 |
2020-06-18 | [Ada] Narrow large arithmetic and comparison operations | Eric Botcazou | 1 | -13/+343 |
2020-06-18 | [Ada] Small cleanup in constraint checking code for allocators | Eric Botcazou | 1 | -43/+58 |
2020-06-18 | [Ada] Fix invalid expression sharing in Expand_Array_Equality | Eric Botcazou | 1 | -9/+8 |
2020-06-18 | [Ada] Small improvement to Optimize_Length_Comparison | Eric Botcazou | 1 | -2/+3 |
2020-06-17 | [Ada] Fix incorrect operand sharing after expansion | Eric Botcazou | 1 | -7/+6 |
2020-06-17 | [Ada] Add assertions to Preserve_Comes_From_Source and reuse it | Piotr Trojanek | 1 | -2/+2 |
2020-06-17 | [Ada] Deal with second specific superflat case in Optimize_Length_Comparison | Eric Botcazou | 1 | -14/+82 |
2020-06-17 | [Ada] Fix small oversight in change to Optimize_Length_Comparison | Eric Botcazou | 1 | -16/+27 |
2020-06-17 | [Ada] Optimize length checks generated for slice assignments | Eric Botcazou | 1 | -63/+126 |
2020-06-16 | [Ada] Expand 'Pos and 'Val for enumeration types with standard representation | Eric Botcazou | 1 | -2/+4 |
2020-06-16 | [Ada] ACATS C452005/C452006 memberships use wrong equality operation | Arnaud Charlet | 1 | -3/+6 |
2020-06-16 | [Ada] ACATS 4.1K - B452001 - No errors detected | Arnaud Charlet | 1 | -0/+5 |
2020-06-15 | [Ada] Implement AI12-0343 Return Statement Checks | Eric Botcazou | 1 | -71/+18 |
2020-06-15 | [Ada] Crash in tagged type constructor with task components | Javier Miranda | 1 | -12/+10 |
2020-06-15 | [Ada] Bad access checks on if/case expression as actual | Justin Squirek | 1 | -8/+78 |
2020-06-11 | [Ada] Consolidate handling of implicit dereferences into semantic analysis | Eric Botcazou | 1 | -47/+6 |
2020-06-10 | [Ada] Implement AI12-0162 Memberships and Unchecked_Unions | Eric Botcazou | 1 | -11/+12 |
2020-06-10 | [Ada] Minor fix style and typos in comments | Piotr Trojanek | 1 | -1/+1 |
2020-06-09 | [Ada] Code clean ups and comments updates | Arnaud Charlet | 1 | -1/+1 |
2020-06-09 | [Ada] Membership test against a non-excluding subtype | Arnaud Charlet | 1 | -33/+36 |
2020-06-08 | [Ada] AI12-0085 Missing aspect cases for Remote_Types | Arnaud Charlet | 1 | -1/+1 |