summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix a few problems with download_prerequisites.Andrew Pinski2021-08-241-29/+30
* Tweak -Os costs for scalar-to-vector pass.Roger Sayle2021-08-243-7/+38
* [Committed] PR middle-end/102029: Stricter typing in LSHIFT_EXPR sign folding.Roger Sayle2021-08-242-1/+11
* Disable slp in loop vectorizer when cost model is very-cheap.liuhongt2021-08-241-1/+4
* Daily bump.GCC Administrator2021-08-2411-1/+588
* analyzer: rewrite of switch handlingDavid Malcolm2021-08-2317-109/+2114
* rs6000: Fix AIX bootstrap (don't call asprintf)Bill Schmidt2021-08-231-2/+3
* rs6000: Add gengtype handling to the build machineryBill Schmidt2021-08-232-0/+2
* rs6000: Incorporate new builtins code into the build machineryBill Schmidt2021-08-233-6/+45
* rs6000: Avoid buffer overrunsBill Schmidt2021-08-231-4/+30
* analyzer: fix ICE with NULL change.m_expr [PR101875]David Malcolm2021-08-232-4/+30
* analyzer: fix ICE when failing to reconstruct a fn ptr [PR101837]David Malcolm2021-08-232-0/+13
* analyzer: assume that POINTER_PLUS_EXPR of non-NULL is non-NULL [PR101962]David Malcolm2021-08-233-28/+122
* analyzer: fix uninit false positive on overlapping bindingsDavid Malcolm2021-08-235-3/+238
* libiberty, Darwin: Fix a build warning.Iain Sandoe2021-08-231-1/+1
* Avoid redundant entries in modref access lists.Jan Hubicka2021-08-232-18/+72
* Add 'libgomp.c/address-space-1.c'Thomas Schwinge2021-08-231-0/+28
* Allow matching Intel MIC in OpenMP 'declare variant'Thomas Schwinge2021-08-236-8/+33
* libstdc++: Add default template argument to basic_istream_viewJonathan Wakely2021-08-232-1/+12
* Add tailcall/sibcall support to the H8Jeff Law2021-08-234-7/+108
* [Committed] Restore build on !TARGET_TRULY_NOOP_TRUNCATION targetsRoger Sayle2021-08-231-0/+3
* ipa/97565 - fix IPA PTA body availability checkRichard Biener2021-08-233-8/+27
* Fix template in g++.dg/tree-ssa/modref-1.CJan Hubicka2021-08-231-1/+1
* Fix previous ipa-modref patchJan Hubicka2021-08-231-1/+1
* libstdc++: Use __builtin_expect in __dynamic_castJonathan Wakely2021-08-231-4/+4
* libstdc++: Make permissions_are_testable function inline [PR90787]Jonathan Wakely2021-08-231-1/+1
* docs: Fix -mpic-data-is-text-relative option placement.Martin Liska2021-08-231-6/+6
* Fortran/OpenMP: Improve duplicate errorsTobias Burnus2021-08-2314-287/+466
* Fortran/OpenMP: strict modifier on grainsize/num_tasksTobias Burnus2021-08-238-5/+326
* Fix scalar costing issue introduced by PR84512 fix.Richard Biener2021-08-231-4/+8
* analyzer: Fix PR analyzer/102020Ankur Saini2021-08-232-2/+2
* Improved handling of division/modulus in bit CCP.Roger Sayle2021-08-231-0/+62
* Simplify (truncate:QI (subreg:SI (reg:QI x))) to (reg:QI x)Roger Sayle2021-08-231-11/+149
* Fold sign of LSHIFT_EXPR to eliminate no-op conversions.Roger Sayle2021-08-233-0/+49
* bswap: Recognize (int) __builtin_bswap64 (arg) idioms or __builtin_bswap?? (a...Jakub Jelinek2021-08-238-27/+208
* tree-optimization/79334 - avoid PRE of possibly trapping array-refRichard Biener2021-08-233-4/+50
* Fix ICE.liuhongt2021-08-232-1/+11
* dwarf2out: Emit DW_AT_location for global register vars during early dwarf [P...Jakub Jelinek2021-08-232-1/+35
* arm: Fix __arm_vctp16q return type in arm_mve.hChristophe Lyon2021-08-231-1/+1
* arm: Fix multilib mapping for CDE extensions [PR100856]Christophe Lyon2021-08-234-4/+22
* openmp: Add support for strict modifier on grainsize/num_tasks clausesJakub Jelinek2021-08-239-10/+245
* ipa: add debug counter for IPA MODREF PTAMartin Liska2021-08-232-2/+4
* Improve return slot handling in ipa-modrefJan Hubicka2021-08-232-13/+42
* mips: msa: truncate immediate shift amount [PR101922]Xi Ruoyao2021-08-234-9/+59
* gcc.c-torture/execute: Fix tmpnam issue on WindowsJonathan Yong2021-08-234-3/+19
* Daily bump.GCC Administrator2021-08-235-1/+45
* Correct treatment of qualifiers for pointers to arrays for C2X [PR98397]Martin Uecker2021-08-2311-97/+532
* Clear EAF_NOCLOBBER for indirect callsJan Hubicka2021-08-223-0/+33
* Make the OpenMP 'error' directive work for nvptx offloadingThomas Schwinge2021-08-223-3/+48
* Daily bump.GCC Administrator2021-08-226-1/+45