aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2020-11-18Daily bump.GCC Administrator7-1/+383
2020-11-17add --with-{cpu,arch,tune}-{32,64} as alias flags for --with-{cpu,arch,tune}Sebastian Pop2-2/+20
2020-11-17add --with-tune configure flagSebastian Pop1-3/+2
2020-11-17recognize implied ranges for modulo.Andrew MacLeod2-0/+75
2020-11-17Fix ipa-icf ICE on variadic typesJan Hubicka1-2/+2
2020-11-17Use correct block for intermediate variables.Thomas Koenig1-2/+2
2020-11-17extend cache_integer_cstNathan Sidwell2-10/+28
2020-11-17c++: duplicate block-scope extern [PR 97877]Nathan Sidwell2-2/+25
2020-11-17global treesNathan Sidwell2-13/+26
2020-11-17Fortran texi: Fix description of GFC_RTCHECK_* macros.Harald Anlauf1-2/+2
2020-11-17IOR with nonzero, range cannot contain 0.Andrew MacLeod2-0/+22
2020-11-17C++ : Remove an overzealous checking assert [PR97871]Iain Sandoe1-1/+0
2020-11-17float.h: Handle C2x __STDC_WANT_IEC_60559_EXT__Joseph Myers2-1/+16
2020-11-17float.h: C2x *_IS_IEC_60559 macrosJoseph Myers4-0/+69
2020-11-17testsuite: allow opd sectionDavid Edelsohn1-1/+1
2020-11-17Add MODE_OPAQUEAaron Sawdey13-2/+63
2020-11-17Improve handling of memory operands in ipa-icf 3/4Jan Hubicka2-5/+76
2020-11-17Make ltrans type canonicals compatible with WPA onesJan Hubicka4-5/+10
2020-11-17langhooks: preprocessor hooks for c++ modulesNathan Sidwell5-13/+94
2020-11-17c-family: token streamerNathan Sidwell1-107/+5
2020-11-17x86: Add a testcase for PR target/31799H.J. Lu1-0/+12
2020-11-17aarch64: Remove XFAILs for two SVE testsRichard Sandiford2-5/+2
2020-11-17PR97693: Specify required vectype in vectorizable_callRichard Sandiford2-1/+17
2020-11-17testsuite: Add a vect_load_lanes guardRichard Sandiford1-1/+1
2020-11-17testsuite: Add a vect_element_align_preferred guardRichard Sandiford1-1/+1
2020-11-17testsuite: Adjust vect/bb-slp-subgroups-3.c for VL vectorsRichard Sandiford1-1/+4
2020-11-17testsuite: Adjust vect/pr65947-8.c for SVERichard Sandiford1-3/+3
2020-11-17testsuite: XFAIL SLP induction tests for VL vectorsRichard Sandiford6-6/+12
2020-11-17testsuite: XFAIL some SLP reduction tests for VLA SVERichard Sandiford2-4/+8
2020-11-17testsuite: Remove XFAIL for variable-length vectorsRichard Sandiford1-1/+1
2020-11-17testsuite: Extend vector() regexpRichard Sandiford1-1/+1
2020-11-17gcc: Add `ll` and `L` length modifiers for `ms_printf`Liu Hao2-26/+49
2020-11-17MingW: Don't add suffix for nul deviceTamar Christina1-2/+2
2020-11-17c: Reject _Atomic type * as last argument to __builtin_*_overflow [PR90628]Jakub Jelinek2-2/+52
2020-11-17guality: Workaround for guality/pr59776.c testcaseJakub Jelinek1-1/+1
2020-11-17Relocatable read-only section support for absolute jump tableHaochen Gui8-38/+92
2020-11-17Support variable index vec_set.liuhongt10-3/+379
2020-11-16PR middle-end/97840 - Bogus -Wmaybe-uninitialized passing an empty object to ...Martin Sebor3-9/+7
2020-11-16PR middle-end/95673 - missing -Wstring-compare for an impossible strncmp testMartin Sebor2-17/+142
2020-11-17float.h: C2x decimal signaling NaN macrosJoseph Myers4-0/+110
2020-11-17float.h: C2x NaN and Inf macrosJoseph Myers27-0/+585
2020-11-17Daily bump.GCC Administrator5-1/+250
2020-11-16Update documentation for spec filesArmin Brauns via Gcc-patches2-10/+111
2020-11-16Improve code generation for x86_64 [PR 92180]Roger Sayle5-5/+48
2020-11-16C-family : Fix a C++ ODR violation [PR97854].Iain Sandoe1-4/+1
2020-11-16PR fortran/48958 - Add runtime diagnostics for SIZE intrinsic functionHarald Anlauf2-0/+54
2020-11-16Follow reference for determining offset.Thomas Koenig1-5/+8
2020-11-16param: Add missing dot for param description.Martin Liska1-1/+1
2020-11-16IPA tracking of EAF flags in ipa-modref.Jan Hubicka4-198/+1092
2020-11-16Disable some bogus -Wmaybe-uninitialized warningsJan Hubicka3-4/+48