aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2023-06-20debug/110295 - mixed up early/late debug for member DIEsRichard Biener2-1/+21
2023-06-20RISC-V: Fix fails of testcasesJuzhe-Zhong4-4/+4
2023-06-20RISC-V: Add tuple vector mode psABI checking and simplify codeLehua Ding41-74/+104
2023-06-20Daily bump.GCC Administrator7-1/+751
2023-06-19libcpp: reject codepoints above 0x10FFFFBen Boeckel1-0/+7
2023-06-19RISC-V: Save and restore FCSR in interrupt functions to avoid program errors.Jin Ma5-3/+102
2023-06-19Do not allow "x + 0.0" to "x" optimization with -fsignaling-nansToru Kisuki1-1/+2
2023-06-19optimize std::max earlyJan Hubicka4-2/+19
2023-06-19AArch64: convert some patterns to compact MD syntaxTamar Christina1-83/+78
2023-06-19New compact syntax for insn and insn_split in Machine Descriptions.Tamar Christina4-3/+709
2023-06-19recog: Change return type of predicate functions from int to boolUros Bizjak4-89/+91
2023-06-19RISC-V: Fix VWEXTF iterator requirementLi Xu1-6/+6
2023-06-19RISC-V: Bugfix for RVV widenning reduction in ZVE32/64Pan Li11-199/+253
2023-06-19RISC-V: Bugfix for RVV float reduction in ZVE32/64Pan Li7-216/+366
2023-06-19amdgcn: implement vector div and mod libfuncsAndrew Stubbs110-54/+2249
2023-06-19amdgcn: Delete inactive libfuncsAndrew Stubbs3-126/+0
2023-06-19vect: vectorize via libfuncsAndrew Stubbs2-3/+7
2023-06-19amdgcn: minimal V64TImode vector supportAndrew Stubbs3-130/+299
2023-06-19Remove -save-temps from tests using -fltoRichard Biener9-9/+9
2023-06-19tree-optimization/110298 - CFG cleanup and stale nb_iterationsRichard Biener2-3/+24
2023-06-19Fix DejaGnu directive syntax error in 'libgomp.c/target-51.c'Thomas Schwinge1-1/+1
2023-06-19simplify-rtx: Simplify VEC_CONCAT of SUBREG and VEC_CONCAT from same vectorKyrylo Tkachov2-0/+39
2023-06-19Doc update: -foffload-options= examples + OpenMP in Fortran intrinsic modulesTobias Burnus2-5/+17
2023-06-19vect: Restore aarch64 bootstrapRichard Sandiford1-1/+2
2023-06-19Fix build of aarc64Richard Biener1-1/+2
2023-06-19avr: Fix wrong array bounds warning on SFR accessSenthil Kumar Selvaraj4-7/+33
2023-06-19VECT: Support LEN_MASK_{LOAD,STORE} ifn && optabsJu-Zhe Zhong5-10/+106
2023-06-19RISC-V: Add autovec FP unary operations.Robin Dapp17-35/+284
2023-06-19RISC-V: Add autovec FP binary operations.Robin Dapp37-49/+582
2023-06-19RISC-V: Add sign-extending variants for vmv.x.s.Robin Dapp6-0/+42
2023-06-19RISC-V: Implement vec_set and vec_extract.Robin Dapp15-2/+1323
2023-06-19RISC-V: Add (u)int8_t to binop tests.Robin Dapp44-70/+171
2023-06-19libgomp.c/target-51.c: Accept more error-msg variants in dg-outputTobias Burnus1-2/+1
2023-06-19AVX512 fully masked vectorizationRichard Biener3-65/+636
2023-06-19Add loop_vinfo argument to vect_get_loop_maskRichard Biener3-25/+30
2023-06-19OpenMP (C/C++): Keep pointer value of unmapped ptr with default mapping [PR11...Tobias Burnus8-16/+392
2023-06-19avr: Fix ICE on optimize attribute.Senthil Kumar Selvaraj2-2/+7