aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2024-07-21Daily bump.GCC Administrator6-1/+179
2024-07-20Require bitint575 for pr116003.cAndrew MacLeod1-1/+1
2024-07-20Revert "Add documentation for musttail attribute"Andi Kleen1-23/+2
2024-07-20Revert "Add tests for C/C++ musttail attributes"Andi Kleen14-324/+0
2024-07-20Revert "C: Implement musttail attribute for returns"Andi Kleen3-64/+16
2024-07-20Revert "C++: Support clang compatible [[musttail]] (PR83324)"Andi Kleen6-63/+4
2024-07-20Output CodeView function informationMark Harmstone1-3/+288
2024-07-20Add bitint to options for testcaseAndrew MacLeod1-1/+1
2024-07-20doc: Remove documentation of two obsolete spec stringsAndré Maroneze1-3/+0
2024-07-20Avoid undefined behaviour in build_option_suggestionsSiddhesh Poyarekar1-1/+1
2024-07-19Add documentation for musttail attributeAndi Kleen1-2/+23
2024-07-19Add tests for C/C++ musttail attributesAndi Kleen14-0/+324
2024-07-19C: Implement musttail attribute for returnsAndi Kleen3-16/+64
2024-07-19C++: Support clang compatible [[musttail]] (PR83324)Andi Kleen6-4/+63
2024-07-19Add a musttail generic attribute to the c-attribs tableAndi Kleen2-0/+16
2024-07-20LoongArch: Organize the code related to split move and merge the same functions.Lulu Cheng3-169/+58
2024-07-20Daily bump.GCC Administrator5-1/+138
2024-07-19Check for SSA_NAME not in the IL yet.Andrew MacLeod2-1/+26
2024-07-19Rewrite usage comment at the top of 'gcc/passes.def'Thomas Schwinge1-8/+5
2024-07-19Treat boolean vector elements as 0/-1 [PR115406]Richard Sandiford3-3/+23
2024-07-19arm: Update fp16-aapcs-[24].c after insn_propagation patchRichard Sandiford2-6/+10
2024-07-19c++: xobj fn call without obj [PR115783]Patrick Palka2-1/+49
2024-07-19AVR: Support new built-in function __builtin_avr_mask1.Georg-Johann Lay5-0/+336
2024-07-19Fortran: character array constructor with >= 4 constant elements [PR103115]Harald Anlauf2-1/+62
2024-07-19rs6000: Catch unsupported ABI errors when using -mrop-protect [PR114759,PR115...Peter Bergner1-1/+3
2024-07-19c++: add fixed testcase [PR109464]Patrick Palka1-0/+24
2024-07-19bpf: create modifier for mem operand for xchg and cmpxchgCupertino Miranda3-6/+56
2024-07-19c++: Add [dcl.init.aggr] examples to testsuiteJakub Jelinek2-0/+408
2024-07-18c++: Hash placeholder constraint in ctp_hasherSeyed Sajad Kahani3-5/+10
2024-07-19Match: Only allow single use of MIN_EXPR for SAT_TRUNC form 2 [PR115863]Pan Li2-2/+50
2024-07-19Daily bump.GCC Administrator5-1/+382
2024-07-18c++: implement DR1363 and DR1496 for __is_trivial [PR85723]Marek Polacek9-2/+123
2024-07-18rs6000: Fix .machine cpu selection w/ altivec [PR97367]René Rebe2-1/+17
2024-07-18rs6000, update effective target for tests builtins-10*.c and vec_perm-runnabl...Carl Love3-3/+3
2024-07-18eh: ICE with std::initializer_list and ASan [PR115865]Marek Polacek2-1/+17
2024-07-18Do not use caller-saved registers for COMDAT functionsLIU Hao1-0/+2
2024-07-18middle-end/115641 - invalid address constructionRichard Biener2-0/+32
2024-07-18Doc: Add Standard-Names ustrunc and sstrunc for integer modesPan Li1-0/+12
2024-07-18Fortran: Fix Explicit cobounds of a procedures parameter not respected [PR78466]Andre Vehreschild12-63/+207
2024-07-18testsuite: Add dg-do run to more testsSam James11-3/+11
2024-07-18Fortran: Suppress bogus used uninitialized warnings [PR108889].Paul Thomas3-0/+90
2024-07-18gimple-fold: consistent dump of builtin call simplificationsRubin Gerritsen1-12/+10
2024-07-18tree-optimization/104515 - store motion and clobbersRichard Biener2-15/+89
2024-07-18Implement a -ftrapping-math/-fsignaling-nans TODO in match.pd.Roger Sayle3-13/+47
2024-07-18Fortran: Use char* for deferred length character arrays [PR82904]Andre Vehreschild3-3/+27
2024-07-18testsuite: Fix up builtin-clear-padding-3.c for -funsigned-charJakub Jelinek1-1/+1
2024-07-18i386: Fix testcases generating invalid asmHaochen Jiang9-25/+25
2024-07-18[aarch64] Document rewriting of -march=native to -mcpu=nativeKyrylo Tkachov1-1/+4
2024-07-18Optimize maskstore when mask is 0 or -1 in UNSPEC_MASKMOVliuhongt3-6/+70
2024-07-17Mark expand musttail error messages for translationAndi Kleen1-28/+28