aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
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-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 Administrator4-1/+74
2022-06-17libgo: permit loff_t and off_t to be macrosIan Lance Taylor1-1/+1
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-17arm: mve: Don't force trivial vector literals to the poolRichard Earnshaw2-337/+311
2022-06-17Daily bump.GCC Administrator6-1/+218
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-16c++: Elide inactive initializer fns from init arrayNathan Sidwell3-46/+53
2022-06-16Clear invariant bit for inferred ranges.Andrew MacLeod3-5/+14
2022-06-16Propagator should call value_of_stmt.Andrew MacLeod1-1/+1
2022-06-16match.pd: Improve y == MIN || x < y optimization [PR105983]Jakub Jelinek2-2/+19
2022-06-16match.pd: Fix up __builtin_mul_overflow_p signed type optimization [PR105984]Jakub Jelinek2-5/+23
2022-06-16expand: Fix up IFN_ATOMIC_{BIT*,*CMP_0} expansion [PR105951]Jakub Jelinek4-16/+64
2022-06-16rs6000: add V1TI into vector comparison expand [PR103316]Haochen Gui4-145/+239
2022-06-16clang: fix -Wunused-parameter warningMartin Liska1-1/+1
2022-06-16gengtype: do not skip char after escape sequnceMartin Liska1-10/+0
2022-06-16opts: improve option suggestionMartin Liska2-3/+30
2022-06-16RISC-V/testsuite: Fix pr105666.c under rv32Jia-wei Chen1-1/+1
2022-06-16Simplify (B * v + C) * D -> BD* v + CD when B,C,D are all INTEGER_CST.liuhongt7-5/+247
2022-06-16Daily bump.GCC Administrator6-1/+353
2022-06-15xtensa: Eliminate [DS]Cmode hard register clobber that is immediately followe...Takayuki 'January June' Suwa1-0/+28
2022-06-15xtensa: Eliminate unwanted reg-reg moves during DFmode input reloadsTakayuki 'January June' Suwa2-0/+44
2022-06-15xtensa: Add some dedicated patterns that correspond to GIMPLE canonicalizationsTakayuki 'January June' Suwa1-0/+45
2022-06-15xtensa: Add support for sibling call optimizationTakayuki 'January June' Suwa4-20/+155
2022-06-15xtensa: Document new -mextra-l32r-costs= Xtensa-specific optionTakayuki 'January June' Suwa1-1/+10