aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2024-07-28[NFC][PR rtl-optimization/115877] Avoid setting irrelevant bit groups as live...Jeff Law1-7/+57
2024-07-28Fix hash of WIDEN_*_EXPRRichard Biener1-1/+1
2024-07-28constify inchashRichard Biener1-3/+3
2024-07-28Fix Rejects allocatable coarray passed as a dummy argument [88624]Andre Vehreschild3-10/+48
2024-07-28AArch64: implement TARGET_VECTORIZE_CONDITIONAL_OPERATION_IS_EXPENSIVE [PR11...Tamar Christina5-0/+112
2024-07-28middle-end: Implement conditonal store vectorizer pattern [PR115531]Tamar Christina6-0/+189
2024-07-28testsuite: powerpc: fix dg-do run typoSam James1-1/+1
2024-07-28RISC-V: Rearrange the test helper files for vector .SAT_*Pan Li184-262/+262
2024-07-28Daily bump.GCC Administrator5-1/+45
2024-07-28Fortran: Fix regression caused by r14-10477 [PR59104]Paul Thomas4-1/+36
2024-07-28[PR rtl-optimization/115877][2/n] Improve liveness computation for constant i...Jeff Law1-0/+1
2024-07-28[PR rtl-optimization/115877] Fix livein computation for ext-dceJeff Law1-0/+2
2024-07-28gcc: stop adding -fno-common for checking buildsSam James4-16/+5
2024-07-24Got some basic arithmetic working, test case now run-time.Thomas Koenig8-30/+97
2024-07-22Very first program compiles.Thomas Koenig12-1/+223
2024-07-21Initial version - add do-nothing -funsigned option and BT_UNSIGNED.Thomas Koenig4-0/+15
2024-07-21SH: Fix outage caused by recently added 2nd combine pass after reg allocOleg Endo1-1/+9
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