aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2021-10-28Daily bump.GCC Administrator6-1/+252
2021-10-27Fortran: Delete unused decl in intrinsic.hBernhard Reutner-Fischer1-4/+0
2021-10-27Fortran: Delete unused decl in trans-types.hBernhard Reutner-Fischer1-3/+0
2021-10-27Fortran: Delete unused decl in trans-stmt.hBernhard Reutner-Fischer1-1/+0
2021-10-27Fortran: make some trans-array functions staticBernhard Reutner-Fischer2-7/+1
2021-10-27Fortran: make some constructor* functions staticBernhard Reutner-Fischer2-28/+2
2021-10-27Fortran: make some match* functions staticBernhard Reutner-Fischer3-42/+8
2021-10-27Fortran: make some trans* functions staticBernhard Reutner-Fischer10-46/+12
2021-10-27Darwin, config: Amend for Darwin 21 / macOS 12.Saagar Jha3-9/+9
2021-10-27Kill known equivalences before a new assignment in the path solver.Aldy Hernandez1-2/+8
2021-10-27Reorder relation calculating code in the path solver.Aldy Hernandez3-54/+58
2021-10-27Kill second order relations in the path solver.Aldy Hernandez1-1/+20
2021-10-27Fix a typo.Martin Sebor1-1/+1
2021-10-27ipa-cp: Use profile counters (or not) based on local availabilityMartin Jambor1-2/+2
2021-10-27ipa-cp: Select saner profile count to base heuristics onMartin Jambor3-8/+83
2021-10-27ipa-cp: Fix updating of profile counts and self-gen value evaluationMartin Jambor1-79/+441
2021-10-27Refactor try_vectorize_loop_1Richard Biener1-55/+50
2021-10-27Fortran: Fix 'select rank' for allocatables/pointersTobias Burnus2-1/+6
2021-10-27testsuite: Fix up gcc.dg/pr102897.c testcase [PR102897]Jakub Jelinek1-1/+1
2021-10-27openmp: Allow non-rectangular loops with pointer iteratorsJakub Jelinek4-46/+186
2021-10-27openmp: Don't reject some valid initializers or conditions of non-rectangular...Jakub Jelinek5-14/+51
2021-10-27c++: Reject addresses of immediate functions in constexpr vars inside of imme...Jakub Jelinek4-7/+67
2021-10-27c++: Diagnose taking address of an immediate member function [PR102753]Jakub Jelinek10-13/+188
2021-10-27Daily bump.GCC Administrator5-1/+342
2021-10-26compiler: permit compiler directives in parenthesized groupsIan Lance Taylor5-78/+89
2021-10-26Improve/correct detection of overlapping aggregates [PR102238, PR102919].Martin Sebor5-125/+468
2021-10-26Make full use of context-sensitive ranges in access warnings.Martin Sebor11-224/+260
2021-10-26Detect overflow by atomic functions [PR102453].Martin Sebor7-4/+1410
2021-10-26Fortran: error recovery on invalid code with SELECT TYPEHarald Anlauf1-0/+12
2021-10-26Fortran: [PDT] KIND and LEN type parameters are mutually exclusiveHarald Anlauf2-0/+18
2021-10-26[PR102842] Consider all outputs in generation of matching reloadsVladimir N. Makarov2-12/+35
2021-10-26Fortran: do not restrict PDT KIND and LEN type parameters to default integerHarald Anlauf2-18/+2
2021-10-26Fortran: error recovery on initializing invalid derived type array componentHarald Anlauf2-2/+18
2021-10-26rs6000: Fixes for tests including only <x86intrin.h>Paul A. Clarke5-12/+76
2021-10-26c++: P2360R0: Extend init-stmt to allow alias-decl [PR102617]Marek Polacek3-31/+95
2021-10-26Fix broken use of alloca in C interoperability testcaseSandra Loosemore1-2/+7
2021-10-26testsuite: i386: Fix gcc.target/i386/avx512f-pr96891-3.c on Solaris [PR102834]Rainer Orth1-1/+1
2021-10-26testsuite: i386: Fix gcc.target/i386/avx512fp16-trunchf.c on Solaris [PR102835]Rainer Orth1-2/+2
2021-10-26testsuite: i386: Fix gcc.target/i386/pieces-memset-1.c etc. on Solaris [PR102...Rainer Orth6-6/+6
2021-10-26testsuite: i386: Use -fomit-frame-pointer for gcc.target/i386/pr100704-1.c etc.Rainer Orth2-2/+2
2021-10-26Unify offset and byte_offset for vect_create_addr_base_for_vector_refRichard Biener3-28/+15
2021-10-26Move negative stride bias out of dr_misalignmentRichard Biener3-33/+48
2021-10-26forwprop: Remove incorrect assertion [PR102897]Kewen Lin2-2/+16
2021-10-26Turn vect_create_addr_base_for_vector_ref offset into a byte offsetRichard Biener3-15/+19
2021-10-26Fortran: Fix character(len=cst) dummies with bind(C) [PR102885]Tobias Burnus2-0/+56
2021-10-26x86_64: Implement V1TI mode shifts/rotates by a constantRoger Sayle4-0/+421
2021-10-26[PR testsuite/102857] Tweak ssa-dom-thread-7.c for aarch64.Aldy Hernandez1-2/+3
2021-10-26Avoid threading circular paths.Aldy Hernandez1-0/+4
2021-10-26Attempt to resolve all incoming paths to a PHI.Aldy Hernandez3-124/+21
2021-10-26Try to resolve paths in threader without looking further back.Aldy Hernandez19-125/+55