aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2022-01-11[Ada] Update copyright notice and bump Gnatvsn.Current_YearArnaud Charlet2204-2205/+2205
2022-01-11[Ada] Document LLVM-specific flagsRichard Kenner1-3/+9
2022-01-11[Ada] Use atomic builtins for atomic counters on x86 (32bit)Piotr Trojanek2-113/+1
2022-01-11ira: Fix s390 buildRichard Sandiford1-4/+7
2022-01-11Recognize MULT_HIGHPART_EXPR in tree-ssa-math-opts pass.Roger Sayle2-1/+264
2022-01-11rs6000: powerpc suboptimal boolean test of contiguous bits [PR102239]Xionghu Luo4-0/+59
2022-01-11State --sysroot option as validated once processedOlivier Hainque1-0/+1
2022-01-11Improve sequence logic in cxx_init_decl_processingOlivier Hainque1-3/+3
2022-01-11testsuite: Fix regression on m32 by r12-6087 [PR103820]Xionghu Luo1-3/+3
2022-01-10rs6000: Remove useless code related to -mno-power10Kewen Lin1-1/+0
2022-01-11Extend predicate of operands[1] from register_operand to vector_operand for a...Haochen Jiang2-1/+17
2022-01-11Daily bump.GCC Administrator7-1/+306
2022-01-10i386: Introduce V2QImode vector compares [PR103861]Uros Bizjak3-28/+56
2022-01-10c++: constexpr base-to-derived conversion with offset 0 [PR103879]Patrick Palka3-12/+58
2022-01-10c++: "more constrained" vs staticness of memfn [PR103783]Patrick Palka2-3/+39
2022-01-10c++: Ensure some more that immediate functions aren't gimplified [PR103912]Jakub Jelinek3-0/+51
2022-01-10tree-optimization/103948 - detect vector vec_cmp in expand_vector_conditionUros Bizjak1-1/+3
2022-01-10rs6000: Add Power10 optimization for _mm_blendv*Paul A. Clarke2-1/+78
2022-01-10[vect] Re-analyze all modes for epiloguesAndre Vieira4-39/+72
2022-01-10Fortran: Pass unlimited polymorphic argument to assumed type [PR103366].Paul Thomas2-4/+31
2022-01-10x86_64: Ignore zero width bitfields in ABI and issue -Wpsabi warning about C ...Jakub Jelinek3-7/+82
2022-01-10ira: Handle "soft" conflicts between cap and non-cap allocnosRichard Sandiford4-30/+326
2022-01-10ira: Consider modelling caller-save allocations as loop spillsRichard Sandiford5-18/+129
2022-01-10ira: Try to avoid propagating conflictsRichard Sandiford4-23/+169
2022-01-10ira: Add ira_subloop_allocnos_can_differ_pRichard Sandiford2-20/+29
2022-01-10ira: Add comments and fix move_spill_restore calculationRichard Sandiford1-1/+27
2022-01-10ira: Add a ira_loop_border_costs classRichard Sandiford2-46/+86
2022-01-10Properly enable -freorder-blocks-and-partition on 64-bit WindowsEric Botcazou1-3/+5
2022-01-10Fortran: Allow IEEE_CLASS to identify signaling NaNsFrancois-Xavier Coudert2-0/+103
2022-01-10middle-end/101530 - fix shufflevector loweringRichard Biener2-0/+22
2022-01-10tree-optimization/100359 - restore unroll at -O3Richard Biener2-1/+36
2022-01-10[Ada] Fix bogus error on call to subprogram with incomplete profileEric Botcazou1-2/+29
2022-01-10[Ada] Fix internal error on unchecked union with component clausesEric Botcazou1-12/+17
2022-01-10[Ada] Make pragma Inspection_Point work for constantsEric Botcazou1-0/+17
2022-01-10[Ada] Reduce runtime dependencies on stage1Arnaud Charlet1-29/+26
2022-01-10[Ada] Switch from __sync to __atomic builtins for Lock_Free_Try_WritePiotr Trojanek2-19/+15
2022-01-10[Ada] Remove CodePeer annotations for pragma Loop_VariantPiotr Trojanek5-15/+0
2022-01-10[Ada] Disable expansion of pragma Loop_Variant in CodePeer modePiotr Trojanek1-1/+4
2022-01-10[Ada] Fix typo in comment about unit familiesPiotr Trojanek1-1/+1
2022-01-10[Ada] Adjust the alignment to the size for bit-packed arraysEric Botcazou1-0/+13
2022-01-10[Ada] Switch from __sync to __atomic builtins for atomic countersPiotr Trojanek1-16/+26
2022-01-10[Ada] Fix error on too large size clause for bit-packed arrayEric Botcazou2-2/+6
2022-01-10[Ada] Task arrays trigger spurious unreferenced warningsJustin Squirek1-1/+8
2022-01-10Daily bump.GCC Administrator3-1/+51
2022-01-09Fortran: check arguments of MASKL/MASKR intrinsics before simplificationHarald Anlauf2-0/+20
2022-01-09Fortran: reject invalid non-constant pointer initialization targetsHarald Anlauf2-0/+57
2022-01-09Fortran: Ignore KIND argument of a few more intrinsics. [PR103789]Mikael Morin5-0/+46
2022-01-08Testsuite: Make dependence on -fdelete-null-pointer-checks explicitSandra Loosemore7-0/+7
2022-01-09Daily bump.GCC Administrator4-1/+52
2022-01-08x86_64: Improve (interunit) moves from TImode to V1TImode.Roger Sayle3-0/+44