]> git.ipfire.org Git - thirdparty/gcc.git/shortlog
thirdparty/gcc.git
106 min ago  H.J. Lux86: Check DECL_INCOMING_RTL for argument passing check master trunk
2 hours ago  Jin MaRISC-V: Avoid unused frame-pointer references in stack...
5 hours ago  Avinal Kumar[PATCH] match: Simplify `(A | C) == A` to `(A & C)...
8 hours ago  GCC AdministratorDaily bump.
9 hours ago  Joseph MyersUpdate gcc zh_CN.po
10 hours ago  EienMikuc++: Add missing "to" in reflection diagnostic
10 hours ago  Jason Merrillc++: early DMI and constructor default arg [PR126606]
11 hours ago  Marek Polacekc++/reflection: ICE with &template [:members_of():...
11 hours ago  Joseph MyersUpdate cpplib pt_BR.po
11 hours ago  Marek Polacekc++/reflection: ^^ rejects pack-index-specifier [PR126546]
11 hours ago  James K. Lowdencobol: Ignore comments in strings.
11 hours ago  James K. Lowdencobol: Allow ASSIGN OTHER under dialect ibm.
11 hours ago  Jerry DeLislefortran: [PR118793] Additional expanded namelist read...
12 hours ago  Jeff Law[committed] Fix recent msp430-elf regressions
13 hours ago  James K. Lowdencobol: Remove TITLE token.
13 hours ago  Kael Andrew... match: Combine four simplify into one for. [PR63387]
14 hours ago  James K. Lowdencobol: Avoid internal compiler error in generated lexer.
15 hours ago  Robert Dubnercobol: Repairs to structure creation. [PR119461]
15 hours ago  Kael Andrew... hwint: Simplify sext_hwi.
16 hours ago  Tomasz Kamińskilibstdc++: Document std::chrono::tzdb database implemen...
19 hours ago  Aldy Hernandez[frange] Implement set_nonzero and nonzero_p.
21 hours ago  Reshma Roymatch: Fix incorrect identification of POPCOUNT pattern...
21 hours ago  Jakub Jelinektestsuite: Add yet another testcase for float range...
22 hours ago  Jakub Jelinektestsuite: Add testcase for already fixed PR [PR126576]
23 hours ago  Jakub Jelinekmips: Fix up creation of MD builtins with 0 arguments...
24 hours ago  Kyrylo Tkachovtestsuite/g++: force the serial PSTL backend in xtreme...
25 hours ago  Aldy Hernandez[frange] Represent the inverse of a constant range
25 hours ago  Aldy Hernandez[frange] Enable sub-ranges.
28 hours ago  Souradipto Das[PATCH v2] RISC-V: Reject non-monotonic shuffle masks...
32 hours ago  GCC AdministratorDaily bump.
36 hours ago  Robert Dubnercobol: Make pointer to stash location file-static....
44 hours ago  Kael Andrew... match: Combine two patterns into one for. [PR19832]
44 hours ago  Kael Andrew... match: Combine four fors into one for.
44 hours ago  Kael Andrew... match: Combine two patterns into for.
2 days ago  H.J. Lux86: Replace -mno-sse4.1 with -mno-sse3 in commit f0bd5...
2 days ago  H.J. Lusse-init-v2df-1.c: Compile with -mfpmath=sse
2 days ago  Andrea Pinskicselim: Fix cond_store_replacement_limited for clobbers...
2 days ago  Andrea Pinskiphiopt: Factor loads, reject if the pointer types are...
2 days ago  Andrea Pinskitestsuite: Add phiopt factoring testcase for restrict
2 days ago  GCC AdministratorDaily bump.
2 days ago  Thomas KoenigFix undefined variable warning in ASSOCIATE.
2 days ago  Thomas KoenigInline MATMUL(TRANSPOSE(A),B) for rank 1 B.
2 days ago  Roger Saylex86 SSE: Improved vector initialization/construction.
2 days ago  Eric BotcazouAda: Fix crash on Unchecked_Union component with -gnateV
2 days ago  Robert Dubnercobol: For fixed-point arithmetic, use struct int128...
2 days ago  Robert Dubnercobol: Refactor the gmath.cc "int256" structure.
2 days ago  Jakub JelinekGet rid of ? true : false and simplify ? false : true
2 days ago  Jakub Jelinekc++: Rename metafns_called to state_dependent
3 days ago  Pan LiRISC-V: Add one more test case for vwadd.vv
3 days ago  Pan LiRISC-V: Add test cases for vwaddu.vv reg overlap
3 days ago  Pan LiRISC-V: Add test cases for vwadd.vv reg overlap
3 days ago  Pan LiRISC-V: Allow RVV register overlap for vw{add,sub,mul...
3 days ago  Tomasz Kamińskilibstdc++: Disable "-Winvalid-specialization" for g...
3 days ago  Andrea Pinskigimple-fold: fix follow_outer_ssa_edges for undefined...
3 days ago  GCC AdministratorDaily bump.
3 days ago  Jason Merrillc++: early DMI parsing and {} [PR126481]
3 days ago  Pietro Monteiroconfig: Update autoconf macros used for gcc/clang plugi...
3 days ago  Eric BotcazouAda: Fix bogus error for 'Value invoked on function...
3 days ago  James K. Lowdencobol: Scan VALUE in field_state.
3 days ago  Patrick Palkalibstdc++: Optimize ranges::distance for segmented...
3 days ago  Patrick Palkalibstdc++: Introduce segmented iterator concept and...
3 days ago  Patrick Palkalibstdc++: Implement LWG 4440 feature-test macros added...
3 days ago  Patrick Palkalibstdc++: Implement LWG 4301 changes to condition_vari...
3 days ago  Paul ThomasFortran: Auto deallocate coarrays, allocated in team...
3 days ago  Andrea Pinskimatch: Fix min/max patterns for `((signed)a) < 0` ...
3 days ago  Tomasz Kamińskilibstdc++: Reject user-defined specializations for...
3 days ago  Tomasz Kamińskilibstdc++: Reject user-defined specializations for...
3 days ago  Jonathan Wakelylibstdc++: Make chrono::parse accept out-of-range value...
3 days ago  Muhammad Kamranlibgcc: aarch64: Do not use .previous after build attri...
3 days ago  Torbjörn SVENSSONc++: ICE on on systems without mmap support [PR124806]
4 days ago  Jakub Jelinekmatch.pd: Fix 2 further problems with narrow shift...
4 days ago  Jakub Jelinekbitintlower: Fix up handle_plus_minus [PR126503]
4 days ago  Jakub Jelinekgimplify: Allow declarations in recalculate_side_effect...
4 days ago  Jakub Jelinekmatch.pd: Fix (a & b) == (a ^ b) -> !(a | b) simplifica...
4 days ago  Jakub Jelinekc++: Don't cache calls which rethrow etc. [PR126508]
4 days ago  Jakub Jelinekrange-op-float: Fix up inf handling in other reverse...
4 days ago  Jakub Jelinekmatch.pd: Fix up ((C << A) & D) != 0 simplification...
4 days ago  Jakub Jelinekc++: Fix up check_return_expr for expansion stmts ...
4 days ago  Jakub Jelinekc++: Improve diagnostics for nullptr_t/info [PR126343]
4 days ago  Patrick Palkac++: resolvedness of resolve_nondeduced_context result...
4 days ago  GCC AdministratorDaily bump.
4 days ago  James K. Lowdencobol: Restore SECTION number warnings.
4 days ago  James K. Lowdencobol: New warning to allow REDEFINES anywhere in data...
4 days ago  Marek Polacekc++: fix array initialization wrong code [PR126335]
4 days ago  James K. Lowdencobol: Relax parsing restrictions for void sentences...
4 days ago  Christopher... AArch64: Relax regexps in tests to let them pass with...
4 days ago  Eric BotcazouAda: Fix bogus error for 'Unrestricted_Access of overlo...
4 days ago  Jason Merrillc++: anonymous namespace in module partition [PR126209]
4 days ago  James K. Lowdencobol: Allow REDEFINES to have OCCURS at 01 level.
4 days ago  Aldy Hernandez[frange] Store sub-ranges in a variable-length trailing...
4 days ago  Aldy Hernandez[frange] Rewrite union to merge sub-ranges.
4 days ago  Aldy Hernandez[frange] Rewrite intersect to meet sub-ranges pairwise.
4 days ago  Richard BienerDump SLP subgraph entries upon costing
4 days ago  Richard BienerDeal with all vector defs in vectorizable_live_operation
4 days ago  Eikansh GuptaMATCH: Simplify zero/sign extension bit operations...
4 days ago  Eikansh GuptaMATCH: fold signbit comparison and conditional negate...
4 days ago  Richard Biener[rs6000] Fixup stmt_vinfo walk
4 days ago  Bohan LeiRISC-V: Add intrinsic support for Zvabd
4 days ago  Bohan LeiRISC-V: Disallow unsupported vabd/vwabda patterns
4 days ago  Christopher... AArch64: Improve costing of truncated stores
next