summaryrefslogtreecommitdiff
path: root/gcc/ada
Commit message (Expand)AuthorAgeFilesLines
* * gcc-interface/ada-tree.h: Fix formatting nits.ebotcazou2010-06-092-16/+21
* gcc/ada:lauras2010-06-086-30/+55
* * gnatlink.adb (gnatlink): Remove support for -fsjlj switch.ebotcazou2010-06-043-13/+6
* Check MAX_FIXED_MODE_SIZE on bit-field in C++.hjl2010-06-032-4/+5
* * gnat_ugn.texi: Improve doc on -fdump-ada-spec, mention limitations.charlet2010-06-012-4/+21
* * gcc-interface/decl.c (gnat_to_gnu_entity) <E_Task_Type>: Reuse theebotcazou2010-05-302-2/+7
* * gcc-interface/decl.c (gnat_to_gnu_entity): Adjust warning message.ebotcazou2010-05-306-16/+28
* gcc/ChangeLog:steven2010-05-272-0/+9
* gcc/ChangeLog:steven2010-05-262-4/+7
* gcc/ChangeLog:steven2010-05-262-1/+4
* * gcc-interface/utils.c: Do not include function.h, pointer-set.h,steven2010-05-258-114/+30
* * diagnostic.c: Don't include plugin.h.jsm282010-05-253-7/+20
* * langhooks.h (struct lang_hooks): Add new field deep_unsharing.ebotcazou2010-05-193-25/+8
* gcc/froydnj2010-05-183-10/+15
* 2010-05-16 Manuel López-Ibáñez <manu@gcc.gnu.org>manu2010-05-162-6/+6
* * gcc-interface/gigi.h (enum standard_datatypes): Add new valueebotcazou2010-05-164-0/+43
* Fix formatting nitsebotcazou2010-05-131-3/+2
* * tracebak.c (__gnat_backtrace): Mark top_stack withschwab2010-05-132-2/+7
* * gcc-interface/decl.c (gnat_to_gnu_entity) <E_Access_Type>: Tidy upebotcazou2010-05-122-110/+104
* * gcc-interface/utils.c (update_pointer_to): Return early if the oldebotcazou2010-05-122-45/+85
* * exp_disp.adb (Make_Tags): Mark the imported view of dispatch tablesebotcazou2010-05-103-5/+20
* * exp_disp.adb (Make_Tags): Mark the imported view of dispatch tables.ebotcazou2010-05-083-2/+32
* * gcc-interface/decl.c (make_aligning_type): Declare the type.ebotcazou2010-05-082-3/+11
* * gcc-interface/decl.c (gnat_to_gnu_entity): Create variables for sizeebotcazou2010-05-082-0/+59
* * gcc-interface/gigi.h (create_field_decl): Move PACKED parameter.ebotcazou2010-05-085-151/+177
* * gcc-interface/gigi.h (build_unc_object_type): Add DEBUG_INFO_P param.ebotcazou2010-05-086-27/+49
* PR 40989ebotcazou2010-05-072-1/+7
* gcc:ro2010-05-062-36/+31
* 2010-05-06 Manuel López-Ibáñez <manu@gcc.gnu.org>manu2010-05-062-2/+7
* * gnathtml.pl: Use 755 as mask for new directories.gerald2010-05-022-3/+7
* Uniquization of constants at the Tree levelebotcazou2010-04-282-10/+7
* * exp_dbug.ads: Fix outdated description. Mention link between XVSebotcazou2010-04-253-17/+31
* * gcc-interface/trans.c (gnat_to_gnu) <N_Assignment_Statement>: Do notebotcazou2010-04-252-2/+9
* 2010-04-18  Eric Botcazou  <ebotcazou@adacore.com>ebotcazou2010-04-182-1/+6
* 2010-04-18 Ozkan Sezer <sezeroz@gmail.com>ktietz2010-04-182-1/+6
* * gcc-interface/utils2.c (build_unary_op) <ATTR_ADDR_EXPR>: Do notebotcazou2010-04-172-8/+7
* Fix copyright date.ebotcazou2010-04-171-1/+1
* Add missing hunk for previous patch.ebotcazou2010-04-171-31/+37
* * uintp.h (UI_Lt): Declare.ebotcazou2010-04-176-108/+119
* * back-end.adb (Call_Back_End): Pass Standard_Character to gigi.ebotcazou2010-04-177-65/+55
* * gcc-interface/gigi.h (enum standard_datatypes): Add new valuesebotcazou2010-04-177-101/+105
* * gcc-interface/gigi.h (gnat_init_decl_processing): Delete.ebotcazou2010-04-166-163/+184
* * gcc-interface/trans.c (unchecked_conversion_nop): Handle functionebotcazou2010-04-162-2/+13
* * gcc-interface/decl.c (gnat_to_gnu_entity): Use boolean_type_node inebotcazou2010-04-165-115/+159
* * gcc-interface/ada-tree.def (LOOP_STMT): Change to 4-operand nodes.ebotcazou2010-04-164-67/+229
* * uintp.adb (UI_From_Dint): Remove useless code.ebotcazou2010-04-168-97/+141
* * gcc-interface/decl.c (make_type_from_size) <INTEGER_TYPE>: Just copyebotcazou2010-04-163-32/+50
* * gcc-interface/cuintp.c (UI_To_gnu): Fix long line.ebotcazou2010-04-157-248/+279
* * gcc-interface/trans.c (gigi): Set DECL_IGNORED_P on EH functions.ebotcazou2010-04-153-33/+96
* 2010-04-15 Joel Sherrill <joel.sherrill@oarcorp.com>joel2010-04-152-47/+94