summaryrefslogtreecommitdiff
path: root/gcc/ada
Commit message (Expand)AuthorAgeFilesLines
* coretypes.h: Include input.h and as-a.h.Andrew MacLeod2015-06-178-9/+10
* Restore DW_AT_abstract_origin for cross-unit call sitesPierre-Marie de Rodat2015-06-112-1/+9
* misc.c: Remove duplicate include directives.Eric Botcazou2015-06-094-4/+6
* coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod2015-06-088-8/+10
* Add missing file.Eric Botcazou2015-06-081-0/+147
* configure.ac (*-*-dragonfly*): New configuration.John Marino2015-06-0816-30/+1007
* Add missing entry.Eric Botcazou2015-06-061-1/+6
* utils.c (note_types_used_by_globals): Tweak comment.Eric Botcazou2015-06-062-9/+7
* Merge debug-early branch into mainline.Aldy Hernandez2015-06-055-25/+39
* coretypes.h: Include machmode.h...Andrew MacLeod2015-06-048-24/+10
* decl.c (gnat_to_gnu_entity): If processing a definition...Pierre-Marie de Rodat2015-06-042-1/+8
* * gcc-interface/utils.c (copy_type): Also set TYPE_CANONICAL.Eric Botcazou2015-06-032-0/+5
* trans.c (gnat_to_gnu): Fix typo in latest change.Eric Botcazou2015-06-032-1/+6
* * gcc-interface/Makefile.in: Fix ARM/Darwin configuration.Eric Botcazou2015-06-012-3/+8
* utils.c (scale_by_factor_of): When handling a function call expression, proce...Pierre-Marie de Rodat2015-06-012-2/+34
* decl.c (gnat_to_gnu_entity): Replace pointer types with references ones for f...Pierre-Marie de Rodat2015-06-012-2/+7
* decl.c (gnat_to_gnu_entity): For a definition of a type coming from a limited...Eric Botcazou2015-06-012-3/+16
* winnt.c (i386_pe_encode_section_info): Remove obsolete kludge.Eric Botcazou2015-06-012-6/+22
* lang-specs.h (TARGET_VXWORKS_RTP): Simplify and add trailing space.Eric Botcazou2015-06-012-2/+2
* lang-specs.h (TARGET_VXWORKS_RTP): Move substitution to before first -gnatez ...Eric Botcazou2015-06-012-2/+7
* decl.c (gnat_to_gnu_entity): If the record has a parent field and a represent...Eric Botcazou2015-06-012-0/+12
* trans.c (lvalue_required_p): Deal with character and enumeration literals as ...Eric Botcazou2015-06-012-5/+13
* gigi.h (build_simple_component_ref): Declare.Eric Botcazou2015-06-015-49/+128
* * s-oscons-tmplt.c: Add explicit tests for Android alongside Linux.Eric Botcazou2015-05-312-6/+11
* Fix copyright years.Eric Botcazou2015-05-305-5/+5
* adaint.c: Test for __linux__ instead of linux and __sun__ instead of sun.Eric Botcazou2015-05-3013-67/+82
* utils.c (max_size): Add special code to deal with the subtraction of a "negat...Eric Botcazou2015-05-282-1/+20
* decl.c (gnat_to_gnu_entity): Do not error out on a return type which has a si...Eric Botcazou2015-05-282-1/+8
* utils.c (gnat_pushdecl): Reunify the handling of array and pointer types wrt ...Eric Botcazou2015-05-282-32/+35
* gigi.h (gnat_stabilize_reference): Adjust.Eric Botcazou2015-05-285-138/+223
* [multiple changes]Arnaud Charlet2015-05-284-21/+97
* sem_util.adb (Requires_Transient_Scope): Avoid returning function results on ...Bob Duff2015-05-282-17/+181
* sem_util.adb (Wrong_Type): In any instance...Ed Schonberg2015-05-283-9/+35
* [multiple changes]Arnaud Charlet2015-05-288-31/+110
* Add --enable-default-pie option to GCC configureH.J. Lu2015-05-272-0/+7
* trans.c (elaborate_all_entities): Do not elaborate an incomplete type coming ...Eric Botcazou2015-05-272-0/+10
* decl.c (gnat_to_gnu_entity): Move down code applying atomic checks to the obj...Eric Botcazou2015-05-272-9/+9
* [multiple changes]Arnaud Charlet2015-05-2722-73/+166
* [multiple changes]Arnaud Charlet2015-05-276-8/+77
* [multiple changes]Arnaud Charlet2015-05-2710-395/+395
* trans.c (Attribute_to_gnu): Do not bother about NaN's if Machine_Overflows is...Eric Botcazou2015-05-262-1/+7
* trans.c (gnat_to_gnu): Really force evaluation of the expression...Eric Botcazou2015-05-262-22/+21
* trans.c (Attribute_to_gnu): Do not apply extra-precision trick to literals.Eric Botcazou2015-05-263-3/+16
* ada-tree.h (DECL_GLOBAL_NONCONSTANT_RENAMING_P): DeleteEric Botcazou2015-05-267-198/+236
* gigi.h (gnat_stabilize_reference): Adjust prototype.Eric Botcazou2015-05-265-218/+148
* [multiple changes]Arnaud Charlet2015-05-2610-77/+98
* [multiple changes]Arnaud Charlet2015-05-264-15/+35
* [multiple changes]Arnaud Charlet2015-05-2615-62/+99
* exp_ch3.adb (Expand_N_Full_Type_Declaration): Capture, set and restore the Gh...Hristian Kirtchev2015-05-2627-1008/+2922
* [multiple changes]Arnaud Charlet2015-05-2611-28/+49