Age | Commit message (Expand) | Author | Files | Lines |
2013-11-20 | cuintp.c (UI_From_gnu): Use tree_to_shwi. | Kenneth Zadeck | 4 | -4/+12 |
2013-11-19 | Factor unrelated declarations out of tree.h. | Diego Novillo | 6 | -0/+34 |
2013-11-18 | cuintp.c (UI_From_gnu): Use tree_to_shwi rather than tree_low_cst. | Richard Sandiford | 2 | -2/+7 |
2013-11-18 | decl.c, [...]: Replace tree_low_cst (..., 1) with tree_to_uhwi throughout. | Richard Sandiford | 4 | -24/+29 |
2013-11-18 | cuintp.c: Update comments to refer to tree_fits_shwi_p rather than host_integ... | Richard Sandiford | 4 | -6/+14 |
2013-11-18 | decl.c, [...]: Replace host_integerp (..., 1) with tree_fits_uhwi_p throughout. | Richard Sandiford | 4 | -25/+30 |
2013-11-18 | cuintp.c: Replace host_integerp (..., 0) with tree_fits_shwi_p throughout. | Richard Sandiford | 2 | -2/+7 |
2013-11-18 | * gcc-interface/trans.c (TARGET_ABI_OPEN_VMS): Delete as redundant. | Eric Botcazou | 2 | -6/+4 |
2013-11-18 | trans.c (Call_to_gnu): For an Out parameter passed by copy and that don't nee... | Eric Botcazou | 2 | -5/+22 |
2013-11-18 | decl.c (gnat_to_gnu_entity): Deal with an error mark as renamed object in typ... | Eric Botcazou | 2 | -2/+11 |
2013-11-15 | Add and use System.Linux.time_t for time_t | H.J. Lu | 12 | -6/+340 |
2013-11-14 | Include gimple.h and pointer-set.h in gcc-interface/trans.c | H.J. Lu | 2 | -0/+6 |
2013-11-13 | Remove ada/ prefix | Eric Botcazou | 1 | -1/+1 |
2013-11-12 | gimple-expr.h (create_tmp_var_name, [...]): Relocate prototypes from gimple.h. | Andrew MacLeod | 2 | -1/+5 |
2013-11-11 | tree.h (CONSTRUCTOR_NO_CLEARING): Define. | Tristan Gingold | 2 | -0/+7 |
2013-10-31 | re PR middle-end/58134 (-ftree-vectorizer-verbose=<n> shows vectorized loops ... | Sharad Singhai | 2 | -5/+4 |
2013-10-30 | Minor tweaks | Eric Botcazou | 1 | -5/+1 |
2013-10-29 | Autogenerated fixes of "->symbol." to "->" | David Malcolm | 3 | -2/+12 |
2013-10-28 | df-scan.c (df_collection_rec): Adjust. | Trevor Saunders | 2 | -6/+5 |
2013-10-24 | Fix Ada bootstrap with Solaris /bin/ksh | Rainer Orth | 2 | -1/+5 |
2013-10-23 | Fix up ChangeLog entries (name, e-mail, formatting, otherwise). | Gerald Pfeifer | 4 | -6/+6 |
2013-10-19 | Makefile.in: Use canonical absolute path to refer to the top source directory... | Thomas Quinot | 2 | -7/+21 |
2013-10-19 | utils.c (scale_by_factor_of): New function. | Eric Botcazou | 2 | -56/+71 |
2013-10-19 | cuintp.c: Remove useless include directives. | Eric Botcazou | 3 | -35/+43 |
2013-10-19 | utils.c (gnat_set_type_context): New function. | Eric Botcazou | 2 | -3/+24 |
2013-10-17 | [multiple changes] | Arnaud Charlet | 3 | -2/+19 |
2013-10-17 | [multiple changes] | Arnaud Charlet | 4 | -38/+52 |
2013-10-17 | [multiple changes] | Arnaud Charlet | 10 | -160/+300 |
2013-10-17 | [multiple changes] | Arnaud Charlet | 4 | -104/+128 |
2013-10-17 | aspects.adb, [...]: Remove all entries for Refined_Pre from the various tables. | Hristian Kirtchev | 8 | -51/+36 |
2013-10-17 | exp_util.adb, [...] (Entity_Of): Moved to Sem_Util. | Hristian Kirtchev | 6 | -41/+54 |
2013-10-17 | exp_util.adb (Get_Current_Value_Condition, [...]): Handle the case of express... | Thomas Quinot | 8 | -70/+270 |
2013-10-17 | sem_aux.ads, [...] (Is_Immutably_Limited_Type): Make predicate compatible wit... | Ed Schonberg | 17 | -40/+117 |
2013-10-17 | sem_ch13.adb (Analyze_Aspect_Specifications): Flag aspect Refined_Pre as not ... | Hristian Kirtchev | 3 | -9/+15 |
2013-10-17 | [multiple changes] | Arnaud Charlet | 9 | -60/+283 |
2013-10-17 | g-cppexc.adb, [...]: New files. | Tristan Gingold | 4 | -3/+196 |
2013-10-17 | [multiple changes] | Arnaud Charlet | 36 | -472/+588 |
2013-10-17 | [multiple changes] | Arnaud Charlet | 10 | -49/+215 |
2013-10-17 | [multiple changes] | Arnaud Charlet | 4 | -103/+158 |
2013-10-17 | gnat_ugn.texi: Document -gnatw.y/-gnatw.Y. | Robert Dewar | 10 | -10/+221 |
2013-10-17 | [multiple changes] | Arnaud Charlet | 12 | -135/+224 |
2013-10-17 | [multiple changes] | Arnaud Charlet | 4 | -19/+40 |
2013-10-15 | [multiple changes] | Arnaud Charlet | 6 | -28/+184 |
2013-10-15 | [multiple changes] | Arnaud Charlet | 8 | -29/+116 |
2013-10-15 | [multiple changes] | Arnaud Charlet | 8 | -23/+60 |
2013-10-15 | [multiple changes] | Arnaud Charlet | 5 | -29/+38 |
2013-10-14 | Complete previous change. | Arnaud Charlet | 1 | -0/+13 |
2013-10-14 | trans.c: Synchronize declarations of other/all others between gigi and the ru... | Tristan Gingold | 2 | -6/+8 |
2013-10-14 | gigi.h (standard_datatypes): Add ADT_set_exception_parameter_decl | Tristan Gingold | 3 | -0/+20 |
2013-10-14 | [multiple changes] | Arnaud Charlet | 8 | -101/+620 |