aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2022-09-23testsuite: make check-functions-body dump expected and seen cases on failure.Tamar Christina1-1/+6
2022-09-23frange: drop endpoints to min/max representable numbers for -ffinite-math-only.Aldy Hernandez3-45/+94
2022-09-23Add debug functions for REAL_VALUE_TYPE.Aldy Hernandez1-0/+8
2022-09-23frange: dump hex values when dumping FP numbers.Aldy Hernandez2-4/+16
2022-09-23opts: fix --help=common with '\t' descriptionMartin Liska2-2/+2
2022-09-23testsuite: Fix up pr106922.C testJakub Jelinek1-2/+2
2022-09-23attribs: Improve diagnosticsJakub Jelinek1-0/+3
2022-09-23i386: Optimize code generation of __mm256_zextsi128_si256(__mm_set1_epi8(-1))Hu, Lin112-13/+235
2022-09-22c++: ICE-on-invalid with designated initializer [PR106983]Marek Polacek2-1/+14
2022-09-23Daily bump.GCC Administrator8-1/+320
2022-09-22Update gcc fr.poJoseph Myers1-11/+8
2022-09-22Convert CFN_BUILT_IN_PARITY to range-ops.Andrew MacLeod3-52/+31
2022-09-22Convert CFN_BUILT_IN_GOACC_DIM_* to range-ops.Andrew MacLeod2-19/+47
2022-09-22Convert CFN_BUILT_IN_STRLEN to range-ops.Andrew MacLeod2-21/+37
2022-09-22Convert CFN_BUILT_IN_UBSAN_CHECK_* to range-ops.Andrew MacLeod2-46/+57
2022-09-22Convert CFN_BUILT_IN_CLRSB to range-ops.Andrew MacLeod2-7/+23
2022-09-22Convert CFN_CTZ builtins to range-ops.Andrew MacLeod2-60/+80
2022-09-22Convert CFN_CLZ builtins to range-ops.Andrew MacLeod2-61/+84
2022-09-22Convert CFN_BUILT_FFS and CFN_POPCOUNT to range-ops.Andrew MacLeod2-22/+34
2022-09-22Convert CFN_BUILT_IN_TOUPPER and TOLOWER to range-ops.Andrew MacLeod2-66/+77
2022-09-22Convert CFN_BUILT_IN_SIGNBIT to range-ops.Andrew MacLeod2-20/+27
2022-09-22Add range-ops support for builtin functions.Andrew MacLeod3-25/+97
2022-09-22Always check the return value of fold_range.Andrew MacLeod4-8/+16
2022-09-22Add missing float fold_range prototype for floats.Andrew MacLeod3-3/+25
2022-09-22Fix calc_op1 for undefined op2_range.Andrew MacLeod1-2/+6
2022-09-22Create gimple_range_op_handler in a new source file.Andrew MacLeod12-293/+386
2022-09-22Adjust range_op_handler to store the handler directly.Andrew MacLeod2-140/+114
2022-09-22Replace another snippet with a call to gimple_range_ssa_names.Andrew MacLeod1-17/+3
2022-09-22Fortran: Fix automatic reallocation inside select rank [PR100103]José Rui Faustino de Sousa2-2/+78
2022-09-22Fortran: fix ICE in generate_coarray_sym_init [PR82868]Harald Anlauf2-0/+16
2022-09-22cmd/cgo: add and use runtime/cgo.Incomplete instead of //go:notinheapIan Lance Taylor1-1/+1
2022-09-22tree-optimization/102801 - testcase for uninit diagnosticRichard Biener1-0/+55
2022-09-22c++ modules: partial variable template specializations [PR106826]Patrick Palka3-14/+82
2022-09-22remove -gz=zlib-gnu option valueMartin Liska4-115/+20
2022-09-22c: fix uninitialized c_expr::m_decimal [PR106830]David Malcolm6-7/+35
2022-09-22tree-optimization/106922 - missed FRE/PRERichard Biener3-32/+93
2022-09-22xtensa: gcc: enable section anchors supportMax Filippov1-0/+3
2022-09-22xtensa: gcc: implement MI thunk generation for call0 ABIMax Filippov1-1/+115
2022-09-22tree-optimization/99407 - DSE with data-ref analysisRichard Biener3-3/+52
2022-09-22Some VN TLCRichard Biener1-16/+27
2022-09-22Fix typo in floorv2sf2, should be register_operand for op1, not vector_operand.liuhongt2-1/+25
2022-09-22Daily bump.GCC Administrator3-1/+83
2022-09-21[PR106967] Set known NANs to undefined for flag_finite_math_only.Aldy Hernandez1-2/+7
2022-09-21Clear unused flags in frange for undefined ranges.Aldy Hernandez2-4/+8
2022-09-21tree-optimization/106984 - tsan and COND_EXPR GIMPLERichard Biener2-6/+14
2022-09-21Fortran: handle RADIX kind in IEEE_SET_ROUNDING_MODEFrancois-Xavier Coudert1-0/+27
2022-09-21aarch64: Rewrite -march=native to -mcpu if no other -mcpu or -mtune is givenKyrylo Tkachov1-18/+32
2022-09-21[PR106967] frange: revamp relational operators for NANs.Aldy Hernandez2-93/+193
2022-09-21Don't check can_vec_perm_const_p for nonlinear iv_init when it's constant.liuhongt2-1/+18
2022-09-21Daily bump.GCC Administrator6-1/+227