gcc.git
2020-05-07 Eric BotcazouFix a few DWARF bugs with -fgnat-encodings=minimal
2020-05-07 Martin Liskalto-wrapper: split arguments of getenv ("MAKE").
2020-05-07 Uros Bizjakalpha: Implement the PR94780 fix for alpha.
2020-05-07 GCC AdministratorDaily bump.
2020-05-06 Marek Polacekc++: ICE in value_dependent_expression_p in C++98 mode...
2020-05-06 Iain Buclawd: Fix ICE in verify_gimple_stmt, at tree-cfg.c:4959
2020-05-06 Jakub Jelinekc++: Avoid strict_aliasing_warning on dependent types...
2020-05-06 Jakub Jelinekc++: Don't synthesize sfk_comparison method multiple...
2020-05-06 François Dumontlibstdc++ std::fill overload for std::vector<bool>...
2020-05-06 Uros Bizjaki386: Use generic division to generate INEXACT exception
2020-05-06 Nathan Sidwellc++: QT overload regression with attribute [PR94946]
2020-05-06 Iain Sandoecoroutines: Remove references to n4849 (NFC).
2020-05-06 Jakub Jelinekx86: Fix vextract* masked patterns [PR93069]
2020-05-06 qing zhaoadd a new option -flarge-source-files.
2020-05-06 Uros Bizjaki386: Use ADD to implement compares with negated operan...
2020-05-06 Kyrylo Tkachov[AArch64] Use __getauxval instead of getauxval in LSE...
2020-05-06 Richard BienerPrepare removal of SLP_INSTANCE_GROUP_SIZE
2020-05-06 H.J. Lux32: Update baseline_symbols.txt
2020-05-06 Andreas Schwabaarch64: fix conflicting declarations
2020-05-06 Rainer Orthlibstdc++: Update Solaris baselines for GCC 10.1
2020-05-06 Richard Bienermiddle-end/94964 - avoid EH loop entry with CP_SIMPLE_P...
2020-05-06 Richard Bienertree-optimization/94963 - avoid bogus uninit warning...
2020-05-06 Martin LiskaRevert "Use const for template argument."
2020-05-06 liuhongtAdd ChangeLog entries for patch TSXLDTRK.
2020-05-06 liuhongtAdd ENQCMD, AVX512BF16, AVX512_VP2INTERSECT to gcc...
2020-05-06 Jonathan Wakelylibstdc++: Document library versioning for 9.[123]...
2020-05-06 Jakub Jelineklibstdc++: Update {x86_64,i?86,powerpc64,s390x,aarch64...
2020-05-06 Jakub Jelinekmatch.pd: Optimize ~(~X +- Y) into (X -+ Y) [PR94921]
2020-05-06 Richard Bienertree-optimization/94965 - fix typo in vec_info * passing
2020-05-06 Rainer Orthdoc: Update install.texi for GCC 10 on Solaris
2020-05-06 liuhongtEnable TARGET_TSXLDTRK for GCC support.
2020-05-06 Jakub Jelinekriscv: Fix up riscv_atomic_assign_expand_fenv [PR94950]
2020-05-06 Jakub Jelinekcombine: Don't replace SET_SRC with REG_EQUAL note...
2020-05-06 liuhongtEnable GCC support for SERIALIZE
2020-05-06 Richard BienerAdjust integer <-> pointer conversion IL checking
2020-05-06 GCC AdministratorDaily bump.
2020-05-05 Jason Merrillc++: CWG2235 partial ordering and non-dependent types
2020-05-05 Jason Merrillc++: constexpr and lambda capture [PR90212]
2020-05-05 H.J. Lumatcher-1.m: Change return type to int
2020-05-05 Harald AnlaufPR fortran/93366 - ICE on invalid, reject invalid use...
2020-05-05 Nathan Sidwelllibitm: Disable diagnostic coloring in tests
2020-05-05 Iain Sandoecoroutines: Replace extra checks for co_yield with...
2020-05-05 Michael MeissnerDelete file meant for a private branch
2020-05-05 Michael MeissnerRemove files meant for a private branch
2020-05-05 Michael MeissnerDelete file meant for private branch
2020-05-05 Michael MeissnerDelete file meant for private branch
2020-05-05 Michael MeissnerRemove files meant for private branch
2020-05-05 Michael MeissnerDelete changes meant for a private branch.
2020-05-05 Michael MeissnerPatch ieee128-lib-patch010b
2020-05-05 Michael MeissnerNew file
2020-05-05 Michael MeissnerNew files
2020-05-05 Sebastian HuberRTEMS: Improve GCC specification
2020-05-05 Dimitar DimitrovPRU: Remove TARGET_HARD_REGNO_CALL_PART_CLOBBERED
2020-05-05 Dimitar Dimitrovtestsuite: pru: Add clobber test
2020-05-05 Dimitar DimitrovPRU: Fix R3.w0 register class
2020-05-05 Dimitar DimitrovPRU: Simplify machine description
2020-05-05 Dimitar DimitrovPRU: Fix comment to avoid fall through warning
2020-05-05 Michael MeissnerPatch ieee128-lib-patch009b
2020-05-05 Michael MeissnerPatch ieee128-lib-patch008b
2020-05-05 Michael MeissnerPatch ieee128-lib-patch007b
2020-05-05 Michael MeissnerUpdate ChangeLog
2020-05-05 Michael MeissnerRemove extra newline
2020-05-05 Michael MeissnerPatch ieee128-lib-patch006b
2020-05-05 Michael MeissnerPatch ieee128-lib-patch005b
2020-05-05 Michael MeissnerPatch ieee128-lib-patch004b
2020-05-05 Michael MeissnerPatch ieee128-lib-patch003b
2020-05-05 Michael MeissnerPatch ieee128-lib-patch002b
2020-05-05 Michael MeissnerPatch ieee128-lib-patch001b
2020-05-05 Michael Meissnersetup branch
2020-05-05 Uros Bizjaki386: Use "clobber (scratch)" in expanders
2020-05-05 Stefan Schulze... c-attribs.c: Fix warning about use of uninitialized...
2020-05-05 Nathan Sidwellc++: Avoid inconsistency in lambda fn's this pointer...
2020-05-05 Jakub Jelinekcsa, postreload: Improve csa after recent cselib change...
2020-05-05 Marek Polacekc++: Member template function lookup failure [PR94799]
2020-05-05 Martin LiskaRemove __gcov_flush.
2020-05-05 Martin LiskaUse __gcov_dump and __gcov_reset in execv and fork...
2020-05-05 Martin LiskaDo locking for __gcov_dump and __gcov_reset as well.
2020-05-05 Martin Liskaoptgen: make more sanity checks for enums.
2020-05-05 Martin LiskaProvide warning for missing jobserver.
2020-05-05 Martin LiskaAdd missing ChangeLog entries.
2020-05-05 Martin Liskagcov: print total_lines summary for all files.
2020-05-05 Martin LiskaProvide hint for misspelled -fdump-foo options.
2020-05-05 Martin LiskaMerge dg-options and dg-additional-options if len ...
2020-05-05 Martin LiskaUse const for template argument.
2020-05-05 Martin LiskaPut index check before use.
2020-05-05 Martin LiskaUse const for some function arguments.
2020-05-05 Martin LiskaRemove 2 dead variables in bid_internal.h.
2020-05-05 Richard Bienerrewrite hybrid SLP detection
2020-05-05 Richard Bienertestsuite/92177 - adjust expected patterns for gcc...
2020-05-05 Richard Bieneripa/94947 - fix test for externally visible variables...
2020-05-05 Eric BotcazouSilence warning in LTO mode on VxWorks
2020-05-05 Eric BotcazouDo not put incomplete CONSTRUCTORs into static memory
2020-05-05 Richard Bienertree-optimization/94949 - fix load eliding in SM
2020-05-05 Alex Coplanaarch64: eliminate redundant zero extend after bitwise...
2020-05-05 Jakub Jelinekmatch.pd: Canonicalize (x + (x << cst)) into (x * cst2...
2020-05-05 Jakub Jelinekx86: Fix *vec_dupv4hi constraints [PR94942]
2020-05-05 Jakub Jelinekmatch.pd: Optimize (((type)A * B) >> prec) != 0 into...
2020-05-05 Uros Bizjaki386: Use int_nonimmediate_operand more
2020-05-05 Richard Bienerfix build of targets not implementing add_stmt_cost
2020-05-05 Rainer Orthbuild: Fix 32-bit TLS detection with 64-bit-default...
next