aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-06-21doc: Document module language-linkage supportedNathan Sidwell1-7/+0
2022-06-21match.pd: Remove "+ 0x80000000" in int comparisons [PR94899]Arjun Shankar2-0/+62
2022-06-21ifcvt: Don't introduce trapping or faulting reads in noce_try_sign_mask [PR10...Jakub Jelinek2-7/+29
2022-06-21expand: Fix up expand_cond_expr_using_cmove [PR106030]Jakub Jelinek2-1/+18
2022-06-21if-to-switch: Don't skip the first condition bb when find_conditions in if-to...Xionghu Luo2-1/+31
2022-06-21tree-object-size: Don't let error_mark_node escape for ADDR_EXPR [PR105736]Siddhesh Poyarekar2-9/+29
2022-06-21Daily bump.GCC Administrator4-1/+128
2022-06-20testsuite, asan: Avoid color in asan test output.Iain Sandoe1-0/+2
2022-06-20i386: Disallow sibcall for calling ifunc functions with PIC registerH.J. Lu2-0/+28
2022-06-20testsuite, Darwin: Skip an unsupported test.Iain Sandoe2-2/+2
2022-06-20testsuite, Darwin: Allow for two CTOR bodies in array61 test.Iain Sandoe1-1/+2
2022-06-20arm: more testsutie fallout for mve move-immediate changesRichard Earnshaw5-14/+29
2022-06-20testsuite: Add a missing USER_LABEL_PREFIX to a regex.Iain Sandoe1-1/+1
2022-06-20testsuite: Require init_priority target support in a test.Iain Sandoe1-1/+1
2022-06-20middle-end/106027 - fix types in needle foldingRichard Biener2-3/+15
2022-06-20vect: Respect slp decision when applying suggested uf [PR105940]Kewen Lin1-34/+67
2022-06-20lto-plugin: support LDPT_GET_SYMBOLS_V3Martin Liska1-7/+35
2022-06-20Add operators / and * for profile_{count,probability}.Martin Liska22-120/+137
2022-06-20RISC-V: Fix a bug that is the CMO builtins are missing parameteryulong7-34/+58
2022-06-20Daily bump.GCC Administrator2-1/+20
2022-06-19xtensa: Fix RTL insn cost estimation about relaxed MOVI instructionsTakayuki 'January June' Suwa1-8/+14
2022-06-19xtensa: Apply a few minor fixesTakayuki 'January June' Suwa2-12/+12
2022-06-19Daily bump.GCC Administrator6-1/+120
2022-06-18Fortran: check POS and LEN arguments simplifying bit intrinsics [PR105986]Harald Anlauf2-0/+28
2022-06-18ubsan: Add -fsanitize-trap= supportJakub Jelinek16-109/+226
2022-06-18varasm: Fix up ICE in narrowing_initializer_constant_valid_p [PR105998]Jakub Jelinek2-2/+20
2022-06-18PR tree-optimization/105835: Two narrowing patterns for match.pd.Roger Sayle2-0/+33
2022-06-17xtensa: Defer storing integer constants into litpool until reloadTakayuki 'January June' Suwa3-5/+9
2022-06-18Daily bump.GCC Administrator6-1/+84
2022-06-17libgo: permit loff_t and off_t to be macrosIan Lance Taylor7-19/+40
2022-06-17c++: Use fold_non_dependent_expr rather than maybe_constant_value in __builti...Jakub Jelinek2-1/+19
2022-06-17alpha: Introduce target specific store_data_bypass_p function [PR105209]Uros Bizjak4-11/+101
2022-06-17i386: Fix assert in ix86_function_arg [PR105970]Uros Bizjak2-1/+7
2022-06-17i386: Fix VPMOV splitter [PR105993]Uros Bizjak2-14/+34
2022-06-17rs6000: Fix some error messages for invalid conversionsSegher Boessenkool1-4/+4
2022-06-17RISC-V: Supress warning for comparison of integer expressions of different si...Kito Cheng1-1/+1
2022-06-17arm: fix checking ICE in arm_print_operand [PR106004]Richard Earnshaw1-1/+2
2022-06-17libstdc++: Add missing #include <string> to new testJonathan Wakely1-0/+2
2022-06-17docs: add missing table headerMartin Liska1-0/+1
2022-06-17arm: mve: Don't force trivial vector literals to the poolRichard Earnshaw2-337/+311
2022-06-17Daily bump.GCC Administrator7-1/+231
2022-06-16gimple-ssa-warn-access.cc: add missing auto_diagnostic_groupDavid Malcolm1-6/+22
2022-06-16c-decl: fix "inform" grouping and conditionalizationDavid Malcolm1-23/+42
2022-06-16analyzer: associate -Wanalyzer-va-arg-type-mismatch with CWE-686David Malcolm2-6/+9
2022-06-16analyzer: associate -Wanalyzer-va-list-exhausted with CWE-685David Malcolm2-4/+8
2022-06-16analyzer: associate -Wanalyzer-double-fclose with CWE-1341David Malcolm2-4/+7
2022-06-16opts: fix opts_set->x_flag_sanitizeJason Merrill1-0/+1
2022-06-16flags: add commentJason Merrill1-1/+1
2022-06-16compiler: don't generate stubs for ambiguous direct interface methodsMikhail Ablakatov2-2/+2
2022-06-16libstdc++: Support constexpr global std::string for size < 15 [PR105995]Jonathan Wakely2-1/+11