aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-11-05middle-end: guard slp-11b.c testcase on vec_lanesTamar Christina1-1/+2
2020-11-05Drop overflow from constants while building ranges in ranger.Aldy Hernandez2-0/+15
2020-11-05diagnostic paths: loosen coupling between path-printing and path_summaryDavid Malcolm1-104/+100
2020-11-05i386: Fix PR97715qing zhao2-0/+16
2020-11-05analyzer: fix ICE comparing COMPLEX_CSTs [PR97668]David Malcolm3-0/+57
2020-11-05Fix uninitialized memory use in ipa-modrefJan Hubicka1-1/+6
2020-11-05libstdc++: Fix new <sstream> constructorsJonathan Wakely9-55/+451
2020-11-05libstdc++: Adjust whitespace in <sstream>Jonathan Wakely1-12/+13
2020-11-05Fix SLP vectorization of stores from boolean vectorsRichard Biener3-3/+96
2020-11-05middle-end: optimize slp simplify back to back permutes.Tamar Christina1-1/+13
2020-11-05testsuite: disable vect tests that was accidentally enabled on x86Tamar Christina2-4/+4
2020-11-05debug/97718 - fix abstract origin references after last changeRichard Biener1-1/+10
2020-11-05middle-end: Store and use the SLP instance kind when aborting load/store lanesTamar Christina3-7/+15
2020-11-05rs6000: Use direct move for char/short vector CTOR [PR96933]Kewen Lin8-2/+349
2020-11-05Daily bump.GCC Administrator10-1/+257
2020-11-04libstdc++: Fix default mode of new basic_stringstream constructor [PR 97719]Jonathan Wakely2-1/+41
2020-11-04middle-end: Move load/store-lanes check till late.Tamar Christina4-53/+77
2020-11-04IBM Z: Unhardcode NR_C_MODESIlya Leoshkevich1-7/+7
2020-11-04IBM Z: Remove unused RRe and RXe mode_attrsIlya Leoshkevich1-5/+0
2020-11-04go: disable -fipa-icf-functions by default in Go frontendIan Lance Taylor1-0/+6
2020-11-04Add Ranger temporal cacheAndrew MacLeod4-10/+196
2020-11-04libstdc++: Fix test failure with --disable-linux-futexJonathan Wakely1-0/+4
2020-11-04libstdc++: Define new C++17 std::search overload for Parallel Mode [PR 94971]Jonathan Wakely2-1/+16
2020-11-04targhooks.c: Fix -fzero-call-used-regs 'sorry' typoTobias Burnus1-1/+1
2020-11-04libstdc++: Document istreambuf_iterator base class change [PR 92285]Jonathan Wakely2-0/+16
2020-11-04add costing to SLP vectorized PHIsRichard Biener3-4/+7
2020-11-04tree-optimization/97709 - set abnormal flag when vectorizing live lanesRichard Biener2-0/+29
2020-11-04phiopt: Optimize x ? 1024 : 0 to (int) x << 10 [PR97690]Jakub Jelinek4-14/+43
2020-11-04libstdc++: Fix constant expressions in std::uniform_int_distributionJonathan Wakely1-4/+4
2020-11-04gcc-changelog: Change parse_git_revisions strict argument to True.Martin Liska1-1/+1
2020-11-04Re-instantiate SLP induction IV CSERichard Biener1-2/+19
2020-11-04testsuite: fix arm/pure-code/no-literal-pool-* testsChristophe Lyon2-2/+4
2020-11-04gcc-changelog/git_commit.py: Check for missing descriptionTobias Burnus3-2/+70
2020-11-04i386: Fix Intel MCU psABI comment w.r.t DEFAULT_PCC_STRUCT_RETURNUros Bizjak1-1/+1
2020-11-04openmp: allocate clause vs. *reduction array sections [PR97670]Jakub Jelinek6-16/+340
2020-11-04Fix duplicate ChangeLog entries.Martin Liska2-109/+4
2020-11-04bootstrap/97666 - really fix sizeof (bool) issueRichard Biener1-2/+2
2020-11-04i386: Cleanup i386/i386elf.h and align it's return convention with the SVR4 ABIPat Bernardi2-60/+6
2020-11-04Objective-C++ : Fix ICE in potential_constant_expression_1.Iain Sandoe4-2/+23
2020-11-04c: Implement C2x nodiscard attributeJoseph Myers8-12/+236
2020-11-04Don't extract memory from operand for normal memory constraint.liuhongt4-4/+20
2020-11-04Fix invalid address for special_memory_constraint.liuhongt1-8/+13
2020-11-04Daily bump.GCC Administrator10-1/+719
2020-11-04Add testcase for pr97695Jan Hubicka1-0/+20
2020-11-04Fix copying of clone_info while reshaping clone tree.Jan Hubicka6-28/+21
2020-11-03c++: Not all character types are byte-access types.Jason Merrill2-3/+211
2020-11-03libstdc++: Ensure std::lock_guard is declaredJonathan Wakely1-4/+1
2020-11-03[OpenACC] Use proper location to 'inform' of enclosing parent compute constructThomas Schwinge3-11/+104
2020-11-03libstdc++: Add mising gnu-versioned-namespace symbolsFrançois Dumont1-0/+4
2020-11-03c++: Don't try to parse a function declaration as deduction guide [PR97663]Jakub Jelinek2-0/+16