Age | Commit message (Expand) | Author | Files | Lines |
2019-11-14 | Replace vec_info::vector_size with vec_info::vector_mode | Richard Sandiford | 1 | -2/+3 |
2019-11-14 | Add build_truth_vector_type_for_mode | Richard Sandiford | 1 | -7/+13 |
2019-11-13 | Avoid accounting for non-existent vector loop versioning | Richard Sandiford | 1 | -2/+1 |
2019-11-11 | [vect]Account for epilogue's peeling for gaps when checking if we have enough | Andre Vieira | 1 | -1/+4 |
2019-11-06 | [vect] PR92317: fix skip_epilogue creation for epilogues | Andre Vieira | 1 | -5/+7 |
2019-10-30 | re PR tree-optimization/92275 (ICE: error: definition in block 11 does not do... | Richard Biener | 1 | -23/+46 |
2019-10-29 | [vect]PR 88915: Vectorize epilogues when versioning loops | Andre Vieira | 1 | -27/+176 |
2019-10-21 | Pass a vec_info to vect_halve_mask_nunits | Richard Sandiford | 1 | -2/+2 |
2019-10-21 | Pass a loop_vec_info to vect_maybe_permute_loop_masks | Richard Sandiford | 1 | -2/+4 |
2019-10-17 | [vect] Refactor versioning threshold | Andre Vieira | 1 | -4/+7 |
2019-07-09 | PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n... | Martin Sebor | 1 | -36/+36 |
2019-07-04 | re PR tree-optimization/90911 (456.hmmer regression with r272239) | Richard Biener | 1 | -2/+11 |
2019-06-21 | re PR tree-optimization/90913 (ICE in maybe_gen_insn, at optabs.c:7341 since ... | Richard Biener | 1 | -2/+5 |
2019-06-18 | Restore correct iv step for fully-masked loops | Richard Sandiford | 1 | -27/+22 |
2019-06-13 | tree-vectorizer.h (vect_loop_vectorized_call): Declare. | Richard Biener | 1 | -78/+128 |
2019-06-13 | re PR target/88838 ([SVE] Use 32-bit WHILELO in LP64 mode) | Kugan Vivekanandarajah | 1 | -31/+15 |
2019-05-16 | omp-low.c (lower_rec_input_clauses): If OMP_CLAUSE_IF has non-constant expres... | Jakub Jelinek | 1 | -0/+27 |
2019-03-11 | re PR tree-optimization/89649 (r269458 FAILs g++.dg/pr80481.C, scan-assembler... | Richard Biener | 1 | -1/+5 |
2019-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2018-11-13 | Eliminate source_location in favor of location_t | David Malcolm | 1 | -1/+1 |
2018-11-13 | [PATCH][GCC] Make DR_TARGET_ALIGNMENT compile time variable | Andre Vieira | 1 | -7/+34 |
2018-11-06 | re PR tree-optimization/87889 (CPU2000 177.mesa failed to build) | Richard Biener | 1 | -1/+2 |
2018-11-05 | re PR tree-optimization/87873 (ICE: verify_gimple failed (error: incompatible... | Richard Biener | 1 | -2/+7 |
2018-10-04 | Add -fopt-info-internals | David Malcolm | 1 | -2/+4 |
2018-09-19 | dump_printf: use %T and %G throughout | David Malcolm | 1 | -25/+11 |
2018-07-31 | [41/46] Add vec_info::remove_stmt | Richard Sandiford | 1 | -2/+6 |
2018-07-31 | [40/46] Add vec_info::lookup_dr | Richard Sandiford | 1 | -2/+2 |
2018-07-31 | [39/46] Change STMT_VINFO_UNALIGNED_DR to a dr_vec_info | Richard Sandiford | 1 | -2/+2 |
2018-07-31 | [38/46] Use dr_vec_info to represent a data reference | Richard Sandiford | 1 | -8/+10 |
2018-07-31 | [31/46] Use stmt_vec_info in function interfaces (part 1) | Richard Sandiford | 1 | -7/+8 |
2018-07-31 | [28/46] Use stmt_vec_info instead of gimple stmts internally (part 1) | Richard Sandiford | 1 | -2/+2 |
2018-07-31 | [27/46] Remove duplicated stmt_vec_info lookups | Richard Sandiford | 1 | -3/+4 |
2018-07-31 | [23/46] Make LOOP_VINFO_MAY_MISALIGN_STMTS use stmt_vec_info | Richard Sandiford | 1 | -7/+6 |
2018-07-31 | [19/46] Make vect_dr_stmt return a stmt_vec_info | Richard Sandiford | 1 | -5/+3 |
2018-07-31 | [10/46] Temporarily make stmt_vec_info a class | Richard Sandiford | 1 | -1/+1 |
2018-06-30 | [13/n] PR85694: Try to avoid vectorising casts of invariants | Richard Sandiford | 1 | -2/+3 |
2018-06-26 | Introduce dump_location_t | David Malcolm | 1 | -8/+8 |
2018-06-21 | tree-data-ref.c (dr_step_indicator): Handle NULL DR_STEP. | Richard Biener | 1 | -1/+5 |
2018-06-18 | Introduce DUMP_VECT_SCOPE macro | David Malcolm | 1 | -3/+1 |
2018-06-01 | tree-vectorizer.h (vect_dr_stmt): New function. | Richard Biener | 1 | -2/+2 |
2018-03-16 | re PR c/84909 (typo: conversion from %qT to to %qT) | Jakub Jelinek | 1 | -1/+1 |
2018-03-13 | [SLP/AArch64] Fix unpack handling for big-endian SVE | Richard Sandiford | 1 | -1/+2 |
2018-02-07 | re PR tree-optimization/84037 (Speed regression of polyhedron benchmark since... | Richard Biener | 1 | -1/+2 |
2018-01-13 | Support for aliasing with variable strides | Richard Sandiford | 1 | -0/+26 |
2018-01-13 | Use single-iteration epilogues when peeling for gaps | Richard Sandiford | 1 | -40/+52 |
2018-01-13 | Handle peeling for alignment with masking | Richard Sandiford | 1 | -53/+213 |
2018-01-13 | Add support for fully-predicated loops | Richard Sandiford | 1 | -34/+486 |
2018-01-03 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2018-01-03 | poly_int: vectoriser vf and uf | Richard Sandiford | 1 | -29/+45 |
2018-01-03 | Add an alternative vector loop iv mechanism | Richard Sandiford | 1 | -40/+180 |