Age | Commit message (Expand) | Author | Files | Lines |
2008-08-28 | target.h (struct vectorize): Add new target builtin. | Ira Rosen | 1 | -28/+377 |
2008-08-23 | re PR middle-end/37161 (Revision 139225 caused gfortran.dg/vect/pr33301.f -O) | Ira Rosen | 1 | -7/+19 |
2008-08-22 | re PR middle-end/37078 (ICE in set_value_range, at tree-vrp.c:401 when compil... | Richard Guenther | 1 | -1/+2 |
2008-08-19 | tree-vectorizer.c (supportable_widening_operation): Support multi-step conver... | Ira Rosen | 1 | -234/+429 |
2008-08-19 | re PR bootstrap/37152 (tree-vect-transform.c: use of "=" where "==" may have ... | Dorit Nuzman | 1 | -2/+2 |
2008-08-18 | tree.h (IS_CONVERT_EXPR_CODE_P): Renamed to | Tomas Bily | 1 | -4/+4 |
2008-08-14 | tree-vect-transform.c (vect_create_epilog_for_reduction): Takes an additional... | Dorit Nuzman | 1 | -93/+129 |
2008-08-12 | tree-vectorizer.c: Depend on langhooks.h. | Ira Rosen | 1 | -26/+146 |
2008-08-08 | tree-vect-transform.c (vectorizable_conversion): Pass the integral type to ve... | Dorit Nuzman | 1 | -3/+6 |
2008-08-06 | tree-vect-transform.c (vect_model_simple_cost): Return immediately if stmt is... | Victor Kaplansky | 1 | -3/+14 |
2008-08-04 | tree-vect-transform.c (vectorizable_call): Fix tuplification. | Richard Guenther | 1 | -11/+7 |
2008-07-28 | backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch. | Richard Biener | 1 | -655/+742 |
2008-06-30 | re PR tree-optimization/36648 (segfault in global constructor with -O3) | Ira Rosen | 1 | -18/+11 |
2008-06-16 | re PR tree-optimization/36493 (vectorizer aliasing bug) | Ira Rosen | 1 | -11/+38 |
2008-06-06 | cgraph.c: Fix typos in comments. | Ralf Wildenhues | 1 | -6/+6 |
2008-05-22 | defaults.h (UNITS_PER_SIMD_WORD): Add scalar mode as argument. | H.J. Lu | 1 | -1/+2 |
2008-05-22 | re PR tree-optimization/36293 (ICE or wrong code in vector-strided gap tests) | Ira Rosen | 1 | -2/+4 |
2008-05-14 | Add SSE5 vector shift/rotate; Update SSE5 vector multiply | Michael Meissner | 1 | -35/+62 |
2008-05-08 | tree-data-ref.c (dr_analyze_alias): Do not set DR_SUBVARS. | Richard Guenther | 1 | -2/+0 |
2008-05-05 | re PR tree-optimization/36119 (internal compiler error: in vectorizable_assig... | Ira Rosen | 1 | -0/+5 |
2008-04-10 | re PR tree-optimization/35821 (Internal compiler error: segmentation fault) | Ira Rosen | 1 | -2/+6 |
2008-03-12 | tree-vectorizer.c (free_stmt_vec_info): New function. | Victor Kaplansky | 1 | -31/+19 |
2008-03-06 | tree.def (BIT_FIELD_REF): Constrain result type and its precision. | Richard Guenther | 1 | -5/+0 |
2008-02-26 | system.h (USE_MAPPED_LOCATION): Poison. | Tom Tromey | 1 | -5/+1 |
2007-12-27 | re PR tree-optimization/34591 (internal compiler error: in cost_for_stmt, at ... | Dorit Nuzman | 1 | -1/+2 |
2007-12-17 | tree-vectorizer.h (verbosity_levels): Add new verbosity level REPORT_COST. | Dorit Nuzman | 1 | -25/+21 |
2007-12-17 | re PR tree-optimization/34445 (internal compiler error: in cost_for_stmt, at ... | Dorit Nuzman | 1 | -10/+11 |
2007-12-16 | tree-vect-transform.c (conservative_cost_threshold): Add missing space to "no... | Uros Bizjak | 1 | -1/+1 |
2007-12-08 | re PR tree-optimization/34391 (Vectorizer does not fix up alias information c... | Richard Guenther | 1 | -0/+1 |
2007-12-06 | tree-vectorizer.c (slpeel_add_loop_guard): Gimplify the condition. | Harsha Jagasia | 1 | -61/+197 |
2007-11-12 | re PR tree-optimization/33953 (internal compiler error: vector VEC(tree,base)... | Ira Rosen | 1 | -11/+38 |
2007-11-06 | re PR tree-optimization/33993 (ICE: verify_stmts failed (invalid reference pr... | Jakub Jelinek | 1 | -3/+13 |
2007-11-04 | re PR tree-optimization/33987 (internal compiler error: in get_initial_def_fo... | Dorit Nuzman | 1 | -10/+13 |
2007-10-25 | re PR tree-optimization/33866 (ICE in vect_get_vec_def_for_stmt_copy, at tree... | Ira Rosen | 1 | -5/+24 |
2007-10-24 | re PR tree-optimization/33804 (ICE in vect_transform_stmt, at tree-vect-trans... | Ira Rosen | 1 | -4/+7 |
2007-10-24 | tree-vect-analyze.c (vect_build_slp_tree): Return false if vectype cannot be ... | Ira Rosen | 1 | -5/+38 |
2007-10-23 | re PR tree-optimization/33834 (ICE in vect_get_vec_def_for_operand, at tree-v... | Dorit Nuzman | 1 | -72/+1 |
2007-10-14 | fixed-bit.c, [...]: Fix comment typos. | Kazu Hirata | 1 | -1/+1 |
2007-10-12 | re PR tree-optimization/33742 (Segfault in vectorizable_operation) | Uros Bizjak | 1 | -0/+6 |
2007-09-17 | re PR tree-optimization/33319 (g++.dg/tree-ssa/pr27549.C ICE with vectorization) | Victor Kaplansky | 1 | -109/+145 |
2007-09-15 | tree-vect-transform.c (vect_get_vec_defs_for_stmt_copy): check if the VEC is ... | Dorit Nuzman | 1 | -1/+13 |
2007-09-12 | tree-vect-transform.c (vect_get_slp_defs): Don't build a vector for oprnd1 if... | Ira Rosen | 1 | -10/+12 |
2007-09-11 | rsha Jagasia <harsha.jagasia@amd.com> | Harsha Jagasia | 1 | -42/+37 |
2007-09-09 | tree-vectorizer.h (stmt_vinfo_set_inside_of_loop_cost, [...]): New functions. | Ira Rosen | 1 | -63/+32 |
2007-09-09 | tree-vectorizer.h (enum vect_def_type): Start enumeration from 1. | Ira Rosen | 1 | -168/+732 |
2007-09-07 | re PR tree-optimization/33299 (miscompilation with gfortran -O2 -ffast-math -... | Dorit Nuzman | 1 | -29/+25 |
2007-09-01 | arm.c, [...]: Fix comment typos. | Kazu Hirata | 1 | -2/+2 |
2007-08-31 | sched-deps.c (update_dep): Mark arguments with ATTRIBUTE_UNUSED. | Maxim Kuvyrkov | 1 | -1/+1 |
2007-08-19 | tree-data-refs.c (split_constant_offset): Expose. | Dorit Nuzman | 1 | -166/+553 |
2007-08-19 | tree-vectorizer.h (vect_is_simple_reduction): Takes a loop_vec_info as argume... | Dorit Nuzman | 1 | -80/+356 |