aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada
AgeCommit message (Expand)AuthorFilesLines
2013-11-19Factor unrelated declarations out of tree.h.Diego Novillo6-0/+34
2013-11-18cuintp.c (UI_From_gnu): Use tree_to_shwi rather than tree_low_cst.Richard Sandiford2-2/+7
2013-11-18decl.c, [...]: Replace tree_low_cst (..., 1) with tree_to_uhwi throughout.Richard Sandiford4-24/+29
2013-11-18cuintp.c: Update comments to refer to tree_fits_shwi_p rather than host_integ...Richard Sandiford4-6/+14
2013-11-18decl.c, [...]: Replace host_integerp (..., 1) with tree_fits_uhwi_p throughout.Richard Sandiford4-25/+30
2013-11-18cuintp.c: Replace host_integerp (..., 0) with tree_fits_shwi_p throughout.Richard Sandiford2-2/+7
2013-11-18* gcc-interface/trans.c (TARGET_ABI_OPEN_VMS): Delete as redundant.Eric Botcazou2-6/+4
2013-11-18trans.c (Call_to_gnu): For an Out parameter passed by copy and that don't nee...Eric Botcazou2-5/+22
2013-11-18decl.c (gnat_to_gnu_entity): Deal with an error mark as renamed object in typ...Eric Botcazou2-2/+11
2013-11-15Add and use System.Linux.time_t for time_tH.J. Lu12-6/+340
2013-11-14Include gimple.h and pointer-set.h in gcc-interface/trans.cH.J. Lu2-0/+6
2013-11-13Remove ada/ prefixEric Botcazou1-1/+1
2013-11-12gimple-expr.h (create_tmp_var_name, [...]): Relocate prototypes from gimple.h.Andrew MacLeod2-1/+5
2013-11-11tree.h (CONSTRUCTOR_NO_CLEARING): Define.Tristan Gingold2-0/+7
2013-10-31re PR middle-end/58134 (-ftree-vectorizer-verbose=<n> shows vectorized loops ...Sharad Singhai2-5/+4
2013-10-30Minor tweaksEric Botcazou1-5/+1
2013-10-29Autogenerated fixes of "->symbol." to "->"David Malcolm3-2/+12
2013-10-28df-scan.c (df_collection_rec): Adjust.Trevor Saunders2-6/+5
2013-10-24Fix Ada bootstrap with Solaris /bin/kshRainer Orth2-1/+5
2013-10-23Fix up ChangeLog entries (name, e-mail, formatting, otherwise).Gerald Pfeifer4-6/+6
2013-10-19Makefile.in: Use canonical absolute path to refer to the top source directory...Thomas Quinot2-7/+21
2013-10-19utils.c (scale_by_factor_of): New function.Eric Botcazou2-56/+71
2013-10-19cuintp.c: Remove useless include directives.Eric Botcazou3-35/+43
2013-10-19utils.c (gnat_set_type_context): New function.Eric Botcazou2-3/+24
2013-10-17[multiple changes]Arnaud Charlet3-2/+19
2013-10-17[multiple changes]Arnaud Charlet4-38/+52
2013-10-17[multiple changes]Arnaud Charlet10-160/+300
2013-10-17[multiple changes]Arnaud Charlet4-104/+128
2013-10-17aspects.adb, [...]: Remove all entries for Refined_Pre from the various tables.Hristian Kirtchev8-51/+36
2013-10-17exp_util.adb, [...] (Entity_Of): Moved to Sem_Util.Hristian Kirtchev6-41/+54
2013-10-17exp_util.adb (Get_Current_Value_Condition, [...]): Handle the case of express...Thomas Quinot8-70/+270
2013-10-17sem_aux.ads, [...] (Is_Immutably_Limited_Type): Make predicate compatible wit...Ed Schonberg17-40/+117
2013-10-17sem_ch13.adb (Analyze_Aspect_Specifications): Flag aspect Refined_Pre as not ...Hristian Kirtchev3-9/+15
2013-10-17[multiple changes]Arnaud Charlet9-60/+283
2013-10-17g-cppexc.adb, [...]: New files.Tristan Gingold4-3/+196
2013-10-17[multiple changes]Arnaud Charlet36-472/+588
2013-10-17[multiple changes]Arnaud Charlet10-49/+215
2013-10-17[multiple changes]Arnaud Charlet4-103/+158
2013-10-17gnat_ugn.texi: Document -gnatw.y/-gnatw.Y.Robert Dewar10-10/+221
2013-10-17[multiple changes]Arnaud Charlet12-135/+224
2013-10-17[multiple changes]Arnaud Charlet4-19/+40
2013-10-15[multiple changes]Arnaud Charlet6-28/+184
2013-10-15[multiple changes]Arnaud Charlet8-29/+116
2013-10-15[multiple changes]Arnaud Charlet8-23/+60
2013-10-15[multiple changes]Arnaud Charlet5-29/+38
2013-10-14Complete previous change.Arnaud Charlet1-0/+13
2013-10-14trans.c: Synchronize declarations of other/all others between gigi and the ru...Tristan Gingold2-6/+8
2013-10-14gigi.h (standard_datatypes): Add ADT_set_exception_parameter_declTristan Gingold3-0/+20
2013-10-14[multiple changes]Arnaud Charlet8-101/+620
2013-10-14sem_res.adb: Minor fix to error message text.Robert Dewar7-39/+65