aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/gcc-interface
AgeCommit message (Expand)AuthorFilesLines
2009-03-30decl.c (maybe_pad_type): Use TREE_OVERFLOW instead of TREE_CONSTANT_OVERFLOW.Paolo Bonzini1-1/+1
2009-03-30re PR middle-end/323 (optimized code gives strange floating point results)Joseph Myers1-0/+7
2009-03-27re PR target/39323 (MAX_OFILE_ALIGNMENT in elfos.h is too big)H.J. Lu1-1/+1
2009-03-11trans.c (gnat_to_gnu): In range check processing...Olivier Hainque1-1/+1
2009-03-01re PR ada/39264 (gnat.dg/pack3.adb fails on powerpc64/s390x)Eric Botcazou1-14/+15
2009-02-28Makefile.in (cygwin/mingw): Revert accidental EH_MECHANISM change in r130816.Eric Botcazou1-2/+0
2009-02-27Makefile.in (srcdir): Set to @top_srcdir@ instead of @srcdir@.Andreas Schwab1-22/+19
2009-02-25Makefile.in: Fix multilib handling for sparc64-linux.Laurent GUERBY1-1/+1
2009-02-20Update Copyright years for files modified in 2008 and/or 2009.Jakub Jelinek6-6/+6
2009-02-18misc.c (gnat_post_options): Turn off warn_psabi.H.J. Lu1-0/+3
2009-02-16* gcc-interface/deftarg.c: Remove.Eric Botcazou1-40/+0
2009-02-10alias.h (record_alias_subset): Declare.Eric Botcazou2-38/+118
2009-02-09decl.c (gnat_to_gnu_entity): Set TYPE_NONALIASED_COMPONENT on the array type ...Eric Botcazou1-2/+15
2009-02-08tree-ssa-loop-ivopts.c (may_be_nonaddressable_p): Make case self-contained.Eric Botcazou1-0/+1
2009-02-01Makefile.in: Fix mipsel linux handling.Laurent GUERBY1-1/+7
2009-01-16Makefile.in: Fix multilib handling for powerpc64-linux.Jakub Jelinek1-1/+1
2009-01-12decl.c (gnat_to_gnu_entity): Really strip only useless conversions around ren...Eric Botcazou1-1/+4
2009-01-11decl.c (gnat_to_gnu_entity): Put the _Tag field before any discriminants in t...Eric Botcazou1-4/+13
2008-12-09re PR ada/38450 (ada bootstrap is broken)Jakub Jelinek2-6/+6
2008-12-05re PR bootstrap/38262 (GCC components unnecessarily link with shared gmp/mpfr)Sebastian Pop1-1/+1
2008-11-27* gcc-interface/decl.c: Fix various nits.Eric Botcazou1-56/+58
2008-11-20Follow up fix for GC19-015:Eric Botcazou1-1/+2
2008-11-18re PR ada/38127 (ACATS cd1c04e fails on sparc, hppa)Eric Botcazou1-0/+8
2008-11-16re PR ada/38127 (ACATS cd1c04e fails on sparc, hppa)Eric Botcazou2-21/+8
2008-11-15trans.c (emit_check): Put back a final save_expr to prevent exponential expan...Geert Bosch1-1/+4
2008-11-15gcc.c (cc1_options): Fix comment.Eric Botcazou1-5/+6
2008-11-15decl.c (gnat_to_gnu_entity): Force constants initialized to a static constant...Eric Botcazou1-5/+8
2008-11-15re PR ada/37993 (missing Ada multilib support for darwin)Laurent GUERBY1-2/+8
2008-11-13decl.c (gnat_to_gnu_entity): Turn Ada Pure on subprograms back into GCC CONST...Olivier Hainque1-13/+19
2008-11-09ada-tree.def (PLUS_NOMOD_EXPR): New tree code.Eric Botcazou3-27/+49
2008-11-07re PR ada/37681 (Building 64-bit libada fails on Solaris/x86: alignment error)Rainer Orth1-5/+24
2008-11-07re PR ada/34289 (gnatmake -s doesn't work)Bechir Zalila1-1/+2
2008-11-07Fix typo.Eric Botcazou1-1/+1
2008-11-07trans.c (Attribute_to_gnu, [...]): Check for empty range in original base typ...Thomas Quinot1-2/+7
2008-11-07Update comment.Eric Botcazou1-1/+1
2008-11-07trans.c (build_binary_op_trapv): Convert arguments and result for call to __g...Geert Bosch1-1/+7
2008-11-07* gcc-interface/trans.c: Fix formatting nits.Eric Botcazou1-40/+33
2008-11-07trans.c (build_binary_op_trapv): Avoid emitting overflow check for constant r...Geert Bosch1-0/+4
2008-11-07trans.c (build_binary_op_trapv): Use more efficient overflow check for additi...Geert Bosch1-30/+69
2008-11-06Makefile.in (SPARC/Solaris): Use a common set of files for the target-depende...Eric Botcazou1-34/+20
2008-11-06decl.c (gnat_to_gnu_entity): If not optimizing...Eric Botcazou1-0/+18
2008-11-06misc.c (gnat_printable_name): Always return a copy in GC memory.Eric Botcazou1-3/+3
2008-11-06re PR ada/19419 (Overlapping memcpy with array slices)Eric Botcazou1-1/+22
2008-11-02re PR ada/37977 (Missing ada multilib support for s390x)Andreas Krebbel1-27/+28
2008-10-24dg-extract-results.sh: New file.Jakub Jelinek1-2/+34
2008-10-17trans.c (gnat_to_gnu): Simplify expansion to use only a single check instead ...Geert Bosch1-47/+40
2008-10-13re PR middle-end/37601 (gcc-4.4-20080919 ada build failure)Jakub Jelinek1-4/+7
2008-10-07decl.c (gnat_to_gnu_entity): Move code dealing with volatileness to after cod...Eric Botcazou1-32/+32
2008-10-06decl.c (gnat_to_gnu_entity): Minor tweaks.Eric Botcazou2-4/+4
2008-10-06utils.c (can_fold_for_view_convert_p): New predicate.Eric Botcazou1-26/+99