aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2022-11-03analyzer: use std::unique_ptr for pending_diagnostic/noteDavid Malcolm37-190/+266
2022-11-03Update range query cache when a statement is updated.Andrew MacLeod5-0/+62
2022-11-03Add gcc/make-unique.hDavid Malcolm1-0/+44
2022-11-03analyzer: fix ICE when pipe's arg isn't a pointer [PR107486]David Malcolm5-4/+38
2022-11-03OpenMP/Fortran: 'target update' with DT componentsTobias Burnus2-7/+12
2022-11-03i386: Fix uninitialized register after peephole2 conversion [PR107404]Uros Bizjak2-1/+55
2022-11-03amdgcn: Fix duplicate conditionals [PR107510]Andrew Stubbs1-2/+0
2022-11-03testsuite: Fix gen-vect-34.c with vect_masked_load [PR106806]Kewen Lin1-1/+1
2022-11-03c: C2x autoJoseph Myers9-19/+418
2022-11-03Daily bump.GCC Administrator3-1/+39
2022-11-02RISC-V: Add Zawrs ISA extension supportChristoph Müllner4-0/+23
2022-11-02gcc: honour -ffile-prefix-map in ASM_MAP [PR93371]Rasmus Villemoes1-1/+1
2022-11-02Fix bug in frange::contains_p() for signed zeros.Aldy Hernandez1-1/+9
2022-11-02builtins: Guard builtins.cc against HUGE_VAL and NAN definitionsRainer Orth1-0/+5
2022-11-02rs6000: Byte reverse V8HI on Power8 by vector rotation.Xionghu Luo3-7/+29
2022-11-02Daily bump.GCC Administrator4-1/+212
2022-11-01c++: per-scope, per-signature lambda discriminatorsNathan Sidwell9-3/+264
2022-11-01configure: cache result of "sys/sdt.h" header checkDavid Seifert2-12/+24
2022-11-01gcc/file-prefix-map: Allow remapping of relative pathsRichard Purdie1-3/+13
2022-11-01[PR tree-optimization/107490] Handle NANs in op[12]_range.Aldy Hernandez2-8/+60
2022-11-01Make sure ssa-name is valid.Andrew MacLeod1-1/+1
2022-11-01Make ranger vrp1 default.Andrew MacLeod3-2/+44
2022-11-01Remove builtin_unreachable in VRPAndrew MacLeod1-3/+187
2022-11-01Allow queries on exit block.Andrew MacLeod2-7/+10
2022-11-01Intersect with nonzero bits can indicate change incorrectly.Andrew MacLeod1-0/+4
2022-11-01i386: correct integer division modeling in znver.mdAlexander Monakov1-18/+21
2022-11-01c++: Reorganize per-scope lambda discriminatorsNathan Sidwell11-97/+198
2022-11-01Fix incorrect digit constraintliuhongt3-84/+77
2022-11-01Enable more optimization for 32-bit/64-bit shrd/shld with imm shift count.liuhongt2-4/+173
2022-10-31c++: pass std attributes to make_call_declaratorJason Merrill1-4/+8
2022-10-31c++: set TREE_NOTHROW after genericizeJason Merrill1-8/+8
2022-10-31c++: formatting tweaksJason Merrill3-7/+4
2022-11-01Add attribute hot judgement for INLINE_HINT_known_hot hint.Cui,Lili2-4/+56
2022-11-01Daily bump.GCC Administrator3-1/+343
2022-10-31libstdc++-v3: <complex> support for extended floating point typesJakub Jelinek1-0/+182
2022-10-31btf: Add support to BTF_KIND_ENUM64 typeGuillermo E. Martinez6-15/+84
2022-10-31RISC-V: Change constexpr back to CONSTEXPRJu-Zhe Zhong4-11/+11
2022-10-31amdgcn: add fmin/fmax patternsAndrew Stubbs2-0/+32
2022-10-31amdgcn: multi-size vector reductionsAndrew Stubbs3-94/+45
2022-10-31amdgcn: Silence unused parameter warningAndrew Stubbs1-1/+1
2022-10-31builtins: Add various complex builtins for _Float{16,32,64,128,32x,64x,128x}Jakub Jelinek6-0/+164
2022-10-31builtins: Add __builtin_nextafterf16b builtinJakub Jelinek3-0/+4
2022-10-31builtins: Add various __builtin_*f{16,32,64,128,32x,64x,128x} builtinsJakub Jelinek7-52/+531
2022-10-31Support Intel AVX-NE-CONVERTkonglin141-38/+887
2022-10-31i386:: using __bf16 for AVX512BF16 intrinsicskonglin111-126/+189
2022-10-31Enable V4BFmode and V2BFmode.liuhongt6-17/+68
2022-10-31Daily bump.GCC Administrator1-1/+1
2022-10-30Daily bump.GCC Administrator5-1/+122
2022-10-29Repair --disable-sjlj-exceptionsEric Botcazou2-3/+6
2022-10-29Restore RTL alias analysis for hard frame pointerEric Botcazou1-7/+12