Age | Commit message (Expand) | Author | Files | Lines |
2019-05-28 | Remove obsolete comment about use_thunk | Rainer Orth | 11 | -20/+24 |
2019-05-28 | [PATCH] Commonize anon-name generation | Nathan Sidwell | 15 | -83/+83 |
2019-05-28 | pr50749-qihisi-predec-3.c: Disable loop distribution. | Jeff Law | 2 | -1/+6 |
2019-05-28 | Support again multiple --help options (PR other/90315). | Martin Liska | 4 | -7/+22 |
2019-05-28 | rs6000: Improve p9-dimode* testcases | Segher Boessenkool | 3 | -18/+16 |
2019-05-28 | Handle loop fields in IPA ICF (PR ipa/90555). | Martin Liska | 5 | -0/+120 |
2019-05-28 | * gcc-interface/utils.c (handle_stack_protect_attribute): Move around. | Eric Botcazou | 2 | -16/+20 |
2019-05-28 | implementation_defined_pragmas.rst (Machine_Attribute): Document additional o... | Eric Botcazou | 8 | -68/+383 |
2019-05-28 | trans.c (lvalue_required_for_attribute_p): Return 0 for 'Size too. | Eric Botcazou | 2 | -18/+33 |
2019-05-28 | trans.c (gnat_to_gnu): Remove superfluous tests on Backend_Overflow_Checks_On... | Eric Botcazou | 2 | -14/+16 |
2019-05-28 | trans.c (walk_nesting_tree): New static function. | Eric Botcazou | 5 | -5/+59 |
2019-05-28 | decl.c (gnat_to_gnu_entity): Remove obsolete test on Is_For_Access_Subtype. | Eric Botcazou | 2 | -1/+5 |
2019-05-28 | decl.c (components_to_record): Set a name on the type created for the REP par... | Eric Botcazou | 5 | -19/+90 |
2019-05-28 | utils.c (gnat_internal_attribute_table): Add support for stack_protect attrib... | Eric Botcazou | 2 | -0/+25 |
2019-05-28 | decl.c (intrin_arglists_compatible_p): Do not return false if the internal bu... | Eric Botcazou | 5 | -3/+50 |
2019-05-28 | Add GCC support to ENQCMD. | Xuepeng Guo | 25 | -19/+230 |
2019-05-28 | Daily bump. | GCC Administrator | 1 | -1/+1 |
2019-05-27 | gimplify.c (gimplify_scan_omp_clauses): Allow lastprivate conditional on sect... | Jakub Jelinek | 6 | -24/+266 |
2019-05-27 | omp-low.c (lower_omp_1): Look through ordered... | Jakub Jelinek | 4 | -3/+75 |
2019-05-27 | re PR libgomp/90641 (libgomp.c-c++-common/lastprivate-conditional-1.c etc FAIL) | Jakub Jelinek | 5 | -24/+83 |
2019-05-27 | darwin, x86, testsuite - Match codegen | Iain Sandoe | 2 | -0/+7 |
2019-05-27 | Makefile.am (check-go-tool): Only chmod check-go-dir if it exists. | Ian Lance Taylor | 3 | -2/+8 |
2019-05-27 | rs6000: Fix sanitizer build (PR90639) | Segher Boessenkool | 2 | -0/+6 |
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 | 3 | -3/+3 |
2019-05-27 | re PR go/90614 (gcc-9.1.0/libgo/go/syscall/wait.c:54:22: error: unused parame... | Ian Lance Taylor | 2 | -2/+2 |
2019-05-27 | i386.md (@leave_<mode>): New expander. | Uros Bizjak | 8 | -129/+140 |
2019-05-26 | appendix_contributing.xml: Update pointer to C++ standard at ansi.org. | Gerald Pfeifer | 2 | -1/+6 |
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 | linux-unwind.h (pa32_fallback_frame_state): Add cast. | John David Anglin | 2 | -1/+5 |
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 |