aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-09-23Avoid depending on destructor orderThomas Neumann1-1/+3
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-22libiberty: Refer to Bugzilla in READMEJonathan Wakely1-1/+1
2022-09-22libstdc++: Implement constexpr std::bitset for C++23 (P2417R2)Jonathan Wakely8-79/+440
2022-09-22libstdc++: Rearrange tests for <bitset>Jonathan Wakely34-0/+0
2022-09-22cmd/cgo: add and use runtime/cgo.Incomplete instead of //go:notinheapIan Lance Taylor6-52/+67
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-22libstdc++: Remove useless gdb printer registrationsFrançois Dumont1-5/+0
2022-09-22Daily bump.GCC Administrator5-1/+139
2022-09-21libstdc++: Fix accidental duplicate test [PR91456]Jonathan Wakely2-4/+9
2022-09-21libstdc++: Remove main() from some compile-only testsJonathan Wakely5-25/+0
2022-09-21libstdc++: Update <memory> synopsis test for C++11 and laterJonathan Wakely1-7/+59
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 Coudert2-3/+36
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-21Fortran: add symbols in version map for IEEE_GET_MODES and IEEE_SET_MODESFrancois-Xavier Coudert1-0/+6
2022-09-21Don't check can_vec_perm_const_p for nonlinear iv_init when it's constant.liuhongt2-1/+18
2022-09-21libstdc++: Remove trailing whitespace in documentation sourcesJonathan Wakely2-8/+8
2022-09-21libstdc++: Add _Exit to <stdlib.h> for freestandingJonathan Wakely1-0/+3