summaryrefslogtreecommitdiff
path: root/gcc/ada/gcc-interface/decl.c
Commit message (Expand)AuthorAgeFilesLines
* * gcc-interface/decl.c (gnat_to_gnu_entity): Skip regular processingebotcazou2017-05-221-5/+6
* * gcc-interface/decl.c (gnat_to_gnu_field): Do not remove the wrapperebotcazou2017-02-241-5/+8
* c-family/ebotcazou2017-02-241-12/+69
* * gcc-interface/decl.c (gnat_to_gnu_entity): When they are global,ebotcazou2016-12-071-0/+1
* * gcc-interface/decl.c (gnat_to_gnu_entity) <E_Variable>: Translateebotcazou2016-12-071-13/+7
* * gcc-interface/decl.c (gnat_to_gnu_entity) <E_Enumeration_Subtype>:ebotcazou2016-12-071-2/+8
* * gcc-interface/decl.c (gnat_to_gnu_entity): In assertion about knownebotcazou2016-11-131-1/+2
* * gcc-interface/decl.c (gnat_to_gnu_entity) <E_Signed_Integer_Subtype>:ebotcazou2016-11-131-1/+1
* * gcc-interface/decl.c (annotate_value) <INTEGER_CST>: Deal speciallyebotcazou2016-11-131-0/+8
* * gcc-interface/utils2.c (build_binary_op): Add a NO_FOLDebotcazou2016-10-111-10/+16
* * fe.h (Constant_Value): Declare.ebotcazou2016-10-111-0/+9
* * gcc-interface/decl.c (gnat_to_gnu_entity): Put volatile qualifierebotcazou2016-10-101-14/+15
* * gcc-interface/utils.c (convert) <VECTOR_CST>: Add missing break.ebotcazou2016-10-081-5/+5
* Fix fallthrough comments for Ada, Solaris/x86, SPARCro2016-09-261-5/+5
* * hsa-gen.c (hsa_op_immed::hsa_op_immed Use CONSTRUCTOR_NELTS (...)jakub2016-09-231-1/+1
* * gcc-interface/decl.c (gnat_to_gnu_entity) <E_Access_Type>: Also useebotcazou2016-07-141-4/+14
* * gcc-interface/decl.c (gnat_to_gnu_entity): Invoke global_bindings_pebotcazou2016-07-051-18/+17
* PR ada/48835ebotcazou2016-06-291-34/+60
* * tree.c (verify_type_variant): Skip TYPE_SIZE and TYPE_SIZE_UNIT ifebotcazou2016-06-211-13/+35
* * gcc-interface/decl.c (gnat_to_gnu_subprog_type): Build only a minimalebotcazou2016-06-131-1/+4
* * gcc-interface/decl.c (gnat_to_gnu_entity) <E_Variable>: Deal withebotcazou2016-06-131-0/+1
* * gcc-interface/decl.c (gnat_to_gnu_entity): Do not clobberebotcazou2016-06-111-9/+11
* * gcc-interface/decl.c (Gigi_Equivalent_Type): Make sure equivalentebotcazou2016-06-061-9/+12
* * gcc-interface/decl.c (gnat_to_gnu_entity) <E_Component>: Removeebotcazou2016-06-061-48/+54
* * gcc-interface/gigi.h (finish_subprog_decl): Add ASM_NAME parameter.ebotcazou2016-06-061-126/+229
* * tree-vrp.c (compare_values_warnv): Simplify handling of symbolicebotcazou2016-05-201-2/+8
* * gcc-interface/decl.c (gnat_to_gnu_entity) <E_Variable>: Do not buildebotcazou2016-05-161-3/+0
* * doc/gnat_rm/implementation_defined_attributes.rstebotcazou2016-05-161-50/+19
* * gcc-interface/decl.c (elaborate_reference_1): Do not bother aboutebotcazou2016-05-021-1/+1
* * sem_aux.adb (Is_By_Reference_Type): Also return true for a taggedebotcazou2016-04-271-661/+806
* * gcc-interface/gigi.h (gnat_to_gnu_entity): Adjust prototype.ebotcazou2016-04-271-53/+46
* * tree.h (TYPE_ALIGN, DECL_ALIGN): Return shifted amount.matz2016-04-181-25/+27
* * gcc-interface/decl.c: Rename Descendent -> Descendantcharlet2016-04-181-2/+2
* * gcc-interface/decl.c (components_to_record): Restrict the previousebotcazou2016-04-021-5/+7
* * gcc-interface/decl.c (components_to_record): Add special case for ebotcazou2016-03-271-0/+17
* * gcc-interface/decl.c (gnat_to_gnu_entity) <E_Variable>: Always markebotcazou2016-03-071-6/+4
* * gcc-interface/decl.c (gnat_to_gnu_entity) <E_Access_Type>: Retrofitebotcazou2016-02-291-51/+23
* * gcc-interface/decl.c (gnat_to_gnu_entity) <Concurrent types>: Inebotcazou2016-02-291-1/+2
* * gcc-interface/ada-tree.h (DECL_RETURN_VALUE_P): New macro.ebotcazou2016-02-291-30/+37
* * gcc-interface/gigi.h (enum attr_type): Rename into...ebotcazou2016-01-281-4/+4
* * exp_ch2.adb (Expand_Current_Value): Make an appropriate characterebotcazou2016-01-201-9/+29
* * gcc-interface/gigi.h (build_call_raise_column): Adjust prototype.ebotcazou2016-01-181-6/+3
* * gcc-interface/ada-tree.h (TYPE_IMPLEMENTS_PACKED_ARRAY_P): Rename toebotcazou2016-01-181-21/+21
* * gcc-interface/decl.c (gnat_to_gnu_entity) <E_Record_Type>: Duringebotcazou2015-12-201-11/+43
* DWARF: describe properly Ada packed arrayspmderodat2015-12-171-14/+66
* DWARF: describe Ada dynamic arrays as proper arrayspmderodat2015-12-171-15/+27
* DWARF: add a language hook for fixed-point typespmderodat2015-12-171-2/+70
* DWARF: add a language hook to override types in debugging informationpmderodat2015-12-171-0/+4
* DWARF: handle variable-length records and variant partspmderodat2015-12-171-8/+11
* * gcc-interface/gigi.h (create_var_decl): Adjust prototype.ebotcazou2015-11-301-59/+64