aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2021-03-31Small refactoring of cgraph_node::release_bodyJan Hubicka3-9/+4
2021-03-31Fix coding style in IPA modref.Martin Liska1-3/+3
2021-03-31aarch64: Fix up *add<mode>3_poly_1 [PR99813]Jakub Jelinek2-2/+29
2021-03-31i386, debug: Default to -gdwarf-4 on Windows targets with broken ld.bfd [PR98...Jakub Jelinek4-13/+69
2021-03-31testsuite: Disable zero-scratch-regs-{8, 9, 10, 11}.c on all but ... [PR97680]Jakub Jelinek6-5/+6
2021-03-30c++: Adjust mangling of __alignof__ [PR88115]Patrick Palka2-7/+5
2021-03-30c++: placeholder type constraint and argument pack [PR99815]Patrick Palka2-0/+37
2021-03-31Daily bump.GCC Administrator5-1/+176
2021-03-30analyzer: remove old decl of region::dump_to_ppDavid Malcolm1-5/+0
2021-03-30analyzer: only call get_diagnostic_tree when it's neededDavid Malcolm4-8/+16
2021-03-30analyzer testsuite: fix typoDavid Malcolm1-1/+1
2021-03-30c++: duplicate const static members [PR 99283]Nathan Sidwell5-8/+54
2021-03-30c++: Fix ICE on PTRMEM_CST in lambda in inline var initializer [PR99790]Jakub Jelinek2-0/+17
2021-03-30aarch64: PR target/99820: Guard on available SVE issue info before usingKyrylo Tkachov1-1/+3
2021-03-30aarch64: PR target/99822 Don't allow zero register in first operand of SUBS/A...Kyrylo Tkachov2-1/+42
2021-03-30rs6000: Enable 32bit variable vec_insert [PR99718]luoxhu@cn.ibm.com21-72/+170
2021-03-30x86: Define __rdtsc and __rdtscp as macrosH.J. Lu2-12/+27
2021-03-30slp: reject non-multiple of 2 laned SLP trees (PR99825)Tamar Christina2-1/+17
2021-03-30arm: Fix emission of Tag_ABI_VFP_args with MVE and -mfloat-abi=hard (PR targe...Christophe Lyon1-7/+4
2021-03-30aarch64: Fix gcc.target/aarch64/pr99808.c for ILP32Kyrylo Tkachov1-2/+2
2021-03-30tree-optimization/99824 - avoid excessive integer type precision in VNRichard Biener3-10/+49
2021-03-30aarch64: Tweak post-RA handling of CONST_INT moves [PR98136]Richard Sandiford2-4/+39
2021-03-30aarch64: Prevent use of SIMD fcvtz[su] instruction variant with "nosimd"Mihailo Stojanovic2-1/+25
2021-03-30Daily bump.GCC Administrator5-1/+106
2021-03-29Update gcc sv.po.Joseph Myers1-196/+146
2021-03-30Fix wrong assignment of aggregate to full-access componentEric Botcazou1-2/+1
2021-03-29PR tree-optimization/61869 - Spurious uninitialized warningMartin Sebor1-0/+47
2021-03-29PR tree-optimization/61677 - False positive with -Wmaybe-uninitializedMartin Sebor1-0/+26
2021-03-29PR tree-optimization/61112 - repeated conditional triggers false positive -Wm...Martin Sebor1-0/+89
2021-03-29Fix pr99751.c testcaseJan Hubicka1-0/+0
2021-03-29Fix typo in merge_call_lhs_flagsJan Hubicka2-3/+23
2021-03-29testsuite: Expect a warning on aarch64 for declare-simd-coarray-lib.f90 [PR93...Jakub Jelinek1-1/+1
2021-03-29aarch64: Fix SVE ACLE builtins with LTO [PR99216]Alex Coplan3-24/+43
2021-03-29tree-optimization/99807 - avoid bogus assert with permute SLP nodeRichard Biener2-1/+12
2021-03-29aarch64: PR target/99037 Fix RTL represntation in move_lo_quad patternsKyrylo Tkachov3-42/+24
2021-03-29fold-const: Fix ICE in extract_muldiv_1 [PR99777]Jakub Jelinek2-4/+48
2021-03-29Daily bump.GCC Administrator5-1/+75
2021-03-28aix: TLS DWARF symbol decorations.David Edelsohn1-20/+0
2021-03-28doc: Update link to "Memory Model" paperGerald Pfeifer1-1/+1
2021-03-28testsuite/arm: Improve scan-assembler in pr96770.cChristophe Lyon1-4/+4
2021-03-28Fortran: Fix problem with runtime pointer check [PR99602].Paul Thomas6-8/+321
2021-03-28d: Predefine the D_PIE version condition when flag_pie is set.Iain Buclaw1-0/+2
2021-03-28d: Don't create gdc.test symlink in the gdc testsuite directoryIain Buclaw1-53/+32
2021-03-28d: Define language hook for LANG_HOOKS_ENUM_UNDERLYING_BASE_TYPEIain Buclaw1-0/+12
2021-03-28d: Use COMPILER_FOR_BUILD to build all D front-end generator programsIain Buclaw2-3/+15
2021-03-28d: Don't generate per-module wrapper for calling DSO constructor/destructor.Iain Buclaw4-50/+6
2021-03-28Daily bump.GCC Administrator2-1/+5
2021-03-27fortran: Fix off-by-one in buffer sizes.Steve Kargl1-2/+4
2021-03-27Daily bump.GCC Administrator5-1/+366
2021-03-26aix: ABI struct alignment (PR99557)David Edelsohn4-19/+130