Age | Commit message (Expand) | Author | Files | Lines |
2020-12-07 | tree-optimization/98137 - enhance split_constant_offset range handling | Richard Biener | 1 | -10/+14 |
2020-10-15 | tree-optimization/97482 - fix split_constant_offset of nop-conversions | Richard Biener | 1 | -1/+3 |
2020-05-13 | Add missing unit dependence vector in data dependence analysis | Bin Cheng | 1 | -5/+7 |
2020-03-17 | Fix up duplicated duplicated words mostly in comments | Jakub Jelinek | 1 | -1/+1 |
2020-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2019-12-06 | Avoid quadratic behaviour in prune_runtime_alias_test_list | Richard Sandiford | 1 | -4/+13 |
2019-11-18 | Add optabs for accelerating RAW and WAR alias checks | Richard Sandiford | 1 | -0/+78 |
2019-11-18 | Optimise WAR and WAW alias checks | Richard Sandiford | 1 | -5/+213 |
2019-11-16 | Use a single comparison for index-based alias checks | Richard Sandiford | 1 | -51/+92 |
2019-11-16 | Print the type of alias check in a dump message | Richard Sandiford | 1 | -0/+4 |
2019-11-16 | Dump the list of merged alias pairs | Richard Sandiford | 1 | -0/+52 |
2019-11-16 | Record whether a dr_with_seg_len contains mixed steps | Richard Sandiford | 1 | -22/+35 |
2019-11-16 | Add flags to dr_with_seg_len_pair_t | Richard Sandiford | 1 | -5/+30 |
2019-11-16 | Delay swapping data refs in prune_runtime_alias_test_list | Richard Sandiford | 1 | -9/+15 |
2019-11-16 | Move canonicalisation of dr_with_seg_len_pair_ts | Richard Sandiford | 1 | -1/+20 |
2019-11-12 | Remove gcc/params.* files. | Martin Liska | 1 | -1/+0 |
2019-11-12 | Apply mechanical replacement (generated patch). | Martin Liska | 1 | -2/+2 |
2019-07-17 | re PR tree-optimization/91178 (Infinite recursion in split_constant_offset in... | Richard Biener | 1 | -12/+27 |
2019-07-09 | PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n... | Martin Sebor | 1 | -28/+28 |
2019-05-28 | Current vectoriser doesn't support masked loads for SLP. | Alejandro Martinez | 1 | -1/+1 |
2019-05-06 | re PR tree-optimization/90328 (Wrong loop distribution with aliasing) | Richard Biener | 1 | -2/+7 |
2019-04-29 | Remove DDR_INNER_LOOP | Richard Sandiford | 1 | -3/+1 |
2019-04-23 | re PR tree-optimization/90021 (ICE in index_in_loop_nest, at tree-data-ref.h:... | Bin Cheng | 1 | -1/+1 |
2019-04-08 | re PR middle-end/89725 (ICE in get_fnname_from_decl, at varasm.c:1723) | Bin Cheng | 1 | -2/+23 |
2019-02-08 | re PR tree-optimization/89223 (internal compiler error: in int_cst_value, at ... | Richard Biener | 1 | -4/+17 |
2019-01-02 | re PR tree-optimization/88651 (tree-data-ref.c:3764:26: runtime error: signed... | Richard Biener | 1 | -5/+13 |
2019-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2018-11-20 | re PR bootstrap/88089 (build failure with GCC 4.9 on SPARC/Solaris) | Richard Biener | 1 | -2/+2 |
2018-11-15 | re PR tree-optimization/87917 (ICE in initialize_matrix_A at gcc/tree-data-re... | Richard Biener | 1 | -2/+2 |
2018-11-14 | re PR tree-optimization/87985 (Compile-time and memory hog w/ -O1 -ftree-slp-... | Richard Biener | 1 | -19/+63 |
2018-11-14 | re PR testsuite/88021 (aarch64 Busy hang running testcase pr60183.c since rev... | Richard Biener | 1 | -5/+7 |
2018-11-08 | tree-data-ref.h (lambda_int): New typedef. | Richard Biener | 1 | -1/+1 |
2018-10-17 | bitmap.c (bitmap_head::dump): New. | Aldy Hernandez | 1 | -1/+1 |
2018-10-04 | Report vectorization problems via a new opt_problem class | David Malcolm | 1 | -44/+26 |
2018-09-19 | dump_printf: use %T and %G throughout | David Malcolm | 1 | -36/+12 |
2018-07-07 | tree-vrp.c (vrp_int_const_binop): Change overflow type to overflow_type. | Aldy Hernandez | 1 | -2/+2 |
2018-06-21 | tree-data-ref.c (dr_step_indicator): Handle NULL DR_STEP. | Richard Biener | 1 | -0/+2 |
2018-05-23 | re PR middle-end/85874 (gcc points to wrong location when displaying warning ... | Richard Biener | 1 | -0/+2 |
2018-03-24 | Use SCEV information when aligning for vectorisation (PR 84005) | Richard Sandiford | 1 | -0/+75 |
2018-03-19 | re PR tree-optimization/84929 (ICE at -O3 on valid code on x86_64-linux-gnu: ... | Richard Biener | 1 | -2/+4 |
2018-02-14 | Check array indices in object_address_invariant_in_loop_p (PR 84357) | Richard Sandiford | 1 | -7/+4 |
2018-02-08 | Use nonzero bits to refine range in split_constant_offset (PR 81635) | Richard Sandiford | 1 | -2/+7 |
2018-02-01 | Use range info in split_constant_offset (PR 81635) | Richard Sandiford | 1 | -2/+37 |
2018-02-01 | re PR tree-optimization/81661 (ICE in gimplify_modify_expr, at gimplify.c:5638) | Jakub Jelinek | 1 | -1/+3 |
2018-01-31 | re PR tree-optimization/84132 (tree-data-ref.c:3938: poor coding ?) | Richard Biener | 1 | -3/+2 |
2018-01-13 | Support for aliasing with variable strides | Richard Sandiford | 1 | -179/+322 |
2018-01-08 | re PR tree-optimization/83580 (Wrong code caused by vectorization) | Richard Biener | 1 | -5/+3 |
2018-01-03 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2017-12-21 | poly_int: prune_runtime_alias_test_list | Richard Sandiford | 1 | -51/+58 |
2017-12-21 | poly_int: MEM_REF offsets | Richard Sandiford | 1 | -11/+17 |