summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Support LDPT_GET_SYMBOLS_V3.devel/mold-lto-plugin-v2Martin Liska2022-02-141-7/+36
* middle-end/104497 - gimplification of vector indexingRichard Biener2022-02-142-3/+26
* Daily bump.GCC Administrator2022-02-147-1/+48
* [Ada] PR ada/98724: Alpha/Linux/libada: Use wraplf for Aux_Long_Long_FloatMaciej W. Rozycki2022-02-131-0/+1
* runtime: call timer functions via syscallIan Lance Taylor2022-02-1312-96/+26
* compiler: don't set ptrmask bit for pointer to notinheap typeIan Lance Taylor2022-02-132-7/+4
* fortran: Unshare associate var charlen [PR104228]Mikael Morin2022-02-134-2/+39
* Add vect_recog_cond_expr_convert_pattern.liuhongt2022-02-134-0/+139
* Daily bump.GCC Administrator2022-02-133-1/+45
* asan: Fix up address sanitizer instrumentation of __builtin_alloca* if it can...Jakub Jelinek2022-02-123-7/+71
* x86: Update PR 35513 testsH.J. Lu2022-02-124-3/+40
* i386: Fix up cvtsd2ss splitter [PR104502]Jakub Jelinek2022-02-122-2/+33
* i386: Skip decimal float vector modes in type_natural_mode [PR79754]Uros Bizjak2022-02-122-1/+12
* Daily bump.GCC Administrator2022-02-1212-1/+224
* LRA, rs6000, Darwin: Amend lo_sum use for forced constants [PR104117].Iain Sandoe2022-02-112-17/+38
* Regenerate .pot files.Joseph Myers2022-02-112-19328/+22412
* preprocessor: Extract messages from cpp_*_at calls for translationJoseph Myers2022-02-111-0/+3
* i18n: fix exgettext handling of C++ sourcesJoseph Myers2022-02-111-1/+7
* 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