summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-05-11Add caveat about parsing of .gcda and .gcno files.Martin Liska
2020-05-10Add handling of MULT_EXPR/PLUS_EXPR for wrapping overflow in affine combinati...Xionghu Luo
2020-05-11Daily bump.GCC Administrator
2020-05-10i386: Define __ILP32__ and _ILP32 for all 32-bit targetsGerald Pfeifer
2020-05-10libstdc++ Enhance thread safety of debug mode iteratorsFrançois Dumont
2020-05-10PR fortran/93499 - ICE on division by zero in declaration statementsHarald Anlauf
2020-05-09libbacktrace: don't crash if ELF file has no sectionsIan Lance Taylor
2020-05-10Daily bump.GCC Administrator
2020-05-09libbacktrace: don't free ELF strtab if error occurs after saving syminfoIan Lance Taylor
2020-05-09libbacktrace: add Mach-O supportIan Lance Taylor
2020-05-09libbacktrace: support short readIan Lance Taylor
2020-05-09libbacktrace: sometimes read debug sections individuallyIan Lance Taylor
2020-05-09libbacktrace: support fetching executable name using sysctlIan Lance Taylor
2020-05-09Update copyright yearEric Botcazou
2020-05-09Add assertion for access attributesEric Botcazou
2020-05-09Fix small issues with -fgnat-encodings=minimalEric Botcazou
2020-05-09Fix tree sharing issue with slicesEric Botcazou
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