aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-09-23analyzer: fix member call on null seen with ubsan [PR97178]David Malcolm3-8/+10
2020-09-23AArch64: Implement missing p128<->f64 reinterpret intrinsicsKyrylo Tkachov3-2/+39
2020-09-23c++: Remove some gratuitous typedefingNathan Sidwell1-7/+6
2020-09-23arm: Add support for Neoverse V1 CPUAlex Coplan4-5/+18
2020-09-23aarch64: Add support for Neoverse V1 CPUAlex Coplan3-2/+4
2020-09-23c++: dependent local extern decl ICE [PR97171]Nathan Sidwell2-0/+23
2020-09-23c: Fix -Wduplicated-branches ICE [PR97125]Marek Polacek2-4/+36
2020-09-23middle-end/96453 - relax gimple_expand_vec_cond_exprRichard Biener2-13/+24
2020-09-23Minor modref optimization and statistics fixJan Hubicka3-10/+48
2020-09-23middle-end/96466 - fix VEC_COND isel/expansion issueRichard Biener3-2/+21
2020-09-23vect: Fix epilogue loop handling of partial vectorsRichard Sandiford6-100/+192
2020-09-23AArch64: Implement missing vrndns_f32 intrinsicKyrylo Tkachov3-2/+21
2020-09-23tree-optimization/97173 - extend assert in vectorizable_live_operationRichard Biener2-2/+23
2020-09-23AArch64: Implement missing _p64 intrinsics for vector permutesKyrylo Tkachov2-0/+111
2020-09-23AArch64: Implement vldrq_p128 intrinsicKyrylo Tkachov2-0/+20
2020-09-23AArch64: Implement vstrq_p128 intrinsicKyrylo Tkachov2-0/+19
2020-09-23gcc/analyzer: Silence -Wpragma warns with GCC < 10Tobias Burnus3-1/+6
2020-09-23tree-optimization/97151 - improve PTA for C++ operator deleteRichard Biener2-2/+4
2020-09-23middle-end/97162 - fix ICE when building gamessRichard Biener1-4/+4
2020-09-23gcov: fix streaming corruptionMartin Liska2-3/+23
2020-09-23[nvptx] Handle move from DF subreg to DF reg in nvptx_output_mov_insnTom de Vries1-1/+6
2020-09-23[testsuite] Add missing require-effective-target allocaTom de Vries3-2/+5
2020-09-22syscall: fix TestForeground for AIXClément Chigot3-2/+18
2020-09-22syscall: remove ptrace syscall on ppc64Clément Chigot3-4/+4
2020-09-22Add $(ZLIBINC) to CFLAGS-analyzer/engine.oDavid Malcolm1-0/+1
2020-09-22analyzer: use switch in exploded_node::on_stmtDavid Malcolm1-54/+80
2020-09-22runtime, net: fix build errors on AIXClément Chigot7-11/+24
2020-09-22libbacktrace: handle pc == low correctlyIan Lance Taylor1-11/+27
2020-09-23Daily bump.GCC Administrator9-1/+359
2020-09-22go.test: update issue4458.go for recent changeIan Lance Taylor1-1/+1
2020-09-22Ignore clobbers in modrefJan Hubicka1-0/+3
2020-09-22c++: Return only in-scope tparms in keep_template_parm [PR95310]Patrick Palka2-0/+60
2020-09-22c++: Add test for PR96652Patrick Palka1-0/+14
2020-09-22Fix ipa-modref selftest and destructorJan Hubicka6-7/+20
2020-09-22c++: Remove a broken error-recovery pathNathan Sidwell3-24/+5
2020-09-22c++: Ignore __sanitizer_ptr_{sub,cmp} builtin calls during constant expressio...Jakub Jelinek2-0/+13
2020-09-22libstdc++: Fix out-of-bounds string_view access in filesystem::path [PR 97167]Jonathan Wakely2-1/+11
2020-09-22analyzer: add -fdump-analyzer-jsonDavid Malcolm38-0/+804
2020-09-22bpf: use xBPF signed div, mod insns when availableDavid Faust5-0/+72
2020-09-22compiler: call runtime.eqtype for non-interface type switch on aixClément Chigot3-12/+21
2020-09-22libgomp.fortran/pr66199-5.f90: Make stop codes uniqueTobias Burnus1-1/+1
2020-09-22libstdc++: Fix overflow handling in std::alignGlen Joseph Fernandes2-1/+56
2020-09-22c++: fix injected friend of template classNathan Sidwell2-20/+4
2020-09-22libstdc++: Introduce new headers for C++20 ranges componentsJonathan Wakely16-1237/+1341
2020-09-22testsuite: Prune more output in timevar1.C.Marek Polacek1-0/+1
2020-09-22testsuite: Prune more output in timevar2.C.Marek Polacek1-0/+1
2020-09-22switch lowering: limit number of cluster attempsMartin Liska4-0/+75
2020-09-22IBM Z: Try to make use of load-and-test instructionsStefan Schulze Frielinghaus4-36/+68
2020-09-22[libgomp, nvptx] Print error log for link errorTom de Vries1-0/+1
2020-09-22AArch64: Implement missing vcls intrinsics on unsigned typesKyrylo Tkachov2-0/+96