aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
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
2021-10-25vect: Don't update inits for simd_lane_access DRs [PR102789]Kewen Lin1-1/+2
2021-10-26Daily bump.GCC Administrator5-1/+593
2021-10-25Move vrp_simplify_cond_using_ranges into the simplifier.Andrew MacLeod3-76/+85
2021-10-25Fold all statements in Ranger VRP.Andrew MacLeod3-2/+46
2021-10-25rs6000: Fix missing "externs" in smmintrin.hPaul A. Clarke1-20/+20
2021-10-25Constant fold/simplify SS_ASHIFT and US_ASHIFT in simplify-rtx.cRoger Sayle2-1/+89
2021-10-25[Ada] Remove gnatfind and gnatxrefArnaud Charlet2-10/+3
2021-10-25[Ada] Spurious error on user-defined literal and operatorEd Schonberg2-145/+339
2021-10-25[Ada] Follow-on cleanups for Uint fieldsBob Duff10-23/+31
2021-10-25[Ada] Change format of the ?? warning insertion sequenceEtienne Servais23-182/+193
2021-10-25[Ada] Fix a commentBob Duff1-1/+1
2021-10-25[Ada] Fix bugs in Base_Type_Only (etc.) fieldsBob Duff6-7/+56
2021-10-25[Ada] Simplify iteration of record components when expanding equalityPiotr Trojanek1-27/+21
2021-10-25[Ada] Relax INOX restrictions when casing on composite value.Steve Baird3-143/+189
2021-10-25[Ada] Update the inactive GMP variant of Big_IntegersPiotr Trojanek1-1/+1
2021-10-25[Ada] Make Declaration_Node return nondeclarations in fewer casesBob Duff2-3/+40
2021-10-25[Ada] Global contracts on expression functions in Ada.Strings.SuperboundedPiotr Trojanek1-4/+7
2021-10-25[Ada] Simplify detection of a parent interface equalityPiotr Trojanek1-7/+4
2021-10-25[Ada] Remove redundant guard in expansion of dispatching callsPiotr Trojanek1-2/+1
2021-10-25[Ada] Do not expect execv to return 0Piotr Trojanek1-4/+8
2021-10-25[Ada] Initialize variable to EmptyGhjuvan Lacambre1-1/+1
2021-10-25[Ada] Reference in Unbounded_String is almost never nullPiotr Trojanek2-4/+10
2021-10-25[Ada] Don't expect enumeration literals to be renamingsPiotr Trojanek1-1/+3
2021-10-25[Ada] Shutdown codepeer messageArnaud Charlet1-1/+4
2021-10-25[Ada] Ada 2022: Class-wide types and formal abstract subprogramsJavier Miranda1-593/+784
2021-10-25[Ada] Renamed_Or_Alias cleanupBob Duff22-147/+228