Age | Commit message (Expand) | Author | Files | Lines |
2022-01-11 | [Ada] Avoid redundant checks for empty lists | Piotr Trojanek | 1 | -1/+1 |
2022-01-11 | [Ada] Reuse Make_Temporary where possible | Piotr Trojanek | 1 | -11/+4 |
2022-01-11 | [Ada] Remove extra space in single object declarations | Piotr Trojanek | 1 | -1/+1 |
2022-01-11 | [Ada] Update copyright notice and bump Gnatvsn.Current_Year | Arnaud Charlet | 1 | -1/+1 |
2022-01-07 | [Ada] Simplify traversal in hooking of transient scopes | Piotr Trojanek | 1 | -15/+7 |
2022-01-06 | [Ada] Fix typo in comments found running aspell | Etienne Servais | 1 | -1/+1 |
2022-01-06 | [Ada] New restriction No_Tagged_Type_Registration | Bob Duff | 1 | -2/+6 |
2021-12-01 | [Ada] Do not free task for _parent | Ghjuvan Lacambre | 1 | -2/+3 |
2021-10-20 | [Ada] Crash on object of protected type with defaulted access component | Justin Squirek | 1 | -7/+21 |
2021-10-20 | [Ada] tech debt: Clean up Uint fields, such as Esize | Bob Duff | 1 | -4/+3 |
2021-09-22 | [Ada] Fix conformance errors and erroneous code | Bob Duff | 1 | -4/+4 |
2021-09-21 | [Ada] Crash on build of Initialization procedure for derived container | Ed Schonberg | 1 | -1/+4 |
2021-09-20 | [Ada] Cleanups related to building of dispatch tables | Piotr Trojanek | 1 | -1/+1 |
2021-09-20 | [Ada] Move Build_And_Insert_Cuda_Initialization to Expand_CUDA_Package | Ghjuvan Lacambre | 1 | -6/+1 |
2021-07-08 | [Ada] Transient scope cleanup | Bob Duff | 1 | -2/+2 |
2021-07-06 | [Ada] Tbuild cleanup | Bob Duff | 1 | -1/+1 |
2021-07-06 | [Ada] Transient scope cleanup | Bob Duff | 1 | -244/+230 |
2021-07-05 | [Ada] Refactoring related to Returns_By_Ref | Bob Duff | 1 | -40/+0 |
2021-05-07 | [Ada] Minor reformattings | Bob Duff | 1 | -41/+41 |
2021-05-07 | [Ada] Variable-sized node types -- cleanup | Bob Duff | 1 | -1/+1 |
2021-05-07 | [Ada] Variable-sized node types | Bob Duff | 1 | -2/+6 |
2021-05-05 | [Ada] Move Build_And_Insert_CUDA_Initialization to expansion phase | Ghjuvan Lacambre | 1 | -0/+8 |
2021-05-04 | [Ada] Missing finalization on generic instantiation | Arnaud Charlet | 1 | -60/+149 |
2021-05-03 | [Ada] Refine type of a counter object from Int to Nat | Piotr Trojanek | 1 | -1/+1 |
2021-05-03 | [Ada] Update copyright notice | Arnaud Charlet | 1 | -1/+1 |
2021-05-03 | [Ada] Expansion in _postconditions confusing CodePeer | Justin Squirek | 1 | -4/+13 |
2021-04-29 | [Ada] Bad handling of array sliding in aggregate | Arnaud Charlet | 1 | -4/+1 |
2020-12-17 | [Ada] Remove unused subprograms in validsw | Arnaud Charlet | 1 | -16/+0 |
2020-12-17 | [Ada] Crash on if expression inside declare expression | Arnaud Charlet | 1 | -1/+1 |
2020-12-17 | [Ada] Compiler crash on protected component of controlled type | Arnaud Charlet | 1 | -2/+23 |
2020-12-15 | [Ada] Postcondition checks performed before finalization | Justin Squirek | 1 | -49/+615 |
2020-12-15 | [Ada] Crash on unnesting unnamed blocks | Arnaud Charlet | 1 | -30/+19 |
2020-12-14 | [Ada] Additional fixes for Default_Initial_Condition | Gary Dismukes | 1 | -15/+42 |
2020-11-26 | [Ada] Reuse Is_Access_Object_Type where possible | Piotr Trojanek | 1 | -2/+1 |
2020-11-25 | [Ada] Allow debugging finalization-related expanded code | Arnaud Charlet | 1 | -1/+33 |
2020-10-21 | [Ada] Disable warnings on entities when building finalizers | Ghjuvan Lacambre | 1 | -0/+8 |
2020-10-16 | [Ada] Finalization of uninitialized object with build in place call | Arnaud Charlet | 1 | -4/+12 |
2020-10-16 | [Ada] Remove support for -gnatP and pragma Polling | Arnaud Charlet | 1 | -11/+0 |
2020-10-16 | [Ada] GNAT-LLVM unnesting issues in elaboration code | Gary Dismukes | 1 | -0/+198 |
2020-07-27 | [Ada] Use membership tests in front-end | Arnaud Charlet | 1 | -42/+36 |
2020-07-08 | [Ada] Minor refactoring | Justin Squirek | 1 | -8/+7 |
2020-06-16 | [Ada] Minor casing of " The " after a comma in docs and comments | Piotr Trojanek | 1 | -1/+1 |
2020-06-11 | [Ada] Iterate with procedural version of Next routine where possible | Piotr Trojanek | 1 | -2/+2 |
2020-06-04 | [Ada] Add missing conversion in call to Finalize primitive | Eric Botcazou | 1 | -0/+9 |
2020-06-04 | [Ada] Fix a couple of oversights in previous change | Eric Botcazou | 1 | -0/+1 |
2020-06-04 | [Ada] Alignment clause ignored on completion derived from private type | Eric Botcazou | 1 | -4/+3 |
2020-06-02 | [Ada] Bump copyright year | Arnaud Charlet | 1 | -1/+1 |
2020-06-02 | [Ada] Address potentially uninitialized variables and dead code | Arnaud Charlet | 1 | -3/+8 |
2019-12-12 | [Ada] Fix repeated words and typos in doc and comments | Piotr Trojanek | 1 | -1/+1 |
2019-10-10 | [Ada] Handling up-level references in loops within library-level declarations | Gary Dismukes | 1 | -0/+86 |