aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2020-11-02Rewrite SLP induction vectorizationRichard Biener5-147/+222
2020-11-02ipa-cp: New debug counters for IPA-CPMartin Jambor2-1/+13
2020-11-02arm: Fix multiple inheritance thunks for thumb-1 with -mpure-codeChristophe Lyon1-25/+42
2020-11-02arm: Call thumb1_gen_const_int from thumb1_movsi_insnChristophe Lyon4-34/+184
2020-11-02arm: Improve thumb1_gen_const_intChristophe Lyon4-34/+369
2020-11-02Further improve Fortran column location information [PR92793]Thomas Schwinge2-14/+17
2020-11-02Fortran: OpenMP - fixes for omp atomic [PR97655]Tobias Burnus4-43/+58
2020-11-02tree-optimization/97558 - compute vectype for SLP nested cyclesRichard Biener2-3/+76
2020-11-02Add test for PR97505.Aldy Hernandez1-0/+23
2020-11-02tree-optimization/97558 - avoid SLP analyzing irrelevant stmtsRichard Biener3-43/+86
2020-11-02tree-optimization/97650 - fix ICE in vect_get_and_check_slp_defsRichard Biener2-0/+16
2020-11-02RISC-V: Check multiletter extension has more than 1 letterKito Cheng3-1/+15
2020-11-02RISC-V: Add configure option: --with-multilib-generator to flexible config mu...Kito Cheng6-8/+91
2020-11-02arm: Improve handling of relocations with small offsets with -mpure-code on v...Christophe Lyon3-5/+38
2020-11-02arm: Avoid indirection with -mpure-code on v6m (PR96967)Christophe Lyon3-55/+63
2020-11-01Darwin: Adjust the PCH area to allow for 16384byte page size.Iain Sandoe1-1/+4
2020-11-01Objective-C : Implement SEL as a built-in typedef.Iain Sandoe7-0/+39
2020-11-01Objective-C/C++ : Improve '@' keyword locations.Iain Sandoe1-0/+4
2020-11-01Objective-C++ : Address a FIXME.Iain Sandoe2-10/+4
2020-11-01i386: Set the stack usage to 0 for naked functionsPat Bernardi1-1/+5
2020-11-01ipa: Fix segmentation fault in function_summary<clone_info*>::get(cgraph_node*)Iain Buclaw1-3/+5
2020-11-01testsuite, X86 : Add target requires masm_intel to three tests.Iain Sandoe3-0/+3
2020-10-31Move clone_info to summaryJan Hubicka15-152/+371
2020-10-31Handle fnspec in local ipa-modrefJan Hubicka3-58/+185
2020-10-30PowerPC: Don't assume all targets have GLIBC.Michael Meissner1-3/+16
2020-10-30Add -fzero-call-used-regs option and zero_call_used_regs function attributes.qing zhao67-7/+1551
2020-10-30Take insn scratch RA requirements into account in IRA.Vladimir N. Makarov7-178/+236
2020-10-30PR middle-end/97556 - ICE on excessively large index into a multidimensional ...Martin Sebor2-1/+25
2020-10-30testsuite: Avoid TCL errors when rootme or ASAN/TSAN/UBSAN is not availTobias Burnus6-9/+15
2020-10-30Fortran: Update omp atomic for OpenMP 5Tobias Burnus9-110/+410
2020-10-30Fix thunk info WRT PCHJan Hubicka4-1/+52
2020-10-30Disable TBAA for array descriptors.Jan Hubicka1-0/+5
2020-10-30tree-optimization/97623 - avoid excessive insert iteration for hoistingRichard Biener2-4/+63
2020-10-30tree-optimization/97626 - handle SCCs properly in SLP stmt analysisRichard Biener2-13/+55
2020-10-30[OpenACC] Elaborate testcases that verify column location information [PR92793]Thomas Schwinge4-37/+103
2020-10-30AArch64: Add FLAG for float conversion intrinsics [PR94442]zhengnannan1-37/+37
2020-10-30tree-optimization/97633 - fix SLP scheduling of single-node cyclesRichard Biener3-74/+198
2020-10-30aarch64: Fix PR96998 and restore code quality in combineAlex Coplan3-98/+42
2020-10-30Predefine __ppc and __ppc__ for VxWorks 7Olivier Hainque1-0/+6
2020-10-30Introduce support for vxworks7r2 on x86 and x86_64Olivier Hainque3-37/+80
2020-10-30openmp: Fix handling of allocate clause on taskloopJakub Jelinek2-5/+88
2020-10-30openmp: Handle non-static data members in allocate clause and other C++ alloc...Jakub Jelinek4-13/+117
2020-10-30Adjust gcc.dg/vect/bb-slp-pr65935.cRichard Biener1-1/+1
2020-10-29PowerPC: Adjust float128/ibm128 warnings.Michael Meissner4-26/+55
2020-10-30Daily bump.GCC Administrator5-1/+363
2020-10-29c++: Implement CWG 625: Use of auto as template-arg [PR97479]Marek Polacek7-17/+46
2020-10-29Replace free with XDELETE.Asher Gordon1-5/+5
2020-10-29c++: Deducing type from initializer_list<auto> [PR93107]Marek Polacek2-1/+29
2020-10-29c++: Reject float <=> enum.Marek Polacek3-5/+34
2020-10-29c++: Simplify constraint normalization routinesPatrick Palka3-54/+24