]> git.ipfire.org Git - thirdparty/gcc.git/shortlog
thirdparty/gcc.git
2021-08-09  Chung-Lin Tangopenmp: Implement omp_get_device_num routine
2021-08-04  Andrew Stubbslibgomp amdgcn: Fix issues with dynamic OpenMP thread...
2021-08-01  Jakub Jelinekopenmp: Handle OpenMP directives in attribute syntax...
2021-07-30  Jakub Jelinekc++: Fix up attribute rollbacks in cp_parser_statement
2021-07-30  Tobias Burnus[libgomp] Restore offloading 'libgomp/fortran.c'
2021-07-30  Ulrich DrepperImplement OpenMP 5.1 section 3.15: omp_display_env
2021-07-30  Tobias BurnusMerge remote-tracking branch 'origin/releases/gcc-11...
2021-07-30  Jakub Jelinekc++: Accept C++11 attribute-definition [PR101582]
2021-07-29  Joseph MyersUpdate gcc .po files.
2021-07-29  Bill Schmidtrs6000: Add int128 target check to pr101129.c (PR101531)
2021-07-29  Iain Buclawd: Return the correct value for C++ constructor calls...
2021-07-29  Iain Buclawd: Ensure casting from bool results in either 0 or...
2021-07-29  Andrew Stubbsamdgcn: Fix attributes for LLVM-12 [PR 100208]
2021-07-29  GCC AdministratorDaily bump.
2021-07-28  Martin UeckerCorrect a mistake in a warnung for -Wnonnull.
2021-07-28  Harald AnlaufFortran: extend check for array arguments and reject...
2021-07-28  Harald AnlaufFortran: ICE, OOM while calculating sizes of derived...
2021-07-28  Harald AnlaufFortran: reject FORMAT tag of unknown type.
2021-07-28  Iain Buclawd: Wrong evaluation order of binary expressions (PR101640)
2021-07-28  Iain Buclawd: fix ICE at convert_expr(tree_node*, Type*, Type...
2021-07-28  Iain Buclawd: __FUNCTION__ doesn't work in core.stdc.stdio functio...
2021-07-28  Iain Buclawd: Compile-time reflection for supported built-ins...
2021-07-28  Iain Buclawd: Change in DotTemplateExp type semantics leading...
2021-07-28  Jakub Jelinekgimple-fold: Fix up __builtin_clear_padding on classes...
2021-07-28  Jakub Jelinekexpmed: Fix store_integral_bit_field [PR101562]
2021-07-28  Tobias BurnusMerge remote-tracking branch 'origin/releases/gcc-11...
2021-07-28  Richard BienerUpdate BASE-VER to 11.2.1
2021-07-28  Richard BienerUpdate ChangeLog and version files for release releases/gcc-11.2.0
2021-07-28  GCC AdministratorDaily bump.
2021-07-27  Tobias BurnusPR fortran/93308/93963/94327/94331/97046 problems raise...
2021-07-27  Tobias BurnusBind(c): signed char is not a Fortran character type
2021-07-27  Tobias BurnusFortran: set version field in CFI_cdesc_t to CFI_VERSION
2021-07-27  Tobias BurnusFix Fortran rounding issues, PR fortran/96983.
2021-07-27  GCC AdministratorDaily bump.
2021-07-26  Joseph MyersRegenerate gcc.pot.
2021-07-26  Martin Liskaoffloading: fix -foffload hinting
2021-07-26  Tobias Burnusgcc.c: Add -foffload= to display_help
2021-07-26  Tobias Burnusgcc.c's check_offload_target_name: Fixes to inform...
2021-07-26  Jakub Jelinekopenmp: Add support for omp attributes section and...
2021-07-26  GCC AdministratorDaily bump.
2021-07-25  GCC AdministratorDaily bump.
2021-07-24  GCC AdministratorDaily bump.
2021-07-23  Jakub Jelinekopenmp: Add support for __has_attribute(omp::directive...
2021-07-23  Jakub Jelinekopenmp: Diagnose invalid mixing of the attribute and...
2021-07-23  Tobias BurnusMerge remote-tracking branch 'origin/releases/gcc-11...
2021-07-23  GCC AdministratorDaily bump.
2021-07-22  Alan Modra[POWER10] __morestack calls from pcrel code
2021-07-22  GCC AdministratorDaily bump.
2021-07-21  Jakub Jelinekopenmp: Fix up omp_check_private [PR101535]
2021-07-21  Jakub Jelinekc++: Ensure OpenMP reduction with reference type refere...
2021-07-21  Jakub Jelinekopenmp: Fix up omp_check_private [PR101535]
2021-07-21  Jakub Jelinekc++: Ensure OpenMP reduction with reference type refere...
2021-07-21  Tobias BurnusFortran: Fix bind(C) character length checks
2021-07-21  GCC AdministratorDaily bump.
2021-07-20  Jakub Jelinekrs6000: Fix up easy_vector_constant_msb handling [PR101384]
2021-07-20  Andrew Stubbsamdgcn: Add -mxnack and -msram-ecc [PR 100208]
2021-07-20  Tobias BurnusMerge remote-tracking branch 'origin/releases/gcc-11...
2021-07-20  Iain SandoeX86: Provide a CTOR for stringop_algs [PR100246].
2021-07-20  Iain Sandoecoroutines: Adjust outlined function names [PR95520].
2021-07-20  Iain Sandoecoroutines: Factor code. Match original source location...
2021-07-20  Iain Sandoecoroutines: Fix a typo in rewriting the function.
2021-07-20  Iain SandoeDarwin, X86: Adjust call clobbers to allow for lazy...
2021-07-20  Uros Bizjaki386: Remove atomic_storedi_fpu and atomic_loaddi_fpu...
2021-07-20  GCC AdministratorDaily bump.
2021-07-19  Ian Lance Taylorcompiler: avoid aliases in receiver types
2021-07-19  Bill Schmidtrs6000: Don't let swaps pass break multiply low-part...
2021-07-19  Jakub Jelinekopenmp: Initial support for OpenMP directives expressed...
2021-07-19  Jakub Jelinekopenmp: Reject #pragma omp atomic update, [PR101297]
2021-07-19  Tobias Burnusgcc/ChangeLog.omp: Update for last commit
2021-07-19  Jonathan Wakelylibstdc++: Fix some problems in PSTL tests
2021-07-19  Jonathan Wakelylibstdc++: Remove precondition checks from ranges:...
2021-07-19  Jonathan Wakelylibstdc++: Fix std::get<T> for std::tuple [PR101427]
2021-07-19  GCC AdministratorDaily bump.
2021-07-18  Tobias Burnusg++.dg/gomp/clause-3.C: Fix - missing in r12-438-g1580f...
2021-07-18  Jakub Jelinekopenmp - Fix up && and || reductions [PR94366]
2021-07-18  Tobias BurnusOpenMP: Support complex/float in && and || reduction
2021-07-18  Jakub Jelinekc++: Optimize away NULLPTR_TYPE comparisons [PR101443]
2021-07-18  Jakub Jelinekgodump: Fix -fdump-go-spec= reproduceability issue...
2021-07-18  Jakub Jelineklibgomp: Don't include limits.h instead of hidden visib...
2021-07-18  Jakub Jelinekdwarf2out: Handle COMPOUND_LITERAL_EXPR in loc_list_fro...
2021-07-18  Jakub Jelinekmatch.pd: Avoid (intptr_t)x eq/ne CST to x eq/ne (typeo...
2021-07-18  Jakub Jelinekc: Fix up c_parser_has_attribute_expression [PR101176]
2021-07-18  Jakub Jelinekc: Fix C cast error-recovery [PR101171]
2021-07-18  Jakub Jelinekstor-layout: Avoid DECL_BIT_FIELD_REPRESENTATIVE with...
2021-07-18  GCC AdministratorDaily bump.
2021-07-17  GCC AdministratorDaily bump.
2021-07-16  Patrick Palkac++: alias CTAD in unevaluated context [PR101233]
2021-07-16  Patrick Palkac++: fn parm pack expansion inside constraint [PR100138]
2021-07-16  Jonathan Wakelylibstdc++: Use function object for __decay_copy helper
2021-07-16  GCC AdministratorDaily bump.
2021-07-15  Jonathan Wakelylibstdc++: Fix noexcept-specifier for ranges::empty
2021-07-15  Jonathan Wakelylibstdc++: Make <experimental/simd> depend on C++17
2021-07-15  Harald AnlaufFortran - ICE in gfc_conv_expr_present initializing...
2021-07-15  H.J. Lux86: Replace ix86_red_zone_size with ix86_red_zone_used
2021-07-15  H.J. Lux86: Don't enable UINTR in 32-bit mode
2021-07-15  Richard Bienerdriver/101383 - handle -gtoggle in driver
2021-07-15  GCC AdministratorDaily bump.
2021-07-14  Andrew MacLeodFix build_gt and build_lt for signed 1 bit values.
2021-07-14  Andrew MacLeodDo not continue propagating values which cannot be...
2021-07-14  Andrew MacLeodAdjust on_entry cache to indicate if the value was...
next