aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2020-08-27vec: add exact argument for various grow functions.Martin Liska86-212/+222
2020-08-27streamline TARGET_MEM_REF dumpingRichard Biener4-67/+30
2020-08-27lra: Canonicalize mult to shift in address reloadsAlex Coplan2-4/+66
2020-08-27AArch64: Add FLAG for rounding intrinsics [PR94442]xiezhiheng1-94/+94
2020-08-27AArch64: Add FLAG for min/max intrinsics [PR94442]xiezhiheng1-22/+22
2020-08-27tree-optimization/96579 - another special-operands fix in reassocRichard Biener2-2/+15
2020-08-27tree-optimization/96565 - improve DSE with paths ending in noreturnRichard Biener3-0/+30
2020-08-27Daily bump.GCC Administrator7-1/+358
2020-08-26cmd: add -maix32 to gcc calls for aix/ppcClément Chigot1-1/+1
2020-08-26libgo: add FAT library support for static libraries on AIXClément Chigot1-1/+1
2020-08-26Mark various tests that require a c99 libmJeff Law15-0/+15
2020-08-26Fix documentation of -fprofile-exclude-filesGöran Uddeborg2-9/+9
2020-08-26x86: Reject target("no-general-regs-only")H.J. Lu3-0/+35
2020-08-26MSP430: Simplify and extend shift instruction patternsJozef Lawrynowicz11-374/+481
2020-08-26Adjust tree-ssa-dom.c for irange API.Aldy Hernandez3-107/+67
2020-08-26tree-optimization/96698 - fix ICE when vectorizing nested cyclesRichard Biener4-25/+63
2020-08-26symver: fix attribute matching.Martin Liska1-0/+3
2020-08-26tree-optimization/96783 - fix vectorization of negative step SLPRichard Biener3-1/+76
2020-08-26c++: template operator lookup cachingNathan Sidwell4-40/+108
2020-08-26lto: fix documentation about -fpie and -fpic optionsMartin Liska1-3/+14
2020-08-26AArch64: Add FLAG for add/sub arithmetic intrinsics [PR94442]xiezhiheng1-36/+40
2020-08-26aarch64: Fix testcase gcc.target/aarch64/insv_1.cQian Jianhua1-1/+1
2020-08-26dwarf2out: Fix up dwarf2out_next_real_insn caching [PR96729]Jakub Jelinek1-16/+20
2020-08-26d: Merge upstream dmd e49192807Iain Buclaw3-53/+35
2020-08-26d: Fix no RVO when returning struct literals initialized with constructor.Iain Buclaw11-70/+171
2020-08-26tilepro: Update generator file to define IN_TARGET_CODE in target file.Iain Buclaw1-0/+2
2020-08-26d: Merge upstream dmd cb4a96faeIain Buclaw8-15/+42
2020-08-26d: Use read() to load contents of stdin into memory.Iain Buclaw3-19/+31
2020-08-26d: Fix small struct literals that have non-deterministic hash valuesIain Buclaw2-2/+47
2020-08-26d: Fix no NRVO when returning an array of a non-POD structIain Buclaw4-4/+77
2020-08-26d: Don't run all permutations for fail_compilation tests.Iain Buclaw1-0/+5
2020-08-26d: Move lowering of each tree node to separate functionsIain Buclaw1-91/+119
2020-08-26d: Move d_gimplify_expr and dependencies to d-gimplify.ccIain Buclaw4-160/+191
2020-08-26IPA symver: allow multiple symvers for a definitionMartin Liska5-76/+116
2020-08-26Fortran: Add 'device_type' clause to OpenMP's declare targetTobias Burnus7-7/+277
2020-08-26Adjust testcase.liuhongt4-44/+18
2020-08-25analyzer: fix leak false positive/widening on pointer iteration [PR94858]David Malcolm8-4/+123
2020-08-25analyzer: fix ICE on initializers for unsized array fields [PR96777]David Malcolm4-5/+55
2020-08-26Daily bump.GCC Administrator5-1/+246
2020-08-25x86: Change CTZ_DEFINED_VALUE_AT_ZERO to return 0/2H.J. Lu3-2/+76
2020-08-25hppa: PR middle-end/87256: Improved hppa_rtx_costs avoids synth_mult madness.Roger Sayle1-34/+138
2020-08-25hppa: Improve expansion of ashldi3 when !TARGET_64BITRoger Sayle1-1/+33
2020-08-25OpenMP: Improve map-clause error message for array function parameter (PR96678)Tobias Burnus8-9/+48
2020-08-25aarch64: Update feature macro nameRichard Sandiford2-3/+3
2020-08-25aarch64: Tweaks to the handling of fixed-length SVE typesRichard Sandiford8-17/+295
2020-08-25aarch64: Update the mangling of single SVE vectors and predicatesRichard Sandiford5-31/+31
2020-08-25tree-optimization/96548 - fix failure to recompute RPO after CFG changeRichard Biener3-0/+46
2020-08-25gimple: Ignore *0 = {CLOBBER} in path isolation [PR96722]Jakub Jelinek2-3/+24
2020-08-25strlen: Fix handle_builtin_string_cmp [PR96758]Jakub Jelinek2-2/+27
2020-08-25sra: Bail out when encountering accesses with negative offsets (PR 96730)Martin Jambor2-0/+19