aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-09-27Fortran: Fix assumed-size to assumed-rank passing [PR94070]Tobias Burnus15-129/+482
2021-09-27Fix PR c/94726: ICE with __builtin_shuffle and changing of typesAndrew Pinski2-0/+14
2021-09-27Use on-demand ranges in ssa_name_has_boolean_range before querying nonzero bits.Aldy Hernandez1-5/+14
2021-09-27Convert some evrp uses in DOM to the range_query API.Aldy Hernandez2-13/+11
2021-09-27Allow different vector types for stmt groupsRichard Biener6-213/+235
2021-09-27Revert "Optimize v4sf reduction.".liuhongt3-73/+11
2021-09-27Daily bump.GCC Administrator5-1/+22
2021-09-26Fortran: Fix associated intrinsic with assumed rank [PR101334]Tobias Burnus3-10/+149
2021-09-26Remove storage only description for _Float16 w/o avx512fp16.liuhongt1-6/+5
2021-09-26Daily bump.GCC Administrator3-1/+39
2021-09-25pru: Named address space for R30/R31 I/O accessDimitar Dimitrov19-11/+478
2021-09-25Daily bump.GCC Administrator6-1/+133
2021-09-24top-level: merge Makefile.def patches from binutils-gdb repositoryAndrew Burgess2-0/+22
2021-09-24Fortran - improve checking for intrinsics allowed in constant expressionsHarald Anlauf2-0/+74
2021-09-24Fortran: Add missing diagnostic for F2018 C711 (TS29113 C407c)Sandra Loosemore2-2/+17
2021-09-24real: fix encoding of negative IEEE double/quad values [PR98216]Patrick Palka2-2/+18
2021-09-24Make profitability calculation of RA conflict presentations independent of ho...Vladimir N. Makarov1-4/+9
2021-09-24path solver: Avoid further lookups when range is defined in block.Aldy Hernandez1-6/+3
2021-09-24libstdc++: Remove redundant 'inline' specifiersJonathan Wakely1-2/+2
2021-09-24Verify unallocated edge/BB flags are clearRichard Biener1-0/+13
2021-09-24Fortran: Improve file-reading error diagnostic [PR55534]Tobias Burnus4-42/+33
2021-09-24Avoid invalid loop transformations in jump threading registry.Aldy Hernandez8-35/+78
2021-09-24Fix value uninitialization in vn_reference_insert_pieces [PR102400]Feng Xue1-0/+1
2021-09-24Fix null-pointer dereference in delete_dead_or_redundant_call [PR102451]Feng Xue1-2/+3
2021-09-24AVX512FP16: Support cond_op for HFmodeHongyu Wang7-56/+114
2021-09-24Daily bump.GCC Administrator8-1/+464
2021-09-23Fortran: Diagnose default-initialized pointer/allocatable dummiesSandra Loosemore2-2/+58
2021-09-23c++: adjust the handling of RID_ATTRIBUTE.Michel Morin1-14/+11
2021-09-23c++: add spellcheck suggestions for typedef etc. [PR77565]Michel Morin2-0/+22
2021-09-23Look for a relation between operands only when possible.Andrew MacLeod2-0/+25
2021-09-23Create a ranger-local flag for non-executable edges.Andrew MacLeod9-20/+64
2021-09-23Fortran: Handle allocated() with coindexed scalars [PR93834]Tobias Burnus2-21/+89
2021-09-23libiberty: prevent null dereferencing on dlang_typeLuís Ferreira2-2/+5
2021-09-23libiberty: prevent buffer overflow when decoding user inputLuís Ferreira1-1/+1
2021-09-23libstdc++: Remove c++20-specific dg-error directives in testJonathan Wakely1-2/+0
2021-09-23libstdc++: Disable PCH for test that depends on a macro being definedJonathan Wakely1-0/+1
2021-09-23libstdc++: Make std::system_category() recognize Windows error codesJonathan Wakely2-0/+174
2021-09-23libstdc++: Improvements to standard error category objectsJonathan Wakely1-20/+43
2021-09-23libstdc++: std::system_category should know meaning of zero [PR102425]Jonathan Wakely2-0/+21
2021-09-23c++: improve tree dump for templated declsPatrick Palka1-7/+3
2021-09-23[Ada] Fix obsolete comment mentioning girder discriminantsEric Botcazou1-1/+1
2021-09-23[Ada] Add Subprogram_Body_Or_TypeRichard Kenner2-1/+8
2021-09-23[Ada] Add N_Has_Bounds and N_Is_IndexRichard Kenner6-4/+21
2021-09-23[Ada] Adjust documentation of gnatsymbolizeEric Botcazou1-10/+8
2021-09-23[Ada] Tune detection of internally generated positional aggregatesPiotr Trojanek1-1/+4
2021-09-23[Ada] Wrappers of access-to-subprograms with pre/post conditionsJavier Miranda5-1/+105
2021-09-23[Ada] Ada2022: implementation of AI12-0212 : iterator specs in array aggregatesEd Schonberg2-30/+329
2021-09-23[Ada] Follow-on efficiency improvementsBob Duff1-0/+7
2021-09-23[Ada] If unnesting and relocating subprogram call, make new Parameter_Associa...Richard Kenner1-0/+16
2021-09-23[Ada] Remove Initializes contracts from Ada.Strings.BoundedPiotr Trojanek1-2/+0