Age | Commit message (Expand) | Author | Files | Lines |
2019-05-27 | darwin, x86, testsuite - Match codegen | Iain Sandoe | 2 | -0/+7 |
2019-05-27 | i386.c (ix86_gen_add3): Remove indirect function. | Uros Bizjak | 6 | -61/+72 |
2019-05-27 | dwarf2out.c (resolve_args_picking_1): Deal with DW_OP_GNU_addr_index and DW_O... | Eric Botcazou | 4 | -1/+30 |
2019-05-27 | i386.h (STACK_SIZE_MODE): Define. | Uros Bizjak | 2 | -0/+8 |
2019-05-27 | [testsuite,aarch64,arm] PR88440: Fix testcases | Christophe Lyon | 10 | -9/+22 |
2019-05-27 | re PR tree-optimization/90637 (ICE in vect_loop_versioning, at tree-vect-loop... | Richard Biener | 4 | -1/+29 |
2019-05-27 | trans.c (Call_to_gnu): Do not initialize the temporary created out of address... | Eric Botcazou | 2 | -6/+22 |
2019-05-27 | ada-builtin-types.def: New file. | Eric Botcazou | 9 | -23/+188 |
2019-05-27 | utils.c (maybe_pad_type): Issue the warning for the specific case of componen... | Eric Botcazou | 2 | -5/+10 |
2019-05-27 | trans.c (Identifier_to_gnu): Minor tweaks. | Eric Botcazou | 4 | -7/+52 |
2019-05-27 | re PR tree-optimization/90610 (526.blender_r miscompared on znver1 with -Ofas... | Richard Biener | 2 | -2/+8 |
2019-05-27 | trans.c (Gigi_Types_Compatible): New predicate. | Eric Botcazou | 6 | -74/+126 |
2019-05-27 | trans.c (Call_to_gnu): Use the unpadded type when putting back an intermediat... | Eric Botcazou | 4 | -1/+40 |
2019-05-27 | trans.c (gnat_to_gnu): Convert the count to the unsigned version of its base ... | Eric Botcazou | 2 | -29/+37 |
2019-05-27 | re PR testsuite/90615 (several vector test cases fail starting with r271553) | Richard Biener | 7 | -1/+17 |
2019-05-27 | Daily bump. | GCC Administrator | 1 | -1/+1 |
2019-05-27 | re PR go/90635 (typo in libgo/configure.ac) | Ian Lance Taylor | 1 | -1/+1 |
2019-05-27 | re PR go/90614 (gcc-9.1.0/libgo/go/syscall/wait.c:54:22: error: unused parame... | Ian Lance Taylor | 1 | -1/+1 |
2019-05-27 | i386.md (@leave_<mode>): New expander. | Uros Bizjak | 8 | -129/+140 |
2019-05-26 | darwin, x86, testsuite - Amend three PIE tests, | Iain Sandoe | 4 | -7/+27 |
2019-05-26 | invoke.texi (Link Options): Many editorial changes around -flinker-output. | Gerald Pfeifer | 2 | -27/+36 |
2019-05-26 | re PR fortran/90539 (481.wrf slowdown by 25% on Intel Kaby with -Ofast -march... | Thomas Koenig | 2 | -0/+10 |
2019-05-26 | Added ChangeLog entry for last commit. | Rainer Orth | 1 | -0/+5 |
2019-05-26 | Remove Solaris 10-only note about -mvect8-ret-in-mem | Rainer Orth | 1 | -6/+4 |
2019-05-26 | Daily bump. | GCC Administrator | 1 | -1/+1 |
2019-05-25 | darwin, x86, testsuite - Amend popcnt match string for Darwin. | Iain Sandoe | 2 | -1/+7 |
2019-05-25 | darwin, x86, testsuite - Check for an expected error on Darwin. | Iain Sandoe | 2 | -1/+7 |
2019-05-25 | darwin, x86, testsuite - require alias on a test using it. | Iain Sandoe | 2 | -0/+5 |
2019-05-25 | PR c++/90572 - wrong disambiguation in friend declaration. | Marek Polacek | 5 | -2/+51 |
2019-05-25 | Daily bump. | GCC Administrator | 1 | -1/+1 |
2019-05-24 | re PR target/90530 (Invalid SUBREG insn generated by reload) | John David Anglin | 3 | -7/+16 |
2019-05-24 | tree-core.h (enum omp_clause_code): Add OMP_CLAUSE__CONDTEMP_. | Jakub Jelinek | 14 | -91/+597 |
2019-05-24 | GCN: Wait for exit value to write before exiting. | Andrew Stubbs | 3 | -3/+12 |
2019-05-24 | Revert "* gimplify.c (gimplify_cond_expr): Don't check TREE_ADDRESSABLE." | Jason Merrill | 2 | -4/+7 |
2019-05-24 | re PR middle-end/90607 (gcc.dg/pr53265.c FAILs) | Richard Biener | 4 | -1/+26 |
2019-05-24 | Fix 64-bit addition in prologue. | Andrew Stubbs | 2 | -3/+8 |
2019-05-24 | [aarch64] Change two function declaration types | Matthew Malcomson | 3 | -4/+13 |
2019-05-24 | re PR tree-optimization/90106 (builtin sqrt() ignoring libm's sqrt call result) | Jakub Jelinek | 3 | -8/+16 |
2019-05-24 | re PR target/90568 (stack protector should use cmp or sub, not xor, to allow ... | Jakub Jelinek | 2 | -28/+41 |
2019-05-24 | re PR tree-optimization/88440 (size optimization of memcpy-like code) | Richard Biener | 2 | -0/+20 |
2019-05-24 | add missed Changelog. | Iain Sandoe | 1 | -0/+15 |
2019-05-24 | Darwin, x86, testsuite - Make match strings more specific. | Iain Sandoe | 9 | -12/+12 |
2019-05-24 | Darwin, x86, testsuite - Adjust test labels. | Iain Sandoe | 3 | -3/+9 |
2019-05-24 | Darwin, x86, testsuite - Disable tests that cannot pass. | Iain Sandoe | 4 | -15/+23 |
2019-05-24 | Daily bump. | GCC Administrator | 1 | -1/+1 |
2019-05-23 | darwin, x86 - disable '-mfentry' for the port. | Iain Sandoe | 18 | -1/+52 |
2019-05-23 | rs6000.c (rs6000_global_entry_point_needed_p): Rename to rs6000_global_entry_... | Bill Schmidt | 4 | -4/+54 |
2019-05-23 | re PR target/90552 (attribute((optimize(3))) not overriding -Os) | Uros Bizjak | 4 | -1/+24 |
2019-05-23 | rs6000-cpus.def (ISA_FUTURE_MASKS_SERVER): Add OPTION_MASK_PCREL. | Bill Schmidt | 6 | -2/+72 |
2019-05-23 | fmt_f_default_field_width_1.f90: Hide REAL(16) behind __GFC_REAL_16__. | Mark Eggleston | 7 | -6/+46 |