aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-12-12libgo: bump major versionIan Lance Taylor3-3/+3
2022-12-12Fortran: improve checking of assumed-size array spec [PR102180]Harald Anlauf2-3/+35
2022-12-12d: Fix undefined reference to nested lambda in template (PR108055)Iain Buclaw5-5/+84
2022-12-12AArch64: Enable TARGET_CONST_ANCHORWilco Dijkstra3-1/+70
2022-12-12middle-end: simplify complex if expressions where comparisons are inverse of ...Tamar Christina3-0/+198
2022-12-12AArch64: Fix vector re-interpretation between partial SIMD modesTamar Christina1-4/+6
2022-12-12AArch64: Support new tbranch optab.Tamar Christina3-8/+122
2022-12-12middle-end: Add new tbranch optab to add support for bit-test-and-branch oper...Tamar Christina7-25/+159
2022-12-12aarch64: Make existing V2HF be usable.Tamar Christina5-45/+90
2022-12-12libstdc++: Add a test checking for chrono::duration overflowsJonathan Wakely1-0/+29
2022-12-12libstdc++: Fix constraint on std::basic_format_string [PR108024]Jonathan Wakely2-4/+22
2022-12-12libstdc++: Change names that clash with Win32 or ClangJonathan Wakely3-7/+18
2022-12-12libstdc++: Define atomic lock-free type aliases for C++20 [PR98034]Jonathan Wakely3-0/+52
2022-12-12libstdc++: Make operator<< for stacktraces less templated (LWG 3515)Jonathan Wakely2-27/+22
2022-12-12mklog: do not parse binary file for PR entryMartin Liska1-16/+18
2022-12-12aarch64: Add __ARM_FEATURE_PAUTH and __ARM_FEATURE_BTI ACLE definesKyrylo Tkachov4-0/+27
2022-12-12Revert parts of ADDR_EXPR/CONSTRUCTOR treatment change in match.pdRichard Biener3-23/+28
2022-12-12tree-optimization/89317 - another pattern for &p->x != p + 4Richard Biener3-11/+19
2022-12-12Daily bump.GCC Administrator7-1/+97
2022-12-11Fortran: fix ICE on bad use of statement function [PR107995]Steve Kargl2-0/+16
2022-12-11d: Fix internal compiler error: in visit, at d/imports.cc:72 (PR108050)Iain Buclaw6-2/+34
2022-12-11unidiff: use newline='\n' argumentMartin Liska7-13/+44
2022-12-11d: Merge upstream dmd, druntime c8ae4adb2e, phobos 792c8b7c1.Iain Buclaw146-1546/+2457
2022-12-11d: Expand bsr intrinsic as `clz(arg) ^ (argsize - 1)'Iain Buclaw1-11/+6
2022-12-11tree-optimization/89317 - missed folding of (p + 4) - &p->dRichard Biener2-0/+24
2022-12-11Treat ADDR_EXPR and CONSTRUCTOR as GIMPLE/GENERIC magicallyRichard Biener4-15/+31
2022-12-11tree-optimization/106904 - bogus -Wstringopt-overflow with vectorsRichard Biener4-5/+50
2022-12-11fortran/openmp.cc: Remove 's' that slipped in during %<..%> replacementTobias Burnus1-1/+1
2022-12-11Daily bump.GCC Administrator7-1/+109
2022-12-10Fortran: reject bad SIZE argument while simplifying ISHFTC [PR106911]Harald Anlauf2-0/+21
2022-12-10ivopts: Fix IP_END handling for asm goto [PR107997]Jakub Jelinek2-0/+30
2022-12-10libgomp: Handle OpenMP's reverse offloadsTobias Burnus11-39/+1139
2022-12-10Add initial ChangeLogs for modula2.Gaius Mulley2-0/+10
2022-12-10Add stub 'gcc/rust/ChangeLog'Thomas Schwinge1-0/+6
2022-12-10Fortran: Replace simple '.' quotes by %<.%>Tobias Burnus4-28/+28
2022-12-10Prepare 'contrib/gcc-changelog/git_commit.py' for GCC/RustThomas Schwinge1-0/+2
2022-12-10Add ChangeLog directories for modula2 into git_commit.py.Gaius Mulley1-0/+2
2022-12-09libbacktrace: rewrite and simplify main zstd loopIan Lance Taylor1-356/+592
2022-12-10Daily bump.GCC Administrator9-1/+173
2022-12-09Fortran: ICE on recursive derived types with allocatable components [PR107872]Paul Thomas2-1/+42
2022-12-09Fortran/OpenMP: align/allocator modifiers to the allocate clauseTobias Burnus9-40/+163
2022-12-09rs6000: Remove useless copy_rtx in rs6000_emit_set_{,long}_constJiufu Guo1-40/+21
2022-12-09MAINTAINERS: fix spacingMartin Liska1-1/+1
2022-12-09i386: fix assert (__builtin_cpu_supports ("x86-64") >= 0)Martin Liska3-26/+26
2022-12-09Rename SUBTARGET_CC1_SPEC to OS_CC1_SPECSebastian Huber2-7/+7
2022-12-08analyzer: rename region-model-impl-calls.cc to kf.ccDavid Malcolm4-2/+15
2022-12-08analyzer: fix ICE on region creation during get_referenced_base_regions [PR10...David Malcolm6-7/+44
2022-12-08analyzer: handle memmove like memcpyDavid Malcolm6-8/+212
2022-12-09Enable hwasan for x86-64.liuhongt1-0/+1
2022-12-09Implement hwasan target_hook.liuhongt7-1/+170