aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
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-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 Administrator8-1/+381
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 Taylor1-1/+1
2022-09-27runtime: synchronize empty struct field handlingmelonedo1-1/+1
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 Wakely3-0/+67
2022-09-27d: Merge upstream dmd d579c467c1, phobos 88aa69b14.Iain Buclaw104-1375/+1829
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
2022-09-27Fix ICEs due to recent jump-to-return optimizationJeff Law1-1/+2
2022-09-27c++: Implement P1467R9 - Extended floating-point types and standard names com...Jakub Jelinek32-100/+1573
2022-09-27Daily bump.GCC Administrator6-1/+303
2022-09-26docs: add missing dash in option nameMartin Liska1-1/+1
2022-09-26c++: P2513R4, char8_t Compatibility and Portability Fix [PR106656]Marek Polacek8-9/+72
2022-09-26Optimize [0 = x & MASK] in range-ops.Aldy Hernandez1-0/+18
2022-09-26c++: Instantiate less when evaluating __is_convertibleMarek Polacek3-8/+33
2022-09-26c++ modules: variable template partial spec fixes [PR107033]Patrick Palka8-62/+82
2022-09-26Set ranges from unreachable edges for all known ranges.Aldy Hernandez2-17/+33
2022-09-26nvptx: Allow '--with-arch' to override the default '-misa'Thomas Schwinge5-6/+93
2022-09-26nvptx: Introduce dummy multilib option for default '-misa=sm_30'Thomas Schwinge2-1/+20
2022-09-26nvptx: Make default '-misa=sm_30' explicitThomas Schwinge4-1/+25
2022-09-26nvptx: forward '-v' command-line option to assemblerThomas Schwinge1-0/+4
2022-09-26[RFA] Minor improvement to coremark, avoid unconditional jump to returnJeff Law4-2/+71
2022-09-26OpenACC: Fix reduction tree-sharing issue [PR106982]Tobias Burnus3-8/+45
2022-09-26s390: fix wrong refactoringMartin Liska1-8/+7
2022-09-26aarch64: Add -march support for Armv9.1-A, Armv9.2-A, Armv9.3-AKyrylo Tkachov3-0/+24
2022-09-26ada: Doc: rename Valid_Image to Valid_ValueGhjuvan Lacambre3-16/+16
2022-09-26ada: Fix location of pragmas coming from aspects in top-level instancesPiotr Trojanek1-2/+5
2022-09-26ada: Remove unreferenced Rtsfind entriesPiotr Trojanek1-109/+2
2022-09-26ada: Remove unreferenced C macro from OS constants templatePiotr Trojanek1-3/+0
2022-09-26ada: Document Long_Long_Long_Size parameter for -gnateTEric Botcazou2-1/+5
2022-09-26ada: Improve CUDA host-side and device-side binder supportSteve Baird1-5/+4
2022-09-26ada: Document support for the mold linkerKévin Le Gouguec2-8/+30