aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2022-05-18c: Implement new -Wenum-int-mismatch warning [PR105131]Marek Polacek10-3/+177
2022-05-18Revert move of g++.dg/pr69667.CPaul A. Clarke1-1/+2
2022-05-18x86: Fix -fsplit-stack feature detection via TARGET_CAN_SPLIT_STACKUros Bizjak2-4/+6
2022-05-18Correct ix86_rtx_cost for multi-word multiplication.Roger Sayle1-1/+11
2022-05-18Avoid andn and generate shorter not;and with -Oz on x86.Roger Sayle2-0/+49
2022-05-18c, c++: -Wswitch warning on [[maybe_unused]] enumerator [PR105497]Marek Polacek3-2/+90
2022-05-18c++: fix SIGFPE with -Wclass-memaccess [PR105634]Marek Polacek8-0/+15
2022-05-18Reduce usage of limited_with clauses with -fdump-ada-specEric Botcazou1-5/+27
2022-05-18testsuite/rs6000: Move pr83660.C to g++.targetKewen Lin1-0/+0
2022-05-18graphite: Extend SCoP detection dump outputFrederik Harwath2-21/+219
2022-05-18OpenMP: Add Fortran support for inoutset depend-kindTobias Burnus8-8/+28
2022-05-18[Ada] Fix proof of runtime unit s-imageuClaire Dross1-8/+1
2022-05-18[Ada] qnx-7.1: warning in sigtramp-qnx.c __gnat_sigtrampDoug Rupp1-1/+1
2022-05-18[Ada] arm-qnx-7.1: stack-checking and sigtramp implementationDoug Rupp1-43/+36
2022-05-18[Ada] Adapt proof of double arithmetic runtime unitYannick Moy1-16/+67
2022-05-18[Ada] Fix proof of runtime unit s-valeuClaire Dross1-4/+8
2022-05-18[Ada] Make sure output variable is always initializedKévin Le Gouguec1-0/+1
2022-05-18[Ada] Disable Vet calls when container checks are disabledBob Duff17-17/+79
2022-05-18[Ada] arm-qnx-7.1: undefined reference to fma* symbolsDoug Rupp1-1/+4
2022-05-18[Ada] Fix DWARF parsing for 32-bit targets on 64-bit hostsKévin Le Gouguec1-25/+20
2022-05-18[Ada] Improve error messages for occurrence of GNAT extensions without -gnatXGary Dismukes9-36/+32
2022-05-18[Ada] Fix Ada-QNX task priority conversionJohannes Kliemann1-1/+1
2022-05-18[Ada] Use specific predicate before manipulating BIP_Alloc_FormEric Botcazou1-4/+2
2022-05-18[Ada] Crash building VSS with compiler built with assertionsJavier Miranda4-3/+17
2022-05-18[Ada] Ada2022: AI12-0143 Index attribute for entry familiesJavier Miranda5-1/+344
2022-05-18[Ada] Fix proof of runtime unitsYannick Moy3-0/+9
2022-05-18[Ada] Errors missed on ACATS test B650007Arnaud Charlet2-14/+7
2022-05-18[Ada] Fix the parsing for delta aggregateMarc Poulhiès3-1/+12
2022-05-18[Ada] Secondary stack and a-tagsArnaud Charlet3-66/+46
2022-05-18[Ada] Fix problematic underflow for Float_Type'ValueEric Botcazou2-1/+20
2022-05-18[Ada] Spurious error on freezing of tagged types in SPARKYannick Moy1-1/+11
2022-05-18[Ada] Rework optimization skipping pragma check in object declarationMarc Poulhiès2-4/+8
2022-05-18[Ada] Fix internal error on subprogram instantiationEric Botcazou2-1/+2
2022-05-18[Ada] Overriding error on type derived from discriminated untagged private typeGary Dismukes1-1/+9
2022-05-18[Ada] Prevent overflow in computation of aggregate sizePiotr Trojanek1-2/+2
2022-05-18[Ada] Fast implementation of floating-point mathematical functionsEric Botcazou8-149/+439
2022-05-18[Ada] Freezing too strict in instancesArnaud Charlet1-7/+10
2022-05-18[Ada] Fix incorrect freezing with generic child unitMarc Poulhiès1-2/+2
2022-05-18[Ada] Ada.Numerics.Aux.*: Mention more Intrinsic and less C Math LibraryAlexandre Oliva4-18/+27
2022-05-18[Ada] Small performance tweak in recent changeEric Botcazou1-2/+1
2022-05-18[Ada] New port arm-qnxDoug Rupp4-9/+174
2022-05-18Enhance final_value_replacement_loop to handle bitwise induction.liuhongt8-1/+652
2022-05-18This patch adds a combine pattern for "CA minus one". The SImode "CA minus on...Haochen Gui2-0/+24
2022-05-18recognize bzhi pattern when there's zero_extendsidi.liuhongt2-0/+25
2022-05-18Expand __builtin_memcmp_eq with ptest for OImode.liuhongt3-1/+38
2022-05-17rs6000: Prefer assigning the MMA vector operands to altivec registers [PR105556]Peter Bergner1-75/+75
2022-05-18Daily bump.GCC Administrator8-1/+487
2022-05-17compiler: load LHS subexpressions of op= assignment only onceIan Lance Taylor2-1/+11
2022-05-17c++: constexpr ref to array of array [PR102307]Jason Merrill2-5/+24
2022-05-17c: use CONST_DECL for enumerators in TYPE_VALUESMarek Polacek2-5/+8