aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/gcc-interface
AgeCommit message (Expand)AuthorFilesLines
2013-10-10[multiple changes]Arnaud Charlet1-0/+9
2013-09-25Makefile.in (OUTPUT_OPTION): Define as "-o $@".Tom Tromey1-2/+2
2013-09-18re PR ada/58264 (incorrect bounds of string when assigned from dereference of...Eric Botcazou1-49/+91
2013-09-18* gcc-interface/decl.c (gnat_to_gnu_entity) <E_Abstract_State>: New.Eric Botcazou1-0/+6
2013-09-18* gcc-interface/trans.c (gigi): Remove dead code.Eric Botcazou1-12/+0
2013-09-18trans.c (Subprogram_Body_to_gnu): Pop the stack of return variables for subpr...Eric Botcazou1-0/+2
2013-09-13Fix thinko in the late conversion to the use of configure variables forDominique d'Humieres1-1/+1
2013-09-12Makefile.in: Import target_cpu, target_vendor, target_os and their host_ coun...Thomas Schwinge1-80/+72
2013-09-10[multiple changes]Arnaud Charlet1-134/+141
2013-09-01re PR ada/58239 (pretty-print.c:789: undefined reference to `operator delete(...Eric Botcazou2-3/+13
2013-08-13decl.c (gnat_to_gnu_entity): Do not bother about alias sets of derived types ...Eric Botcazou1-1/+1
2013-08-13decl.c (gnat_to_gnu_entity): Replace True with true.Eric Botcazou4-19/+19
2013-08-13trans.c (set_end_locus_from_node): Clear column info for the end_locus of a b...Thomas Quinot1-2/+6
2013-08-13trans.c (Handled_Sequence_Of_Statements_to_gnu): If there is no End_Label...Thomas Quinot1-14/+44
2013-08-13trans.c (Call_to_gnu): Deal with specific conditional expressions for misalig...Eric Botcazou1-2/+12
2013-08-13trans.c (can_equal_min_or_max_val_p): Be prepared for values outside of the r...Eric Botcazou1-1/+4
2013-08-13utils2.c (build_atomic_load): Do a mere view-conversion to the original type ...Eric Botcazou1-9/+23
2013-08-08Makefile.in (TOOLS_LIBS): Pick C object files from the compiler build and use...Eric Botcazou1-9/+8
2013-07-21gigi.h: Likewise.Ondřej Bílka3-6/+6
2013-07-20re PR ada/57934 (typo in definition of CAT in gcc-interface/ada.h for traditi...Eric Botcazou1-2/+2
2013-06-13ada-tree.h (DECL_BY_DOUBLE_REF_P): Delete.Eric Botcazou5-77/+18
2013-05-30* gcc-interface/Makefile.in (arm% androideabi): Robustify.Eric Botcazou1-1/+1
2013-05-26decl.c: (gnat_to_gnu_entity): In ASIS mode, do not check that access types ha...Eric Botcazou1-3/+6
2013-05-26decl.c (vinfo_t): New type and associated vector.Eric Botcazou1-87/+158
2013-05-26trans.c (Attribute_to_gnu): Add kludge to avoid generating an overflow for -1.Eric Botcazou1-3/+8
2013-05-26gigi.h (create_type_decl): Adjust prototype.Eric Botcazou3-189/+194
2013-05-26gigi.h (make_aligning_type): Adjust prototype.Eric Botcazou4-8/+11
2013-05-26decl.c (gnat_to_gnu_entity): Do not prematurely elaborate the full view of a ...Eric Botcazou2-3/+6
2013-05-26decl.c (gnat_to_gnu_entity): Always build the UNC variable for aliased object...Eric Botcazou1-19/+12
2013-05-24gigi.h (gnat_init_gcc_fp): Declare.Eric Botcazou3-4/+33
2013-05-24gigi.h (enum inline_status_t): New type.Eric Botcazou4-41/+74
2013-05-24ada-tree.h (LOOP_STMT_NO_UNROLL): New define.Eric Botcazou2-7/+47
2013-05-24trans.c: Include diagnostic.h and opts.h.Eric Botcazou1-1/+86
2013-05-24decl.c (gnat_to_gnu_entity): Constify a handful of local variables.Eric Botcazou1-13/+60
2013-05-16Makefile.in (LLINKER): New variable.Jason Merrill1-1/+3
2013-05-13Restore Solaris/amd64 Ada bootstrap (PR ada/57188)Rainer Orth1-1/+1
2013-05-07re PR ada/56474 (bogus Storage_Error raised for record containing empty zero-...Eric Botcazou1-5/+10
2013-04-25* gcc-interface/Makefile.in (ADA_EXCLUDE_SRCS): Exclude s-init.ad{s,b}Arnaud Charlet1-0/+1
2013-04-25Update dependencies.Arnaud Charlet1-36/+35
2013-04-24Update dependencies.Arnaud Charlet1-1418/+1467
2013-04-24adabkend.adb, [...]: Everything with name 'Alfa' renamed in 'SPARK'.Yannick Moy1-1319/+1277
2013-04-23Makefile.in (targ): Fix target name check.Eric Botcazou1-3/+3
2013-04-23Update dependencies.Arnaud Charlet1-515/+530
2013-04-12Update dependencies.Arnaud Charlet1-33/+34
2013-04-11stor-layout.c (skip_simple_constant_arithmetic): Move to...Eric Botcazou1-4/+5
2013-04-11Minor editing.Arnaud Charlet1-1/+1
2013-04-11Update dependencies.Arnaud Charlet1-34/+33
2013-04-11[multiple changes]Arnaud Charlet1-579/+617
2013-04-11* gcc-interface/Make-lang.in: Update dependencies.Arnaud Charlet1-9/+9
2013-03-06trans.c (Attribute_to_gnu): Abort instead of erroring out for an unimplemente...Eric Botcazou1-7/+2