aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2022-05-10RISC-V: Provide `fmin'/`fmax' RTL patternsMaciej W. Rozycki17-0/+214
2022-05-10Use gimple-match folding in fold_build_cond_exprRichard Biener1-35/+11
2022-05-10Make 'c-c++-common/goacc/kernels-decompose-pr100400-1-*.c' behave consistentl...Thomas Schwinge2-7/+11
2022-05-10[c++] Disambiguate ModuleKind flagsNathan Sidwell5-82/+76
2022-05-10middle-end/105537 - debug processingRichard Biener3-28/+57
2022-05-10Replace PTR with 'void *' in compiler.Martin Liska10-18/+18
2022-05-10Properly use opts in finish_optionsRichard Biener2-30/+41
2022-05-10Avoid andb %dil when optimizing for size.Roger Sayle3-7/+37
2022-05-10Improved constant folding for scalar evolution.Roger Sayle2-6/+32
2022-05-10[Ada] Export Is_Expression_Function predicate for use in gigiEric Botcazou2-1/+5
2022-05-10[Ada] Optimize nonstandard boolean validity checkingAlexandre Oliva1-1/+5
2022-05-10[Ada] Optimize nonstandard boolean conversionsAlexandre Oliva2-10/+30
2022-05-10[Ada] Handle non-standard booleans in if_expression conditionAlexandre Oliva1-0/+4
2022-05-10[Ada] Incorrect ineffective use type clause warningJustin Squirek1-109/+72
2022-05-10[Ada] Simplify call to overloaded Earlier_In_Extended_UnitPiotr Trojanek1-1/+1
2022-05-10[Ada] Remove repeated conversions between Source_Ptr and IntPiotr Trojanek5-11/+7
2022-05-10[Ada] Fix style in resolution of expression with actionsPiotr Trojanek1-0/+16
2022-05-10[Ada] Reuse Is_Rewrite_Substitution where possiblePiotr Trojanek8-21/+15
2022-05-10[Ada] Cleanup detection of No_Elist with No and PresentPiotr Trojanek9-21/+21
2022-05-10[Ada] Prevent search for references in postconditions from going too farPiotr Trojanek1-0/+5
2022-05-10[Ada] Remove tiny and incomplete optimization for unset referencesPiotr Trojanek1-9/+0
2022-05-10[Ada] Cleanup unnecessary declare block in Check_Unreachable_CodePiotr Trojanek1-102/+98
2022-05-10[Ada] Refine iteration from entities to formalsPiotr Trojanek1-12/+12
2022-05-10[Ada] Check declare and qualified expressions for unset referencesPiotr Trojanek2-6/+6
2022-05-10[Ada] Check if- and case-expressions for unset referencesPiotr Trojanek1-0/+6
2022-05-10[Ada] Fix a couple of typosKévin Le Gouguec4-8/+7
2022-05-10[Ada] Fix typo in comment for Is_Predicate_StaticEtienne Servais1-1/+1
2022-05-10[Ada] Fix indentation to follow uniform style across runtime unitsYannick Moy2-47/+53
2022-05-10[Ada] Accept Structural in aspect Subprogram_Variant and pragma Loop_VariantClaire Dross4-25/+64
2022-05-10[Ada] Proof of System.Val_Int at gold levelClaire Dross5-22/+289
2022-05-10[Ada] Fix hiding of user-defined operator that is not a homographEric Botcazou4-91/+19
2022-05-10[Ada] Fix oversight for case expression in Eval_Integer_LiteralEric Botcazou1-1/+1
2022-05-10[Ada] Avoid repeated conversions from Int to Char_CodePiotr Trojanek1-8/+10
2022-05-10[Ada] Reject numeric literals with too big exponentsEtienne Servais1-0/+9
2022-05-10[Ada] Replace variables with constants in expanded code for task namesPiotr Trojanek1-6/+12
2022-05-10[Ada] Fix incorrect range computationMarc Poulhiès1-13/+40
2022-05-10[Ada] Failure compiling "for ... of" loop over a sliceSteve Baird1-8/+18
2022-05-10[Ada] Fix comment about building names in task arraysPiotr Trojanek1-5/+5
2022-05-10[Ada] Simplify conversion from Character to Char_CodePiotr Trojanek6-17/+17
2022-05-10Fix internal error with vectorization on SPARCEric Botcazou2-2/+33
2022-05-10middle-end/70090: Dynamic sizes for -fsanitize=object-sizeSiddhesh Poyarekar2-6/+52
2022-05-10c++: fix arm-eabi crash building libstdc++ [PR105529]Jason Merrill5-45/+36
2022-05-10rs6000: avoid peeking eof after __vectorJiufu Guo2-4/+11
2022-05-10Daily bump.GCC Administrator9-1/+544
2022-05-09Update gcc.po filesJoseph Myers19-78532/+79044
2022-05-09c++: Implement P2324R2, labels at the end of compound-stmts [PR103539]Marek Polacek3-9/+175
2022-05-09Fortran: check for non-optional spaces between adjacent keywordsHarald Anlauf3-22/+37
2022-05-09testsuite: Silence analyzer/pr51628-30.c for default_packedDimitar Dimitrov1-0/+1
2022-05-09testsuite: Remove superfluous semicolon [PR105256]Jakub Jelinek1-1/+1
2022-05-09i386: Adjust -fzero-call-used-regs to always use XOR [PR101891]Qing Zhao26-192/+180