aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2021-07-14tree-optimization/101445 - fix negative stride SLP vect with gapsRichard Biener2-0/+34
2021-07-14godump: Fix -fdump-go-spec= reproduceability issue [PR101407]Jakub Jelinek1-1/+3
2021-07-14Support reduction def re-use for epilogue with different vector sizeRichard Biener2-88/+156
2021-07-13fix typo in attr_fnspec::verifyAlexandre Oliva1-1/+1
2021-07-13adjust landing pads when changing main labelAlexandre Oliva1-1/+5
2021-07-14Daily bump.GCC Administrator3-1/+344
2021-07-13gcc: Add vec_select -> subreg RTL simplificationJonathan Wright41-170/+355
2021-07-13rs6000: Add tests for SSE4.1 "test" intrinsicsPaul A. Clarke1-0/+117
2021-07-13rs6000: Add support for SSE4.1 "test" intrinsicsPaul A. Clarke1-0/+56
2021-07-13Adjust testcase to test the call is removed.Andrew MacLeod1-1/+3
2021-07-13Make gimple_could_trap_p const-safe.Roger Sayle2-5/+5
2021-07-13vect: Reuse reduction accumulators between loopsRichard Sandiford18-64/+1297
2021-07-13vect: Simplify get_initial_def_for_reductionRichard Sandiford1-118/+59
2021-07-13vect: Generalise neutral_op_for_slp_reductionRichard Sandiford1-33/+26
2021-07-13vect: Pass reduc_info to get_initial_def_for_reductionRichard Sandiford1-5/+5
2021-07-13vect: Pass reduc_info to get_initial_defs_for_reductionRichard Sandiford1-13/+10
2021-07-13vect: Add a vect_phi_initial_value helper functionRichard Sandiford2-21/+29
2021-07-13vect: Ensure reduc_inputs always have vectypeRichard Sandiford1-17/+11
2021-07-13vect: Remove new_phis from vect_create_epilog_for_reductionRichard Sandiford1-72/+41
2021-07-13vect: Create array_slice of live-out stmtsRichard Sandiford1-40/+21
2021-07-13vect: Simplify epilogue reduction codeRichard Sandiford1-26/+4
2021-07-13ifcvt: Improve tests for predicated operationsRichard Sandiford3-22/+43
2021-07-13passes: Fix up subobject __bos [PR101419]Jakub Jelinek6-51/+145
2021-07-13docs: Add 'S' to Machine Constraints for RISC-VKito Cheng2-2/+4
2021-07-13Revert "Display the number of components BB vectorized"Richard Biener3-10/+6
2021-07-13Deal with prefixed loads/stores in tests, PR testsuite/100166Michael Meissner41-43/+44
2021-07-12Fix vec-splati-runnable.c test.Michael Meissner1-20/+9
2021-07-12Change rs6000_const_f32_to_i32 return type.Michael Meissner3-4/+6
2021-07-13Daily bump.GCC Administrator5-1/+330
2021-07-12Add relation processing to ubsan builtins.Andrew MacLeod1-1/+3
2021-07-12docs: fix s/ei_safe_safe/ei_safe_edge/ typoSergei Trofimovich1-1/+1
2021-07-12c++: permit deduction guides at class scope [PR79501]Patrick Palka6-7/+87
2021-07-12i386: Fix vec_set<mode> expanders [PR101424]Uros Bizjak4-4/+38
2021-07-12Do not register a cast as an equivalence.Andrew MacLeod2-25/+17
2021-07-12[PHIOPT/MATCH] Remove the statement to move if not usedAndrew Pinski2-4/+14
2021-07-12produce simple DOT graphs from SLP treesRichard Biener3-3/+41
2021-07-12tree-optimization/101373 - avoid PRE across externally throwing callRichard Biener5-15/+99
2021-07-12Change the type of memory classification functions to boolUros Bizjak3-33/+31
2021-07-12[Ada] adaint.c minor reformattingPierre-Marie de Rodat1-1/+1
2021-07-12[Ada] Use GNAT encodings only when -fgnat-encodings=all is specifiedEric Botcazou3-35/+33
2021-07-12[Ada] Implement support for unconstrained array types with FLBEric Botcazou1-24/+88
2021-07-12[Ada] Clean up Uint fieldsBob Duff28-135/+268
2021-07-12[Ada] Add DWARF 5 support to System.Dwarf_LineEric Botcazou2-313/+653
2021-07-12[Ada] Duplicate Size/Value_Size clauseBob Duff2-14/+55
2021-07-12[Ada] Avoid unnecessary work when expanding 'Image into 'Put_ImagePiotr Trojanek1-9/+10
2021-07-12Display the number of components BB vectorizedRichard Biener3-6/+10
2021-07-12tree-optimization/101394 - fix PRE full redundancy wrt abnormalsRichard Biener2-1/+23
2021-07-12middle-end/101423 - internal calls do not trapRichard Biener2-2/+7
2021-07-12Tweak testcase for PR tree-optimization/101403.Roger Sayle1-1/+1
2021-07-12arm/66791: Replace builtins for unsigned and fp vmul_n intrinsics.prathamesh.kulkarni2-9/+25