aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2022-10-19expr: Fix ICE on BFmode -> SFmode conversion of constant [PR107262]Jakub Jelinek2-2/+22
2022-10-19match.pd: Add 2 TYPE_OVERFLOW_SANITIZED checks [PR106990]Jakub Jelinek2-4/+35
2022-10-19i386: Fix up __bf16 handling on ia32Jakub Jelinek2-10/+9
2022-10-19tree-optimization/106781 - adjust cgraph lhs removalRichard Biener2-8/+24
2022-10-19Canonicalize vec_perm index to make the first index come from the first vector.liuhongt2-0/+33
2022-10-19Daily bump.GCC Administrator6-1/+332
2022-10-18c: Diagnose "enum tag;" after definition [PR107164]Joseph Myers4-0/+39
2022-10-18testsuite: Only run -fcf-protection test on i?86/x86_64 [PR107213]Marek Polacek1-0/+1
2022-10-18c++ modules: stream non-trailing default targs [PR105045]Patrick Palka3-14/+19
2022-10-18c: C2x enums wider than int [PR36113]Joseph Myers12-46/+309
2022-10-18ipa-cp: Better representation of aggregate values in call contextsMartin Jambor4-403/+218
2022-10-18ipa-cp: Better representation of aggregate values we clone forMartin Jambor5-666/+733
2022-10-18tree-optimization/107302 - fix vec_perm placement for recurrence vectRichard Biener2-3/+22
2022-10-18ifcvt: Do not lower bitfields if we can't analyze dr's [PR107275]Andre Vieira2-15/+30
2022-10-18middle-end IFN_ASSUME support [PR106654]Jakub Jelinek31-16/+745
2022-10-18tree-optimization/107301 - check if we can duplicate block before doing soRichard Biener2-2/+19
2022-10-18Move scanning pass of forwprop-19.c to dse1 for r13-3212-gb88adba751da63Liwei Xu1-2/+2
2022-10-17Merge partial relation precisions properlyAndrew MacLeod3-1/+59
2022-10-18Daily bump.GCC Administrator5-1/+297
2022-10-17Fix bogus RTL on the H8.Jeff Law2-41/+69
2022-10-17More infrastructure to avoid bogus RTL on H8.Jeff Law3-0/+35
2022-10-17Remove accidential commitsJeff Law12-31671/+0
2022-10-17Enable REE for H8Jeff Law13-0/+31673
2022-10-17Add missing splitter for H8Jeff Law1-0/+18
2022-10-17Fortran: NULL pointer dereference in gfc_simplify_image_index [PR104330]Steve Kargl2-1/+21
2022-10-17Make sure exported range for SSA post-dominates the DEF in set_global_ranges_...Aldy Hernandez2-1/+37
2022-10-17Fortran: handle bad array ctors with typespec [PR93483, PR107216, PR107219]Harald Anlauf4-16/+68
2022-10-17Fortran: check type of operands of logical operations, comparisons [PR107272]Harald Anlauf2-0/+54
2022-10-17Fortran: Fixes for kind=4 characters strings [PR107266]Tobias Burnus5-12/+131
2022-10-17c++ modules: streaming constexpr_fundef [PR101449]Patrick Palka3-51/+29
2022-10-17[PR tree-optimization/105820] Add test.Aldy Hernandez1-0/+26
2022-10-17Do not test for -Inf when flag_finite_math_only.Aldy Hernandez1-4/+7
2022-10-17Add 3 floating NAN tests.Aldy Hernandez3-0/+58
2022-10-17Add relation_trio class for range-ops.Andrew MacLeod9-291/+405
2022-10-17Fix nan updating in range-ops.Andrew MacLeod1-13/+10
2022-10-17Don't set useless relations.Andrew MacLeod2-1/+8
2022-10-17GCN: Restore build with GCC 4.8Thomas Schwinge1-7/+7
2022-10-17Tag 'gcc/gimple-expr.cc:mark_addressable_2' as 'static'Thomas Schwinge1-1/+1
2022-10-17Vectorization of first-order recurrencesRichard Biener13-28/+558
2022-10-17RISC-V: Fix format[NFC]Ju-Zhe Zhong1-1/+1
2022-10-17RISC-V: Reorganize mangle_builtin_type.[NFC]Ju-Zhe Zhong1-13/+13
2022-10-17elf: ELF toolchain --without-{headers, newlib} should provide stdint.hArsen Arsenovic1-0/+5
2022-10-17Initial Meteorlake SupportHu, Lin12-0/+6
2022-10-17Initial Raptorlake SupportHaochen Jiang2-0/+4
2022-10-17Daily bump.GCC Administrator2-1/+20
2022-10-16Add new constraints for upcoming autoinc fixesJeff Law2-0/+37
2022-10-16Rename "z" constraint to "Zz" on the H8/300Jeff Law2-5/+5
2022-10-15Fix bug in register move costing on H8/300Jeff Law1-1/+1
2022-10-16Daily bump.GCC Administrator1-1/+1
2022-10-15Daily bump.GCC Administrator7-1/+332