aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2023-06-21x86: make VPTERNLOG* usable on less than 512-bit operands with just AVX512FJan Beulich3-11/+59
2023-06-21x86: add -mprefer-vector-width=512 to new avx512f-dupv2di.c testcaseJan Beulich1-1/+1
2023-06-21Use intermiediate integer type for float_expr/fix_trunc_expr when direct opta...liuhongt2-2/+158
2023-06-21Daily bump.GCC Administrator5-1/+623
2023-06-20gensupport: drop suppport for define_cond_exec from compact syntacTamar Christina1-2/+2
2023-06-20libcpp: Improve location for macro names [PR66290]Lewis Hyatt25-333/+385
2023-06-20aarch64: Fix gcc.target/aarch64/sve/pcs failuresRichard Sandiford67-92/+95
2023-06-20aarch64: Robustify stack tie handlingRichard Sandiford2-7/+18
2023-06-20tree-ssa-math-opts: Small uaddc/usubc pattern matching improvement [PR79173]Jakub Jelinek2-0/+38
2023-06-20calls: Change return type of predicate function from int to boolUros Bizjak2-82/+86
2023-06-20runtime: use a C function to call mmapIan Lance Taylor1-1/+1
2023-06-20ipa-sra: Disable candidates with no known callers (PR 110276)Martin Jambor2-0/+26
2023-06-20ipa-cp: Avoid long linear searches through DECL_ARGUMENTSMartin Jambor3-33/+131
2023-06-20rs6000: Add builtins for IEEE 128-bit floating point valuesCarl Love9-26/+307
2023-06-20RISC-V: testsuite: Add missing -mabi=lp64d.Robin Dapp9-9/+9
2023-06-20RISC-V: Set the natural size of constant vector mask modes to one RVV data ve...Li Xu2-0/+16
2023-06-20RISC-V: Optimize codegen of VLA SLPJuzhe-Zhong4-45/+128
2023-06-20RISC-V: testsuite: Add -Wno-psabi to vec_set/vec_extract testcases.Robin Dapp10-10/+10
2023-06-20RISC-V: Fix compiler warning of riscv_arg_has_vectorLehua Ding1-2/+4
2023-06-20RISC-V: testsuite: Fix vmul test expectation and fix -ffast-math.Robin Dapp5-3/+5
2023-06-20Fortran: Fix parse-dump-tree for OpenMP ALLOCATE clauseTobias Burnus1-3/+6
2023-06-20ada: Minor tweaksEric Botcazou1-8/+6
2023-06-20ada: Fix crash on inlining in GNATproveYannick Moy1-0/+9
2023-06-20ada: Further fixes to handling of private views in instancesEric Botcazou9-237/+219
2023-06-20ada: Remove outdated commentRonan Desplanques1-4/+0
2023-06-20Fortran's gfc_match_char: %S to match symbol with host_assocTobias Burnus1-2/+4
2023-06-20Improve DSE to handle stores before __builtin_unreachable ()Richard Biener3-2/+38
2023-06-20Update virtual SSA form manually where easily possible in phipropRichard Biener1-1/+17
2023-06-20aarch64: Optimise ADDP with same source operandsKyrylo Tkachov2-0/+50
2023-06-20AArch64: remove test comment from *mov<mode>_aarch64Tamar Christina1-1/+1
2023-06-20ada: Fix couple of issues in documentation of overflow checkingEric Botcazou2-46/+7
2023-06-20ada: Do not issue warning on postcondition in some casesYannick Moy1-0/+32
2023-06-20ada: Add the ability to add error codes to error messagesYannick Moy9-21/+134
2023-06-20ada: Fix for attribute Range in Exceptional_CasesPiotr Trojanek1-1/+2
2023-06-20ada: Document partition-wide Ada signal handlersJose Ruiz2-305/+414
2023-06-20ada: Fix for quantified expressions in Exceptional_CasesPiotr Trojanek1-1/+1
2023-06-20ada: Fix bug in predicate checks with address clausesBob Duff2-8/+10
2023-06-20ada: Fix fallout of fix to handling of private views in instancesEric Botcazou2-2/+4
2023-06-20ada: Add CHERI intrinsic bindings and helper functions.Daniel King2-0/+545
2023-06-20ada: Small fixes to handling of private views in instancesEric Botcazou4-91/+92
2023-06-20ada: Fix internal error on aggregate within container aggregateEric Botcazou1-7/+9
2023-06-20ada: Fix -fdiagnostics-format=json not printing all messagesGhjuvan Lacambre1-9/+12
2023-06-20ada: Introduce -gnateH switch to force reverse Bit_Order threshold to 64Eric Botcazou6-2/+40
2023-06-20ada: Update annotations in runtime for proofYannick Moy3-1/+15
2023-06-20ada: Fix type derivation of subtype of derived typeMarc Poulhiès1-3/+33
2023-06-20ada: Pass Error_Node to calls to Error_Msg in lib-load.adbGhjuvan Lacambre1-8/+23
2023-06-20ada: Remove references to Might_Not_Return and Always_ReturnClaire Dross36-461/+395
2023-06-20ada: Spurious error on package instantiationJavier Miranda1-101/+146
2023-06-20ada: Fix edge case in Ada.Calendar.Formatting.Time_OfRonan Desplanques1-28/+3
2023-06-20x86: correct and improve "*vec_dupv2di"Jan Beulich2-6/+35