]> git.ipfire.org Git - thirdparty/gcc.git/shortlog
thirdparty/gcc.git
2021-05-20  Indu Bhagatopts: change write_symbols to support bitmasks
2021-05-20  Martin SeborPR middle-end/100684 - spurious -Wnonnull with -O1...
2021-05-20  Bernd EdlingerFix a test failure in g++.dg/modules/omp-1_c.C
2021-05-20  Patrick Palkalibstdc++: Implement missing P0896R4 changes to reverse...
2021-05-20  Uros Bizjaki386: Avoid integer logic insns for 32bit and 64bit...
2021-05-20  Marcel VollweilerFortran/OpenMP: Add support for 'close' in map clause
2021-05-20  Eric BotcazouFix gnat.dg spurious failures on PowerPC64 LE
2021-05-20  Joern Renneckelibstdc++: Disable floating_to_chars.cc on 16 bit targets
2021-05-20  Kewen Linarm: Fix build failure by adding includes
2021-05-20  Uros Bizjaki386: Add mult-high and shift patterns for 4-byte vecto...
2021-05-20  Kewen Linvect: Replace hardcoded inner loop cost factor
2021-05-20  Christophe... c: Add support for __FILE_NAME__ macro (PR c/42579)
2021-05-20  Tobias BurnusTestsuite/Fortran: gfortran.dg/pr96711.f90 - fix expect...
2021-05-20  Jakub Jelinekopenmp: Handle explicit linear clause properly in combi...
2021-05-20  Jakub Jelinekphiopt: Simplify (X & Y) == X -> (X & ~Y) == 0 even...
2021-05-20  Jakub Jelineklibcpp: Fix up -fdirectives-only handling of // comment...
2021-05-20  Jason Merrillc++: _Complex template parameter [PR100634]
2021-05-20  Jason Merrillc++: ICE with using and enum [PR100659]
2021-05-20  GCC AdministratorDaily bump.
2021-05-19  Martin SeborPR c/100619 - ICE on a VLA parameter with too many...
2021-05-19  Andrew MacLeodSplit gimple range folding with ranges into a stand...
2021-05-19  Jason Merrillc++: ICE with <=> fallback [PR100367]
2021-05-19  Jonathan Wakelydoc: Update description of __GXX_EXPERIMENTAL_CXX0X__
2021-05-19  Jason Merrillc++: implicit deduction guides, protected access
2021-05-19  Marek Polacekc++: Relax attribute on friend declaration checking...
2021-05-19  Kito Chengtestuite: Check pthread for omp module testing
2021-05-19  Alex Coplanarm: Fix ICE with CMSE nonsecure calls on Armv8.1-M...
2021-05-19  Christophe... arm/testsuite: Fix testcase for PR99977
2021-05-19  Geng QiRISC-V: Properly parse the letter 'p' in '-march'.
2021-05-19  Jonathan Wrightaarch64: Use correct type attributes for RTL generating...
2021-05-19  Jonathan Wrightaarch64: Use an expander for quad-word vec_pack_trunc...
2021-05-19  Jonathan Wrighttestsuite: aarch64: Add tests for high-half narrowing...
2021-05-19  Jonathan Wrightaarch64: Refactor aarch64_<sur>q<r>shr<u>n_n<mode>...
2021-05-19  Jonathan Wrightaarch64: Relax aarch64_sqxtun2<mode> RTL pattern
2021-05-19  Jonathan Wrightaarch64: Relax aarch64_<sur>q<r>shr<u>n2_n<mode> RTL...
2021-05-19  Jonathan Wrightaarch64: Relax aarch64_<sur><addsub>hn2<mode> RTL pattern
2021-05-19  Richard Bienermiddle-end/100672 - fix bogus right shift folding
2021-05-19  Martin LiskaFix typos.
2021-05-19  Andre Simoes... aarch64: Enable aarch64_load to use UNSPEC_PRED_X loads
2021-05-19  Richard BienerAvoid marking TARGET_MEM_REF bases addressable
2021-05-19  Richard BienerEnable more WITH_SIZE_EXPR processing
2021-05-19  Thomas SchwingeAdd 'libgomp.oacc-c-c++-common/private-atomic-1.c'...
2021-05-19  Julian BrownAdd 'libgomp.oacc-c-c++-common/loop-gwv-2.c'
2021-05-19  Jakub Jelinekbuiltins: Fix ICE with unprototyped builtin call [PR100576]
2021-05-19  Richard Bienerapply TLC to GIMPLE reference verification
2021-05-19  Uros Bizjaki386: Allow 64bit vector modes in general registers
2021-05-19  Bernd EdlingerFix commit mistake in testcase gcc.dg/tree-ssa/ssa...
2021-05-19  Jakub Jelinekopenmp: Handle lastprivate on combined target correctly...
2021-05-19  Ian Lance Taylorgcc/go/ChangeLog: remove entry for reverted change
2021-05-19  Ian Lance Taylorgofrontend: revert startswith change
2021-05-19  Ian Lance Taylorlibgo: update configure to current sources
2021-05-19  Ian Lance Taylorlibgo: update bzip2 binary test cases to match source...
2021-05-19  Xionghu LuoRun pass_sink_code once more before store_merging
2021-05-19  Ian Lance Taylorlibgo: use Windows line endings in testwinsignal
2021-05-19  Jason Merrillc++: ICE with bad definition of decimal32 [PR100261]
2021-05-19  Jason Merrillc++: template template parm pack expansion [PR100372]
2021-05-19  GCC AdministratorDaily bump.
2021-05-18  Mike Frysingersim: depend on gnulib
2021-05-18  Bill Schmidtrs6000: Remove old psabi warnings
2021-05-18  Iain Buclawd: Use filename_ncmp instead of strncmp
2021-05-18  Iain Buclawd: Use startswith function instead of strncmp
2021-05-18  Iain Buclawd: Revert "Come up with startswith function."
2021-05-18  Marek Polacekc++: Prune dead functions.
2021-05-18  Jason Merrillc++: non-static member, decltype, {} [PR100205]
2021-05-18  Jason Merrillc++: "perfect" implicitly deleted move [PR100644]
2021-05-18  David Malcolmanalyzer: fix missing leak after call to strsep [PR100615]
2021-05-18  Uros Bizjaki386: Implement 4-byte vector support [PR100637]
2021-05-18  Mike Frysingerconfig: delete unused sim macros
2021-05-18  Tobias BurnusFortran/OpenMP: Add missing EXEC_OMP_DEPOBJ case val...
2021-05-18  Patrick Palkalibstdc++: Fix access issue in elements_view::_Sentinel...
2021-05-18  Uros Bizjaki386: Fix <any_extend:insn>v4qiv4di2 expander
2021-05-18  Uros Bizjaki386: Fix split_double_mode with paradoxical subreg...
2021-05-18  Richard BienerAvoid setting TREE_ADDRESSABLE on stack vars during...
2021-05-18  Thomas Schwinge[libgomp, testsuite] Don't shadow global 'offload_targe...
2021-05-18  Thomas Schwinge'libgomp.c-c++-common/reduction-{5,6}.c': Restrict...
2021-05-18  Thomas Schwinge'libgomp.c/target-44.c': Restrict '-latomic' to nvptx...
2021-05-18  Thomas SchwingeAdd 'dg-note', 'dg-lto-note'
2021-05-18  Tobias Burnusgcc/configure.ac: Fix cross build by using $(CFLAGS...
2021-05-18  Thomas Schwinge[OMP] Tighten 'is_gimple_omp_oacc'
2021-05-18  Richard Bieneroperand scanner TLC
2021-05-18  Martin Liskastartswith: Fix offloading targets.
2021-05-18  Jonathan Wakelygcc-changelog: Remove use of non-strict mode
2021-05-18  Martin LiskaUse startswith in targets.
2021-05-18  Jakub Jelinekregcprop: Avoid DCE of asm goto [PR100590]
2021-05-18  Jakub Jelinekfunction: Set dummy DECL_ASSEMBLER_NAME in push_dummy_f...
2021-05-18  Jakub Jelinekphiopt: Optimize partial_ordering spaceship >= 0 -ffini...
2021-05-18  Martin Liskagenversion should depend on DATESTAMP
2021-05-18  Claudiu Zissulescuarc: Fix typo in negv2si2 pattern
2021-05-18  Richard BienerFix gcc.target/i386/pr100582.c with AVX512
2021-05-18  Richard Bienerc/100522 - avoid invalid GIMPLE in GIMPLE parsing
2021-05-18  Richard Bienerc/100547 - reject overly large vector_size attributes
2021-05-18  Andreas KrebbelIBM Z: Support vector _Bool language extension
2021-05-18  Andreas KrebbelPR100281 C++: Fix SImode pointer handling
2021-05-18  Patrick Palkalibstdc++: Fix up semiregular-box partial specializatio...
2021-05-18  Patrick Palkalibstdc++: Fix condition for memoizing reverse_view...
2021-05-18  Patrick Palkalibstdc++: Fix miscellaneous issues with elements_view...
2021-05-18  GCC AdministratorDaily bump.
2021-05-17  Andrew MacLeodOnce a range becomes constant, make it invariant.
2021-05-17  Serge BelyshevMAINTAINERS: Add myself for write after approval
2021-05-17  Kwok Cheung... openmp: Notify team barrier of pending tasks in omp_ful...
next