aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2021-09-08tree-optimization/102183 - sccvn: fix result compare in vn_nary_op_insert_intoDi Zhao1-1/+1
2021-09-08i386: Fix up @xorsign<mode>3_1 [PR102224]Jakub Jelinek4-11/+116
2021-09-08AVX512FP16: Add abi test for zmmliuhongt9-0/+1479
2021-09-08AVX512FP16: Add ABI test for ymm.liuhongt9-0/+1345
2021-09-08AVX512FP16: Add ABI tests for xmm.H.J. Lu22-0/+4449
2021-09-08AVX512FP16: Add tests for vector passing in variable arguments.H.J. Lu4-0/+458
2021-09-08AVX512FP16: Add testcase for vector init and broadcast intrinsics.liuhongt23-1/+909
2021-09-08AVX512FP16: Support vector init/broadcast/set/extract for FP16.liuhongt8-132/+658
2021-09-08AVX512FP16: Initial support for AVX512FP16 feature and scalar _Float16 instru...Guo, Xuepeng41-76/+561
2021-09-08Support -fexcess-precision=16 which will enable FLT_EVAL_METHOD_PROMOTE_TO_FL...liuhongt19-17/+76
2021-09-08Adjust the wording for x86 _Float16 type.liuhongt1-14/+13
2021-09-08Daily bump.GCC Administrator7-1/+250
2021-09-07gcc: xtensa: fix PR target/102115Max Filippov1-1/+2
2021-09-07runtime: use hash32, not hash64, for amd64p32, mips64p32, mips64p32leIan Lance Taylor1-1/+1
2021-09-07doc: BPF CO-RE documentationDavid Faust2-1/+28
2021-09-07bpf testsuite: Add BPF CO-RE testsDavid Faust8-0/+274
2021-09-07bpf: BPF CO-RE supportDavid Faust7-0/+1094
2021-09-07btf: expose get_btf_idDavid Faust2-1/+2
2021-09-07ctfc: add function to lookup CTF ID of a TREE typeDavid Faust2-0/+18
2021-09-07ctfc: externalize ctf_dtd_lookupDavid Faust2-2/+5
2021-09-07dwarf: externalize lookup_type_dieDavid Faust2-2/+2
2021-09-07Fix fatal typo in gcc.dg/no_profile_instrument_function-attr-2.cHans-Peter Nilsson1-1/+1
2021-09-07Fortran - improve error recovery determining array element from constructorHarald Anlauf2-4/+14
2021-09-07dwarf2out: Emit BTF in dwarf2out_finish for BPF CO-RE usecaseIndu Bhagat3-16/+51
2021-09-07bpf: Add new -mco-re option for BPF CO-REIndu Bhagat3-0/+38
2021-09-07debug: Add BTF_WITH_CORE_DEBUG debug formatIndu Bhagat3-1/+17
2021-09-07tree: Change error_operand_p to an inline functionJason Merrill1-4/+7
2021-09-07c++: Fix up constexpr evaluation of deleting dtors [PR100495]Jakub Jelinek2-2/+19
2021-09-07Rename forwarder_block_p in treading code to empty_block_with_phis_p.Aldy Hernandez1-5/+4
2021-09-07Fix PR debug/101947Eric Botcazou1-8/+44
2021-09-07x86: Enable FMA in unsigned SI to SF expandersH.J. Lu7-12/+94
2021-09-07tree-optimization/102226 - fix epilogue vector re-useRichard Biener2-2/+31
2021-09-07C, C++, Fortran, OpenMP: Add support for 'flush seq_cst' construct.Marcel Vollweiler12-16/+56
2021-09-07inline: do not einline when no_profile_instrument_function is differentMartin Liska2-0/+32
2021-09-07tree-optimization/101555 - avoid redundant alias queries in PRERichard Biener1-60/+37
2021-09-06rs6000: Expand fmod and remainder when built with fast-math [PR97142]Xionghu Luo2-0/+71
2021-09-07MIPS: add .module arch and ase to all output asmYunQiang Su1-0/+37
2021-09-07Daily bump.GCC Administrator3-1/+76
2021-09-06Correct implementation of wi::clzRoger Sayle1-3/+4
2021-09-06invoke.texi: Fix @opindex for -foffload-optionsTobias Burnus1-1/+1
2021-09-06x86: Add non-destructive source to @xorsign<mode>3_1H.J. Lu5-10/+36
2021-09-06Avoid FROM being overwritten in expand_fix.liuhongt2-5/+24
2021-09-06Fix debug info for packed array types in AdaEric Botcazou1-8/+14
2021-09-06match.pd: Fix up __builtin_*_overflow arg demotion [PR102207]Jakub Jelinek2-2/+28
2021-09-06Fix PR tree-optimization/63184: add simplification of (& + A) != (& + B)Andrew Pinski3-6/+19
2021-09-06tree-optimization/102176 - locally compute participating SLP stmtsRichard Biener1-5/+64
2021-09-06Daily bump.GCC Administrator2-1/+35
2021-09-05libgo: update to final Go 1.17 releaseIan Lance Taylor1-1/+1
2021-09-05Make the path solver's range_of_stmt() handle all statements.Aldy Hernandez1-5/+3
2021-09-05Add an unreachable_path_p method to path_range_query.Aldy Hernandez3-11/+31