aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2022-01-11c-family: Fix up -W*conversion on bitwise &/|/^ [PR101537]Jakub Jelinek3-0/+74
2022-01-11c++: dependent bases and 'this' availability [PR103831]Patrick Palka3-1/+32
2022-01-11tree-object-size: Dynamic sizes for ADDR_EXPRSiddhesh Poyarekar6-66/+299
2022-01-11tree-object-size: Handle GIMPLE_CALLSiddhesh Poyarekar6-8/+325
2022-01-11tree-object-size: Handle function parametersSiddhesh Poyarekar2-2/+85
2022-01-11tree-object-size: Support dynamic sizes in conditionsSiddhesh Poyarekar11-36/+1022
2022-01-11tree-optimization/103961: Never compute offset for -1 sizeSiddhesh Poyarekar2-7/+34
2022-01-11Prevent exponential range calculations.Andrew MacLeod1-3/+5
2022-01-11analyzer: fix false +ve on bitwise binops (PR analyzer/102692)David Malcolm5-12/+219
2022-01-11[Ada] Relax assertion on designated types for equality operatorsEric Botcazou1-9/+14
2022-01-11[Ada] Include generic instance names in non-visible entity errorsJustin Squirek1-2/+21
2022-01-11[Ada] Accept square brackets for expression functionsEtienne Servais1-1/+8
2022-01-11[Ada] Task arrays trigger spurious unreferenced warningsJustin Squirek1-6/+3
2022-01-11[Ada] Remove unreferenced CCG-specific routine Insert_DeclarationPiotr Trojanek2-49/+0
2022-01-11[Ada] Avoid redundant checks for empty listsPiotr Trojanek5-12/+6
2022-01-11[Ada] Remove name constant used by GNATprove but not by GNATPiotr Trojanek1-0/+1
2022-01-11[Ada] Reduce scope of declare block in analysis of allocatorsPiotr Trojanek1-161/+160
2022-01-11[Ada] Balance parentheses in comments about allocatorsPiotr Trojanek2-3/+3
2022-01-11[Ada] Remove unreferenced name constantsPiotr Trojanek1-37/+0
2022-01-11[Ada] Adapt proof of System.Arith_DoubleYannick Moy1-9/+34
2022-01-11[Ada] Deconstruct a VMS utility routine which is only used by GNATprovePiotr Trojanek2-93/+0
2022-01-11[Ada] Recover proof of Ada.Strings.Fixed with assertionsYannick Moy1-3/+13
2022-01-11[Ada] PR ada/79724Arnaud Charlet1-5/+1
2022-01-11[Ada] Remove unnecessary block in code for expansion of allocatorsPiotr Trojanek1-91/+85
2022-01-11[Ada] Fix incomplete debug info for derived packed array typeEric Botcazou1-1/+4
2022-01-11[Ada] Reuse Make_Temporary where possiblePiotr Trojanek5-18/+9
2022-01-11[Ada] Fix check for implicit allocation of dynamic objectsEtienne Servais1-2/+3
2022-01-11[Ada] Proof of unit System.Case_UtilYannick Moy2-11/+104
2022-01-11[Ada] Proof of System.Val_Uns at gold levelClaire Dross20-115/+1066
2022-01-11[Ada] Adapt ghost code to maintain proofYannick Moy1-0/+3
2022-01-11[Ada] Simplify construction of messages about configurable runtimePiotr Trojanek1-15/+2
2022-01-11[Ada] Remove redundant initialization of Test_And_Set_Flag objectPiotr Trojanek1-4/+2
2022-01-11[Ada] Tune inconsistent message about fixed-lower-bound and -gnatXPiotr Trojanek1-18/+3
2022-01-11[Ada] Conformance error on protected subp with anonymous-access-to-tagged formalGary Dismukes1-0/+23
2022-01-11[Ada] Proof of System.Vectors.Boolean_OperationsYannick Moy2-10/+207
2022-01-11[Ada] Remove extra space in single object declarationsPiotr Trojanek56-76/+76
2022-01-11[Ada] Code cleanupsArnaud Charlet5-8/+6
2022-01-11[Ada] Remove warnings-as-errors about constraints error in dead codePiotr Trojanek4-7/+26
2022-01-11[Ada] Escalate pre-continuation messages from warnings to errorsPiotr Trojanek1-1/+4
2022-01-11[Ada] Update copyright notice and bump Gnatvsn.Current_YearArnaud Charlet2204-2205/+2205
2022-01-11[Ada] Document LLVM-specific flagsRichard Kenner1-3/+9
2022-01-11[Ada] Use atomic builtins for atomic counters on x86 (32bit)Piotr Trojanek2-113/+1
2022-01-11ira: Fix s390 buildRichard Sandiford1-4/+7
2022-01-11Recognize MULT_HIGHPART_EXPR in tree-ssa-math-opts pass.Roger Sayle2-1/+264
2022-01-11rs6000: powerpc suboptimal boolean test of contiguous bits [PR102239]Xionghu Luo4-0/+59
2022-01-11State --sysroot option as validated once processedOlivier Hainque1-0/+1
2022-01-11Improve sequence logic in cxx_init_decl_processingOlivier Hainque1-3/+3
2022-01-11testsuite: Fix regression on m32 by r12-6087 [PR103820]Xionghu Luo1-3/+3
2022-01-10rs6000: Remove useless code related to -mno-power10Kewen Lin1-1/+0
2022-01-11Extend predicate of operands[1] from register_operand to vector_operand for a...Haochen Jiang2-1/+17