aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada
AgeCommit message (Expand)AuthorFilesLines
2014-01-02gnat_ugn.texi: Bump @copying's copyright year.Tobias Burnus3-8290/+8299
2013-12-20merge auto_vec and stack_vecTrevor Saunders2-1/+6
2013-12-12* gcc-interface/Makefile.in (ARM linux, GNU eabi): Tweak regexp.Eric Botcazou2-1/+5
2013-12-12Fix dateEric Botcazou1-2/+2
2013-12-12re PR ada/55946 (wrong tools used for build of gnattools [native-cross])Eric Botcazou3-6/+13
2013-12-04re PR ada/59382 (gnatmake is not able to compile libraries)Eric Botcazou2-0/+72
2013-12-04decl.c (components_to_record): Add specific handling for fields with zero siz...Eric Botcazou2-0/+28
2013-12-04trans.c (Case_Statement_to_gnu): Do not push a binding level for each branch ...Eric Botcazou2-6/+17
2013-11-29re PR ada/54040 ([x32] Incorrect timeval and timespec)Eric Botcazou4-7/+15
2013-11-272013-11-27 Bernd Edlinger <bernd.edlinger@hotmail.de>Bernd Edlinger4-10/+4
2013-11-262013-11-26 Bernd Edlinger <bernd.edlinger@hotmail.de>Bernd Edlinger1-0/+7
2013-11-26Remove parameter keep_aligning from get_inner_reference.Bernd Edlinger3-4/+3
2013-11-23gimplify.h (recalculate_side_effects): Delete.Eric Botcazou2-1/+6
2013-11-22gimple.h: Remove all includes.Andrew MacLeod2-3/+6
2013-11-22Remove macros that implicitly use input_locationDavid Malcolm2-3/+11
2013-11-20cuintp.c (UI_From_gnu): Use tree_to_shwi.Kenneth Zadeck4-4/+12
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