aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
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
2021-10-25[Ada] Remove more uses of exception propagation during bootstrapArnaud Charlet1-53/+82
2021-10-25[Ada] Issue error on invalid use of Ghost inside pragma PredicateYannick Moy2-2/+26
2021-10-25[Ada] Fix deleted Compile_Time warnings causing crashesGhjuvan Lacambre1-1/+3
2021-10-25Initialize variable.Andrew MacLeod1-1/+1
2021-10-25Always output exported ranges to a dump_file.Andrew MacLeod1-1/+1
2021-10-25Tweak ranger-debug flags.Andrew MacLeod2-2/+3
2021-10-25AArch64 testsuite: Force shrn-combine-*.c to use NEON.Tamar Christina7-0/+14
2021-10-25sra: Fix the fix for PR 102505 (PR 102886)Martin Jambor1-1/+1
2021-10-25Fix PR 102908: wrongly removing null pointer loadsAndrew Pinski1-0/+5
2021-10-25tree-optimization/102905 - restore re-align load for alignment peelingRichard Biener1-3/+2
2021-10-25RISC-V: Cost model for ZBS extension.Kito Cheng1-0/+47
2021-10-25RISC-V: Implement instruction patterns for ZBS extension.Jim Wilson9-4/+268