aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-11-02Daily bump.GCC Administrator6-1/+287
2022-11-01c++: per-scope, per-signature lambda discriminatorsNathan Sidwell10-3/+265
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-01libstdc++: std::from_chars std::{,b}float16_t supportJakub Jelinek4-29/+491
2022-11-01libstdc++: std::to_chars std::{,b}float16_t supportJakub Jelinek3-2/+208
2022-11-01libstdc++-v3: Some std::*float*_t charconv and i/ostream overloadsJakub Jelinek7-122/+710
2022-11-01i386: correct integer division modeling in znver.mdAlexander Monakov1-18/+21
2022-11-01c++: Reorganize per-scope lambda discriminatorsNathan Sidwell12-98/+199
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 Administrator8-1/+409
2022-10-31RISC-V: Libitm add RISC-V support.Xiongchuan Tan4-0/+273
2022-10-31libstdc++-v3: <complex> support for extended floating point typesJakub Jelinek4-2/+955
2022-10-31btf: Add support to BTF_KIND_ENUM64 typeGuillermo E. Martinez7-18/+100
2022-10-31libstdc++: Small extended float support tweaksJakub Jelinek3-3/+9
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-31Update email addressRamana Radhakrishnan1-1/+1
2022-10-31Libvtv: Add loongarch support.Lulu Cheng2-0/+7
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 Administrator6-1/+127
2022-10-29Repair --disable-sjlj-exceptionsEric Botcazou2-3/+6
2022-10-29Restore RTL alias analysis for hard frame pointerEric Botcazou1-7/+12
2022-10-29d: Merge upstream dmd, druntime e4f8919591, phobos 3ad507b51.Iain Buclaw380-1983/+3826
2022-10-29Better separate 'LTO' vs. 'LTODump' in 'gcc/lto/lang.opt'Thomas Schwinge1-8/+7
2022-10-29d: Make TARGET_D_MINFO_SECTION hooks in elfos.h the language default.Iain Buclaw8-52/+31
2022-10-29d: Remove D-specific version definitions from target headersIain Buclaw20-95/+345
2022-10-28Fix signed vs unsigned issue in H8 portJeff Law2-2/+2
2022-10-29Daily bump.GCC Administrator11-1/+373
2022-10-29libstdc++: Fix dangling reference in filesystem::path::filename()Jonathan Wakely1-3/+3
2022-10-29libstdc++: Make placeholders inline when inline variables are availableArsen Arsenović1-29/+37