]> git.ipfire.org Git - thirdparty/gcc.git/shortlog
thirdparty/gcc.git
2021-07-05  Ghjuvan Lacambre[Ada] Turn GNAT_Annotate into its own pragma
2021-07-05  Piotr Trojanek[Ada] Fix comment about the debug flag for strict alignment
2021-07-05  Piotr Trojanek[Ada] Cleanup checking for compatible alignment
2021-07-05  Ed Schonberg[Ada] Spurious error in instantiation with aggregate...
2021-07-05  Ghjuvan Lacambre[Ada] Print JSON continuation messages as separate...
2021-07-05  Steve Baird[Ada] Add Ada 2022 Image and Put_Image support for...
2021-07-05  Justin Squirek[Ada] Fix crash when printing error message
2021-07-05  Bob Duff[Ada] Clean up Get_Index_Bounds
2021-07-05  Bob Duff[Ada] Refactoring related to Returns_By_Ref
2021-07-05  Ghjuvan Lacambre[Ada] Fix overriding subprogram being incorrectly seen...
2021-07-05  Boris Yakobowski[Ada] Do not catch 'N rem -1' in CodePeer_Mode
2021-07-05  Christophe... testsuite: gcc.dg/debug/btf/btf-bitfields-3.c requires...
2021-07-05  Richard BienerDo not set both LOOP_C_INFINITE and LOOP_C_FINITE on...
2021-07-05  Richard Bienermiddle-end/101291 - set loop copy of versioned loop
2021-07-05  Richard Bienertestsuite/101299 - add missing vect_double requires...
2021-07-05  liuhongtRemove xfail for pr92658-avx512vl.c
2021-07-05  GCC AdministratorDaily bump.
2021-07-04  Iain SandoeDarwin, config : Adjust X86 biarch definitions ordering...
2021-07-04  GCC AdministratorDaily bump.
2021-07-03  David Edelsohntestsuite: Disable BTF and CTF testsuite on AIX.
2021-07-03  H.J. LuDon't use vec_duplicate on vector in CTOR expansion
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  Martin SeborImprove warning suppression for inlined functions ...
2021-07-02  Jakub Jelinekopenmp: Initial support for OpenMP directives expressed...
2021-07-02  Jakub Jelinekopenmp: Reject #pragma omp atomic update, [PR101297]
2021-07-02  Patrick Palkac++: unqualified member template in constraint [PR101247]
2021-07-02  Peter Bergnerrs6000: Add MMA __builtin_vsx_lxvp and __builtin_vsx_st...
2021-07-02  Jeff LawUse shift instructions to eliminate redundant compare...
2021-07-02  Andrew MacLeodFix build_gt and build_lt for signed 1 bit values.
2021-07-02  David FaustBTF: Support for BTF_KIND_FLOAT
2021-07-02  Jeff LawPreparing to use shifts to eliminate redundant test...
2021-07-02  Iain SandoeDarwin, CTF, BTF: Do not run the DWARF debug link for...
2021-07-02  Iain SandoeDarwin, BTF: Provide a suitable section name for BTF...
2021-07-02  Jeff LawFix m32r target specific fallout from recent int->bool...
2021-07-02  Jeff LawFix frv target specific fallout from recent int->bool...
2021-07-02  Maxim KuvyrkovAdd description of how testsuite parallelization works
2021-07-02  Jeff LawFix xstormy16 target specific fallout from recent int...
2021-07-02  Richard Bienertree-optimization/101293 - further enhance LIMs ref...
2021-07-02  Jonathan Wakelylibstdc++: Revert changes to std::unique_ptr<T[]>:...
2021-07-02  Eric BotcazouChange EH pointer encodings to PC relative on Windows
2021-07-02  Jakub Jelineki386: Punt on broadcasts from TImode integers [PR101286]
2021-07-02  Richard Bienertree-optimization/101280 - re-revise interchange fix...
2021-07-02  Hongyu WangClear odata for aes(enc|dec)(wide)?kl intrinsics when...
2021-07-02  Eugene RozenfeldUpdate gen_autofdo_event.py and gcc-auto-profile.
2021-07-02  liuhongtFix typo in standard pattern name of trunc<mode><pmov_d...
2021-07-02  GCC AdministratorDaily bump.
2021-07-01  H.J. Lusoft-fp: Update soft-fp from glibc
2021-07-01  David Malcolminput.c: move file caching globals to a new file_cache...
2021-07-01  Sandra LoosemoreFortran: set version field in CFI_cdesc_t to CFI_VERSION
2021-07-01  Michael MeissnerAdd IEEE 128-bit fp conditional move on PowerPC.
2021-07-01  Jonathan Wakelylibstdc++: Improvements to Doxygen markup
2021-07-01  Eric BotcazouImprove packed record layout support with -fdump-ada...
2021-07-01  Eric BotcazouFix duplicate name issues in output of -fdump-ada-spec #2
2021-07-01  Eric BotcazouUse intermediate integer type with proper signedness
2021-07-01  Iain SandoeDarwin: Define a suitable section name for CTF [PR101283]
2021-07-01  H.J. Lux86: Add vec_duplicate<mode> expander
2021-07-01  H.J. Lux86: Convert CONST_WIDE_INT/CONST_VECTOR to broadcast
2021-07-01  Uros Bizjaki386: Return true/false instead of 1/0 from predicates.
2021-07-01  Uros BizjakReturn true/false instead of 1/0 from generic predicates.
2021-07-01  Uros BizjakChange the type of predicates to bool.
2021-07-01  Richard Bienertree-optimization/101280 - revise interchange fix for...
2021-07-01  Ankur SainiMAINTAINERS - Add myself for write after approval
2021-07-01  Richard Bienertree-optimization/101278 - handle self-use in DSE analysis
2021-07-01  Richard Bienertree-optimization/100778 - fix placement of trapping...
2021-07-01  Uros Bizjaki386: Add integer nabs instructions [PR101044]
2021-07-01  Richard Bienertree-optimization/101178 - handle VEC_PERM in SLP permu...
2021-07-01  Jakub Jelinekdwarf2out: Handle COMPOUND_LITERAL_EXPR in loc_list_fro...
2021-07-01  Jakub Jelinekopenmp - Fix up && and || reductions [PR94366]
2021-07-01  Patrick Palkac++: cxx_eval_array_reference and empty elem type ...
2021-07-01  Patrick Palkac++: Extend the PR96204 fix to variable templates too
2021-07-01  GCC AdministratorDaily bump.
2021-06-30  Jonathan Wakelylibstdc++: Improve Doxygen documentation groups [PR...
2021-06-30  Jonathan Wakelylibstdc++: Make <experimental/simd> depend on C++17
2021-06-30  Jonathan Wakelylibstdc++: Suppress redundant definitions of static...
2021-06-30  Indu Bhagattestsuite: Add missing dg-add-options to CTF testcase...
2021-06-30  Gerald Pfeiferlibiberty: No longer use /usr/tmp
2021-06-30  Michael MeissnerFix IEEE 128-bit min/max test.
2021-06-30  Patrick Palkac++: Fix push_access_scope and introduce RAII wrapper...
2021-06-30  Hafiz Abid... [amdgcn] Add hook for DWARF address spaces.
2021-06-30  Hafiz Abid... [amdgcn] Use frame pointer for CFA expressions.
2021-06-30  Hafiz Abid... [amdgcn] Update CFI configuration
2021-06-30  Marek Polacekc++: DR2397 - auto specifier for * and & to arrays...
2021-06-30  Richard Bienertree-optimization/101267 - fix SLP vect with masked...
2021-06-30  David Malcolmanalyzer: eliminate enum binding_key [PR95006]
2021-06-30  Tobias Burnusgcc.c: Add -foffload= to display_help
2021-06-30  Christophe... [testsuite]: Add missing dg-add-options float16 to...
2021-06-30  Tobias Burnusgcc.c's check_offload_target_name: Fixes to inform...
2021-06-30  prathamesh... arm/66791: Gate comparison in vca intrinsics on __FAST_...
2021-06-30  Richard Bienertree-optimization/101264 - rework SLP "any" permute...
2021-06-30  Xi RuoyaoMAINTAINERS: Add myself for write after approval
2021-06-30  Xi Ruoyaofixinc: don't "fix" machine names in __has_include...
2021-06-30  liuhongtThe upper bits of FIXUPIMMS{S,D} should come from src1...
2021-06-30  David Edelsohnaix: align text CSECTs to at least 32 bytes.
2021-06-30  GCC AdministratorDaily bump.
2021-06-29  Sergei Trofimovichdocs: Fix s/net yet/not yet/ typo
2021-06-29  Jason Merrillc++: don't treat member var as var template
2021-06-29  Ian Lance Taylorcompiler: don't generate temporaries for composite...
2021-06-29  Ian Lance Taylorgo-gcc: set DECL_NAMELESS for temporary variables
next