aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-08-05libstdc++: Replace operator>>(istream&, char*) [LWG 2499]Jonathan Wakely18-41/+386
2020-08-05c++: cxx_eval_vec_init after zero-initialization [PR96282]Patrick Palka4-1/+59
2020-08-05Added test case to make sure that legal cases still pass.Thomas Koenig1-0/+56
2020-08-05Static analysis for definition of DO index variables in contained procedures.Thomas Koenig3-11/+357
2020-08-05VEC_COND_EXPR optimizationsMarc Glisse4-12/+96
2020-08-05aarch64: Clear canary value after stack_protect_test [PR96191]Richard Sandiford3-19/+110
2020-08-05aarch64: Add missing %z prefixes to LDP/STP patternsRichard Sandiford2-17/+17
2020-08-05refactor LIM a bitRichard Biener1-95/+58
2020-08-05Make genmatch transform failure handling more consistentRichard Biener1-15/+29
2020-08-05openmp: Handle even some combined non-rectangular loopsJakub Jelinek3-5/+378
2020-08-05openmp: Handle reduction clauses on host teams construct [PR96459]Jakub Jelinek4-28/+83
2020-08-05openmp: Use more efficient logical -> actual computation even if # iterations...Jakub Jelinek1-7/+22
2020-08-04rs6000 Add vector blend, permute builtin supportCarl Love8-6/+830
2020-08-04rs6000, Add vector splat builtin supportCarl Love9-0/+379
2020-08-04rs6000, Add vector shift double builtin supportCarl Love6-0/+539
2020-08-04rs6000, Add vector replace builtin support GCC maintainers:Carl Love6-0/+478
2020-08-04rs6000 Add vector insert builtin supportCarl Love6-0/+595
2020-08-04rs6000, Update support for vec_extractCarl Love3-103/+110
2020-08-05Daily bump.GCC Administrator7-1/+318
2020-08-04aarch64: Delete duplicated option docs.Jim Wilson1-18/+0
2020-08-05[PATCH] nvptx: Add support for PTX highpart multiplications (HI/SI)Roger Sayle3-0/+78
2020-08-04c++: Template keyword following :: [PR96082]Marek Polacek2-1/+12
2020-08-04compiler: delete lowered constant stringsIan Lance Taylor2-2/+9
2020-08-04amdgcn: Remove dead defines from gcn-runAndrew Stubbs1-18/+0
2020-08-04[Arm] Modify default tuning of armv8.1-m.main to use Cortex-M55Omar Tahir1-1/+1
2020-08-04aarch64: Delete unnecessary codeHu Jiangping1-2/+0
2020-08-04c++: fix template parm count leakNathan Sidwell3-30/+34
2020-08-04AArch64: Use FLOAT_MODE_P macro and add FLAG_AUTO_FP [PR94442]xiezhiheng1-20/+6
2020-08-04Fortran/OpenMP: Fix detecting not perfectly nested loopsTobias Burnus3-4/+34
2020-08-04doc: Add @cindex to symver attributeJakub Jelinek1-0/+1
2020-08-04Test case for PR rtl-optimization/60473Roger Sayle1-0/+12
2020-08-04Simplify X * C1 == C2 with undefined overflowMarc Glisse3-1/+23
2020-08-04Adjust gimple-ssa-sprintf.c for irange API.Aldy Hernandez1-21/+16
2020-08-04d: Fix struct literals that have non-deterministic hash values (PR96153)Iain Buclaw3-36/+101
2020-08-04amdgcn: TImode shiftsAndrew Stubbs1-0/+105
2020-08-04c++: Member initializer list diagnostic locations [PR94024]Patrick Palka4-1/+52
2020-08-04tree-optimization/88240 - stopgap for floating point code-hoisting issuesRichard Biener4-1/+49
2020-08-04Fortran: Fix for OpenMP's 'lastprivate(conditional:'Tobias Burnus2-8/+6
2020-08-04aarch64: Use Q-reg loads/stores in movmem expansionSudakshina Das3-7/+52
2020-08-04aarch64: Add missing clobber for fjcvtzsAndrea Corallo4-1/+59
2020-08-04[nvptx] Handle V2DI/V2SI mode in nvptx_gen_shuffleTom de Vries3-0/+95
2020-08-04veclower: Don't ICE on .VEC_CONVERT calls with no lhs [PR96426]Jakub Jelinek2-0/+16
2020-08-04gimple-fold: Fix ICE in maybe_canonicalize_mem_ref_addr on debug stmt [PR96354]Jakub Jelinek2-3/+31
2020-08-04Add is_gimple_min_invariant dropped from previous patch.Aldy Hernandez1-1/+3
2020-08-04openmp: Compute number of collapsed loop iterations more efficiently for some...Jakub Jelinek1-100/+352
2020-08-04d: Fix PR96429: Pointer subtraction uses TRUNC_DIV_EXPRIain Buclaw2-0/+38
2020-08-04Change testcase for pr96325 from run to compile.Paul Thomas1-1/+1
2020-08-04Adjust two_valued_val_range_p for irange API.Aldy Hernandez1-22/+9
2020-08-04Adjust simplify_conversion_using_ranges for irange API.Aldy Hernandez1-4/+7
2020-08-04Use irange API in test_for_singularity.Aldy Hernandez1-5/+8