aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2020-11-02c++: Fixup some vardecls and whitespaceNathan Sidwell1-13/+10
2020-11-02c++: refactor duplicate declsNathan Sidwell1-23/+29
2020-11-02c++: Delete unused hash typeNathan Sidwell2-29/+0
2020-11-02c++: Don't purge the satisfaction cachesPatrick Palka6-30/+4
2020-11-02Add bcd builtings listed in appendix B of the ABICarl Love9-36/+823
2020-11-02c++: Some additional testsNathan Sidwell3-1/+33
2020-11-02options: Tiny refactorNathan Sidwell1-3/+1
2020-11-02core: Synchronize tree-cst & wide-int caching expectationsNathan Sidwell1-5/+10
2020-11-02core: id_equal should forwardNathan Sidwell1-1/+1
2020-11-02core: debug-print whole call exprNathan Sidwell1-7/+13
2020-11-02Add hint * too 2nd alternative of the 1st scratch in *vsx_extract_<mode>_stor...Vladimir N. Makarov1-1/+1
2020-11-02[PATCH] aarch64: Fix PR97638Sudakshina Das2-1/+18
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