aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada
AgeCommit message (Expand)AuthorFilesLines
2011-09-30Partial reversion of r179358.Iain Sandoe2-1/+8
2011-09-29Makefile.in (Darwin): Factor LIBGNAT_TARGET_PAIRS across the port.Iain Sandoe2-35/+20
2011-09-27a-cbhase.adb, [...]: Add iterator machinery to bounded sets and indefinite sets.Ed Schonberg17-239/+989
2011-09-27[multiple changes]Arnaud Charlet10-65/+245
2011-09-27[multiple changes]Arnaud Charlet4-4/+90
2011-09-27[multiple changes]Arnaud Charlet4-9/+72
2011-09-27[multiple changes]Arnaud Charlet7-17/+47
2011-09-27[multiple changes]Arnaud Charlet10-9/+74
2011-09-27s-osinte-hpux.ads, [...]: Revert previous changes.Pascal Obry31-453/+112
2011-09-27[multiple changes]Arnaud Charlet13-76/+90
2011-09-27s-taprop.ads (Initialize_Lock): New spec for r/w lock.Pascal Obry26-40/+462
2011-09-27exp_ch9.adb, [...]: Minor reformatting.Pascal Obry10-19/+136
2011-09-27rtsfind.ads: Add RE_Lock_Read_Only into rtsfind circuitry.Pascal Obry7-17/+42
2011-09-26Fix oversightEric Botcazou1-7/+7
2011-09-26Restore Ada bootstrap on Solaris 8, 9/x86Rainer Orth2-2/+7
2011-09-26utils2.c (build_allocator): Set TREE_THIS_NOTRAP on the dereference of the po...Eric Botcazou2-42/+38
2011-09-26utils.c (maybe_unconstrained_array): Declare TYPE local variable and use it t...Eric Botcazou2-32/+39
2011-09-26gigi.h (create_subprog_decl): Replace TREE_CHAIN with DECL_CHAIN in comment.Eric Botcazou4-19/+31
2011-09-26trans.c (assoc_to_constructor): Minor tweaks.Eric Botcazou3-42/+45
2011-09-26sem_ch6.adb (Set_Formal_Mode): Set Can_Never_Be_Null on an IN or IN OUT forma...Eric Botcazou2-0/+16
2011-09-26ada-tree.h (DECL_CAN_NEVER_BE_NULL_P): New macro.Eric Botcazou5-59/+94
2011-09-26ada-tree.h (TYPE_NULL_BOUNDS): New macro.Eric Botcazou6-22/+151
2011-09-25ada-tree.h (TREE_THIS_NOTRAP): Redefine.Eric Botcazou4-40/+75
2011-09-25trans.c (Loop_Statement_to_gnu): In the case of an iteration scheme...Eric Botcazou2-60/+105
2011-09-25decl.c (gnat_to_gnu_entity): Use XNEW instead of xmalloc.Eric Botcazou4-75/+67
2011-09-25decl.c (gnat_to_gnu_entity): Do not promote the alignment if this doesn't pre...Eric Botcazou2-5/+24
2011-09-24ada, remove flat_namespace library option from darwin port build/defaults :Iain Sandoe3-7/+9
2011-09-19decl.c (annotate_value): Look up expression for insertion in the cache at the...Alexandre Oliva2-7/+24
2011-09-19Update dependencies.Arnaud Charlet2-53/+58
2011-09-19[multiple changes]Arnaud Charlet24-241/+968
2011-09-19[multiple changes]Arnaud Charlet15-61/+257
2011-09-19errout.ads: Minor reformatting.Robert Dewar2-3/+6
2011-09-19[multiple changes]Arnaud Charlet3-91/+50
2011-09-19[multiple changes]Arnaud Charlet7-9/+49
2011-09-15Update dependencies.Arnaud Charlet2-15/+19
2011-09-15[multiple changes]Arnaud Charlet5-7/+40
2011-09-15[multiple changes]Arnaud Charlet21-198/+293
2011-09-11utils.c (maybe_unconstrained_array): In the reference to unconstrained array ...Eric Botcazou3-11/+51
2011-09-11decl.c (maybe_pad_type): Do not try to change the form of an addressable type.Eric Botcazou3-0/+30
2011-09-11trans.c (call_to_gnu): Use local variable.Eric Botcazou2-15/+15
2011-09-11gigi.h (build_call_0_expr): Delete.Eric Botcazou5-110/+94
2011-09-11trans.c (build_return_expr): Use void_type_node for MODIFY_EXPR.Eric Botcazou3-6/+22
2011-09-08utils.c (unchecked_convert): Use a field of the right precision when converti...Eric Botcazou2-12/+38
2011-09-08part of restore of powerpc-darwin Ada bootstrapIain Sandoe2-2/+21
2011-09-07restore powerpc-darwin Ada boostrap.Iain Sandoe3-2/+164
2011-09-06Makefile.in (gnatlib-shared-darwin): Remove reference to "-lm".Iain Sandoe2-1/+6
2011-09-06Makefile.in (darwin, SO_OPTS): Provide architecture size switches to the link...Iain Sandoe2-1/+8
2011-09-06Makefile.in (x86_64 darwin arch): Adjust LIBGNAT_TARGET_PAIRS for x86 and x86...Iain Sandoe2-5/+11
2011-09-06Makefile.in, [...] (gnattools, [...]): New targets.Arnaud Charlet3-6/+103
2011-09-06sem_ch10.adb, [...] (Not_Impl_Defined_Unit): New name for Is_RM_Defined_Unit.Robert Dewar4-24/+39