index
:
ampere-computing/gcc-experimental.git
common/ipa-str-reorg
common/ipa-str-reorg-v2
common/ipa-str-reorg-v3
common/ipa-str-reorg-v4
erick/ipa-str-reorg
erick/type-escape-analysis-merge
erick/type-playground
gcc_master_new7
gcc_master_new8
master
gcc-experimental
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gcc
/
ada
/
gcc-interface
/
decl.c
Age
Commit message (
Expand
)
Author
2020-05-09
Update copyright year
Eric Botcazou
2020-05-09
Fix small issues with -fgnat-encodings=minimal
Eric Botcazou
2020-05-09
Fix missing back-annotation for Out parameter
Eric Botcazou
2020-05-08
Fix uniqueness of address for aliased objects
Eric Botcazou
2020-05-08
Couple of tweaks to help in LTO mode
Eric Botcazou
2020-05-08
Small tweak to gnat_to_gnu_param
Eric Botcazou
2020-03-11
Fix internal error on locally-defined subpools
Eric Botcazou
2019-12-18
[Ada] Do not propagate Object_Size onto Size for composite types
Eric Botcazou
2019-12-16
[Ada] AI12-0001: Independence and Representation clauses for atomic objects
Eric Botcazou
2019-12-03
decl.c (gnat_to_gnu_subprog_type): With the Copy-In/ Copy-Out mechanism...
Eric Botcazou
2019-10-11
decl.c (elaborate_reference_1): Specifically deal with pointer displacement.
Eric Botcazou
2019-10-11
decl.c (gnat_to_gnu_field): Adjust again the packing for a field without stri...
Eric Botcazou
2019-10-11
decl.c (annotate_value): Really test the sign of the value when deciding to b...
Eric Botcazou
2019-10-11
decl.c (Gigi_Equivalent_Type): New case.
Eric Botcazou
2019-10-11
decl.c (gnat_to_gnu_entity): New case to deal with the definition of named nu...
Eric Botcazou
2019-09-27
set DECL_SIZE_UNIT for zero-sized fields
Alexandre Oliva
2019-09-23
decl.c (components_to_record): Do not reorder fields in packed record types i...
Eric Botcazou
2019-08-30
decl.c (maybe_saturate_size): New function.
Eric Botcazou
2019-08-30
ada-tree.h (DECL_FORCED_BY_REF_P): New macro.
Eric Botcazou
2019-08-30
gigi.h (aggregate_type_contains_array_p): Declare.
Eric Botcazou
2019-08-30
decl.c (annotate_value): Inline the call also if List_Representation_Info is ...
Eric Botcazou
2019-08-30
gigi.h (gigi_checking_assert): New macro.
Eric Botcazou
2019-06-29
decl.c (gnat_to_gnu_entity): Beep up comment on SAVED...
Eric Botcazou
2019-06-29
decl.c (gnat_to_gnu_entity): If the type requires strict alignment, then set ...
Eric Botcazou
2019-06-29
decl.c (gnat_to_gnu_field): Rework error messages for fields requiring strict...
Eric Botcazou
2019-06-29
decl.c (set_nonaliased_component_on_array_type): Add missing guard for the pr...
Eric Botcazou
2019-06-29
expr.c (expand_expr_real_1): Apply the big-endian adjustment for bit-fields t...
Eric Botcazou
2019-06-25
decl.c (gnat_to_gnu_entity): Remove superfluous test in previous change.
Eric Botcazou
2019-06-24
ipa-utils.h (type_with_linkage_p): Verify that type is CXX_ODR_P.
Jan Hubicka
2019-05-28
implementation_defined_pragmas.rst (Machine_Attribute): Document additional o...
Eric Botcazou
2019-05-28
decl.c (gnat_to_gnu_entity): Remove obsolete test on Is_For_Access_Subtype.
Eric Botcazou
2019-05-28
decl.c (components_to_record): Set a name on the type created for the REP par...
Eric Botcazou
2019-05-28
decl.c (intrin_arglists_compatible_p): Do not return false if the internal bu...
Eric Botcazou
2019-01-27
repinfo.adb (List_Component_Layout): Remove superfluous space for zero-sized ...
Eric Botcazou
2019-01-27
decl.c (array_type_has_nonaliased_component): Return the same value for every...
Eric Botcazou
2019-01-26
decl.c (annotate_value): Use test on the sign bit instead of on the sign of t...
Eric Botcazou
2019-01-08
[Ada] Bump copyright years to 2019
Pierre-Marie de Rodat
2018-12-14
decl.c (rm_size): Take into account the padding in the case of a record type ...
Eric Botcazou
2018-12-14
dwarf2out.c (analyze_discr_in_predicate): Simplify.
Eric Botcazou
2018-12-11
[Ada] Fix -gnatR3 output for dynamically constrained record
Eric Botcazou
2018-12-11
[Ada] Fix elaboration of record with 1-element dynamic array
Eric Botcazou
2018-12-11
[Ada] Almost always inline init. procedure of small and simple records
Eric Botcazou
2018-11-08
decl.c (components_to_record): Remove obsolete kludge.
Eric Botcazou
2018-10-09
[Ada] Fix spurious -Wuninitialized warnings for small records
Eric Botcazou
2018-10-09
[Ada] Fix incorrect computation of Component_Size in ASIS mode
Eric Botcazou
2018-10-09
[Ada] Remove spurious -Wuninitialized warning for small array at -O2
Eric Botcazou
2018-09-28
calls.c (expand_call): Try to do a tail call for thunks at -O0 too.
Eric Botcazou
2018-09-26
[Ada] ICE on array of task type with -gnatct
Eric Botcazou
2018-09-26
[Ada] Wrong handling of address clause for limited record type
Eric Botcazou
2018-08-27
Come up with fndecl_built_in_p.
Martin Liska
[next]