aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-01-16Allow build_popcount_expr to use an IFNAndrew Carlotti8-28/+41
2023-01-16Add c[lt]z idiom recognitionAndrew Carlotti10-0/+517
2023-01-16docs: Add popcount, clz and ctz target attributesAndrew Carlotti1-0/+27
2023-01-16Add cltz_complement idiom recognitionAndrew Carlotti12-3/+606
2023-01-16contrib: Yet another update-copyright.py tweak [PR108413]Jakub Jelinek1-1/+2
2023-01-16libstdc++: Fix copyright notice to use usual form [PR108413]Jonathan Wakely3-3/+3
2023-01-16doc: Fix grammar typo in description of malloc attributeJonathan Wakely1-1/+1
2023-01-16libatomic: Use config/mingw/lock.c for --enable-threads=singleJonathan Wakely1-1/+1
2023-01-16riscv: Fix up Copyright lines [PR108413]Jakub Jelinek2-2/+2
2023-01-16contrib: Partial fix for failed update-copyright --this year [PR108413]Jakub Jelinek1-0/+3
2023-01-16x86: Avoid -Wuninitialized warnings on _mm*_undefined_* in C++ [PR105593]Jakub Jelinek6-0/+56
2023-01-16c, c++: Allow ignoring -Winit-self through pragmas [PR105593]Jakub Jelinek5-2/+110
2023-01-16rs6000: Teach rs6000_opaque_type_invalid_use_p about inline asm [PR108272]Kewen Lin5-10/+110
2023-01-16Daily bump.GCC Administrator5-1/+76
2023-01-15libstdc++: Move www.open-std.org in status part of manual to httpsGerald Pfeifer5-506/+506
2023-01-15libstdc++: Remove dg-xfail-run-if in std/time/tzdb_list/1.ccJonathan Wakely1-4/+10
2023-01-15libstdc++: [_GLIBCXX_DEBUG] Complete deadlock fix on safe iterators [PR108288]François Dumont5-40/+84
2023-01-15[PR107608] [range-ops] Avoid folding into INF when flag_trapping_math.Aldy Hernandez2-0/+22
2023-01-15libstdc++: Remove unconditional -pthread from test optionsJonathan Wakely1-1/+1
2023-01-15config-list.mk: Modernize FreeBSD targets towards version 13Gerald Pfeifer1-4/+4
2023-01-15Bugfix to allow testsuite/gm2/pim/pass/arraybool.mod to compile on ppc64leGaius Mulley5-51/+85
2023-01-15libstdc++: Fix narrowing conversion in std/time/clock/utc/io.ccJonathan Wakely1-1/+2
2023-01-15C-SKY: Support --with-float=softfp in configuration.Xianmiao Qu1-1/+1
2023-01-15Daily bump.GCC Administrator11-1/+482
2023-01-14libstdc++: enable <stacktrace> on windowsBjörn Schäpers5-0/+23
2023-01-14libstdc++: Deliver names of C functions in <stacktrace>Björn Schäpers1-0/+2
2023-01-14libstdc++: Implement std::chrono::current_zone() for AIX [PR108409]Jonathan Wakely1-2/+21
2023-01-14libstdc++: Disable unwanted code for --with-libstdcxx-zoneinfo=noJonathan Wakely3-11/+55
2023-01-14libstdc++: Embed a static copy of tzdata.ziJonathan Wakely10-72/+4543
2023-01-14xtensa: Remove old broken tweak for leaf functionTakayuki 'January June' Suwa3-98/+30
2023-01-14[aarch64] Fold ldr+dup to ld1rq for little endian targets.Prathamesh Kulkarni3-6/+31
2023-01-14libstdc++: Fix ostream insertion operators for calendar typesJonathan Wakely11-10/+332
2023-01-14libstdc++: [_GLIBCXX_INLINE_VERSION] Add to_chars/from_chars symbols exportFrançois Dumont2-0/+18
2023-01-14c++: Avoid incorrect shortening of divisions [PR108365]Jakub Jelinek6-14/+62
2023-01-13hash table: enforce testing is_empty before is_deletedAlexandre Oliva1-2/+14
2023-01-13[PR42093] [arm] [thumb2] disable tree-dce for testAlexandre Oliva1-1/+1
2023-01-13[PR40457] [arm] expand SI-aligned movdi into pair of movsiAlexandre Oliva1-2/+10
2023-01-13analyzer: add heuristics for switch on enum type [PR105273]David Malcolm13-2/+810
2023-01-13Small fix for -fdump-ada-specEric Botcazou1-3/+47
2023-01-13Fix PR rtl-optimization/108274Eric Botcazou1-1/+4
2023-01-13modula-2: Handle pass '-v' option to the compiler.Iain Sandoe3-1/+5
2023-01-13Fix support for atomic loads and stores on hppa.John David Anglin13-111/+628
2023-01-13sched-deps: do not schedule pseudos across calls [PR108117]Alexander Monakov2-1/+38
2023-01-13libstdc++: Add <errno.h> to <bits/std_mutex.h>Jonathan Wakely1-0/+1
2023-01-13c++: Avoid some false positive -Wfloat-conversion warnings with extended prec...Jakub Jelinek3-5/+20
2023-01-13Recalibrate the timeouts for the larger code testsGaius Mulley2-0/+10
2023-01-13testsuite: Add another testcase from PR107131Jakub Jelinek1-0/+18
2023-01-13PR-108136 Add return statement to mc-boot-ch/RTco.cc pge-boot/GRTco.ccGaius Mulley2-0/+2
2023-01-13arm: Add cde feature support for Cortex-M55 CPU.Srinath Parvathaneni4-9/+36
2023-01-13Replace flag_strict_flex_arrays with DECL_NOT_FLEXARRAY in middle-end.Qing Zhao14-123/+68