aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-09-29aarch64: Small config.gcc cleanupsRichard Sandiford2-9/+1
2022-09-29aarch64: Add "V" to aarch64-arches.def namesRichard Sandiford5-82/+83
2022-09-29aarch64: Rename AARCH64_FL_FOR_ARCH macrosRichard Sandiford5-109/+109
2022-09-29aarch64: Rename AARCH64_FL architecture-level macrosRichard Sandiford1-36/+36
2022-09-29aarch64: Rename AARCH64_ISA architecture-level macrosRichard Sandiford3-17/+17
2022-09-29Add OPTIONS_H_EXTRA to GTFILESRichard Sandiford1-0/+1
2022-09-29driver, cppdefault: Unbreak bootstrap on Debian/Ubuntu [PR107059]Jakub Jelinek2-0/+15
2022-09-29support -gz=zstd for both linker and assemblerMartin Liska4-5/+37
2022-09-29ada: Remove duplicated doc comment sectionRonan Desplanques1-37/+3
2022-09-29ada: Further tweak new expansion of contractsEric Botcazou2-6/+48
2022-09-29ada: Improve efficiency of slice-of-component assignmentBob Duff1-24/+71
2022-09-29ada: Fix checking of Refined_State with nested package renamingsPiotr Trojanek1-1/+4
2022-09-29tree-optimization/105646 - re-interpret always executed in uninit diagRichard Biener2-2/+25
2022-09-29Check nonlinear iv in vect_can_advance_ivs_p.liuhongt4-35/+64
2022-09-29Daily bump.GCC Administrator8-1/+254
2022-09-29libstdc++: Disable volatile-qualified std::bind for C++20Jonathan Wakely13-33/+87
2022-09-29libstdc++: Make INVOKE<R> refuse to create dangling references [PR70692]Jonathan Wakely7-28/+80
2022-09-28Add instruction level discriminator support.Eugene Rozenfeld21-55/+187
2022-09-28c++: Add DECL_NTTP_OBJECT_P lang flagNathan Sidwell5-22/+26
2022-09-28i386: Mark XMM4-XMM6 as clobbered by encodekey128/encodekey256H.J. Lu4-14/+12
2022-09-29RISC-V: Add ABI-defined RVV types.Ju-Zhe Zhong17-1/+1317
2022-09-28var-tracking: Add entry values up to max register modeStefan Schulze Frielinghaus1-0/+17
2022-09-28cselib: Keep track of further subvalue relationsStefan Schulze Frielinghaus1-0/+20
2022-09-28arm: Define __ARM_FEATURE_AES and __ARM_FEATURE_SHA2 when march +crypto is se...Andrea Corallo2-0/+10
2022-09-28LoongArch: Use UNSPEC for fmin/fmax RTL pattern [PR105414]Xi Ruoyao1-4/+8
2022-09-28testsuite: Skip intrinsics test if armTorbjörn SVENSSON6-6/+6
2022-09-28LoongArch: Fixed a typo in the comment information of the function loongarch_...Lulu Cheng1-1/+1
2022-09-28libgomp.texi: Status 'P' for 'assume', remove duplicated lineTobias Burnus1-2/+1
2022-09-28LoongArch: Libitm add LoongArch support.Lulu Cheng4-0/+233
2022-09-27stack-protector: Check stack canary before throwing exceptionH.J. Lu3-2/+16
2022-09-27Fix AutoFDO tests to not look for hot/cold splitting.Eugene Rozenfeld4-8/+8
2022-09-28Daily bump.GCC Administrator14-1/+470
2022-09-27Fix profile count comparison.Eugene Rozenfeld1-2/+2
2022-09-27c++: Implement C++23 P2266R1, Simpler implicit move [PR101165]Marek Polacek28-36/+620
2022-09-27Fortran: error recovery while simplifying intrinsic UNPACK [PR107054]Harald Anlauf2-3/+23
2022-09-27runtime: portable access to sigev_notify_thread_idIan Lance Taylor3-2/+30
2022-09-27runtime: synchronize empty struct field handlingmelonedo2-5/+11
2022-09-27docs: update abi version infoKim Kuparinen1-2/+9
2022-09-27range-ops: Calculate the popcount of a singleton.Aldy Hernandez2-0/+14
2022-09-27c++: Don't quote nothrow in diagnosticMarek Polacek3-13/+12
2022-09-27c++: Make __is_{,nothrow_}convertible SFINAE on access [PR107049]Jonathan Wakely4-0/+85
2022-09-27libstdc++: Adjust deduction guides for static operator() [PR106651]Jonathan Wakely4-5/+70
2022-09-27fixincludes: FIx up for Debian/Ubuntu includesJakub Jelinek2-8/+8
2022-09-27d: Merge upstream dmd d579c467c1, phobos 88aa69b14.Iain Buclaw171-5182/+3160
2022-09-27irange: keep better track of powers of 2.Aldy Hernandez2-0/+25
2022-09-27Add an irange setter for wide_ints.Aldy Hernandez1-0/+9
2022-09-27c++: Implement C++23 P1169R4 - static operator() [PR106651]Jakub Jelinek14-33/+235
2022-09-27reassoc: Handle OFFSET_TYPE like POINTER_TYPE in optimize_range_tests_cmp_bit...Jakub Jelinek2-5/+35
2022-09-27openmp: Add OpenMP assume, assumes and begin/end assumes supportJakub Jelinek29-67/+1075
2022-09-27c++: Improve diagnostics about conflicting specifiersJakub Jelinek7-42/+71