Age | Commit message (Expand) | Author | Files | Lines |
2014-02-21 | re PR tree-optimization/60276 (-O3 autovectorizer breaks on a particular loop) | Richard Biener | 1 | -0/+7 |
2014-02-08 | tree-vect-data-refs.c (vect_analyze_data_refs): For clobbers not at the end o... | Jakub Jelinek | 1 | -1/+2 |
2014-02-06 | re PR middle-end/59150 (ICE: in expand_one_var, at cfgexpand.c:1242 with -fop... | Jakub Jelinek | 1 | -4/+7 |
2014-02-05 | tree-vect-loop.c (vect_analyze_loop_2): Be more informative when not vectoriz... | Richard Biener | 1 | -10/+22 |
2014-02-04 | re PR tree-optimization/60012 (Vectorizer generates unnecessary loop versioni... | Richard Biener | 1 | -0/+12 |
2014-01-29 | re PR tree-optimization/59594 (wrong code (by tree vectorizer) at -O3 on x86_... | Jakub Jelinek | 1 | -8/+14 |
2014-01-16 | tree-vectorizer.h (struct _loop_vec_info): Add no_data_dependencies field. | Jakub Jelinek | 1 | -0/+3 |
2014-01-10 | re PR middle-end/59670 (ICE: expected gimple_call(error_mark), have gimple_as... | Jakub Jelinek | 1 | -3/+4 |
2014-01-02 | Update copyright years in gcc/ | Richard Sandiford | 1 | -1/+1 |
2013-12-10 | tree-vectorizer.h (struct _loop_vec_info): Add scalar_loop field. | Jakub Jelinek | 1 | -2/+31 |
2013-12-05 | re PR tree-optimization/59374 (-ftree-slp-vectorize breaks unique_ptr's move ... | Richard Biener | 1 | -58/+18 |
2013-11-28 | common.opt: Introduced a new option -fsimd-cost-model. | Sergey Ostanevich | 1 | -4/+5 |
2013-11-27 | 2013-11-27 Bernd Edlinger <bernd.edlinger@hotmail.de> | Bernd Edlinger | 1 | -2/+2 |
2013-11-27 | cgraph.h (enum cgraph_simd_clone_arg_type): New. | Aldy Hernandez | 1 | -4/+56 |
2013-11-26 | Remove parameter keep_aligning from get_inner_reference. | Bernd Edlinger | 1 | -2/+2 |
2013-11-22 | gimple.h: Remove all includes. | Andrew MacLeod | 1 | -1/+5 |
2013-11-21 | re PR tree-optimization/59058 (wrong code at -O3 on x86_64-linux-gnu (affecti... | Richard Biener | 1 | -2/+3 |
2013-11-20 | cuintp.c (UI_From_gnu): Use tree_to_shwi. | Kenneth Zadeck | 1 | -6/+6 |
2013-11-19 | Factor unrelated declarations out of tree.h. | Diego Novillo | 1 | -0/+2 |
2013-11-18 | c-common.c, [...]: Replace tree_low_cst (..., 0) with tree_to_shwi throughout. | Richard Sandiford | 1 | -1/+1 |
2013-11-18 | decl.c, [...]: Replace host_integerp (..., 1) with tree_fits_uhwi_p throughout. | Richard Sandiford | 1 | -5/+5 |
2013-11-18 | cuintp.c: Replace host_integerp (..., 0) with tree_fits_shwi_p throughout. | Richard Sandiford | 1 | -5/+5 |
2013-11-14 | tree-vectorizer.h (struct dr_with_seg_len): Remove the base address field as ... | Cong Hou | 1 | -71/+55 |
2013-11-14 | gimplify-be.h: New file. | Andrew MacLeod | 1 | -0/+2 |
2013-11-13 | gimple-walk.h: New File. | Andrew Macleod | 1 | -0/+1 |
2013-11-12 | gimple-expr.h (create_tmp_var_name, [...]): Relocate prototypes from gimple.h. | Andrew MacLeod | 1 | -1/+1 |
2013-11-11 | re PR tree-optimization/59050 (ICE: tree check: expected integer_cst, have no... | Cong Hou | 1 | -4/+4 |
2013-11-07 | re PR tree-optimization/56764 (vect_prune_runtime_alias_test_list not smart e... | Cong Hou | 1 | -75/+289 |
2013-10-23 | tree-ssa-loop.h: Remove include files. | Andrew MacLeod | 1 | -0/+2 |
2013-10-23 | tree-ssa.h: Remove all #include's | Andrew MacLeod | 1 | -1/+6 |
2013-10-16 | tree-core.h (tree_code_name): Remove. | Paulo Matos | 1 | -1/+1 |
2013-09-28 | alloc-pool.c, [...]: Add missing whitespace before "(". | Richard Sandiford | 1 | -3/+3 |
2013-09-27 | vectorizer cost model enhancement | Xinliang David Li | 1 | -11/+9 |
2013-09-24 | Implement --param=vect-max-peeling-for-alignment=.. | Xinliang David Li | 1 | -0/+24 |
2013-09-18 | omp-low.c (copy_var_decl): Copy DECL_ATTRIBUTES. | Jakub Jelinek | 1 | -0/+2 |
2013-09-16 | dumpfile.c (dump_loc): Remove newline emission. | Teresa Johnson | 1 | -112/+154 |
2013-09-12 | tree-ssa.h: New. | Andrew MacLeod | 1 | -1/+1 |
2013-09-03 | Remove a trivial assert (missed in previous checkin) | Xinliang David Li | 1 | -1/+0 |
2013-09-03 | Delay base decl's alignment adjustment until transformation happens | Xinliang David Li | 1 | -7/+3 |
2013-08-30 | re PR tree-optimization/58228 (wrong code (with vectorization?) at -O3 on x86... | Richard Biener | 1 | -1/+8 |
2013-08-29 | New vectorizer messages; message format change. | Xinliang David Li | 1 | -1/+0 |
2013-08-27 | Makefile.in (omp-low.o): Depend on $(TARGET_H). | Jakub Jelinek | 1 | -15/+89 |
2013-07-15 | tree-vect-data-refs.c (dr_group_sort_cmp): Do not use hash function in compar... | Cong Hou | 1 | -17/+88 |
2013-05-28 | re PR tree-optimization/56787 (Vectorization fails because of CLOBBER stateme... | Richard Biener | 1 | -0/+14 |
2013-05-15 | re PR tree-optimization/57275 (Error in data dependence analysis during gathe... | Richard Biener | 1 | -2/+2 |
2013-05-10 | tree-vect-data-refs.c (vect_enhance_data_refs_alignment): Do not disable peel... | Richard Biener | 1 | -17/+12 |
2013-04-23 | This patch extracts approved portions of the hash_table patches to the... | Lawrence Crowl | 1 | -42/+19 |
2013-04-18 | tree-vect-data-refs.c (vect_analyze_group_access): Properly handle negative s... | Richard Biener | 1 | -24/+18 |
2013-04-15 | re PR tree-optimization/56933 (Vectorizer missing read-write dependency for i... | Richard Biener | 1 | -19/+28 |
2013-04-11 | re PR tree-optimization/56878 (Issue with candidate choice in vect_gen_niters... | Richard Biener | 1 | -9/+22 |