summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* libgo: update to Go1.18beta2Ian Lance Taylor2022-02-111980-36277/+84209
* libstdc++: Fix FAIL: 20_util/temporary_buffer.cc for C++14Jonathan Wakely2022-02-111-1/+1
* libstdc++: Fix test failures at -O0Jonathan Wakely2022-02-113-0/+7
* match.pd: Fix up (X & Y) CMP 0 -> X CMP2 ~Y simplifications [PR104499]Jakub Jelinek2022-02-112-1/+12
* middle-end: Small __builtin_clear_padding improvementsJakub Jelinek2022-02-113-19/+12
* [PR104400] LRA: Modify exclude start hard register calculation for insn alter...Vladimir N. Makarov2022-02-113-2/+57
* analyzer: ignore uninitialized uses of empty types [PR104274]David Malcolm2022-02-112-1/+27
* [gimplefe] Add vector_mask attribute to get access to vector boolsRichard Biener2022-02-113-4/+64
* c++: Fix up constant expression __builtin_convertvector folding [PR104472]Jakub Jelinek2022-02-112-6/+12
* combine: Fix ICE with substitution of CONST_INT into PRE_DEC argument [PR104446]Jakub Jelinek2022-02-112-0/+21
* middle-end/104496 - fix vectorized_internal_fn_supported_pRichard Biener2022-02-112-1/+14
* df: Don't set bbs dirty because of debug insn moves [PR104459]Jakub Jelinek2022-02-112-2/+42
* Add single_use to simplification (uncond_op + vec_cond -> cond_op).liuhongt2022-02-113-6/+42
* [testsuite] Require non_strict_prototype in a few testsTom de Vries2022-02-112-0/+4
* [testsuite] Require alloca support in a few testsTom de Vries2022-02-1141-24/+66
* [nvptx] Handle asm insn in prevent_branch_around_nothingTom de Vries2022-02-111-0/+8
* Daily bump.GCC Administrator2022-02-1110-1/+422
* testsuite: Fix up g++.dg/warn/Wuninitialized-32.C test for ilp32 [PR104373]Jakub Jelinek2022-02-111-1/+1
* c++: ICE on xtreme-header_a.HJason Merrill2022-02-101-1/+1
* libstdc++: Strengthen memory order for atomic<T>::wait/notifyThomas Rodgers2022-02-101-2/+2
* OpenMP/C++: Permit mapping classes with virtual members [PR102204]Tobias Burnus2022-02-103-9/+51
* analyzer: handle more casts of string literals [PR98797]David Malcolm2022-02-104-14/+84
* middle-end: updating the reg use in exit block for -fzero-call-used-regs [PR1...Qing Zhao2022-02-102-1/+10
* i386: Fix vec_unpacks_float_lo_v4si operand constraint [PR104469]Uros Bizjak2022-02-102-1/+13
* pr104458.c: Replace long with long long for -mx32H.J. Lu2022-02-101-1/+1
* analyzer: fix testsuite issues seen with mingw [PR102052]David Malcolm2022-02-108-9/+9
* c++: memfn lookup consistency and dependent using-declsPatrick Palka2022-02-101-9/+17
* gfortran: Respect target's NO_DOT_IN_LABEL in trans-common.ccRoger Sayle2022-02-101-1/+8
* libstdc++: Add atomic_fetch_xor to <stdatomic.h>Jonathan Wakely2022-02-102-0/+13
* libstdc++: Fix directory iterator build for newlibJonathan Wakely2022-02-101-0/+2
* tree-optimization/104373 - early diagnostic on unreachable codeRichard Biener2022-02-105-16/+58
* middle-end/104467 - fix vector extract simplificationRichard Biener2022-02-102-1/+12
* tree-optimization/104466 - fix cut&paste error perventing alias disambiguationRichard Biener2022-02-102-4/+120
* [nvptx] Handle sm_7x shared atomic store more optimalTom de Vries2022-02-102-2/+46
* [nvptx] Handle pre-sm_7x shared atomic store using atomic exchangeTom de Vries2022-02-106-1/+109
* [nvptx] Workaround sub.u16 driver JIT bugTom de Vries2022-02-101-1/+8
* Fortran/OpenMP: Avoid ICE for invalid char array in omp atomic [PR104329]Tobias Burnus2022-02-102-3/+36
* nvptx: Tweak constraints on copysign instructionsRoger Sayle2022-02-101-2/+2
* PR target/104345: Use nvptx "set" instruction for cond ? -1 : 0Roger Sayle2022-02-102-4/+71
* nvptx: Fix and use BI mode logic instructions (e.g. and.pred)Roger Sayle2022-02-105-21/+67
* nvptx: Add support for 64-bit mul.hi (and other) instructionsRoger Sayle2022-02-106-4/+216
* nvptx: Expand QI mode operations using SI mode instructionsRoger Sayle2022-02-102-7/+123
* nvptx: Improved support for HFMode including neghf2 and abshf2Roger Sayle2022-02-105-0/+117
* doc: Tweak the www.bitwizard.nl referenceGerald Pfeifer2022-02-101-1/+1
* C, C++, Fortran, OpenMP: Add 'has_device_addr' clause to 'target' construct.Marcel Vollweiler2022-02-0938-82/+961
* AutoFDO: Don't try to promote indirect calls that result in recursive direct ...Eugene Rozenfeld2022-02-092-16/+78
* [COMMITTED] Fix PR aarch64/104474: ICE with vector float initializers and non...Andrew Pinski2022-02-094-1/+28
* Daily bump.GCC Administrator2022-02-1011-1/+515
* analyzer: more uninit test coverageDavid Malcolm2022-02-092-0/+204
* compiler: don't warn for print()Ian Lance Taylor2022-02-092-11/+2