]> git.ipfire.org Git - thirdparty/gcc.git/shortlog
thirdparty/gcc.git
2020-05-23  David Edelsohnlibcpp, libdecnumber: configure and substitute AR
2020-05-23  Patrick Palkalibstdc++: Compile PR93978 testcase with -Wall
2020-05-23  Patrick Palkac++: Avoid concept evaluation when uid-sensitive [PR94038]
2020-05-23  Jonathan Wakelylibstdc++: Fix function that can't be constexpr in...
2020-05-23  Thomas KoenigFixes a hang on an invalid ID in a WAIT statement.
2020-05-23  Jonathan Wakelylibstdc++: Refactor filesystem::path string conversions
2020-05-23  Jonathan Wakelylibstdc++: Remove incorrect static specifiers
2020-05-23  Jonathan Wakelylibstdc++: Simplify filesystem::path SFINAE constraints
2020-05-23  Iain SandoeDarwin: Make sanitizer local vars linker-visible.
2020-05-23  liuhongtAdjust typo in testcase of my last commit
2020-05-23  Jason Merrillc++: Fix C++17 eval order for virtual op=.
2020-05-23  GCC AdministratorDaily bump.
2020-05-22  Mark WielaardSuggest including <stdint.h> or <cstdint> for [u]int...
2020-05-22  Mark WielaardSuggest including <stdbool.h> for bool, true and false
2020-05-22  Jason Merrillc++: -fsanitize=vptr and -fstrong-eval-order. [PR95221]
2020-05-22  Mark Wielaardanalyzer: Add exit, and _exit replacement, to sm-signal.
2020-05-22  Jan HubickaSilence warning introduced by my previous change.
2020-05-22  Uros Bizjaki386: Fix <rounding_insn><mode>2 expander [PR95255]
2020-05-22  Jan HubickaAvoid streaming stray references.
2020-05-22  Jan HubickaAdd debug dump for integer_cst streaming.
2020-05-22  Jan HubickaImprove LTO streaming dumps
2020-05-22  liuhongtAdd missing vector truncmn2 expanders [PR92658]
2020-05-22  H.J. Lux86: Handle -mavx512vpopcntdq for -march=native
2020-05-22  Jakub JelinekFix up go related ignored locations.
2020-05-22  Richard Bienertree-optimization/95268 - fix commoning of clobbers
2020-05-22  Jan HubickaFix hashing of prestreamed nodes
2020-05-22  Jan HubickaSimplify streaming of SCC components
2020-05-22  Richard Bienerlto/95190 - amend -flto docs for diagnostic option...
2020-05-22  Richard Bienerenfoce SLP_TREE_VECTYPE for invariants
2020-05-22  Richard Bienertree-optimization/95248 - fix oversight in SM rewrite
2020-05-22  Martin LiskaAdd missing ChangeLog entry.
2020-05-22  Richard Bieneradd ctor/dtor to slp_tree
2020-05-22  Martin LiskaAdd gcc/testsuite/go.test/test to ignored locations...
2020-05-22  GCC AdministratorDaily bump.
2020-05-21  Jason Merrillc++: Check constant array bounds later.
2020-05-21  Jason Merrillc++: Constant expression parsing and parameters.
2020-05-21  Jason Merrillc++: Improve error recovery for =.
2020-05-21  Jason Merrillc++: Improve error-recovery for parms.
2020-05-21  Iain Sandoecoroutines: Partial reversion of r11-437-g5ef067eb14d4.
2020-05-21  Rainer OrthInclude memmodel.h in adjust-alignment.c
2020-05-21  H.J. Luconfig/i386/cpuid.h: Use hexadecimal in comments
2020-05-21  Matthias Kretzlibstdc++: Enable simple invocation of runtest in testsuite
2020-05-21  Patrick Palkac++: template instantiation during fold_for_warn [PR94038]
2020-05-21  H.J. Lulibgcc: Move FEATURE_AVX512VP2INTERSECT after FEATURE_A...
2020-05-21  Martin LiskaFix a test-case warning.
2020-05-21  Nathan SidwellRemove accidental testcase commit
2020-05-21  H.J. Lulibgfortran: Use __builtin_cpu_is/__builtin_cpu_supports
2020-05-21  Martin LiskaAdd outline-atomics to target attribute.
2020-05-21  Martin LiskaPrepare git_update_version.py for real usage.
2020-05-21  Martin LiskaSupport DR entries for gcc-changelog.
2020-05-21  Martin Liskamklog: support parsing of DR.
2020-05-21  Jonathan Wakelylibstdc++: Avoid constraint recursion with iterator_tra...
2020-05-21  GCC AdministratorDaily bump.
2020-05-21  Jonathan Wakelylibstdc++: Use macro for nodiscard attribute
2020-05-20  Jonathan Wakelylibstdc++: Better requirements checking in Networking TS
2020-05-20  Jonathan Wakelylibstdc++: Fix net::basic_socket::close(error_code&)
2020-05-20  Jonathan Wakelylibstdc++: Use 'using' for types in Networking TS headers
2020-05-20  Uros Bizjaki386: Do not use commutative operands with (use) RTX...
2020-05-20  Jozef LawrynowiczFix premature omission of ChangeLog entry in ChangeLog...
2020-05-20  Jozef LawrynowiczTESTSUITE: Fix Wconversion-null*.C tests for aarch64...
2020-05-20  Marek Polacekc++: C++20 DR 2237, disallow simple-template-id in...
2020-05-20  Nathan Sidwellpreprocessor: Revert premature change
2020-05-20  Nathan Sidwellpreprocessor: cleanups in c-common handling
2020-05-20  Marek Polacekc++: Implement DR 2289, Uniqueness of structured bindin...
2020-05-20  Uros Bizjaki386: Fix zero/sign extend expanders [PR95229]
2020-05-20  Uros Bizjaki386: Fix *pushsi2_rex64 constraints [PR95238]
2020-05-20  Martin Liskagit_email.py: fix duplicate author_lines.
2020-05-20  Jan HubickaAvoid SCC hashing on unmergeable trees
2020-05-20  Mark EgglestonFortran : ProcPtr function results: 'ppr@' in error...
2020-05-20  Nathan Sidwellpreprocessor: Replace some flags with a single enum
2020-05-20  Patrick Palkac++: spec_hasher and TYPENAME_TYPE resolution [PR95223]
2020-05-20  Martin LiskaFill up {,un}compression stats for ZSTD in LTO.
2020-05-20  Srinath ParvathaneniAdd missing testsuite/Changelog for PR94595 bug fix.
2020-05-20  Richard Bienertree-optimization/95219 - improve IV selection for...
2020-05-20  Richard Bienermiddle-end/95231 - revert parts of PR95171
2020-05-20  H.J. LuAdd missing ChangeLog entry for r11-516
2020-05-20  H.J. Lux86: Update VPCLMULQDQ check
2020-05-20  Martin LiskaRemove dangling line from gcc/ChangeLog.
2020-05-20  Srinath Parvathaneni[ARM]: Fix the wrong code-gen generated by MVE vector...
2020-05-20  Martin Liskagit_commit.py: Add tests for signatures.
2020-05-20  Frederik Harwathcontrib/gcc-changelog: Skip over review lines
2020-05-20  Martin Liskagit_check_commit: shorted option name
2020-05-20  Martin LiskaAdd gcc-backport and support git cherry pick.
2020-05-20  Richard Bienerc/95141 - fix bogus integer overflow warning
2020-05-20  Kito ChengFix alignment for local variable [PR90811]
2020-05-20  GCC AdministratorDaily bump.
2020-05-19  Jonathan Wakelylibstdc++: Use RDRAND as fallback if RDSEED keeps faili...
2020-05-19  H.J. Lux86: Add FEATURE_AVX512VP2INTERSECT and update GFNI...
2020-05-19  Nathan Sidwellc++: Alias template instantiation template info
2020-05-19  Nathan Sidwellpreprocessor: Random cleanups
2020-05-19  Alex Coplan[aarch64] PR target/94591: Don't generate invalid REV64...
2020-05-19  Martin LiskaUse REST API for bug titles in mklog.
2020-05-19  Martin LiskaUse commit timestamp in git_update_version.py.
2020-05-19  Martin SeborPR c++/94923 - False positive -Wclass-memaccess with...
2020-05-19  Nathan Sidwellpreprocessor: Reimplement raw string lexing [pr95149]
2020-05-19  Richard BienerFix FAIL: gcc.target/i386/pr92645-4.c
2020-05-19  Nathan Sidwellpreprocessor: Fix ICE with EOF in macro args [pr95182]
2020-05-19  Jozef LawrynowiczTESTSUITE: Fix tests for 16-bit targets
2020-05-19  Jakub Jelinekopenmp: Add basic library allocator support.
2020-05-19  Martin Liskamklog.py: improve parsing of struct names (ignore GTY).
next