aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2022-05-26xtensa: Add setmemsi insn patternTakayuki 'January June' Suwa4-1/+230
2022-05-27Daily bump.GCC Administrator4-1/+54
2022-05-26c++: improve -Waddress warnings with *_cast [PR105569]Marek Polacek2-2/+41
2022-05-26xtensa: Fix instruction counting regarding block move expansionTakayuki 'January June' Suwa1-4/+4
2022-05-26xtensa: Make use of IN_RANGE macro where appropriateTakayuki 'January June' Suwa4-16/+15
2022-05-26xtensa: Simplify EXTUI instruction maskimm validationsTakayuki 'January June' Suwa2-22/+4
2022-05-26c++: constrained partial spec forward decl [PR96363]Patrick Palka6-24/+69
2022-05-26Daily bump.GCC Administrator7-1/+214
2022-05-25c++: fix ICE on invalid attributes [PR96637]Marek Polacek4-10/+16
2022-05-25c++: CTAD with alias and nested template [PR105655]Jason Merrill2-1/+29
2022-05-25c++: deduction from auto fn [PR105623]Jason Merrill3-3/+26
2022-05-25c++: constexpr returning deallocated ptrJason Merrill1-0/+5
2022-05-25c++: strict constexpr and local varsJason Merrill2-3/+26
2022-05-25c++: ICE with temporary of class type in DMI [PR100252]Marek Polacek7-0/+582
2022-05-25Tweak comments.Andrew MacLeod4-5/+5
2022-05-25Use infer instead of side-effect for ranges.Andrew MacLeod9-73/+74
2022-05-25RISC-V: Don't unconditionally add m,a,f,d in arch-canonicalizeSimon Cook1-1/+1
2022-05-25GCN: Add gfx908/gfx90a to -march/-mtune in invoke.texiTobias Burnus1-1/+6
2022-05-25c: Improve build_component_ref diagnostics [PR91134]Jakub Jelinek6-19/+73
2022-05-25d: add more 'final' and 'override' to gcc/d/*.cc 'visit' implsIain Buclaw3-79/+79
2022-05-25Fix misspelled defaultRichard Biener3-3/+3
2022-05-25asan: Fix up instrumentation of assignments which are both loads and stores [...Jakub Jelinek2-1/+47
2022-05-25Add GIMPLE switch support to loop unswitchingMartin Liska22-252/+1288
2022-05-25aarch64: Fix pac-ret with unusual dwarf in libgcc unwinder [PR104689]Szabolcs Nagy1-0/+149
2022-05-25Daily bump.GCC Administrator7-1/+423
2022-05-24Fix profile count maintenance in vectorizer peeling.Eugene Rozenfeld1-11/+24
2022-05-24PR middle-end/105604 - ICE: in tree_to_shwi with vla in struct and sprintfMartin Sebor5-35/+368
2022-05-24c++: *this folding in constexpr callJason Merrill1-5/+6
2022-05-24gcc.misc-tests/outputs.exp: Use link test to check for -gsplit-dwarf supportJoel Brobecker1-2/+2
2022-05-24c++: discarded-value and constexprJason Merrill1-90/+108
2022-05-24c++: constexpr empty base redux [PR105622]Jason Merrill2-2/+21
2022-05-25Add new parameter to vec_perm_const hook for specifying operand mode.Prathamesh Kulkarni25-85/+150
2022-05-24x86: Document -mcet-switchH.J. Lu2-2/+14
2022-05-24amdgcn: Add gfx90a supportAndrew Stubbs9-23/+92
2022-05-24amdgcn: Remove LLVM 9 assembler/linker supportAndrew Stubbs7-812/+64
2022-05-24Optimize double word negation of zero extended values on x86.Roger Sayle3-0/+54
2022-05-24PR tree-optimization/105668: Provide vcond_mask_v1tiv1ti pattern.Roger Sayle3-11/+28
2022-05-24Minor improvement to genpreds.ccRoger Sayle1-4/+9
2022-05-24c++: set TYPE_CANONICAL for more template typesPatrick Palka5-47/+102
2022-05-24d: add 'final' and 'override' to gcc/d/*.cc 'visit' implsDavid Malcolm5-83/+83
2022-05-24RISC-V: Cache Management Operation instructions testcasesShiYulong6-0/+106
2022-05-24RISC-V: Cache Management Operation instructionsShiYulong5-0/+98
2022-05-24RISC-V: Add mininal support for Zicbo[mzp]ShiYulong3-0/+19
2022-05-24tree-vect-slp-patterns.cc: add 'final' and 'override' to vect_pattern::build ...David Malcolm1-6/+6
2022-05-24ipa: add 'final' and 'override' to call_summary_base vfunc implsDavid Malcolm11-75/+76
2022-05-24Revert "Mitigate -Wmaybe-uninitialized in expmed.cc."Martin Liska1-1/+1
2022-05-24Mitigate -Wmaybe-uninitialized in expmed.cc.Martin Liska1-1/+1
2022-05-24Extend --with-zstd documentationBruno Haible1-4/+14
2022-05-24middle-end/105711 - properly handle CONST_INT when expanding bitfieldsRichard Biener2-9/+25
2022-05-24OpenMP: Support nowait with Fortran [PR105378]Tobias Burnus2-1/+16