aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2019-08-22PR middle-end/91490 - bogus argument missing terminating nul warning on strle...Martin Sebor13-76/+450
2019-08-22Fix gcc.target/i386/minmax-4.c etc. on 32-bit Solaris/x86Rainer Orth6-5/+13
2019-08-22rs6000: Use unspec_volatile for darn (PR91481)Segher Boessenkool2-6/+17
2019-08-22rs6000: Move various non-vector things out of altivec.mdSegher Boessenkool3-223/+236
2019-08-22c-parser.c (c_parser_declaration_or_fndef): Set DECL_ARGUMENTS of a FUNCTION_...Eric Botcazou4-2/+44
2019-08-22[arm] Fix use of CRC32 intrinsics with Armv8-a and hard-floatKyrylo Tkachov4-2/+30
2019-08-22[ARM] Remove remaining Neon DImode supportWilco Dijkstra3-157/+32
2019-08-22[ARM] Cleanup DImode shiftsWilco Dijkstra7-359/+48
2019-08-22[ARM] Cleanup logical DImode operationsWilco Dijkstra7-713/+65
2019-08-22[Arm] Add 16-bit thumb alternatives to iorsi3_compare0[_scratch]Richard Earnshaw2-10/+22
2019-08-22[aarch64]: add intrinsics for vld1(q)_x4 and vst1(q)_x4Sylvia Taylor7-0/+797
2019-08-22aarch64-sve.md (vcond_mask): Add "@".Prathamesh Kulkarni2-1/+5
2019-08-22Daily bump.GCC Administrator1-1/+1
2019-08-21re PR target/88839 ([SVE] Poor implementation of blend-like permutes)Prathamesh Kulkarni9-0/+324
2019-08-21re PR target/90724 (ICE with __sync_bool_compare_and_swap with -march=armv8.2...Prathamesh Kulkarni2-0/+9
2019-08-21compiler: don't use pkgpath for fieldtrack of unexported fieldIan Lance Taylor2-2/+2
2019-08-21compiler: if hidden function referenced by inline, don't hide descriptorIan Lance Taylor3-2/+11
2019-08-21[C++] Protect call to copy_attributes_to_builtin (PR91505)Richard Sandiford4-2/+17
2019-08-21re PR tree-optimization/91482 (__builtin_assume_aligned should not break writ...Richard Biener4-0/+50
2019-08-21c-ada-spec.c (dump_ada_function_declaration): Be prepared for broken function...Eric Botcazou4-18/+36
2019-08-21[testsuite][arm] Add missing quotes to expected warning messages.Christophe Lyon2-3/+8
2019-08-21re PR target/91498 (STV change in r274481 causes 300.twolf regression on Hasw...Richard Biener2-2/+11
2019-08-21[Ada] Improve detection of end of the process by GNAT.ExpectVadim Godunko2-5/+16
2019-08-21[Ada] Minor refactorings/reformattingsPiotr Trojanek6-19/+25
2019-08-21[Ada] Allow for of iteration on formal vectorsClaire Dross2-1/+54
2019-08-21[Ada] More precise propagation of Size attribute in generic instancesYannick Moy2-0/+13
2019-08-21[Ada] Update references to the SPARK RMYannick Moy2-6/+10
2019-08-21[Ada] More complete information level for -gnatR4 outputEric Botcazou2-16/+36
2019-08-21[Ada] Add the System.Bitfield_Utils runtime unitBob Duff7-3/+686
2019-08-21[Ada] Bindo.Graphs: Minor typo fixesPiotr Trojanek3-2/+8
2019-08-21[Ada] Undefined master in task with limited class-wide aliased entry formalGary Dismukes2-1/+20
2019-08-21[Ada] Fix type mismatch in extended return statement expansionEric Botcazou2-25/+68
2019-08-21[Ada] Do not rewrite argument of pragma Entry_Queue_Length in analysisPiotr Trojanek3-10/+10
2019-08-21[Ada] Avoid spurious error in GNATprove mode on non-null access typesYannick Moy2-0/+11
2019-08-21[Ada] Ignore subprogram address in ownership checkingYannick Moy2-0/+6
2019-08-21[Ada] Fix assertion failure on derived private protected typeEric Botcazou7-4/+61
2019-08-21[Ada] Replace low-level membership tests with high-level routinesPiotr Trojanek4-4/+10
2019-08-21[Ada] Missing attribute update in new_copy_treeJavier Miranda5-7/+50
2019-08-21[Ada] doc/Makefile: automatically create doc/share/_staticJoel Brobecker2-5/+15
2019-08-21[Ada] Max_Entry_Queue_Length aspect for protected entriesJustin Squirek5-13/+39
2019-08-21re PR d/91339 (libphobos: ftbfs when the path contains '~')Iain Buclaw2-2/+3
2019-08-21d: Partially fix ICE: in register_moduleinfo, at d/modules.cc:40Iain Buclaw2-1/+10
2019-08-21d/dmd: Merge upstream dmd 375ed10aaIain Buclaw5-13/+30
2019-08-21d: Fix ICE: Segmentation fault in build_function_type at gcc/tree.c:8539Iain Buclaw2-0/+28
2019-08-21d: Fix internal compiler error: in d_build_c_type_nodes, at d/d-builtins.cc:783Iain Buclaw2-6/+11
2019-08-21d: Fix internal compiler error: in d_init_builtins, at d/d-builtins.cc:1121Iain Buclaw2-36/+70
2019-08-20re PR testsuite/91458 (FAIL: g++.dg/tree-ssa/pr19807.C -std=gnu++98 scan-tr...Martin Sebor3-4/+9
2019-08-21Daily bump.GCC Administrator1-1/+1
2019-08-20compiler, runtime: implement shifts by signed amountsIan Lance Taylor5-11/+36
2019-08-20function.c (assign_parm_find_stack_rtl): Use known_eq instead of ==.Bernd Edlinger2-1/+5