aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2022-02-25testsuite: Fix ASAN error [PR104687]Martin Liska1-1/+1
2022-02-25arc: Fail conditional move expand patternsClaudiu Zissulescu2-6/+22
2022-02-25tree-optimization/103037 - PRE simplifying valueized expressionsRichard Biener4-22/+68
2022-02-25i386: Use a new temp slot kind for splitter to floatdi<mode>2_i387_with_xmm [...Jakub Jelinek3-3/+34
2022-02-25warning-control: Comment spelling fixJakub Jelinek1-1/+1
2022-02-25internal-fn: Call do_pending_stack_adjust in expand_SPACESHIP [PR104679]Jakub Jelinek2-0/+24
2022-02-25match.pd: Don't create BIT_NOT_EXPRs for COMPLEX_TYPE [PR104675]Jakub Jelinek3-1/+50
2022-02-24Revert commit r12-5852-g50e8b0c9bca6cdc57804f860ec5311b641753fbbAlexandre Oliva1-1/+1
2022-02-24Add testcase from PR103845Alexandre Oliva1-0/+29
2022-02-24Cope with NULL dw_cfi_cfa_locAlexandre Oliva2-0/+24
2022-02-24Copy EH phi args for throwing hardened comparesAlexandre Oliva2-3/+45
2022-02-25Daily bump.GCC Administrator5-1/+95
2022-02-24Fix attr-retain-* tescases for 32-bit PowerPC.Pat Haugen2-0/+4
2022-02-24Fortran: frontend code for F2018 QUIET specifier to STOP and ERROR STOPHarald Anlauf8-13/+189
2022-02-24RISC-V: Document the degree of position independence that medany affordsPalmer Dabbelt1-0/+4
2022-02-24Fix clang warning in pt.ccMartin Liska1-1/+1
2022-02-24bpf: do not --enable-gcov for bpf-*-* targetsJose E. Marchesi2-4/+20
2022-02-24tree-optimization/104676 - free nb_iterations after loop distributionRichard Biener2-1/+36
2022-02-24sccvn: Fix visit_reference_op_call value numbering of vdefs [PR104601]Jakub Jelinek2-7/+51
2022-02-24[nvptx] Add missing t-omp-device isasTom de Vries2-2/+8
2022-02-24[nvptx] Add shf.{l,r}.wrap insnTom de Vries3-0/+59
2022-02-24[nvptx] Fix dummy location in gen_commentTom de Vries1-1/+1
2022-02-24Fix typo in <code>v1ti3.liuhongt2-2/+16
2022-02-24Daily bump.GCC Administrator5-1/+125
2022-02-23analyzer: handle __attribute__((const)) [PR104434]David Malcolm13-6/+954
2022-02-23c++: Add new test [PR79493]Marek Polacek1-0/+7
2022-02-23c++: Add fixed test [PR70077]Marek Polacek1-0/+17
2022-02-23middle-end/104644 - recursion with bswap match.pd patternRichard Biener4-14/+23
2022-02-23Support SSA name declarations with pointer typeRichard Biener3-6/+66
2022-02-23tree-optimization/101636 - CTOR vectorization ICERichard Biener3-6/+135
2022-02-23warn-recursion: Don't warn for __builtin_calls in gnu_inline extern inline fu...Jakub Jelinek4-5/+72
2022-02-23nvptx: Back-end portion of a fix for PR target/104489.Roger Sayle1-1/+2
2022-02-23arm: Fix typo in auto-vectorized MVE comparisonsChristophe Lyon1-2/+2
2022-02-23x86: Update Intel architectures ISA support in documentation.Cui,Lili1-87/+98
2022-02-23Daily bump.GCC Administrator4-1/+495
2022-02-22libgo: update README.gccIan Lance Taylor1-1/+1
2022-02-22rs6000: Move g++.dg/ext powerpc tests to g++.targetPaul A. Clarke28-32/+32
2022-02-22Fortran: skip compile-time shape check if constructor shape is not knownHarald Anlauf2-0/+30
2022-02-22Restore bootstrap on x86_64-pc-linux-gnuRoger Sayle1-8/+11
2022-02-22Get rid of 'gcc/omp-oacc-neuter-broadcast.cc:oacc_build_component_ref'Thomas Schwinge4-39/+18
2022-02-22Further simplify 'gcc/omp-oacc-neuter-broadcast.cc:record_field_map_t'Thomas Schwinge1-8/+4
2022-02-22rs6000: Fix GC on rs6000.c decls for atomic handling (PR88134)Segher Boessenkool1-6/+5
2022-02-22arm: Add VPR_REG to ALL_REGSChristophe Lyon1-1/+1
2022-02-22arm: Convert more MVE/CDE builtins to predicate qualifiersChristophe Lyon3-78/+58
2022-02-22arm: Convert more load/store MVE builtins to predicate qualifiersChristophe Lyon2-43/+43
2022-02-22arm: Convert more MVE builtins to predicate qualifiersChristophe Lyon3-543/+569
2022-02-22arm: Convert remaining MVE vcmp builtins to predicate qualifiersChristophe Lyon3-144/+145
2022-02-22arm: Fix vcond_mask expander for MVE (PR target/100757)Christophe Lyon12-130/+227
2022-02-22arm: Implement auto-vectorized MVE comparisons with vectors of boolean predic...Christophe Lyon12-42/+268
2022-02-22arm: Implement MVE predicates as vectors of booleansChristophe Lyon11-56/+162