aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2024-07-11Fortran: Fix rejecting class arrays of different ranks as storage association...Andre Vehreschild8-182/+496
2024-07-11Add function filtering to gcovJørgen Kvalsvik10-10/+484
2024-07-11Ensure function.end_line in source_info.linesJørgen Kvalsvik1-0/+6
2024-07-11RISC-V: c implies zca, and conditionally zcf & zcdFei Gao12-13/+39
2024-07-11Daily bump.GCC Administrator7-1/+422
2024-07-11Vect: Optimize truncation for .SAT_SUB operandsPan Li1-0/+65
2024-07-10i386: Swap compare operands in ustrunc patternsUros Bizjak1-3/+3
2024-07-10c++: remove Concepts TS codeMarek Polacek140-2312/+711
2024-07-10c: ICE with invalid sizeof [PR115642]Marek Polacek2-0/+10
2024-07-10c: ICE on invalid with attribute optimize [PR115549]Marek Polacek2-1/+12
2024-07-10testsuite: Align testcase with implementation [PR105090]Torbjörn SVENSSON1-1/+0
2024-07-10RISC-V: Update testsuite to use bEdwin Lu17-18/+18
2024-07-10RISC-V: Add support for B standard extensionEdwin Lu2-0/+8
2024-07-10internal-fn: Reuse SUBREG_PROMOTED_VAR_P handlingRichard Sandiford1-78/+84
2024-07-10c++: array new with value-initialization [PR115645]Marek Polacek2-4/+21
2024-07-10recog: Handle some mode-changing hardreg propagationsRichard Sandiford3-8/+29
2024-07-10rtl-ssa: Add replace_nondebug_insn [PR115785]Richard Sandiford4-4/+48
2024-07-10c++, contracts: Fix ICE in create_tmp_var [PR113968]Nina Ranns2-0/+36
2024-07-10PR modula2/115823 Wrong expansion of isnormal optabGaius Mulley2-5/+73
2024-07-10middle-end: Fix stalled swapped condition code value [PR115836]Uros Bizjak1-2/+2
2024-07-10arm: cleanup legacy ARM_PE codeRichard Earnshaw2-43/+1
2024-07-10[PR115394] Remove streamer_debugging and it's uses.Prathamesh Kulkarni4-32/+0
2024-07-10Match: Support form 2 for the .SAT_TRUNCPan Li2-1/+20
2024-07-10testsuite: Tests the pattern folding x/sqrt(x) to sqrt(x) for Float16Jennifer Schmitz1-0/+14
2024-07-09testsuite: Allow matching `{_1, { 0,0,0,0 }}` for vect/slp-gap-1.cAndrew Pinski1-2/+4
2024-07-09Remove expanding complex EQ/NE inside a GIMPLE_RETURN [PR115721]Andrew Pinski1-8/+0
2024-07-10RISC-V: fix zcmp popretz [PR113715]Fei Gao3-55/+4
2024-07-10Daily bump.GCC Administrator5-1/+322
2024-07-09Fix test errors after r15-1394 for sizeof(int)==sizeof(long) [PR115545]Martin Uecker3-10/+10
2024-07-09c: Fix ICE for redeclaration of structs with different alignment [PR114727]Martin Uecker2-0/+9
2024-07-09c: Fix ICE for incorrect code in comptypes_verify [PR115696]Martin Uecker2-0/+11
2024-07-09rs6000, remove vector set and vector init built-ins.Carl Love3-100/+14
2024-07-09rs6000, remove __builtin_vsx_xvcmpeqsp_p built-inCarl Love1-3/+0
2024-07-09rs6000, extend vec_xxpermdi built-in for __int128 argsCarl Love3-0/+237
2024-07-09rs6000, remove __builtin_vsx_xvnegdp and __builtin_vsx_xvnegsp built-insCarl Love1-6/+0
2024-07-09rs6000, remove __builtin_vsx_vperm_* built-insCarl Love2-44/+11
2024-07-09rs6000, remove the vec_xxsel built-ins, they are duplicatesCarl Love2-47/+19
2024-07-09rs6000, add overloaded vec_sel with int128 argumentsCarl Love5-6/+315
2024-07-09rs6000, remove duplicated built-ins of vecmergl and vec_mergehCarl Love3-61/+0
2024-07-09rs6000, Remove redundant vector float/double type conversionsCarl Love1-12/+0
2024-07-09rs6000, extend the current vec_{un,}signed{e,o} built-insCarl Love5-11/+154
2024-07-09rs6000, fix error in unsigned vector float to unsigned int built-in definitionsCarl Love2-9/+33
2024-07-09rs6000, Remove __builtin_vsx_xvcv{sp{sx,u}ws,dpuxds_uns}Carl Love1-15/+0
2024-07-09rs6000, Remove __builtin_vsx_cmple* builtinsCarl Love2-43/+0
2024-07-09i386: Implement .SAT_TRUNC for unsigned integersUros Bizjak2-2/+134
2024-07-09diagnostics: use refs rather than pointers for diagnostic_{path,context}David Malcolm3-53/+52
2024-07-09arm: clean up some legacy FPA related cruft.Richard Earnshaw1-51/+10
2024-07-09RISC-V: Fix comment/naming in attribute parsing codeChristoph Müllner1-4/+4
2024-07-09RISC-V: Deduplicate arch subset list processingChristoph Müllner1-26/+6
2024-07-09RISC-V: testsuite: Properly gate LTO testsChristoph Müllner2-2/+2