aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2020-05-22Silence warning introduced by my previous change.Jan Hubicka2-2/+5
2020-05-22i386: Fix <rounding_insn><mode>2 expander [PR95255]Uros Bizjak4-5/+26
2020-05-22Avoid streaming stray references.Jan Hubicka4-18/+21
2020-05-22Add debug dump for integer_cst streaming.Jan Hubicka2-0/+7
2020-05-22Improve LTO streaming dumpsJan Hubicka4-29/+88
2020-05-22Add missing vector truncmn2 expanders [PR92658]liuhongt6-4/+420
2020-05-22x86: Handle -mavx512vpopcntdq for -march=nativeH.J. Lu2-3/+12
2020-05-22tree-optimization/95268 - fix commoning of clobbersRichard Biener4-11/+71
2020-05-22Fix hashing of prestreamed nodesJan Hubicka2-4/+10
2020-05-22Simplify streaming of SCC componentsJan Hubicka3-20/+23
2020-05-22lto/95190 - amend -flto docs for diagnostic option handlingRichard Biener2-0/+14
2020-05-22enfoce SLP_TREE_VECTYPE for invariantsRichard Biener5-68/+279
2020-05-22tree-optimization/95248 - fix oversight in SM rewriteRichard Biener4-2/+38
2020-05-22add ctor/dtor to slp_treeRichard Biener3-55/+58
2020-05-22Daily bump.GCC Administrator1-1/+1
2020-05-21c++: Check constant array bounds later.Jason Merrill6-12/+13
2020-05-21c++: Constant expression parsing and parameters.Jason Merrill4-3/+12
2020-05-21c++: Improve error recovery for =.Jason Merrill7-8/+13
2020-05-21c++: Improve error-recovery for parms.Jason Merrill2-7/+15
2020-05-21coroutines: Partial reversion of r11-437-g5ef067eb14d4.Iain Sandoe1-1/+2
2020-05-21Include memmodel.h in adjust-alignment.cRainer Orth2-0/+5
2020-05-21config/i386/cpuid.h: Use hexadecimal in commentsH.J. Lu2-3/+8
2020-05-21c++: template instantiation during fold_for_warn [PR94038]Patrick Palka7-30/+180
2020-05-21libgcc: Move FEATURE_AVX512VP2INTERSECT after FEATURE_AVX512BF16H.J. Lu2-3/+10
2020-05-21Fix a test-case warning.Martin Liska2-1/+9
2020-05-21Remove accidental testcase commitNathan Sidwell3-14/+5
2020-05-21Add outline-atomics to target attribute.Martin Liska7-0/+79
2020-05-21Daily bump.GCC Administrator1-1/+1
2020-05-21i386: Do not use commutative operands with (use) RTX [PR95238]Uros Bizjak4-43/+103
2020-05-20Fix premature omission of ChangeLog entry in ChangeLog file..Jozef Lawrynowicz1-0/+6
2020-05-20TESTSUITE: Fix Wconversion-null*.C tests for aarch64 -mabi=ilp32Jozef Lawrynowicz2-4/+36
2020-05-20c++: C++20 DR 2237, disallow simple-template-id in cdtor.Marek Polacek11-13/+62
2020-05-20preprocessor: Revert premature changeNathan Sidwell4-2/+17
2020-05-20preprocessor: cleanups in c-common handlingNathan Sidwell4-11/+18
2020-05-20c++: Implement DR 2289, Uniqueness of structured binding names [PR94553]Marek Polacek6-13/+55
2020-05-20i386: Fix zero/sign extend expanders [PR95229]Uros Bizjak4-10/+54
2020-05-20i386: Fix *pushsi2_rex64 constraints [PR95238]Uros Bizjak2-1/+7
2020-05-20Avoid SCC hashing on unmergeable treesJan Hubicka6-125/+325
2020-05-20Fortran : ProcPtr function results: 'ppr@' in error message PR39695Mark Eggleston8-4/+73
2020-05-20c++: spec_hasher and TYPENAME_TYPE resolution [PR95223]Patrick Palka6-13/+44
2020-05-20Fill up {,un}compression stats for ZSTD in LTO.Martin Liska2-0/+8
2020-05-20Add missing testsuite/Changelog for PR94595 bug fix.Srinath Parvathaneni1-0/+59
2020-05-20tree-optimization/95219 - improve IV selection for inductionRichard Biener4-2/+28
2020-05-20middle-end/95231 - revert parts of PR95171Richard Biener4-11/+15
2020-05-20Remove dangling line from gcc/ChangeLog.Martin Liska1-2/+0
2020-05-20[ARM]: Fix the wrong code-gen generated by MVE vector load/store intrinsics (...Srinath Parvathaneni62-173/+645
2020-05-20c/95141 - fix bogus integer overflow warningRichard Biener4-0/+20
2020-05-20Fix alignment for local variable [PR90811]Kito Cheng5-0/+98
2020-05-20Daily bump.GCC Administrator1-1/+1
2020-05-19c++: Alias template instantiation template infoNathan Sidwell2-2/+20