]> git.ipfire.org Git - thirdparty/gcc.git/shortlog
thirdparty/gcc.git
2021-07-13  Richard Bienermiddle-end/101423 - internal calls do not trap
2021-07-13  Richard Bienertree-optimization/100778 - fix placement of trapping...
2021-07-13  Richard Bienertree-optimization/100778 - avoid cross-BB vectorization...
2021-07-13  GCC AdministratorDaily bump.
2021-07-12  GCC AdministratorDaily bump.
2021-07-11  GCC AdministratorDaily bump.
2021-07-10  GCC AdministratorDaily bump.
2021-07-09  Jason Merrillc++: concepts TS and explicit specialization [PR101098]
2021-07-09  Jason Merrillc++: missing dtor with -fno-elide-constructors [PR100838]
2021-07-09  Jason Merrillc++: argument pack with expansion [PR86355]
2021-07-09  Eric BotcazouMissing piece in earlier change
2021-07-09  Martin Jamboripa-sra: Fix thinko when overriding safe_to_import_acce...
2021-07-09  Eric BotcazouFix build failure on Windows with older binutils
2021-07-09  GCC AdministratorDaily bump.
2021-07-08  Marek Polacekc++: Fix noexcept with unevaluated operand [PR101087]
2021-07-08  Thomas KoenigDo not replace variable op variable in I/O implied...
2021-07-08  Clément Chigotfixincludes: AIX socket.h.
2021-07-08  GCC AdministratorDaily bump.
2021-07-07  Jason MerrillRevert "c++: Improve init handling"
2021-07-07  Jason Merrillc++: constexpr aggr init of empty class [PR101040]
2021-07-07  Peter Bergnerrs6000: Harden mma_init_builtins
2021-07-07  Peter Bergnerrs6000: Add MMA __builtin_vsx_lxvp and __builtin_vsx_st...
2021-07-07  Michael MeissnerBackport IEEE 128-bit min/max code.
2021-07-07  Richard Bienertree-optimization/101229 - fix vectorizer SLP hybrid...
2021-07-07  Richard Bienertree-optimization/101173 - fix interchange dependence...
2021-07-07  Richard Bienermiddle-end/101156 - remove not working optimization...
2021-07-07  Richard Bienertree-optimization/100923 - fix alias-ref construction...
2021-07-07  Richard Bienertree-optimization/101088 - fix SM invalidation issue
2021-07-07  Richard Bienertree-optimization/101025 - fix store-motion dependence...
2021-07-07  GCC AdministratorDaily bump.
2021-07-06  Clément Chigotaix: Power10 assembler invocation.
2021-07-06  David Edelsohnaix: collect2 text files in archive
2021-07-06  GCC AdministratorDaily bump.
2021-07-05  GCC AdministratorDaily bump.
2021-07-04  GCC AdministratorDaily bump.
2021-07-03  Iain Buclawd: Missed RVO optimization with non-POD structs
2021-07-03  GCC AdministratorDaily bump.
2021-07-02  Iain Buclawd: RHS value lost when a target_expr modifies LHS in...
2021-07-02  David Malcolmjit: fix test-vector-* failures
2021-07-02  David Malcolmjit: fix test-asm failures on i?86
2021-07-02  David Malcolmanalyzer: fix issue with symbolic reads with concrete...
2021-07-02  David Malcolmanalyzer: add region_model_manager::get_or_create_int_cst
2021-07-02  David Malcolmanalyzer: fix bitfield endianness issues [PR99212,PR101082]
2021-07-02  David Malcolmanalyzer: tweak priority of callstrings in worklist...
2021-07-02  David Malcolmanalyzer: make various region_model member functions...
2021-07-02  David Malcolmanalyzer: bitfield fixes [PR99212]
2021-07-02  David Malcolmanalyzer: fix region::get_bit_size for bitfields
2021-07-02  David Malcolmanalyzer: split out struct bit_range from class concret...
2021-07-02  David Malcolmanalyzer: remove redundant typedef
2021-07-02  David Malcolmanalyzer: remove unused prototypes
2021-07-02  David Malcolmanalyzer: show types for poisoned_svalue and compound_s...
2021-07-02  David Malcolmdiagnostic-show-locus: tweak rejection logic
2021-07-02  David Malcolmanalyzer: fix missing leak after call to strsep [PR100615]
2021-07-02  David Malcolmanalyzer: fix ICE on NULL change.m_expr [PR100244]
2021-07-02  Eric BotcazouChange EH pointer encodings to PC relative on Windows
2021-07-02  GCC AdministratorDaily bump.
2021-07-01  Eric BotcazouUse intermediate integer type with proper signedness
2021-07-01  GCC AdministratorDaily bump.
2021-06-30  Pat HaugenUpdate Power10 scheduling description for new fused...
2021-06-30  GCC AdministratorDaily bump.
2021-06-29  Ian Lance Taylorcompiler: in composite literals use temps only for...
2021-06-29  Marek Polacekc++: Failure to delay noexcept parsing with ptr-operato...
2021-06-29  Kewen Linrs6000: Fix typos in float128 ISA3.1 support
2021-06-29  GCC AdministratorDaily bump.
2021-06-28  GCC AdministratorDaily bump.
2021-06-27  GCC AdministratorDaily bump.
2021-06-26  GCC AdministratorDaily bump.
2021-06-25  Richard BienerFix SLP permute propagation error
2021-06-25  Richard Bienertree-optimization/101158 - adjust SLP call matching...
2021-06-25  Richard Bienertree-optimization/101151 - fix irreducible region check...
2021-06-25  Richard Bienertree-optimization/101105 - fix runtime alias test optim...
2021-06-25  Richard Bienermiddle-end/100672 - fix bogus right shift folding
2021-06-25  GCC AdministratorDaily bump.
2021-06-24  Eric BotcazouEmit .file 0 directive earlier in DWARF 5
2021-06-24  Eric BotcazouFix --gdwarf-5 configure tests for Windows
2021-06-24  Sandra LoosemoreFortran: fix sm computation in CFI_allocate [PR93524]
2021-06-24  GCC AdministratorDaily bump.
2021-06-23  Aaron SawdeyDo not enable pcrel-opt by default
2021-06-23  Michael MeissnerBackport patch from master branch.
2021-06-23  Uros Bizjaki386: Prevent unwanted combine from LZCNT to BSR [PR101175]
2021-06-23  Jakub Jelinekopenmp: Fix up *_reduction clause handling with UDRs...
2021-06-23  Jakub Jelinekinline-asm: Fix ICE with bitfields in "m" operands...
2021-06-23  Martin LiskaSync mklog.py from master.
2021-06-23  Martin Liskacontrib: add git-commit-mklog wrapper
2021-06-23  GCC AdministratorDaily bump.
2021-06-22  Thomas Rodgerslibstdc++: Fix for deadlock in std::counting_semaphore...
2021-06-22  liuhongtFix ICE for vpexpand*.
2021-06-22  GCC AdministratorDaily bump.
2021-06-21  Carl LoveRS6000 Add 128-bit Binary Integer sign extend operations
2021-06-21  Carl LoveConversions between 128-bit integer and floating point...
2021-06-21  Carl Lovers6000, Add test 128-bit shifts for just the int128...
2021-06-21  Carl LoveAdd 128-bit int to 128-bit DFP (floattitd2) and 128...
2021-06-21  Carl LoveRS6000 add 128-bit Integer Operations part 1
2021-06-21  Carl Lovers6000, Fix arguments in altivec_vrlwmi and altivec_rlw...
2021-06-21  Jason Merrillc++: deleted after first declaration [PR101106]
2021-06-21  Jason Merrillc++: remove redundant warning [PR100879]
2021-06-21  Aaron SawdeyFix p10 fusion regtests
2021-06-21  GCC AdministratorDaily bump.
2021-06-20  GCC AdministratorDaily bump.
2021-06-19  Harald AnlaufFortran - fix conversion to result type for the min...
next