aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2021-05-10middle-end/100464 - avoid spurious TREE_ADDRESSABLE in folding debug stmtsRichard Biener4-7/+21
2021-05-10tree-optimization/100434 - DSE aggregate call LHSRichard Biener2-42/+87
2021-05-10Fix genversion linker error.Martin Liska1-0/+4
2021-05-10arm: Fix wrong code with MVE V2DImode loads and stores [PR99960]Alex Coplan7-42/+15
2021-05-10Come up with startswith function.Martin Liska55-186/+169
2021-05-10c++: remove redundand NULL check.Martin Liska1-1/+1
2021-05-10Remove __cplusplus >= 201103Martin Liska7-26/+1
2021-05-10Use genversion to generate version.h.Martin Liska7-100/+51
2021-05-10arc: Improve vector support for ARCv2.Claudiu Zissulescu2-2/+111
2021-05-10arc: Cleanup simdext.md fileClaudiu Zissulescu1-330/+400
2021-05-10arc: Disable movmisalign patterns when aligned access is requiredClaudiu Zissulescu1-2/+2
2021-05-10arc: Fix compilation warnings.Claudiu Zissulescu2-2/+2
2021-05-10arc: Update ctz/clz patternsClaudiu Zissulescu2-23/+36
2021-05-10arc: Add alternative names for gp and fp registers.Claudiu Zissulescu1-0/+2
2021-05-10arc: Fix documentation __builtin_arc_srClaudiu Zissulescu1-5/+5
2021-05-10Reset prologue_location before calling code_endBernd Edlinger1-0/+1
2021-05-10Daily bump.GCC Administrator1-1/+1
2021-05-09Daily bump.GCC Administrator2-1/+10
2021-05-08Correct ChangeLob entries for PR46991Paul Thomas2-2/+2
2021-05-08Fortran: Correct PR number from 46691 [PR46991].Paul Thomas1-1/+1
2021-05-08Remove obsolete gcc.dg/sso-9.cEric Botcazou1-27/+0
2021-05-08Daily bump.GCC Administrator6-1/+707
2021-05-07Revert "amdgcn: disable TImode"Andrew Stubbs1-1/+1
2021-05-07Ensure emit_move_insn operands are validAndrew Stubbs1-4/+6
2021-05-07Fix incorrect array bounds with -fgnat-encodings=minimal in DWARFEric Botcazou3-22/+50
2021-05-07Clean up and virtualize the on-entry cache interface.Andrew MacLeod3-95/+80
2021-05-07When searching for non-null, check the dominator tree.Andrew MacLeod2-5/+24
2021-05-07Fix range_on_exit for PHI stmts when there are no other stmts in the block.Andrew MacLeod1-7/+16
2021-05-07Make TRUE/FALSE edge calculation available without the outgoing edge class.Andrew MacLeod3-17/+28
2021-05-07Don't over-allocate switch default range object.Andrew MacLeod1-4/+4
2021-05-07Change x mod 0 to produce UNDEFINED rather than VARYING.Andrew MacLeod1-1/+1
2021-05-07Enhance initial global value setting.Andrew MacLeod1-15/+32
2021-05-07Do not apply scalar storage order to pointer fieldsEric Botcazou4-1/+34
2021-05-07amdgcn: disable TImodeAndrew Stubbs1-1/+1
2021-05-07c++: reject class lvalues in 'rvalue'Jason Merrill1-1/+6
2021-05-07c++: avoid non-TARGET_EXPR class prvaluesJason Merrill5-3/+7
2021-05-07c++: don't call 'rvalue' in coroutines codeJason Merrill2-88/+31
2021-05-07tree-optimization/79333 - fold stmts following SSA edges in VNChristophe Lyon1-0/+1
2021-05-07libcpp: Fix up pragma preprocessing [PR100450]Jakub Jelinek1-0/+20
2021-05-07i386: Implement mmx_pblendv to optimize SSE conditional moves [PR98218]Uros Bizjak4-1/+34
2021-05-07OpenMP: Fix SIMT for complex/float reduction with && and ||Tobias Burnus1-7/+21
2021-05-07[Ada] Robust detection of access-to-subprogram and access-to-object typesPiotr Trojanek3-6/+10
2021-05-07[Ada] Minor reformattingsBob Duff119-2969/+2969
2021-05-07[Ada] Variable-sized node types -- cleanupBob Duff42-638/+517
2021-05-07[Ada] Restore nnd capabilityBob Duff3-118/+142
2021-05-07[Ada] Fix link from body protected entry implementation to source codePiotr Trojanek7-25/+11
2021-05-07[Ada] Reinitialize Private_Dependents when it is vanishingBob Duff2-6/+15
2021-05-07[Ada] Replace packed records with integers in low-level implementationEric Botcazou4-413/+77
2021-05-07[Ada] Fix type mismatch warnings during LTO bootstrap #6Eric Botcazou4-43/+26
2021-05-07[Ada] Fix type mismatch warnings during LTO bootstrap #5Eric Botcazou2-37/+30