summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-05-11sparc: Preserve ORIGINAL_REGNO in epilogue_renumber [PR105257]Jakub Jelinek
2022-05-11c++: Fix up CONSTRUCTOR_PLACEHOLDER_BOUNDARY handling [PR105256]Jakub Jelinek
2022-05-11i386: Fix ICE caused by ix86_emit_i387_log1p [PR105214]Jakub Jelinek
2022-05-11builtins: Fix up expand_builtin_int_roundingfn_2 [PR105211]Jakub Jelinek
2022-05-11c-family: Initialize ridpointers for __int128 etc. [PR105186]Jakub Jelinek
2022-05-11fold-const: Fix up make_range_step [PR105189]Jakub Jelinek
2022-05-11combine: Don't record for UNDO_MODE pointers into regno_reg_rtx array [PR104985]Jakub Jelinek
2022-05-11i386: Fix up ix86_expand_vector_init_general [PR105123]Jakub Jelinek
2022-05-11ubsan: Fix ICE due to -fsanitize=object-size [PR105093]Jakub Jelinek
2022-05-11c++: Fix up __builtin_convertvector parsingJakub Jelinek
2022-05-11c++: extern thread_local declarations in constexpr [PR104994]Jakub Jelinek
2022-05-11i386: Don't emit pushf;pop for __builtin_ia32_readeflags_u* with unused lhs [...Jakub Jelinek
2022-05-11c, c++, c-family: -Wshift-negative-value and -Wshift-overflow* tweaks for -fw...Jakub Jelinek
2022-05-11c++: Don't suggest cdtor or conversion op identifiers in spelling hints [PR10...Jakub Jelinek
2022-05-11s390: Fix up *cmp_and_trap_unsigned_int<mode> constraints [PR104775]Jakub Jelinek
2022-05-11match.pd: Further complex simplification fixes [PR104675]Jakub Jelinek
2022-05-11rs6000: Use rs6000_emit_move in movmisalign<mode> expander [PR104681]Jakub Jelinek
2022-05-11match.pd: Don't create BIT_NOT_EXPRs for COMPLEX_TYPE [PR104675]Jakub Jelinek
2022-05-11libiberty: Fix up debug.temp.o creation if *.o has 64K+ sections [PR104617]Jakub Jelinek
2022-05-11valtrack: Avoid creating raw SUBREGs with VOIDmode argument [PR104557]Jakub Jelinek
2022-05-11c-family: Fix up shorten_compare for decimal vs. non-decimal float comparison...Jakub Jelinek
2022-05-11sanitizer: Use glibc _thread_db_sizeof_pthread symbol if presentJakub Jelinek
2022-05-11openmp: Make finalize_task_copyfn order reproduceable [PR104517]Jakub Jelinek
2022-05-11c++: Don't reject GOTO_EXPRs to cdtor_label in potential_constant_expression_...Jakub Jelinek
2022-05-11asan: Fix up address sanitizer instrumentation of __builtin_alloca* if it can...Jakub Jelinek
2022-05-11i386: Fix up cvtsd2ss splitter [PR104502]Jakub Jelinek
2022-05-11c++: Fix up constant expression __builtin_convertvector folding [PR104472]Jakub Jelinek
2022-05-11combine: Fix ICE with substitution of CONST_INT into PRE_DEC argument [PR104446]Jakub Jelinek
2022-05-11rs6000: Fix up vspltis_shifted [PR102140]Jakub Jelinek
2022-05-11libgomp: Fix segfault with posthumous orphan tasks [PR104385]Jakub Jelinek
2022-05-11libcpp: Fix up padding handling in funlike_invocation_p [PR104147]Jakub Jelinek
2022-05-11libcpp: Avoid PREV_WHITE and other random content on CPP_PADDING tokensJakub Jelinek
2022-05-11optabs: Don't create pseudos in prepare_cmp_insn when not allowed [PR102478]Jakub Jelinek
2022-05-11match.pd, optabs: Avoid vectorization of {FLOOR,CEIL,ROUND}_{DIV,MOD}_EXPR [P...Jakub Jelinek
2022-05-11ifcvt: Check for asm goto at the end of then_bb/else_bb in ifcvt [PR103908]Jakub Jelinek
2022-05-11libcpp: Fix up ##__VA_OPT__ handling [PR89971]Jakub Jelinek
2022-05-11shrink-wrapping: Fix up prologue block discovery [PR103860]Jakub Jelinek
2022-05-11loop-invariant: Fix -fcompare-debug failure [PR103837]Jakub Jelinek
2022-05-11bswap: Fix UB in find_bswap_or_nop_finalize [PR103435]Jakub Jelinek
2022-05-11fortran, debug: Fix up DW_AT_rank [PR103315]Jakub Jelinek
2022-05-11c++: Fix up -fstrong-eval-order handling of call arguments [PR70796]Jakub Jelinek
2022-05-11lim: Reset flow sensitive info even for pointers [PR103192]Jakub Jelinek
2022-05-11i386: Fix up x86 atomic_bit_test* expanders for !TARGET_HIMODE_MATH [PR103205]Jakub Jelinek
2022-05-11dwarf2out: Fix up field_byte_offset [PR101378]Jakub Jelinek
2022-05-11openmp: For default(none) ignore variables created by ubsan_create_data [PR64...Jakub Jelinek
2022-05-11c++: Don't reject calls through PMF during constant evaluation [PR102786]Jakub Jelinek
2022-05-11openmp: Fix up handling of OMP_PLACES=threads(1)Jakub Jelinek
2022-05-11c++: Fix apply_identity_attributes [PR102548]Jakub Jelinek
2022-05-11ubsan: Use -fno{,-}sanitize=float-divide-by-zero for float division by zero r...Jakub Jelinek
2022-05-11i386: Don't emit fldpi etc. if -frounding-math [PR102498]Jakub Jelinek