]> git.ipfire.org Git - thirdparty/gcc.git/shortlog
thirdparty/gcc.git
2021-04-28  Tobias Burnusoffload-defaulted: Config option to silently ignore...
2021-04-28  Jonathan Wakelylibstdc++: Define __cpp_lib_constexpr_string macro
2021-04-28  Jonathan Wakelylibstdc++: Reduce output of 'make doc-pdf-doxygen'
2021-04-28  Jonathan Wakelylibstdc++: Add missing noexcept on std::thread member...
2021-04-28  José Rui Faustino... Fortran: Fix double function call with -fcheck=pointer...
2021-04-28  Jakub Jelinekc++: Remove #error for release builds
2021-04-28  Richard Bienertree-optimization/100292 - avoid invalid GIMPLE from...
2021-04-28  Piotr Trojanek[Ada] Style fixes related to calls to List_Length
2021-04-28  Piotr Trojanek[Ada] Adjust List_Length description
2021-04-28  Arnaud Charlet[Ada] Fix recent optimization in evaluation of selected...
2021-04-28  Eric Botcazou[Ada] Fix computation of Prec/Succ of zero without...
2021-04-28  Piotr Trojanek[Ada] Remove redundant assignment in Formal_Is_Used_Once
2021-04-28  Patrick Bernardi[Ada] Install_Restricted_Handlers: define Prio paramete...
2021-04-28  Piotr Trojanek[Ada] Simplify data structures for overloaded interpret...
2021-04-28  Piotr Trojanek[Ada] Replace dubious use of Traverse_Func with Travers...
2021-04-28  Piotr Trojanek[Ada] Consistent diagnostic on missing -gnat2020 switch...
2021-04-28  Piotr Trojanek[Ada] Refactor repeated checks for the expression of...
2021-04-28  Piotr Trojanek[Ada] More precise error about aspects conflicting...
2021-04-28  Piotr Trojanek[Ada] Simplify folding of selected components with...
2021-04-28  Eric Botcazou[Ada] Eliminate early roundoff error for Long_Long_Floa...
2021-04-28  Yannick Moy[Ada] Use spans instead of locations for compiler diagn...
2021-04-28  Arnaud Charlet[Ada] Assert failure on complex code with private type...
2021-04-28  Gary Dismukes[Ada] AI12-0397: Default_Initial_Condition expressions...
2021-04-28  Ed Schonberg[Ada] Crash on inherited component in type extension...
2021-04-28  Arnaud Charlet[Ada] Crash with declare expression used in a postcondition
2021-04-28  Arnaud Charlet[Ada] Incorrect discriminant check on call to access...
2021-04-28  Piotr Trojanek[Ada] Remove double initialization of interpretation...
2021-04-28  Piotr Trojanek[Ada] Update reference with description of type resolution
2021-04-28  Yannick Moy[Ada] Improve error message for ghost in predicate
2021-04-28  Eric Botcazou[Ada] Couple of adjustments for the sake of static...
2021-04-28  Piotr Trojanek[Ada] Extend compile-time evaluation in case statements...
2021-04-28  Piotr Trojanek[Ada] Cleanups related to entry barrier conditions
2021-04-28  Bob Duff[Ada] Incorrect error with Default_Value on private...
2021-04-28  Arnaud Charlet[Ada] Remove unused subprograms
2021-04-28  Arnaud Charlet[Ada] Bad handling of 'Valid_Scalars and arrays
2021-04-28  Arnaud Charlet[Ada] Fix the Sphinx configuration and port it to Python3
2021-04-28  Richard Wai[Ada] Hashed container Cursor type predefined equality...
2021-04-28  Eric BotcazouAvoid creating useless local bounds around calls
2021-04-28  Eric BotcazouGet rid of useless temporary for call to pure function
2021-04-28  Eric BotcazouFix loss of optimization of array iteration due to...
2021-04-28  Patrick Palkalibstdc++: Fix various bugs in ranges_algo.h [PR100187...
2021-04-28  GCC AdministratorDaily bump.
2021-04-27  David Edelsohnaix: Alias -m64 to -maix64 and -m32 to -maix32.
2021-04-27  Jason Merrillc++: -Wdeprecated-copy and using operator= [PR92145]
2021-04-27  Patrick Palkac++: Fix Bases(args...)... base initialization [PR88580]
2021-04-27  Patrick Palkalibstdc++: Fix up lambda in join_view::_Iterator::opera...
2021-04-27  Maciej W. RozyckiVAX: Accept ASHIFT in address expressions
2021-04-27  Maciej W. RozyckiVAX: Fix ill-formed `jbb<ccss>i<mode>' insn operands
2021-04-27  Maciej W. RozyckiVAX: Remove dead `adjacent_operands_p' function
2021-04-27  Maciej W. Rozyckiifcvt: Fall through to NCE if getting the CE condition...
2021-04-27  Richard SandifordFix handling of VEC_COND_EXPR trap tests [PR100284]
2021-04-27  Martin SeborRemove malformed dg-warning directives.
2021-04-27  David Edelsohnpowerpc: fix bootstrap.
2021-04-27  David Edelsohnaix: TLS precompute register parameters (PR 94177)
2021-04-27  Jakub Jelinekaarch64: Fix up last commit [PR100200]
2021-04-27  Bernd EdlingerFix target/100106 ICE in gen_movdi
2021-04-27  H.J. Luop_by_pieces_d::run: Change a while loop to a do-while...
2021-04-27  Alex Coplanarm: Fix ICEs with compare-and-swap and -march=armv8...
2021-04-27  Jakub Jelinekaarch64: Fix UB in the compiler [PR100200]
2021-04-27  Jakub Jelinekveclower: Fix up vec_shl matching of VEC_PERM_EXPR...
2021-04-27  Jakub JelinekRevert "libstdc++: Add workaround for ia32 floating...
2021-04-27  Jakub Jelinekcfgcleanup: Fix -fcompare-debug issue in outgoing_edges...
2021-04-27  Richard Bienertree-optimization/99912 - schedule another TODO_remove_...
2021-04-27  Richard Bienertree-optimization/99912 - schedule DSE before SRA
2021-04-27  Jonathan Wakelylibstdc++: Minor refactoring in <experimental/internet>
2021-04-27  Jonathan Wakelylibstdc++: Better preprocessor conditions in net::ip...
2021-04-27  Jonathan Wakelylibstdc++: Define net::socket_base::message_flags opera...
2021-04-27  Jakub Jelinekmatch.pd: Add some __builtin_ctz (x) cmp cst simplifica...
2021-04-27  Jakub Jelinekexpand: Expand x / y * y as x - x % y if the latter...
2021-04-27  Martin Jamboripa-sra: Release dead LHS SSA_NAME when removing it...
2021-04-27  Richard Earnshawarm: fix UB when compiling thumb2 with PIC [PR100236]
2021-04-27  Richard Sandifordaarch64: Handle SVE attributes in comp_type_attributes...
2021-04-27  Richard Sandifordaarch64: Add +nosve to two tests
2021-04-27  Richard Bienertree-optimization/100051 - disambiguate access size...
2021-04-27  Richard Bienertestsuite/100272 - undo PRE disabling for gcc.dg/tree...
2021-04-27  Jakub JelinekUpdate gennews for GCC 10 and GCC 11.
2021-04-27  Richard Bienertestsuite/100272 - fix some malformed dg directives
2021-04-27  Richard Bienertree-optimization/100278 - handle mismatched code in...
2021-04-27  Jakub Jelineki386: Improve [QH]Imode rotates with masked shift count...
2021-04-27  Richard Bienertree-optimization/99776 - relax condition on vector...
2021-04-27  Cui,LiliSynchronize Rocket Lake's processor_names and processor...
2021-04-27  GCC AdministratorDaily bump.
2021-04-26  Patrick Palkac++: constexpr pointer indirection with negative offset...
2021-04-26  Tobias BurnusOpenACC: Fix pattern in dg-bogus in Fortran testcases...
2021-04-26  Aldy HernandezHandle anti-ranges of MIN,MAX uniformly.
2021-04-26  Jonathan Wakelylibstdc++: Fix internet socket option classes
2021-04-26  Jonathan Wakelylibstdc++: Fix socket option classes
2021-04-26  Jonathan Wakelylibstdc++: Simplify definition of net::ip::resolver_bas...
2021-04-26  Tobias BurnusOpenACC: Fix pattern in dg-bogus in Fortran testcases
2021-04-26  Aldy HernandezCache irange::num_pairs() for non-legacy code.
2021-04-26  Aldy HernandezKeep VR_UNDEFINED and VR_VARYING in sync (speeds up...
2021-04-26  Aldy HernandezRemove irange::varying_p checks from symbolic_p and...
2021-04-26  Aldy HernandezReplace !irange::undefined_p checks with num_ranges...
2021-04-26  Richard Bienertree-optimization/99956 - improve loop interchange
2021-04-26  Jonathan Wakelylibstdc++: Add missing headers for errno and std::terminate
2021-04-26  Christophe... testsuite/arm: Add arm_cmse_hw effective target
2021-04-26  Kyrylo Tkachovaarch64: Handle V4BF V8BF modes in vwcore attribute
2021-04-26  Eric BotcazouAdd XFAIL for gcc.dg/pr84877.c on the SPARC
2021-04-26  Jonathan Wakelylibstdc++: Add missing 'inline' specifiers to net:...
2021-04-26  Thomas SchwingeAdd '-Wopenacc-parallelism'
next