]> git.ipfire.org Git - thirdparty/gcc.git/shortlog
thirdparty/gcc.git
2024-09-02  Pan LiRISC-V: Add testcases for form 4 of unsigned vector...
2024-09-02  Pan LiRISC-V: Add testcases for form 3 of unsigned vector...
2024-09-02  Pan LiRISC-V: Refactor gen zero_extend rtx for SAT_* when...
2024-09-02  GCC AdministratorDaily bump.
2024-09-01  Andrew Pinskislsr: Use simple_dce_from_worklist in SLSR [PR116554]
2024-09-01  Hans-Peter... testsuite: Prune compilation messages for modules tests
2024-09-01  GCC AdministratorDaily bump.
2024-08-31  Roger Saylei386: Support read-modify-write memory operands in...
2024-08-31  Andrew Pinskilibobjc: Add cast to void* to disable warning for casti...
2024-08-31  Georg-Johann LayAVR: Run pass avr-fuse-add a second time after pass_cpr...
2024-08-31  Georg-Johann LayAVR: Tidy pass avr-fuse-add.
2024-08-31  Iain Sandoetestsuite, c++, coroutines: Avoid 'unused' warnings...
2024-08-31  Iain Sandoetestsuite, c++, coroutines: Correct a test intent.
2024-08-31  Iain Sandoec++, coroutines: Make and use a frame access helper.
2024-08-31  John David... hppa: Enable PA 2.0 symbolic operands on ELF32 targets
2024-08-31  Andrew Pinskiphiopt: Ignore some nop statements in heursics [PR116098]
2024-08-31  Andrew Pinskitestsuite: Change what is being tested for pr66726-2.c
2024-08-31  Harald AnlaufFortran: downgrade use associated namelist group name...
2024-08-31  Jakub Jelinekc++: Add unsequenced C++ testcase
2024-08-31  Jakub Jelinekc: Add support for unsequenced and reproducible attributes
2024-08-31  Georg-Johann LayAVR: Don't print a space after , when printing instruct...
2024-08-31  Alexandre OlivaOptimize initialization of small padded objects
2024-08-31  GCC AdministratorDaily bump.
2024-08-30  Marek Polacekc++: add fixed test [PR101099]
2024-08-30  Marek Polacekc++: add fixed test [PR115616]
2024-08-30  Jason Merrillc++: fix used but not defined warning for friend
2024-08-30  Harald AnlaufFortran: default-initialization of derived-type functio...
2024-08-30  Alex Coplangdbhooks: Fix printing of vec with vl_ptr layout
2024-08-30  Andrew PinskiDon't remove /usr/lib and /lib from when passing to...
2024-08-30  Andrew Pinskimiddle-end: Remove integer_three_node [PR116537]
2024-08-30  Andrew Pinskiexpand: Small speed up expansion of __builtin_prefetch
2024-08-30  Gaius MulleyPR modula2/116181: m2rts fix -Wodr warning
2024-08-30  Richard BienerAvoid division by zero via constant_multiple_p
2024-08-30  Richard BienerDo not bother with reassociation in SLP discovery for...
2024-08-30  Jakub Jelinekc++: Allow standard attributes after closing square...
2024-08-30  liuhongtCheck avx upper register for parallel.
2024-08-30  GCC AdministratorDaily bump.
2024-08-29  David MalcolmSARIF output: implement embedded URLs in messages ...
2024-08-29  David Malcolmpretty-print: reimplement pp_format with a new struct...
2024-08-29  David Malcolmpretty-print: move class chunk_info into its own header
2024-08-29  David MalcolmUse std::unique_ptr for optinfo_item
2024-08-29  Harald AnlaufFortran: fix ICE with use with rename of namelist membe...
2024-08-29  John David... hppa: Fix handling of unscaled index addresses on HP-UX
2024-08-29  Andrew Pinskiexpand: Allow widdening optab when expanding popcount...
2024-08-29  Eric Botcazouada: Fix assertion failure on private limited with...
2024-08-29  Eric Botcazouada: Fix internal error on concatenation of discriminan...
2024-08-29  Steve Bairdada: Missing legality check when type completed
2024-08-29  Eric Botcazouada: Fix missing finalization for call to function...
2024-08-29  Viljar Indusada: Print Insertion_Sloc in dmsg
2024-08-29  Viljar Indusada: Use the same warning character in continuation...
2024-08-29  Viljar Indusada: Restructure continuation message for pretty printing
2024-08-29  Viljar Indusada: Improve Inspection_Point warning
2024-08-29  Viljar Indusada: Avoid creating continuation messages without an...
2024-08-29  Viljar Indusada: Parse the attributes of continuation messages...
2024-08-29  Viljar Indusada: Use consistent type continuations messages
2024-08-29  Viljar Indusada: Extract line fitting algorithm
2024-08-29  Piotr Trojanekada: Ensure validity checks for private scalar types
2024-08-29  Viljar Indusada: Display actual line length in line length check
2024-08-29  Gary Dismukesada: Proper handling for iterator associations in array...
2024-08-29  Javier Mirandaada: First controlling parameter aspect
2024-08-29  Justin Squirekada: Update documentation for conditional when constructs
2024-08-29  Richard SandifordAllow subregs around constant displacements [PR116516]
2024-08-29  Richard SandifordMake some smallest_int_mode_for_size calls cope with...
2024-08-29  Georg-Johann LayAVR: target/115830 - Make better use of SREG.N and...
2024-08-29  Arsen Arsenovićc++: don't remove labels during coro-early-expand-ifns...
2024-08-29  Georg-Johann LayAVR: Outsource code for avr-specific passes to new...
2024-08-29  Alex Coplantestsuite: Fix up refactored scanltranstree.exp functio...
2024-08-29  Robin DappRISC-V: Fix subreg of VLS modes larger than a vector...
2024-08-29  Roger Saylei386: Support wide immediate constants in STV.
2024-08-29  Mark HarmstoneWrite LF_MFUNC_ID types for CodeView struct member...
2024-08-29  Mark HarmstoneRecord member functions in CodeView struct definitions
2024-08-29  Mark HarmstoneRecord static data members in CodeView structs
2024-08-29  Mark HarmstoneHandle scoping in CodeView LF_FUNC_ID types
2024-08-29  Mark HarmstoneHandle namespaced names for CodeView
2024-08-29  GCC AdministratorDaily bump.
2024-08-28  Marek Polacekc++: wrong error due to std::initializer_list opt ...
2024-08-28  Gaius MulleyPR modula2/116181 remove ODR warnings from library...
2024-08-28  Andrew Pinskiexpand: Add debug dump on the cost for `popcount==1...
2024-08-28  Jonathan Wakelylibstdc++: Fix autoconf check for O_NONBLOCK in <fcntl.h>
2024-08-28  Jonathan Wakelylibstdc++: Fix -Wunused-parameter warnings in Networkin...
2024-08-28  Jonathan Wakelylibstdc++: Fix -Wunused-variable warning in <format>
2024-08-28  Jonathan Wakelylibstdc++: Remove unused typedef in <ranges>
2024-08-28  Jonathan Wakelydoc: Add Dhruv Matani to Contributors
2024-08-28  Kim Gräsmanlibstdc++: Fix @file for target-specific opt_random.h
2024-08-28  Kim Gräsmanlibstdc++: Fix @headername for bits/cpp_type_traits.h
2024-08-28  Georg-Johann LayAVR: Overhaul the avr-ifelse RTL optimization pass.
2024-08-28  Joseph MyersAdd gcc ka.po
2024-08-28  Marek Polacekc++: ICE with ()-init and TARGET_EXPR eliding [PR116424]
2024-08-28  Richard Sandifordaarch64: Assume zero gather/scatter set-up cost for...
2024-08-28  Richard Sandifordaarch64: Fix gather x32/x64 selection
2024-08-28  Richard Sandifordaarch64: Add a test for zeroing <64bits>x2_t structures
2024-08-28  Richard SandifordTweak documentation of ASM_INPUT_P
2024-08-28  Francois-Xavier... Libquadmath: update doc for some constants
2024-08-28  Filip Kastlgimple ssa: switchconv: Use __builtin_popcount and...
2024-08-28  Jason Merrilllibstdc++: avoid -Wsign-compare
2024-08-28  Alex Coplantestsuite: Add scan-ltrans-rtl* for use in dg-final...
2024-08-28  Richard BienerAdd debug overload for slp_instance
2024-08-28  Richard BienerFix leak of SLP nodes when building store interleaving
2024-08-28  Richard BienerSplit out vect_build_slp_store_interleaving
2024-08-28  Jason Merrillc++: add missing -Wc++??-extensions checks
next