aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2024-11-06Darwin: Fix a narrowing warning.Iain Sandoe1-1/+1
2024-11-06openmp: Fix signed/unsigned warningAndrew Stubbs1-1/+1
2024-11-06openmp: Add testcases for omp_max_vfAndrew Stubbs1-0/+37
2024-11-06openmp: Add IFN_GOMP_MAX_VFAndrew Stubbs4-8/+34
2024-11-06openmp: use offload max_vf for chunk_sizeAndrew Stubbs1-8/+28
2024-11-06openmp: Tune omp_max_vf for offload targetsAndrew Stubbs5-6/+20
2024-11-06Add details output for assume processing.Andrew MacLeod1-19/+115
2024-11-06testsuite: add infinite recursion test case [PR63388]David Malcolm1-0/+21
2024-11-06diagnostics: fix typo in commentDavid Malcolm1-1/+1
2024-11-06libstdc++: Deprecate useless <cxxx> compatibility headers for C++17Jonathan Wakely1-0/+2
2024-11-06ipcp don't propagate where not neededMichal Jires3-20/+50
2024-11-06store-merging: Apply --param=store-merging-max-size= in more spots [PR117439]Jakub Jelinek2-1/+36
2024-11-06store-merging: Don't use sub_byte_op_p mode for empty_ctor_p unless necessary...Jakub Jelinek1-4/+5
2024-11-06Fortran: F2008 passing of internal procs to a proc pointer [PR117434]Paul Thomas4-2/+234
2024-11-06i386: Add OPTION_MASK_ISA2_EVEX512 for some AVX512 instructions.Hu, Lin12-5/+33
2024-11-06Intel MOVRS tests: Also scan (%e.x)H.J. Lu3-40/+40
2024-11-06gcc.target/i386/apx-ndd.c: Also scan (%edi)H.J. Lu1-1/+1
2024-11-06Daily bump.GCC Administrator6-1/+290
2024-11-05fortran: dynamically allocate error_buffer [PR117442]David Malcolm1-11/+13
2024-11-05match: Fix comment for `X != 0 ? X + ~0 : 0` transformationAndrew Pinski1-1/+1
2024-11-05testsuite: arm: Use effective-target for pr68620 and pr78041 testsTorbjörn SVENSSON2-4/+5
2024-11-05testsuite: arm: Relax register selection [PR116623]Torbjörn SVENSSON1-4/+6
2024-11-05testsuite: arm: Use effective-target for pr98636.c testTorbjörn SVENSSON1-1/+3
2024-11-05c: gimplefe: Only allow an identifier before ? [PR117445]Andrew Pinski1-5/+3
2024-11-05PR target/117449: Restrict vector rotate match and split to pre-reloadKyrylo Tkachov3-7/+18
2024-11-05testsuite: Fix up gcc.target/powerpc/safe-indirect-jump-3.c test [PR117444]Peter Bergner1-1/+1
2024-11-05c++: allow array mem-init with -fpermissive [PR116634]Jason Merrill5-5/+8
2024-11-05c++: Fix crash during NRV optimization with invalid input [PR117099, PR117129]Simon Martin4-1/+59
2024-11-05c++: Don't crash upon invalid placement new operator [PR117101]Simon Martin3-2/+25
2024-11-05c++: Defer -fstrong-eval-order processing to template instantiation time [PR1...Simon Martin3-1/+44
2024-11-05testsuite: fix testcase pr110279-1.cDi Zhao1-2/+2
2024-11-05Support vector float_extend from __bf16 to float.liuhongt6-1/+144
2024-11-05Support vector float_truncate for SF to BF.liuhongt7-0/+172
2024-11-05c++: Mark replaceable global operator new/delete with const std::nothrow_t& a...Jakub Jelinek3-4/+43
2024-11-05i386: Handling exception input of __builtin_ia32_prefetch. [PR117416]Hu, Lin13-0/+37
2024-11-05middle-end/117433 - ICE with gimple BLKmode reg copyRichard Biener2-1/+27
2024-11-04aarch64: remove falkor-tag-collision-avoidance passAndrew Pinski7-904/+2
2024-11-04aarch64: Remove scheduling models for falkor and saphiraAndrew Pinski4-1253/+4
2024-11-05i386: Utilize VCOMSBF16 for BF16 Comparisons with AVX10.2Levy Hsu6-28/+214
2024-11-05Handle T_HRESULT types in CodeView recordsMark Harmstone2-3/+25
2024-11-05Write LF_POINTER CodeView types for pointers to member functions or dataMark Harmstone2-0/+112
2024-11-05Write LF_BCLASS records in CodeView struct definitionsMark Harmstone1-0/+70
2024-11-05c++/modules: Merge default arguments [PR99274]Nathaniel Shead11-3/+206
2024-11-05c++/modules: Handle location exhaustion in write_location [PR105443]Nathaniel Shead1-8/+34
2024-11-05Daily bump.GCC Administrator5-1/+606
2024-11-05simulate-thread tests: Silence gdb debuginfod warningH.J. Lu2-0/+18
2024-11-05guality tests: Silence gdb debuginfod warningH.J. Lu3-0/+30
2024-11-04[PATCH v2 2/2] RISC-V: Disable by pieces for vector setmem length > UNITS_PER...Craig Blackmore4-11/+35
2024-11-04[PATCH v2 1/2] RISC-V: Make vectorized memset handle more casesCraig Blackmore2-21/+22
2024-11-04libgccjit: Add convert vectorAntoni Boucher11-0/+286