index
:
riscv-gnu-toolchain/gcc.git
devel/analyzer
devel/autopar_devel
devel/autopar_europar_2021
devel/bypass-asm
devel/c++-contracts
devel/c++-coroutines
devel/c++-modules
devel/c++-name-lookup
devel/coarray_native
devel/existing-fp8
devel/fortran_unsigned
devel/gccgo
devel/gfortran-caf
devel/gimple-linterchange
devel/gomp-5_0-branch
devel/icpp2021
devel/ira-select
devel/ix86/evex512
devel/jlaw/crc
devel/loop-unswitch-support-switches
devel/lto-offload
devel/m2link
devel/modula-2
devel/mold-lto-plugin
devel/mold-lto-plugin-v2
devel/nothrow-detection
devel/omp/gcc-10
devel/omp/gcc-11
devel/omp/gcc-12
devel/omp/gcc-13
devel/omp/gcc-14
devel/omp/gcc-9
devel/omp/ompd
devel/power-ieee128
devel/range-gen3
devel/ranger
devel/rust/master
devel/sh-lra
devel/sphinx
devel/ssa-range
devel/subreg-coalesce
devel/unified-autovect
master
releases/egcs-1.0
releases/egcs-1.1
releases/gcc-10
releases/gcc-11
releases/gcc-12
releases/gcc-13
releases/gcc-14
releases/gcc-2.95
releases/gcc-2.95.2.1-branch
releases/gcc-3.0
releases/gcc-3.1
releases/gcc-3.2
releases/gcc-3.3
releases/gcc-3.4
releases/gcc-4.0
releases/gcc-4.1
releases/gcc-4.2
releases/gcc-4.3
releases/gcc-4.4
releases/gcc-4.5
releases/gcc-4.6
releases/gcc-4.7
releases/gcc-4.8
releases/gcc-4.9
releases/gcc-5
releases/gcc-6
releases/gcc-7
releases/gcc-8
releases/gcc-9
releases/libgcj-2.95
trunk
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gcc
/
ada
Age
Commit message (
Expand
)
Author
Files
Lines
2024-05-18
Fix Ada runtime library breakage on Solaris
Eric Botcazou
5
-8
/
+15
2024-05-17
Remove spurious line
Eric Botcazou
1
-1
/
+0
2024-05-17
ada: Improve deriving initial sizes for container aggregates
Viljar Indus
1
-28
/
+55
2024-05-17
ada: Remove outdated workaround in aggregate expansion
Ronan Desplanques
1
-5
/
+4
2024-05-17
ada: Start the initialization of the tasking runtime earlier
Eric Botcazou
3
-12
/
+40
2024-05-17
ada: Improve test for unprocessed preprocessor directives
Steve Baird
1
-61
/
+122
2024-05-17
ada: Restore dependency on System.OS_Interface in System.Task_Primitives
Eric Botcazou
1
-1
/
+2
2024-05-17
ada: Further adjustments coming from aliasing considerations
Eric Botcazou
2
-0
/
+14
2024-05-17
ada: Replace spinlocks with fully-fledged locks in finalization collections
Eric Botcazou
54
-368
/
+723
2024-05-17
ada: Document secondary usage of Materialize_Entity flag
Eric Botcazou
1
-2
/
+3
2024-05-17
ada: Bug in computing local restrictions inherited from enclosing scopes.
Steve Baird
1
-13
/
+19
2024-05-17
ada: Factor out duplicated code in bodies of System.Task_Primitives.Operations
Eric Botcazou
5
-129
/
+90
2024-05-17
ada: Fix for validity checking and conditional evaluation of 'Old
Piotr Trojanek
1
-0
/
+8
2024-05-17
ada: Do not query the modification time of a special file.
Steve Baird
1
-2
/
+16
2024-05-17
ada: Disable Equivalent_Array_Aggregate optimization if predicates involved
Steve Baird
1
-0
/
+1
2024-05-17
ada: Clarify code for aggregate warnings
Ronan Desplanques
1
-27
/
+25
2024-05-17
ada: Fix others error message location
Ronan Desplanques
1
-24
/
+19
2024-05-17
ada: Expose utility routine for processing of Depends contracts in SPARK
Piotr Trojanek
3
-29
/
+28
2024-05-17
ada: Couple of adjustments coming from aliasing considerations
Eric Botcazou
4
-9
/
+71
2024-05-17
ada: gnatbind: subprogram spec no longer exists
Bob Duff
5
-98
/
+141
2024-05-17
ada: Update docs for Resolve_Null_Array_Aggregate
Ronan Desplanques
1
-6
/
+6
2024-05-17
ada: Fix containers' Reference_Preserving_Key functions' memory leaks
Steve Baird
7
-3
/
+61
2024-05-17
ada: correction to gnatbind-related cleanups
Bob Duff
1
-3
/
+2
2024-05-17
ada: gnatbind-related cleanups
Bob Duff
3
-45
/
+28
2024-05-17
ada: Make raise-gcc.c compatible with Clang
Sebastian Poeplau
1
-0
/
+8
2024-05-17
ada: Fix crash caused by missing New_Copy_tree
Marc Poulhiès
1
-3
/
+6
2024-05-17
ada: Fix Constraint_Error on mutable assignment
Bob Duff
1
-1
/
+2
2024-05-17
ada: Only record types with discriminants can be unconstrained
Piotr Trojanek
1
-7
/
+4
2024-05-17
ada: Simplify code for private types with unknown discriminants
Piotr Trojanek
2
-6
/
+4
2024-05-17
ada: Allow private items with unknown discriminants as Depends inputs
Piotr Trojanek
1
-2
/
+4
2024-05-17
ada: Tune detection of unconstrained and tagged items in Depends contract
Piotr Trojanek
1
-4
/
+4
2024-05-17
ada: Fix probable copy/paste error
Marc Poulhiès
3
-10
/
+8
2024-05-17
ada: Check subtype to avoid a precondition failure
Viljar Indus
1
-2
/
+3
2024-05-17
ada: Fix checking range constraints within composite types
Viljar Indus
1
-0
/
+50
2024-05-17
ada: Remove superfluous Relocate_Node calls
Ronan Desplanques
2
-2
/
+2
2024-05-17
ada: Small cleanup in aggregate expansion code
Ronan Desplanques
1
-8
/
+8
2024-05-17
ada: Add support for 'Object_Size to pragma Compile_Time_{Warning,Error}
Eric Botcazou
1
-64
/
+65
2024-05-16
ada: Remove obsolete reference in comment
Eric Botcazou
1
-4
/
+4
2024-05-16
ada: Reset scope of top level object declaration during unnesting
Marc Poulhiès
1
-4
/
+27
2024-05-16
ada: Redundant validity checks
Steve Baird
2
-0
/
+8
2024-05-16
ada: Exception on Indefinite_Vector aggregate with loop_parameter_specification
Gary Dismukes
3
-20
/
+11
2024-05-16
ada: Implement new experimental attribute 'Super
Justin Squirek
8
-467
/
+605
2024-05-16
ada: Fix reference to RM clause in comment
Ronan Desplanques
1
-1
/
+1
2024-05-16
ada: Fix missing length checks with case expressions
Ronan Desplanques
2
-4
/
+17
2024-05-16
ada: Fix standalone Windows builds of adaint.c
Sebastian Poeplau
1
-0
/
+7
2024-05-16
ada: Avoid checking parameters of protected procedures
Viljar Indus
1
-2
/
+5
2024-05-16
ada: Ignore ghost nodes in call graph information for dispatching calls
Piotr Trojanek
1
-9
/
+8
2024-05-16
ada: Fix reason code for length check
Ronan Desplanques
1
-5
/
+8
2024-05-16
ada: Propagate Program_Error from failed finalization of collection
Eric Botcazou
1
-6
/
+6
2024-05-16
ada: Improve recovery from illegal occurrence of 'Old in if_expression
Piotr Trojanek
1
-1
/
+1
[next]