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
/
gcc-interface
/
trans.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-06-23
Minor adjustment in assignment case
Eric Botcazou
1
-4
/
+3
2020-06-19
[Ada] Remove handling of 'Pos and 'Val attributes from gigi
Eric Botcazou
1
-13
/
+0
2020-06-19
[Ada] Consolidate handling of implicit dereferences
Eric Botcazou
1
-55
/
+25
2020-06-19
[Ada] AI12-0028-1 Import of variadic C functions
Eric Botcazou
1
-26
/
+116
2020-06-04
[Ada] Remove OpenACC support
Arnaud Charlet
1
-671
/
+1
2020-05-25
Fix wrong assignment to mutable Out parameter of task entry
Eric Botcazou
1
-4
/
+7
2020-05-12
Be prepared for more aggregates in gigi
Eric Botcazou
1
-2
/
+2
2020-05-09
Update copyright year
Eric Botcazou
1
-1
/
+1
2020-05-09
Add assertion for access attributes
Eric Botcazou
1
-0
/
+3
2020-05-09
Do not make a local copy of large aggregate
Eric Botcazou
1
-13
/
+73
2020-05-09
Fix problematic cases of wrapping
Eric Botcazou
1
-2
/
+3
2020-05-09
Accept qualified aggregates in memset path
Eric Botcazou
1
-12
/
+16
2020-05-09
Small housekeeping work in gigi
Eric Botcazou
1
-54
/
+12
2020-05-08
Fix missing information in exception messages with -gnateE
Eric Botcazou
1
-25
/
+27
2019-12-18
trans.c (Pragma_to_gnu): Push a diagnostics state for pragma Warnings (Off) b...
Eric Botcazou
1
-1
/
+15
2019-12-16
[Ada] Fully propagate representation aspects through renaming
Eric Botcazou
1
-2
/
+2
2019-12-16
[Ada] Fix couple of oversights in the implementation of AI12-0128
Eric Botcazou
1
-130
/
+145
2019-12-16
[Ada] Implement RM C.6(19) clause entirely in the front-end
Eric Botcazou
1
-48
/
+6
2019-12-13
[Ada] Deallocation of controlled type implementing interface types
Javier Miranda
1
-3
/
+4
2019-11-25
re PR ada/92362 (double elaboration of expression in Address aspect)
Eric Botcazou
1
-4
/
+4
2019-10-11
decl.c (elaborate_reference_1): Specifically deal with pointer displacement.
Eric Botcazou
1
-2
/
+2
2019-10-11
decl.c (gnat_to_gnu_entity): New case to deal with the definition of named nu...
Eric Botcazou
1
-8
/
+21
2019-09-23
trans.c (Regular_Loop_to_gnu): Do not rotate the loop if -Og is enabled.
Eric Botcazou
1
-4
/
+7
2019-09-23
trans.c (gnat_compile_time_expr_list): New variable.
Eric Botcazou
1
-12
/
+32
2019-09-23
trans.c (Attribute_to_gnu): Test Can_Use_Internal_Rep on the underlying type ...
Eric Botcazou
1
-25
/
+23
2019-08-30
decl.c (maybe_saturate_size): New function.
Eric Botcazou
1
-1
/
+1
2019-08-30
ada-tree.h (DECL_FORCED_BY_REF_P): New macro.
Eric Botcazou
1
-19
/
+11
2019-08-30
trans.c (gnat_to_gnu): Do not set the location on an expression used for a tag.
Eric Botcazou
1
-2
/
+8
2019-08-30
trans.c (lvalue_required_p): Adjust GNU_TYPE in the recursive call.
Eric Botcazou
1
-4
/
+6
2019-08-30
* gcc-interface/trans.c (Attribute_to_gnu) <Attr_Size>: Add assertion.
Eric Botcazou
1
-0
/
+3
2019-08-30
gigi.h (gigi_checking_assert): New macro.
Eric Botcazou
1
-123
/
+44
2019-08-19
[Ada] Fix thinko in Acc_Loop_to_gnu
Olivier Hainque
1
-4
/
+1
2019-08-13
Use checking forms of DECL_FUNCTION_CODE (PR 91421)
Richard Sandiford
1
-5
/
+4
2019-08-02
rework Ada EH Machine_Occurrence deallocation
Alexandre Oliva
1
-44
/
+118
2019-07-08
[Ada] Arrange not to set DECL_ARTIFICIAL on elab procs
Olivier Hainque
1
-3
/
+7
2019-06-29
trans.c (mark_visited_r): Set TYPE_SIZES_GIMPLIFIED on the main variant of a ...
Eric Botcazou
1
-1
/
+2
2019-05-28
trans.c (lvalue_required_for_attribute_p): Return 0 for 'Size too.
Eric Botcazou
1
-18
/
+24
2019-05-28
trans.c (gnat_to_gnu): Remove superfluous tests on Backend_Overflow_Checks_On...
Eric Botcazou
1
-14
/
+11
2019-05-28
trans.c (walk_nesting_tree): New static function.
Eric Botcazou
1
-5
/
+15
2019-05-27
trans.c (Call_to_gnu): Do not initialize the temporary created out of address...
Eric Botcazou
1
-6
/
+16
2019-05-27
ada-builtin-types.def: New file.
Eric Botcazou
1
-21
/
+56
2019-05-27
trans.c (Identifier_to_gnu): Minor tweaks.
Eric Botcazou
1
-7
/
+18
2019-05-27
trans.c (Gigi_Types_Compatible): New predicate.
Eric Botcazou
1
-74
/
+86
2019-05-27
trans.c (Call_to_gnu): Use the unpadded type when putting back an intermediat...
Eric Botcazou
1
-1
/
+1
2019-05-27
trans.c (gnat_to_gnu): Convert the count to the unsigned version of its base ...
Eric Botcazou
1
-29
/
+32
2019-05-17
trans.c (check_inlining_for_nested_subprog): Quote reserved names.
Martin Sebor
1
-2
/
+3
2019-02-08
trans.c (gnat_to_gnu): Minor tweak.
Eric Botcazou
1
-5
/
+4
2019-02-08
trans.c (elaborate_all_entities): Do not elaborate the entities of a package ...
Eric Botcazou
1
-1
/
+2
2019-02-08
trans.c (Regular_Loop_to_gnu): Replace tests on individual flag_unswitch_loop...
Eric Botcazou
1
-6
/
+5
2019-01-27
repinfo.adb (List_Component_Layout): Remove superfluous space for zero-sized ...
Eric Botcazou
1
-11
/
+20
[next]