aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2019-05-29config.gcc (rx-*-linux*): New target.Yoshinori Sato8-12/+333
2019-05-29tree-ssa-alias.c (same_type_for_tbaa): Return ture if main variants are point...Jan Hubicka2-0/+9
2019-05-29re PR c++/89875 (invalid typeof reference to a member of an incomplete struct...Paolo Carlini5-9/+27
2019-05-29This patch implements the [u]avgM3_floor and [u]avgM3_ceil optabs for SVE2.Alejandro Martinez9-1/+227
2019-05-29re PR fortran/90329 (Incompatibility between gfortran and C lapack calls)Jakub Jelinek6-13/+43
2019-05-29re PR bootstrap/90543 (Build failure on MINGW for gcc-9.1.0)Jakub Jelinek2-4/+47
2019-05-29[PATCH 3/3][GCC][AARCH64] Add support for pointer authentication B keySam Tebbs10-29/+202
2019-05-29gimplify.c (struct gimplify_omp_ctx): Add clauses member.Jakub Jelinek6-3/+101
2019-05-29re PR c/90628 (__builtin_mul_overflow writes to const qualified integer)Jakub Jelinek4-0/+59
2019-05-29P1091R3 - Extending structured bindings to be more like var decls P1381R1 - R...Jakub Jelinek2-0/+24
2019-05-29P1091R3 - Extending structured bindings to be more like var decls P1381R1 - R...Jakub Jelinek6-26/+299
2019-05-29Remove duplicite dg-compile (PR testsuite/90657).Martin Liska2-2/+6
2019-05-29rs6000-cpus.def (OTHER_FUTURES_MASK): New #define.Bill Schmidt4-0/+24
2019-05-29rtl.h (LABEL_REF_P): New #define.Michael Meissner2-0/+8
2019-05-29Daily bump.GCC Administrator1-1/+1
2019-05-28pa.c (hppa_profile_hook): Remove offset adjustment.John David Anglin2-14/+9
2019-05-28[C++ PATCH] template specializationsNathan Sidwell2-3/+9
2019-05-28PR c++/90548 - ICE with generic lambda and empty pack.Marek Polacek4-7/+48
2019-05-28Current vectoriser doesn't support masked loads for SLP.Alejandro Martinez11-23/+229
2019-05-28Remove obsolete comment about use_thunkRainer Orth11-20/+24
2019-05-28[PATCH] Commonize anon-name generationNathan Sidwell15-83/+83
2019-05-28pr50749-qihisi-predec-3.c: Disable loop distribution.Jeff Law2-1/+6
2019-05-28Support again multiple --help options (PR other/90315).Martin Liska4-7/+22
2019-05-28rs6000: Improve p9-dimode* testcasesSegher Boessenkool3-18/+16
2019-05-28Handle loop fields in IPA ICF (PR ipa/90555).Martin Liska5-0/+120
2019-05-28* gcc-interface/utils.c (handle_stack_protect_attribute): Move around.Eric Botcazou2-16/+20
2019-05-28implementation_defined_pragmas.rst (Machine_Attribute): Document additional o...Eric Botcazou8-68/+383
2019-05-28trans.c (lvalue_required_for_attribute_p): Return 0 for 'Size too.Eric Botcazou2-18/+33
2019-05-28trans.c (gnat_to_gnu): Remove superfluous tests on Backend_Overflow_Checks_On...Eric Botcazou2-14/+16
2019-05-28trans.c (walk_nesting_tree): New static function.Eric Botcazou5-5/+59
2019-05-28decl.c (gnat_to_gnu_entity): Remove obsolete test on Is_For_Access_Subtype.Eric Botcazou2-1/+5
2019-05-28decl.c (components_to_record): Set a name on the type created for the REP par...Eric Botcazou5-19/+90
2019-05-28utils.c (gnat_internal_attribute_table): Add support for stack_protect attrib...Eric Botcazou2-0/+25
2019-05-28decl.c (intrin_arglists_compatible_p): Do not return false if the internal bu...Eric Botcazou5-3/+50
2019-05-28Add GCC support to ENQCMD.Xuepeng Guo25-19/+230
2019-05-28Daily bump.GCC Administrator1-1/+1
2019-05-27gimplify.c (gimplify_scan_omp_clauses): Allow lastprivate conditional on sect...Jakub Jelinek4-24/+103
2019-05-27omp-low.c (lower_omp_1): Look through ordered...Jakub Jelinek2-3/+16
2019-05-27darwin, x86, testsuite - Match codegenIain Sandoe2-0/+7
2019-05-27i386.c (ix86_gen_add3): Remove indirect function.Uros Bizjak6-61/+72
2019-05-27dwarf2out.c (resolve_args_picking_1): Deal with DW_OP_GNU_addr_index and DW_O...Eric Botcazou4-1/+30
2019-05-27i386.h (STACK_SIZE_MODE): Define.Uros Bizjak2-0/+8
2019-05-27[testsuite,aarch64,arm] PR88440: Fix testcasesChristophe Lyon10-9/+22
2019-05-27re PR tree-optimization/90637 (ICE in vect_loop_versioning, at tree-vect-loop...Richard Biener4-1/+29
2019-05-27trans.c (Call_to_gnu): Do not initialize the temporary created out of address...Eric Botcazou2-6/+22
2019-05-27ada-builtin-types.def: New file.Eric Botcazou9-23/+188
2019-05-27utils.c (maybe_pad_type): Issue the warning for the specific case of componen...Eric Botcazou2-5/+10
2019-05-27trans.c (Identifier_to_gnu): Minor tweaks.Eric Botcazou4-7/+52
2019-05-27re PR tree-optimization/90610 (526.blender_r miscompared on znver1 with -Ofas...Richard Biener2-2/+8
2019-05-27trans.c (Gigi_Types_Compatible): New predicate.Eric Botcazou6-74/+126