aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-09-20[Ada] Implementation of Preelaborable_Initialization attribute for AI12-0409Gary Dismukes10-57/+295
2021-09-20[Ada] Fix condition in op interpretation resolutionGhjuvan Lacambre1-1/+1
2021-09-20[Ada] Don't examine all discriminants when looking for the first onePiotr Trojanek1-0/+1
2021-09-20[Ada] Fix assertion in GNATprove_ModeBob Duff2-2/+10
2021-09-20[Ada] Small cleanup in System.Dwarf_LineEric Botcazou2-9/+6
2021-09-20[Ada] Only assign type to op if compatibleGhjuvan Lacambre1-1/+1
2021-09-20[Ada] Spurious accessibility error on allocator in generic instanceJustin Squirek1-1/+7
2021-09-20[Ada] Capitalize commentGhjuvan Lacambre1-1/+1
2021-09-20[Ada] Refactor scan_backend_switch to share logic across backendsGhjuvan Lacambre5-110/+176
2021-09-20[Ada] Work around CodePeer bug by declaring variableGhjuvan Lacambre1-1/+6
2021-09-20[Ada] Move Build_And_Insert_Cuda_Initialization to Expand_CUDA_PackageGhjuvan Lacambre3-28/+41
2021-09-20[Ada] usage.adb: make -gnatw.c description clearerGhjuvan Lacambre1-2/+4
2021-09-20[Ada] Remove inappropriate test from Is_By_Reference_TypeEric Botcazou1-4/+1
2021-09-20Use the proper vectypeRichard Biener1-1/+1
2021-09-20Fortran/OpenMP: unconstrained/reproducible ordered modifierTobias Burnus9-6/+756
2021-09-20Avoid premature alignment setting in vect_duplicate_ssa_name_ptr_infoRichard Biener1-7/+0
2021-09-20vect alignmet enhance TLCRichard Biener1-2/+1
2021-09-20Obsolete hppa[12]*-*-hpux10* and hppa[12]*-*-hpux11*Richard Biener2-2/+5
2021-09-20testsuite: Remove .exe suffix in prune_gcc_outputChristophe Lyon1-0/+3
2021-09-20Don't record string concatenation data for 'RESERVED_LOCATION_P'Thomas Schwinge2-2/+11
2021-09-20tree-optimization/65206 - dependence analysis on mixed pointer/arrayRichard Biener5-60/+168
2021-09-20Driver: Fix bootstrap with DEFAULT_{ASSEMBLER,LINKER,DSYMUTIL}.Iain Sandoe1-3/+3
2021-09-20Daily bump.GCC Administrator5-1/+136
2021-09-19Correct a function pre/postcondition [PR102403].Martin Sebor3-1/+88
2021-09-19Handle null cfun [PR102243].Martin Sebor2-4/+23
2021-09-19libgcc, Darwin: Remove unused symlinks.Iain Sandoe1-18/+0
2021-09-19libgcc, X86, Darwin: Handle symbols for HF cases.Iain Sandoe4-1/+27
2021-09-19libgcc, X86: Exclude rules for libgcc2 __{div,mul}hc3.Iain Sandoe1-0/+1
2021-09-19Darwin, crts: Build Darwin10 unwinder shim as a library.Iain Sandoe3-2/+8
2021-09-19[committed] Make test names unique for a couple of goacc testsJeff Law2-15/+15
2021-09-19Update the section on binutils versionAndrew Pinski1-0/+3
2021-09-19Fix PR bootstrap/102389: --with-build-config=bootstrap-lto is brokenAndrew Pinski2-4/+8
2021-09-19Minor cleanups to forward threader.Aldy Hernandez4-63/+30
2021-09-19Jit, testsuite: Amend expect processing to tolerate more platforms.Iain Sandoe1-41/+85
2021-09-19Make dump_ranger routines externally visible.Aldy Hernandez3-4/+11
2021-09-19[PATCH] Factor out `find_a_program` helper around `find_a_file`John Ericson1-25/+34
2021-09-19[PATCH] avr: Add atmega324pb MCUMatwey V. Kornilov2-1/+2
2021-09-19PR middle-end/88173: More constant folding of NaN comparisons.Roger Sayle4-5/+34
2021-09-19[PATCH] Remove unused function make_unique_name.Benjamin Peterson2-35/+0
2021-09-19Fix middle-end/102395: reg_class having only NO_REGS and ALL_REGS.Andrew Pinski1-2/+2
2021-09-19Daily bump.GCC Administrator7-1/+449
2021-09-18openmp: Handle unconstrained and reproducible modifiers on order(concurrent)Jakub Jelinek13-38/+742
2021-09-18Fix ICE in pass_rpad.liuhongt1-5/+22
2021-09-18openmp: Allow private or firstprivate arguments to default clause even for C/C++Jakub Jelinek10-7/+302
2021-09-18AVX512FP16: Add testcase for scalar FMA instructions.liuhongt8-0/+475
2021-09-18AVX512FP16: Add scalar fma instructions.liuhongt10-163/+666
2021-09-18AVX512FP16: Enable FP16 mask load/store.H.J. Lu2-6/+47
2021-09-18AVX512FP16: Add testcase for fp16 bitwise operations.liuhongt8-0/+456
2021-09-18AVX512FP16: Add scalar/vector bitwise operations, includingH.J. Lu4-62/+130
2021-09-18AVX512FP16: Add testcase for fma instructionsliuhongt16-0/+923