aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
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 Chigot1-1/+1
2020-09-22syscall: remove ptrace syscall on ppc64Clément Chigot1-1/+1
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 Chigot1-1/+1
2020-09-23Daily bump.GCC Administrator6-1/+262
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-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-22c++: fix injected friend of template classNathan Sidwell2-20/+4
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-22AArch64: Implement missing vcls intrinsics on unsigned typesKyrylo Tkachov2-0/+96
2020-09-22AArch64: Implement missing vceq*_p* intrinsicsKyrylo Tkachov2-0/+50
2020-09-22AArch64: Implement poly-type vadd intrinsicsKyrylo Tkachov2-0/+99
2020-09-22Fix some typosJakub Jelinek4-10/+10
2020-09-22ipa: Fix up ipa modref option help textsJakub Jelinek2-2/+2
2020-09-22Add no strict aliasing to m128-check.hJan Hubicka1-0/+1
2020-09-22Daily bump.GCC Administrator7-1/+208
2020-09-21compiler: finalize methods for type aliases of struct typesIan Lance Taylor3-21/+35
2020-09-21analyzer: fix ICE on bogus decl of memset [PR97130]David Malcolm4-2/+23
2020-09-21analyzer: decls are not on the heapDavid Malcolm1-1/+3
2020-09-21go/internal/gccgoimporter: recognize aixbigafMagic archivesClément Chigot1-1/+1
2020-09-21c++: DR 1722: Make lambda to function pointer conv noexcept [PR90583]Marek Polacek2-0/+12
2020-09-21c++: Implement -Wctad-maybe-unsupported.Marek Polacek7-5/+154