aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-05-09libbacktrace: support fetching executable name using sysctlIan Lance Taylor5-1/+201
2020-05-09Update copyright yearEric Botcazou13-12/+16
2020-05-09Add assertion for access attributesEric Botcazou2-0/+8
2020-05-09Fix small issues with -fgnat-encodings=minimalEric Botcazou7-208/+247
2020-05-09Fix tree sharing issue with slicesEric Botcazou2-2/+14
2020-05-09Do not override -fnon-call-exceptions in default modeEric Botcazou2-1/+7
2020-05-09Do not make a local copy of large aggregateEric Botcazou2-13/+83
2020-05-09Fix problematic cases of wrappingEric Botcazou2-2/+8
2020-05-09Accept qualified aggregates in memset pathEric Botcazou2-12/+21
2020-05-09Fix missing back-annotation for Out parameterEric Botcazou2-1/+9
2020-05-09Small housekeeping work in gigiEric Botcazou5-81/+66
2020-05-09Remove last use of expr_alignEric Botcazou5-47/+16
2020-05-09testsuite: Fix up two testcases [PR95008]Jakub Jelinek3-2/+10
2020-05-09cris: Enable "neg" to set condition codes.Hans-Peter Nilsson3-5/+10
2020-05-09cris: Enable single-bit btst/btstq to set condition codes.Hans-Peter Nilsson4-20/+96
2020-05-09cris: Enable 32-bit shifts, clz, bswap, umin to set condition codes.Hans-Peter Nilsson2-4/+11
2020-05-09cris: Enable general "and", "or", "xor", "not" to set condition codes.Hans-Peter Nilsson2-21/+43
2020-05-09cris: Enable additions and subtractions to set condition codes.Hans-Peter Nilsson2-10/+18
2020-05-09cris: Enable extend operations to SImode to set condition codes.Hans-Peter Nilsson2-2/+6
2020-05-09cris: Enable movhi and movqi to set condition codes. Anonymize.Hans-Peter Nilsson2-7/+20
2020-05-09cris: Enable *movsi_internal to set condition codes.Hans-Peter Nilsson2-5/+65
2020-05-09cris: Introduce CC_NZVCmode and CC_NZmode.Hans-Peter Nilsson6-72/+288
2020-05-09cris.md: Post-reload, split/generate clobberless zero source movesHans-Peter Nilsson2-3/+21
2020-05-09cris.md: Post-reload, split/generate clobberless memory destination movesHans-Peter Nilsson2-0/+54
2020-05-09config/cris/cris.h (REVERSIBLE_CC_MODE): Define to true.Hans-Peter Nilsson2-0/+5
2020-05-09cris: Define TARGET_FLAGS_REGNUM.Hans-Peter Nilsson2-0/+12
2020-05-09cris: Emit trivial btstq expected by gcc.target/cris/sync-2i.c, sync-2c.cHans-Peter Nilsson2-0/+31
2020-05-09cris: Move trivially from cc0 to reg:CC model, removing most optimizations.Hans-Peter Nilsson7-2570/+612
2020-05-09gcc/config/cris: Remove shared-library and CRIS v32 support.Hans-Peter Nilsson9-2278/+204
2020-05-09gcc/config/cris/t-elfmulti: Remove crisv32 multilib.Hans-Peter Nilsson2-4/+4
2020-05-09gcc/testsuite: Remove traces of crisv32-* outside gcc.target/crisHans-Peter Nilsson15-17/+21
2020-05-09gcc/testsuite: gcc.target/cris: Remove crisv32-* and cris-linux-* tests.Hans-Peter Nilsson38-107/+15
2020-05-09libgcc: cris: Remove support for crisv32-*-* and cris*-*-linuxHans-Peter Nilsson4-18/+5
2020-05-09cris: Remove from gcc/config/cris: t-linux, linux.h, linux.optHans-Peter Nilsson4-188/+2
2020-05-09config.gcc: Remove support for crisv32-*-* and cris-*-linux*.Hans-Peter Nilsson2-26/+4
2020-05-09dbr: Filter-out TARGET_FLAGS_REGNUM from end_of_function_needs.Hans-Peter Nilsson2-0/+11
2020-05-09Daily bump.GCC Administrator1-1/+1
2020-05-08switchcontext.S: Include <cet.h> and use _CET_ENDBRH.J. Lu2-0/+15
2020-05-08libphobos: Add --enable-cet to configureH.J. Lu6-12/+114
2020-05-08Improve hard reg preference propapagation.Vladimir N. Makarov4-23/+58
2020-05-08coroutines: Update TREE_SIDE_EFFECTS on inserted bind exprs.Iain Sandoe4-5/+73
2020-05-08c++: No news is good newsNathan Sidwell2-408/+2
2020-05-08preprocessor: Reimplement directives only processing, support raw literals.Nathan Sidwell22-265/+770
2020-05-08move permutation validity checkRichard Biener9-180/+180
2020-05-08EOF has a locationNathan Sidwell38-43/+104
2020-05-08Fix uniqueness of address for aliased objectsEric Botcazou4-3/+41
2020-05-08Couple of tweaks to help in LTO modeEric Botcazou3-8/+141
2020-05-08Fix missing information in exception messages with -gnateEEric Botcazou2-25/+33
2020-05-08Small tweak to gnat_to_gnu_paramEric Botcazou2-2/+10
2020-05-08Fix availability compute during VN DOM eliminationRichard Biener5-20/+76