aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada
AgeCommit message (Expand)AuthorFilesLines
2009-09-26decl.c (gnat_to_gnu_entity): Filter out negative size for the array dimension...Eric Botcazou3-36/+94
2009-09-25Fix nitsEric Botcazou1-3/+3
2009-09-25ada-tree.h (TYPE_REPRESENTATIVE_ARRAY): New language specific node.Olivier Hainque6-23/+280
2009-09-24ada.h: Fix outdated comment.Eric Botcazou7-227/+162
2009-09-24Makefile.in (LIBGNAT_TARGET_PAIRS): Simplify test for a-except% in target pai...Dave Korn2-1/+6
2009-09-24cgraphunit.c (cgraph_lower_function): Revert last change.Jakub Jelinek2-3/+12
2009-09-21s-osinte-rtems.ad[bs]: Get_Page_Size cannot return 0.Joel Sherrill3-13/+8
2009-09-21ada: init.c (__gnat_error_handler): Cast msg to const char *.Rainer Orth3-1/+12
2009-09-18[multiple changes]Arnaud Charlet6-27/+91
2009-09-18[multiple changes]Arnaud Charlet4-0/+19
2009-09-18[multiple changes]Arnaud Charlet4-24/+51
2009-09-18[multiple changes]Arnaud Charlet8-59/+126
2009-09-17g-socket.ads: Document the fact that Close_Selector has no effect on a closed...Bob Duff3-3/+53
2009-09-17Minor reformatting.Arnaud Charlet5-20/+25
2009-09-17exp_ch9.adb, [...]: Minor reformattingRobert Dewar7-20/+33
2009-09-17[multiple changes]Arnaud Charlet6-19/+65
2009-09-172009-09-17 Emmanuel Briot <briot@adacore.com>Emmanuel Briot11-77/+131
2009-09-17prj-ext.adb, [...] (Is_External_Assignment): Remove duplicate code.Emmanuel Briot4-32/+27
2009-09-17[multiple changes]Arnaud Charlet20-102/+220
2009-09-16trans.c (Attribute_to_gnu): Strip conversions between original and packable v...Eric Botcazou2-3/+16
2009-09-16decl.c (gnat_to_gnu_field): Add DEBUG_INFO_P parameter.Eric Botcazou2-16/+47
2009-09-16Minor reformatting.Arnaud Charlet1-2/+6
2009-09-16[multiple changes]Arnaud Charlet7-63/+147
2009-09-16[multiple changes]Arnaud Charlet11-98/+302
2009-09-16[multiple changes]Arnaud Charlet6-11/+113
2009-09-16s-oscons-tmplt.c (Target_OS, [...]): New constants.Thomas Quinot3-6/+34
2009-09-14builtins.c (expand_builtin_synchronize): Use gimple_build_asm_vec.Richard Henderson2-4/+8
2009-09-14exp_dbug.ads (Packed Array Encoding): Document the new encoding for the uncon...Eric Botcazou4-15/+59
2009-09-14Squash commit of EH in gimpleRichard Henderson4-4/+15
2009-09-14Fix latest entryEric Botcazou1-7/+8
2009-09-13langhooks-def.h (LANG_HOOKS_EH_RUNTIME_TYPE): Define.Richard Guenther4-7/+34
2009-09-10gcc/testsuite:Rainer Orth2-0/+7
2009-09-08decl.c (gnat_to_gnu_entity): Tidy flow of control.Eric Botcazou2-95/+100
2009-09-08* gcc-interface/targtyps.c: Reorder include directives.Eric Botcazou2-1/+5
2009-09-07targtyps.c: Add missing include for tm_p.h.Laurent GUERBY3-4/+10
2009-09-07make.adb: Add missing documentation for multilib handling.Laurent GUERBY2-2/+25
2009-09-03[multiple changes]Diego Novillo2-1/+5
2009-09-02* tb-gcc.c (__gnat_backtrace): Mark all arguments unused.Richard Henderson2-3/+9
2009-09-02init.c (__gnat_error_handler, AIX): Add ATTRIBUTE_UNUSED on si and uc arguments.Olivier Hainque2-1/+8
2009-09-02decl.c (cannot_be_superflat_p): Handle Signed_Integer_Type_Definition Scalar_...Olivier Hainque2-4/+15
2009-09-02trans.c (gnat_gimplify_expr): Gimplify the SAVE_EXPR built for misaligned arg...Eric Botcazou2-41/+37
2009-09-01boehm.c (mark_reference_fields): Compute % in HOST_WIDE_INT type.Jakub Jelinek2-2/+8
2009-09-01tree-flow.h (mark_addressable): Move declaration ...Richard Guenther2-2/+4
2009-08-25gimplify.c (prepare_gimple_addressable): New static function.Eric Botcazou3-8/+23
2009-08-22Makefile.in: Add Ada support for GNU/kFreeBSD x86_64.Aurelien Jarno3-0/+181
2009-08-20utils.c (convert): In the padded case...Eric Botcazou2-17/+35
2009-08-20ada-tree.h (SET_TYPE_RM_VALUE): Mark the expression as visited.Eric Botcazou4-33/+57
2009-08-17s-osinte-kfreebsd-gnu.ads (SA_ONSTACK): New constant.Aurelien Jarno2-0/+27
2009-08-17[multiple changes]Arnaud Charlet7-61/+83
2009-08-17a-crbtgk.adb, [...]: Minor code reorganization (use conditional expressions)Robert Dewar4-30/+10