summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-05-09Do not override -fnon-call-exceptions in default modeEric Botcazou
2020-05-09Do not make a local copy of large aggregateEric Botcazou
2020-05-09Fix problematic cases of wrappingEric Botcazou
2020-05-09Accept qualified aggregates in memset pathEric Botcazou
2020-05-09Fix missing back-annotation for Out parameterEric Botcazou
2020-05-09Small housekeeping work in gigiEric Botcazou
2020-05-09Remove last use of expr_alignEric Botcazou
2020-05-09testsuite: Fix up two testcases [PR95008]Jakub Jelinek
2020-05-09cris: Enable "neg" to set condition codes.Hans-Peter Nilsson
2020-05-09cris: Enable single-bit btst/btstq to set condition codes.Hans-Peter Nilsson
2020-05-09cris: Enable 32-bit shifts, clz, bswap, umin to set condition codes.Hans-Peter Nilsson
2020-05-09cris: Enable general "and", "or", "xor", "not" to set condition codes.Hans-Peter Nilsson
2020-05-09cris: Enable additions and subtractions to set condition codes.Hans-Peter Nilsson
2020-05-09cris: Enable extend operations to SImode to set condition codes.Hans-Peter Nilsson
2020-05-09cris: Enable movhi and movqi to set condition codes. Anonymize.Hans-Peter Nilsson
2020-05-09cris: Enable *movsi_internal to set condition codes.Hans-Peter Nilsson
2020-05-09cris: Introduce CC_NZVCmode and CC_NZmode.Hans-Peter Nilsson
2020-05-09cris.md: Post-reload, split/generate clobberless zero source movesHans-Peter Nilsson
2020-05-09cris.md: Post-reload, split/generate clobberless memory destination movesHans-Peter Nilsson
2020-05-09config/cris/cris.h (REVERSIBLE_CC_MODE): Define to true.Hans-Peter Nilsson
2020-05-09cris: Define TARGET_FLAGS_REGNUM.Hans-Peter Nilsson
2020-05-09cris: Emit trivial btstq expected by gcc.target/cris/sync-2i.c, sync-2c.cHans-Peter Nilsson
2020-05-09cris: Move trivially from cc0 to reg:CC model, removing most optimizations.Hans-Peter Nilsson
2020-05-09gcc/config/cris: Remove shared-library and CRIS v32 support.Hans-Peter Nilsson
2020-05-09gcc/config/cris/t-elfmulti: Remove crisv32 multilib.Hans-Peter Nilsson
2020-05-09gcc/testsuite: Remove traces of crisv32-* outside gcc.target/crisHans-Peter Nilsson
2020-05-09gcc/testsuite: gcc.target/cris: Remove crisv32-* and cris-linux-* tests.Hans-Peter Nilsson
2020-05-09libgcc: cris: Remove support for crisv32-*-* and cris*-*-linuxHans-Peter Nilsson
2020-05-09cris: Remove from gcc/config/cris: t-linux, linux.h, linux.optHans-Peter Nilsson
2020-05-09config.gcc: Remove support for crisv32-*-* and cris-*-linux*.Hans-Peter Nilsson
2020-05-09dbr: Filter-out TARGET_FLAGS_REGNUM from end_of_function_needs.Hans-Peter Nilsson
2020-05-09Daily bump.GCC Administrator
2020-05-08switchcontext.S: Include <cet.h> and use _CET_ENDBRH.J. Lu
2020-05-08libphobos: Add --enable-cet to configureH.J. Lu
2020-05-08Improve hard reg preference propapagation.Vladimir N. Makarov
2020-05-08coroutines: Update TREE_SIDE_EFFECTS on inserted bind exprs.Iain Sandoe
2020-05-08c++: No news is good newsNathan Sidwell
2020-05-08preprocessor: Reimplement directives only processing, support raw literals.Nathan Sidwell
2020-05-08move permutation validity checkRichard Biener
2020-05-08EOF has a locationNathan Sidwell
2020-05-08Fix uniqueness of address for aliased objectsEric Botcazou
2020-05-08Couple of tweaks to help in LTO modeEric Botcazou
2020-05-08Fix missing information in exception messages with -gnateEEric Botcazou
2020-05-08Small tweak to gnat_to_gnu_paramEric Botcazou
2020-05-08Fix availability compute during VN DOM eliminationRichard Biener
2020-05-08match.pd: A ^ ((A ^ B) & -(C cmp D)) -> (C cmp D) ? B : A simplification [PR9...Jakub Jelinek
2020-05-08ix86: Add peephole2 for *add<mode>3_cc_overflow_1 followed by matching memory...Jakub Jelinek
2020-05-08tree: Avoid variable sharing in get_narrower [PR94724]Jakub Jelinek
2020-05-08match.pd: Canonicalize (X + (X >> (prec - 1))) ^ (X >> (prec - 1)) to abs (X)...Jakub Jelinek
2020-05-08match.pd: Optimize ffs of known non-zero arg into ctz + 1 [PR94956]Jakub Jelinek