aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2020-10-02Commonize handling of attr-fnspecJan Hubicka5-62/+229
2020-10-02Break out ao_ref_init_from_ptr_and_range from ao_ref_init_from_ptr_and_sizeJan Hubicka1-12/+40
2020-10-02Add poly_int64 streaming supportJan Hubicka3-0/+22
2020-10-02aarch64: Remove aarch64_sve_pred_dominates_pRichard Sandiford4-162/+853
2020-10-02arm: Make more use of the new mode macrosRichard Sandiford2-43/+29
2020-10-02aarch64: ilp32 testsuite fixesAlex Coplan2-3/+12
2020-10-02GCOV: do not mangle .gcno files.Martin Liska1-3/+5
2020-10-02c++: Set CALL_FROM_NEW_OR_DELETE_P on more calls.Jason Merrill8-31/+33
2020-10-02make use of CALL_FROM_NEW_OR_DELETE_PRichard Biener6-14/+78
2020-10-02c++: Move CALL_FROM_NEW_OR_DELETE_P to tree.hJason Merrill7-11/+21
2020-10-02Implement irange::fits_p.Aldy Hernandez1-0/+1
2020-10-02Daily bump.GCC Administrator4-1/+373
2020-10-01compiler: set varargs correctly for type of method expressionIan Lance Taylor2-3/+7
2020-10-02[RS6000] ICE in decompose, at rtl.h:2282Alan Modra1-1/+1
2020-10-02[RS6000] rs6000_linux64_override_options fixAlan Modra1-13/+7
2020-10-02[RS6000] function for linux64 SUBSUBTARGET_OVERRIDE_OPTIONSAlan Modra3-152/+98
2020-10-01c++: Kill DECL_HIDDEN_PNathan Sidwell2-22/+3
2020-10-01Fix build of ppc64 target.Martin Liska2-0/+2
2020-10-01[nvptx] Emit mov.u32 instead of cvt.u32.u32 for truncsiqi2Tom de Vries1-3/+7
2020-10-01arm: Add missing vec_cmp and vcond patternsRichard Sandiford12-221/+442
2020-10-01aarch64: Restrict asm-matching tests to lp64Richard Sandiford2-2/+2
2020-10-01arm: Fix testcase selection for Low Overhead Loop tests [PR96375]Andrea Corallo7-8/+8
2020-10-01config/i386/t-rtems: Change from mtune to march for multilibsMichael Davidsaver1-4/+4
2020-10-01Convert sprintf/strlen passes to value query class.Aldy Hernandez5-178/+186
2020-10-01Convert vr-values to value query class.Aldy Hernandez14-146/+139
2020-10-01tree-optimization/97236 - fix bad use of VMAT_CONTIGUOUSRichard Biener2-11/+52
2020-10-01c++: pushdecl_top_level must set contextNathan Sidwell3-1/+6
2020-10-01Add gcc.c-torture/compile/pr97243.c testcase.Jan Hubicka1-0/+10
2020-10-01Fix ICE in compute_parm_mapJan Hubicka1-1/+1
2020-10-01Add -fno-ipa-modref to gcc.dg/ipa/remref-2a.cJan Hubicka1-1/+1
2020-10-01Fix ICE in ipa_edge_args_sum_t::duplicateJan Hubicka3-4/+6
2020-10-01Fix handling of fnspec for internal functions.Jan Hubicka1-1/+1
2020-10-01Initial implementation of value query class.Aldy Hernandez3-0/+270
2020-10-01c++: Refactor lookup_and_check_tagNathan Sidwell1-57/+59
2020-10-01arm: Fix ordering in arm-cpus.inAlex Coplan3-16/+17
2020-10-01[testsuite] Enable pr94600-{1,3}.c tests for nvptxTom de Vries2-6/+16
2020-10-01c++: Fix up default initialization with consteval default ctor [PR96994]Jakub Jelinek2-0/+28
2020-10-01c++: Handle std::construct_at on automatic vars during constant evaluation [P...Jakub Jelinek2-1/+75
2020-10-01s390: Fix up s390_atomic_assign_expand_fenvJakub Jelinek1-8/+9
2020-10-01tree-optimization/97255 - missing vector bool pattern of SRAed boolRichard Biener2-2/+50
2020-10-01PR target/97250: i386: Add support for x86-64-v2, x86-64-v3, x86-64-v4 levels...Florian Weimer9-10/+442
2020-09-30libgo: add 32-bit RISC-V (RV32) supportMaciej W. Rozycki1-1/+1
2020-10-01[RS6000] Adjust gcc asm for power10Alan Modra1-0/+9
2020-10-01[RS6000] -mno-minimal-toc vs. power10 pcrelativeAlan Modra1-4/+13
2020-09-30c++: CTAD and explicit deduction guides for copy-list-init [PR90210]Marek Polacek2-11/+79
2020-10-01Daily bump.GCC Administrator6-1/+413
2020-09-30Avoid assuming a VLA access specification string contains a closing bracket (...Martin Sebor5-16/+86
2020-09-30PR c/97206 - ICE in composite_type on declarations of a similar array typesMartin Sebor4-23/+97
2020-09-30Fix some fnspec strings in trans-decl.cJan Hubicka1-13/+13
2020-09-30Add trailing dots so length of spec string matches number of arguments.Jan Hubicka1-23/+23