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-15
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
/
gcc-interface
/
trans.cc
Age
Commit message (
Expand
)
Author
Files
Lines
2023-05-30
ada: Fix wrong access for qualified aggregate with storage model
Eric Botcazou
1
-3
/
+6
2023-05-30
ada: Fix internal error on qualified aggregate with storage model
Eric Botcazou
1
-17
/
+19
2023-05-30
ada: Add missing guards for degenerate storage models
Eric Botcazou
1
-5
/
+10
2023-05-30
ada: Fix incorrect copies being used with 'Address
Marc Poulhiès
1
-4
/
+9
2023-05-30
ada: Fix minor issue with Mod operator
Eric Botcazou
1
-4
/
+4
2023-05-30
ada: Minor generic tweaks left and and right
Eric Botcazou
1
-1
/
+1
2023-05-30
ada: Adjust again the implementation of storage models
Eric Botcazou
1
-22
/
+29
2023-05-30
ada: Simplify the implementation of storage models
Eric Botcazou
1
-103
/
+27
2023-05-30
ada: Fix storage model handling for dereference as lvalue and renamings
Marc Poulhiès
1
-3
/
+21
2023-05-26
ada: Remove Is_Descendant_Of_Address flag from Standard_Address
Eric Botcazou
1
-5
/
+11
2023-05-18
ada: use _P() defines from tree.h
Bernhard Reutner-Fischer
1
-10
/
+10
2023-02-14
Fix small regression in Ada
Eric Botcazou
1
-1
/
+3
2023-01-16
ada: Update copyright years.
Marc Poulhiès
1
-1
/
+1
2022-12-29
ada: don't map NULL decl to locus
Alexandre Oliva
1
-1
/
+1
2022-12-06
ada: Elide the copy in extended returns for nonlimited by-reference types
Eric Botcazou
1
-5
/
+7
2022-12-01
ada: Strip conversions for the implementation of storage models
Eric Botcazou
1
-0
/
+5
2022-11-24
ada: Add assertion for the implementation of storage models
Eric Botcazou
1
-0
/
+3
2022-11-21
ada: Adjust recent change for returns involving function calls
Eric Botcazou
1
-3
/
+8
2022-10-06
ada: Implementation of support for storage models in gigi
Eric Botcazou
1
-43
/
+283
2022-09-15
Move void_list_node init to common code
Richard Biener
1
-1
/
+0
2022-09-06
[Ada] Fix problematic line debug info attached to call to finalizer
Eric Botcazou
1
-5
/
+13
2022-09-06
[Ada] Fix internal error on double renaming of private constant
Eric Botcazou
1
-25
/
+43
2022-09-06
[Ada] Extend No_Dependence restriction to code generation (continued)
Eric Botcazou
1
-0
/
+25
2022-09-06
[Ada] Place "at end" on body nodes
Bob Duff
1
-85
/
+71
2022-07-13
[Ada] Small housekeeping work in gigi
Eric Botcazou
1
-1
/
+8
2022-07-13
[Ada] Extend No_Dependence restriction to code generation
Eric Botcazou
1
-19
/
+58
2022-07-13
[Ada] Adjust name of stack checking function
Eric Botcazou
1
-1
/
+1
2022-07-06
[Ada] Update comment after recent changes wrt. secondary stack & tagged types
Eric Botcazou
1
-3
/
+1
2022-07-06
[Ada] Improve code generated for aggregates of VFA type
Eric Botcazou
1
-3
/
+6
2022-07-06
[Ada] Do not give warnings for compiler-generated entities by default
Eric Botcazou
1
-0
/
+11
2022-06-02
[Ada] Remove left-overs of front-end SJLJ processing
Eric Botcazou
1
-67
/
+1
2022-06-02
[Ada] Couple of small preparatory adjustments
Eric Botcazou
1
-4
/
+7
2022-06-02
[Ada] Get rid of secondary stack for most calls returning tagged types
Eric Botcazou
1
-47
/
+56
2022-05-19
[Ada] Avoid copy operation for returns involving function calls
Eric Botcazou
1
-0
/
+42
2022-05-19
[Ada] Small housekeeping work in gnat_gimplify_expr
Eric Botcazou
1
-71
/
+60
2022-05-19
[Ada] Do not set Current_Error_Node to a node without location
Eric Botcazou
1
-1
/
+2
2022-05-19
[Ada] Get rid of secondary stack for controlled components
Eric Botcazou
1
-0
/
+8
2022-05-19
[Ada] Small housekeeping work continued
Eric Botcazou
1
-50
/
+50
2022-05-19
[Ada] Small housekeeping work
Eric Botcazou
1
-44
/
+39
2022-05-19
[Ada] Do not override inlining heuristics for expression functions at -Os
Eric Botcazou
1
-6
/
+1
2022-05-17
[Ada] Use Actions field of freeze nodes for subprograms
Eric Botcazou
1
-0
/
+5
2022-05-12
[Ada] Remove front-end SJLJ processing
Arnaud Charlet
1
-222
/
+12
2022-01-17
Rename .c files to .cc files.
Martin Liska
1
-0
/
+11009