aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2020-02-10Fix bogus duplicate attribute errors for submodule functions.Andrew Benson5-5/+50
2020-02-10PR c/93640 - The write_only and read_write attributes can be mistyped due to ...Martin Sebor4-2/+33
2020-02-10gcc.target/cris/dbr-1.c: New test.Hans-Peter Nilsson2-5/+15
2020-02-10gcc.target/cris/pr93372-3.c, -4.c...-35.c: New tests.Hans-Peter Nilsson32-0/+658
2020-02-10gcc.target/cris/pr93372-2.c, -5.c, -8.c: New tests.Hans-Peter Nilsson4-0/+56
2020-02-10gcc.target/cris/pr93372-1.c: New test.Hans-Peter Nilsson2-0/+74
2020-02-10gcc.target/cris/cris.exp (check_effective_target_cc0): New.Hans-Peter Nilsson2-0/+15
2020-02-10cris: try to generate zero-based comparisonsHans-Peter Nilsson4-2/+70
2020-02-10Move ChangeLog entry of commit bf6465d046 from gcc to libgccH.J. Lu1-6/+0
2020-02-10arm: Add testcase for already fixed ICE [PR91913]Jakub Jelinek2-0/+10
2020-02-10i386: Properly pop restore token in signal frameH.J. Lu4-0/+115
2020-02-10arm: correct constraints on movsi_compare0 [PR91913]Richard Earnshaw2-3/+15
2020-02-10md.texi (Define Subst): Match closing paren in example.Hans-Peter Nilsson2-1/+5
2020-02-10c-format: -Wformat-diag fix [PR93641]Jakub Jelinek4-2/+15
2020-02-10c++: Fux strncmp last argument in dump_decl_name [PR93641]Jakub Jelinek2-1/+6
2020-02-10i386: Fix strncmp last arguments in x86_64_elf_section_type_flagsJakub Jelinek2-2/+10
2020-02-10c++: Fix flexible array with synthesized constructor.Jason Merrill5-2/+39
2020-02-10Update testcase ChangeLog for PR93203Feng Xue1-0/+1
2020-02-10Generalized value pass-through for self-recusive function (PR ipa/93203)Feng Xue5-75/+243
2020-02-10Daily bump.GCC Administrator1-1/+1
2020-02-09Fix target selector for pr91333.cUros Bizjak2-1/+5
2020-02-09Improve splitX passes managementUros Bizjak4-54/+65
2020-02-09c++: Fix ICE during constexpr virtual call evaluation [PR93633]Jakub Jelinek6-0/+108
2020-02-09openmp: Optimize DECL_IN_CONSTANT_POOL vars in target regionsJakub Jelinek2-0/+22
2020-02-09Daily bump.GCC Administrator1-1/+1
2020-02-08aarch64: fix strict alignment for vector load/stores (PR 91927)Andrew Pinski4-1/+50
2020-02-08rs6000: Fix testsuite fallout from previous fix. [PR93136]Peter Bergner6-272/+269
2020-02-08RISC-V: Improve caller-save code generation.Jim Wilson2-0/+12
2020-02-08c++: Use constexpr to avoid wrong -Wsign-compare (PR90691).Jason Merrill6-14/+66
2020-02-08c++: Preserve location in maybe_constant_value.Jason Merrill2-1/+13
2020-02-08c++: Fix -Wreturn-local-addr location.Jason Merrill2-6/+10
2020-02-08c++: Fix TREE_SIDE_EFFECTS after digest_init.Jason Merrill2-2/+11
2020-02-08c++: Handle CONSTRUCTORs without indexes in find_array_ctor_elt [PR93549]Jakub Jelinek4-3/+68
2020-02-08i386: Make xmm16-xmm31 call used even in ms ABI [PR65782]Jakub Jelinek4-2/+31
2020-02-08Daily bump.GCC Administrator1-1/+1
2020-02-07Regenerate .pot files.Joseph Myers2-14604/+17909
2020-02-07c++: Fix paren init of aggregates in unevaluated context [PR92947]Marek Polacek4-1/+27
2020-02-07c++: Make PR92654 testcase valid.Jason Merrill1-3/+8
2020-02-07c++: Fix use of local in constexpr if.Jason Merrill6-40/+35
2020-02-07[PATCH] add -mvsx to pr92923-1.c test requiring vsxWill Schmidt2-2/+6
2020-02-07aarch64: ACLE I8MM multiply-accumulate intrinsicsDennis Zhang6-0/+79
2020-02-07c++: Fix ICE on nonsense requires-clause.Jason Merrill3-10/+22
2020-02-07middle-end/93519 - avoid folding stmts in obviously unreachable codeRichard Biener4-79/+144
2020-02-07x86-64: Pass aggregates with only float/double in GPRs for MS_ABIH.J. Lu7-3/+137
2020-02-07powerpc: Fix -fstack-clash-protection -mprefixed-addr ICE [PR93122]Jakub Jelinek4-11/+50
2020-02-07Add testcase of PR c++/89404, already fixed in trunk.Paolo Carlini2-0/+13
2020-02-07arm: Fix up arm installed unwind.h for use in pedantic modes [PR93615]Jakub Jelinek2-0/+14
2020-02-07i386: Better patch to improve avx* vector concatenation [PR93594]Jakub Jelinek3-40/+21
2020-02-07i386: Fix splitters that call extract_insn_cached [PR93611]Jakub Jelinek4-0/+25
2020-02-06analyzer: fix reproducer for PR 93375David Malcolm2-1/+10