aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada
AgeCommit message (Expand)AuthorFilesLines
2015-07-13Fix double word typos.Aldy Hernandez12-14/+28
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod8-14/+17
2015-07-06* s-oscons-tmplt.c: Add support for DragonFly alongside FreeBSD.John Marino2-3/+8
2015-06-29re PR ada/63310 (Ada bootstrap error with -fcompare-debug)Eric Botcazou2-7/+15
2015-06-29Wunused-parameter warnings are given from cgraph::finalize_function,Manuel López-Ibáñez2-3/+6
2015-06-26Minor comment tweak.Eric Botcazou1-2/+1
2015-06-26trans.c (Handled_Sequence_Of_Statements_to_gnu): When not optimizing the CFG...Eric Botcazou2-2/+14
2015-06-26gigi.h (note_types_used_by_globals): Delete.Eric Botcazou4-30/+40
2015-06-26gigi.h (create_var_decl_1): Rename into...Eric Botcazou4-160/+165
2015-06-26trans.c (loop_info_d): Add low_bound...Eric Botcazou2-18/+84
2015-06-25function.h (ipa_opt_pass, [...]): Move forward declarations.Andrew MacLeod3-4/+6
2015-06-25hash-traits.h (ggc_cache_hasher): Rename to...Richard Sandiford3-2/+8
2015-06-25decl.c (value_annotation_hasher::handle_cache_entry): Delete.Richard Sandiford3-19/+16
2015-06-25function.h (struct incoming_args): Move struct.Andrew MacLeod2-1/+5
2015-06-19gigi.h (record_builtin_type): Adjust comment.Eric Botcazou5-185/+220
2015-06-19* gcc-interface/misc.c (LANG_HOOKS_WARN_UNUSED_GLOBAL_DECL): Define.Eric Botcazou1-0/+2
2015-06-19decl.c (gnat_to_gnu_entity): Make sure the size of a padding type built aroun...Eric Botcazou3-5/+23
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod8-9/+10
2015-06-11Restore DW_AT_abstract_origin for cross-unit call sitesPierre-Marie de Rodat2-1/+9
2015-06-09misc.c: Remove duplicate include directives.Eric Botcazou4-4/+6
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod8-8/+10
2015-06-08Add missing file.Eric Botcazou1-0/+147
2015-06-08configure.ac (*-*-dragonfly*): New configuration.John Marino16-30/+1007
2015-06-06Add missing entry.Eric Botcazou1-1/+6
2015-06-06utils.c (note_types_used_by_globals): Tweak comment.Eric Botcazou2-9/+7
2015-06-05Merge debug-early branch into mainline.Aldy Hernandez5-25/+39
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod8-24/+10
2015-06-04decl.c (gnat_to_gnu_entity): If processing a definition...Pierre-Marie de Rodat2-1/+8
2015-06-03* gcc-interface/utils.c (copy_type): Also set TYPE_CANONICAL.Eric Botcazou2-0/+5
2015-06-03trans.c (gnat_to_gnu): Fix typo in latest change.Eric Botcazou2-1/+6
2015-06-01* gcc-interface/Makefile.in: Fix ARM/Darwin configuration.Eric Botcazou2-3/+8
2015-06-01utils.c (scale_by_factor_of): When handling a function call expression, proce...Pierre-Marie de Rodat2-2/+34
2015-06-01decl.c (gnat_to_gnu_entity): Replace pointer types with references ones for f...Pierre-Marie de Rodat2-2/+7
2015-06-01decl.c (gnat_to_gnu_entity): For a definition of a type coming from a limited...Eric Botcazou2-3/+16
2015-06-01winnt.c (i386_pe_encode_section_info): Remove obsolete kludge.Eric Botcazou2-6/+22
2015-06-01lang-specs.h (TARGET_VXWORKS_RTP): Simplify and add trailing space.Eric Botcazou2-2/+2
2015-06-01lang-specs.h (TARGET_VXWORKS_RTP): Move substitution to before first -gnatez ...Eric Botcazou2-2/+7
2015-06-01decl.c (gnat_to_gnu_entity): If the record has a parent field and a represent...Eric Botcazou2-0/+12
2015-06-01trans.c (lvalue_required_p): Deal with character and enumeration literals as ...Eric Botcazou2-5/+13
2015-06-01gigi.h (build_simple_component_ref): Declare.Eric Botcazou5-49/+128
2015-05-31* s-oscons-tmplt.c: Add explicit tests for Android alongside Linux.Eric Botcazou2-6/+11
2015-05-30Fix copyright years.Eric Botcazou5-5/+5
2015-05-30adaint.c: Test for __linux__ instead of linux and __sun__ instead of sun.Eric Botcazou13-67/+82
2015-05-28utils.c (max_size): Add special code to deal with the subtraction of a "negat...Eric Botcazou2-1/+20
2015-05-28decl.c (gnat_to_gnu_entity): Do not error out on a return type which has a si...Eric Botcazou2-1/+8
2015-05-28utils.c (gnat_pushdecl): Reunify the handling of array and pointer types wrt ...Eric Botcazou2-32/+35
2015-05-28gigi.h (gnat_stabilize_reference): Adjust.Eric Botcazou5-138/+223
2015-05-28[multiple changes]Arnaud Charlet4-21/+97
2015-05-28sem_util.adb (Requires_Transient_Scope): Avoid returning function results on ...Bob Duff2-17/+181
2015-05-28sem_util.adb (Wrong_Type): In any instance...Ed Schonberg3-9/+35