aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-11-13libsanitizer: Apply local patchesH.J. Lu14-30/+85
2021-11-13libsanitizer: Merge with upstreamH.J. Lu43-333/+469
2021-11-13libstdc++: Implement std::spanstream for C++23Jonathan Wakely7-1/+519
2021-11-13Enable ipa-sra with fnspec attributesJan Hubicka3-15/+76
2021-11-13path solver: Merge path_range_query constructors.Aldy Hernandez2-27/+21
2021-11-13Fix wrong code with modref and some builtins.Jan Hubicka1-16/+14
2021-11-13libstdc++: Use GCC_TRY_COMPILE_OR_LINK for getentropy, arc4randomHans-Peter Nilsson2-4/+53
2021-11-13Daily bump.GCC Administrator11-1/+459
2021-11-13or1k: Fix clobbering of _mcount argument if fPIC is enabledStafford Horne3-16/+42
2021-11-12Fix wrong code with pure functionsJan Hubicka3-2/+38
2021-11-12path solver: Solve PHI imports first for ranges.Aldy Hernandez1-2/+13
2021-11-12Fix ipa-pure-constJan Hubicka1-5/+2
2021-11-12analyzer: "__analyzer_dump_state" has no side-effectsDavid Malcolm1-2/+5
2021-11-12aarch64: Remove redundant costing codeRichard Sandiford1-112/+30
2021-11-12aarch64: Use new hooks for vector comparisonsRichard Sandiford1-146/+145
2021-11-12aarch64: Add vf_factor to aarch64_vec_op_countRichard Sandiford1-6/+24
2021-11-12aarch64: Move cycle estimation into aarch64_vec_op_countRichard Sandiford1-98/+105
2021-11-12aarch64: Use an array of aarch64_vec_op_countsRichard Sandiford1-55/+60
2021-11-12aarch64: Use real scalar op countsRichard Sandiford1-94/+88
2021-11-12aarch64: Get floatness from stmt_infoRichard Sandiford1-2/+12
2021-11-12aarch64: Remove vectype from latency testsRichard Sandiford1-20/+13
2021-11-12aarch64: Fold aarch64_sve_op_count into aarch64_vec_op_countRichard Sandiford1-57/+96
2021-11-12aarch64: Detect more consecutive MEMsRichard Sandiford2-52/+133
2021-11-12Fortran/openmp: Fix '!$omp end'Tobias Burnus7-17/+1131
2021-11-12Fix exit condition in ipa_make_function_pureJan Hubicka1-1/+1
2021-11-12Fix ICE in tree-ssa-structalias.cJan Hubicka1-1/+10
2021-11-12libgomp: Unbreak gcn offload buildJakub Jelinek2-14/+54
2021-11-12Fortran: Use build_debug_expr_decl to create DEBUG_DECL_EXPRsMartin Jambor1-4/+2
2021-11-12testsuite: Filter out TSVC test on Power [PR103051]Martin Liska1-1/+1
2021-11-12libbacktrace: fix UBSAN issuesMartin Liska2-17/+17
2021-11-12jit: fix -Werror=format-overflow= in testsuite [PR103199]David Malcolm2-2/+2
2021-11-12Fix ipa-modref pure/const discoveryJan Hubicka1-3/+5
2021-11-12openmp: Relax handling of implicit map vs. existing device mappingsChung-Lin Tang12-28/+178
2021-11-12libstdc++: Print assertion messages to stderr [PR59675]Jonathan Wakely6-20/+38
2021-11-12fortran: Ignore unused args in scalarization [PR97896]Mikael Morin9-83/+121
2021-11-12openmp: Honor OpenMP 5.1 num_teams lower boundJakub Jelinek11-31/+169
2021-11-12Remove unused function.Martin Liska1-61/+0
2021-11-12tree-optimization/103204 - fix missed valueization in VNRichard Biener2-5/+24
2021-11-12Make opcodes configure depend on bfd configureAlan Modra2-1/+12
2021-11-12libstdc++: Implement constexpr std::vector for C++20Jonathan Wakely28-202/+2606
2021-11-12Daily bump.GCC Administrator10-1/+736
2021-11-11libstdc++: Fix debug containers for C++98 modeJonathan Wakely8-79/+14
2021-11-11Make ranger optional in path_range_query.Aldy Hernandez4-24/+37
2021-11-11Remove loop crossing restriction from the backward threader.Aldy Hernandez1-30/+6
2021-11-11rs6000: Fix test_mffsl.c to require Power9 supportBill Schmidt1-1/+2
2021-11-11compiler: traverse func subexprs when creating func descriptorsIan Lance Taylor4-11/+61
2021-11-11libstdc++: Make pmr::memory_resource::allocate implicitly create objectsJonathan Wakely1-1/+2
2021-11-11libstdc++: Remove public std::vector<bool>::data() memberJonathan Wakely1-9/+13
2021-11-11Fix gfortran.dg/inline_matmul_17.f90 template.Jan Hubicka1-1/+1
2021-11-11Enable pure-const discovery in modref.Jan Hubicka10-145/+204