aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2024-04-27Daily bump.GCC Administrator5-1/+66
2024-04-26AArch64: Cleanup memset expansionWilco Dijkstra1-122/+35
2024-04-26AArch64: Remove AARCH64_EXTRA_TUNE_NO_LDP_STP_QREGSWilco Dijkstra7-63/+8
2024-04-26c++: fix source printing for "required from here" messagePatrick Palka3-1/+53
2024-04-26ada: bump Library_Version to 15.Jakub Jelinek1-1/+1
2024-04-26Bump BASE-VER.basepoints/gcc-15Jakub Jelinek1-1/+1
2024-04-26amdgcn: Add gfx90c targetFrederik Harwath10-6/+33
2024-04-26i386: Fix array index overflow in pr105354-2.cHaochen Jiang1-1/+1
2024-04-26Daily bump.GCC Administrator6-1/+260
2024-04-25bpf: set PREFERRED_DEBUGGING_TYPE to BTF_DEBUGDavid Faust5-0/+58
2024-04-25c++: Fix constexpr evaluation of parameters passed by invisible reference [PR...Jakub Jelinek3-11/+54
2024-04-25c++: Retry the aliasing of base/complete cdtor optimization at import_export_...Jakub Jelinek8-0/+142
2024-04-25bpf: avoid issues with CO-RE and -gtoggleDavid Faust4-2/+39
2024-04-25openmp: Copy DECL_LANG_SPECIFIC and DECL_LANG_FLAG_? to tree-nested decl copy...Jakub Jelinek2-28/+49
2024-04-25PR modula2/114836 Avoid concatenation of error strings to aid error locale tr...Gaius Mulley1-6/+3
2024-04-25bpf: default to using pseudo-C assembly syntax by defaultJose E. Marchesi68-67/+70
2024-04-25arm: Zero/Sign extends for CMSE securityRichard Ball3-0/+257
2024-04-25modula2: issue the parameter incompatibility error message based on dialectGaius Mulley2-6/+28
2024-04-25tree-optimization/114792 - order loops to unloops in CHRichard Biener2-0/+41
2024-04-25Fix calling convention incompatibility with vendor compilerEric Botcazou6-2/+82
2024-04-25RISC-V: Add test cases for insn does not satisfy its constraints [PR114714]Pan Li2-0/+170
2024-04-25RISC-V: Add early clobber to the dest of vwsllPan Li1-1/+1
2024-04-25Fortran: Fix ICE in gfc_trans_create_temp_array from bad type [PR93678]Paul Thomas2-2/+40
2024-04-25Fortran: Generate new charlens for shared symbol typespecs [PR89462]Paul Thomas2-4/+20
2024-04-25rs6000: Use bcdsub. instead of bcdadd. for bcd invalid number checkingHaochen Gui2-5/+5
2024-04-25RISC-V: Add xfail test case for highpart register overlap of vwcvtPan Li3-0/+223
2024-04-25Daily bump.GCC Administrator4-1/+125
2024-04-24c++/modules testsuite: restrict expensive pr99023 testPatrick Palka2-0/+2
2024-04-24c++: constexpr union member access folding [PR114709]Patrick Palka2-0/+11
2024-04-24v2: DOCUMENTATION_ROOT_URL vs. release branches [PR114738]Jakub Jelinek5-31/+24
2024-04-24Revert "RISC-V: Support highpart register overlap for vwcvt"Pan Li10-294/+22
2024-04-24bpf: define BPF feature pre-processor macrosJose E. Marchesi6-17/+142
2024-04-24tree-optimization/114787 - more careful loop update with CFG cleanupRichard Biener2-3/+50
2024-04-24tree-optimization/114832 - wrong dominator info with vect peelingRichard Biener2-1/+14
2024-04-24i386: Fix behavior for both using AVX10.1-256 in options and function attributeHaochen Jiang2-0/+8
2024-04-24RISC-V: Add xfail test case for highpart overlap of vext.vfPan Li4-1/+224
2024-04-24Revert "RISC-V: Support highpart overlap for vext.vf"Pan Li5-234/+10
2024-04-24Daily bump.GCC Administrator7-1/+196
2024-04-24c++: Fix ICE with xobj parms and maybe incomplete decl-specifiersNathaniel Shead2-2/+12
2024-04-23i386: Avoid =&r,r,r andn double-word alternative for ia32 [PR114810]Jakub Jelinek2-4/+866
2024-04-23Regenerate gcc.potJoseph Myers1-3383/+3415
2024-04-23Fortran: check C_SIZEOF on additions from TS29113/F2018 [PR103496]Harald Anlauf1-0/+23
2024-04-23c++/modules: deduced return type merging [PR114795]Patrick Palka3-0/+38
2024-04-23testsuite: Adjust testsuite expectations for diagnostic spelling fixesJakub Jelinek2-2/+2
2024-04-23Remove repeated information in -ftree-loop-distribute-patterns docJan Hubicka1-2/+0
2024-04-23Further spelling fixes in translatable stringsJakub Jelinek3-5/+5
2024-04-23Spelling fixes for translatable stringsJakub Jelinek6-6/+6
2024-04-23s390: testsuite: Xfail forwprop-4{0,1}.cStefan Schulze Frielinghaus3-4/+18
2024-04-23Fortran: Check that the ICE does not reappear [PR102597]Paul Thomas1-0/+9
2024-04-23tree-optimization/114799 - SLP and patternsRichard Biener2-0/+22