ipa-cp.c (ipcp_cloning_candidate_p): Use opt_for_fn.
[gcc.git] / gcc / tree-vect-loop.c
2014-11-14 Alan Lawrence[Vectorizer] Tidy up vect_create_epilog / use_scalar_result
2014-11-14 Alan Lawrence[Vectorizer]Make reductions-via-shifts and vec_shr_opta...
2014-11-13 Alan Lawrence[Vectorizer] Use a VEC_PERM_EXPR instead of VEC_RSHIFT_...
2014-11-01 Andrew MacLeod2014-11-01 Andrew MacLeod <amacleod@redhat,com>
2014-10-29 Richard Sandiforddecl.c, [...]: Remove redundant enum from machine_mode.
2014-10-27 Alan LawrenceAdd new optabs for reducing vectors to scalars
2014-10-27 Alan Lawrence[Vectorizer] Make REDUC_xxx_EXPR tree codes produce...
2014-10-27 Andrew MacLeodggcplug.c: Shuffle includes to include gcc-plugin.h...
2014-08-11 Felix Yangre PR c/62073 (Segmentation fault with tree vectorize)
2014-06-25 Cong Houtree-vect-patterns.c (vect_recog_sad_pattern): New...
2014-06-24 Trevor SaundersRemove a layer of indirection from hash_table
2014-05-06 Kenneth ZadeckMerge in wide-int.
2014-04-17 Richard Bienerre PR c++/60836 (invalid PHI argument and ICE in verify...
2014-04-17 Richard Bienerre PR tree-optimization/60841 (gcc: internal compiler...
2014-04-14 Eric Botcazoucfgloop.h (struct loop): Rename force_vect into force_v...
2014-04-03 Cong Houre PR tree-optimization/60505 (Warning caused by GCC...
2014-03-04 Richard Bienerre PR tree-optimization/60382 (ICE on valid code at...
2014-02-14 Jakub Jelinektree-vect-loop.c (vect_is_slp_reduction): Don't set...
2014-02-05 Richard Bienertree-vect-loop.c (vect_analyze_loop_2): Be more informa...
2014-02-03 Cong Houre PR tree-optimization/60000 (GCC trunk build failure...
2014-01-30 Richard Bienerre PR tree-optimization/59903 (ICE on valid code at...
2014-01-02 Richard SandifordUpdate copyright years in gcc/
2013-12-20 Trevor Saundersmerge auto_vec and stack_vec
2013-12-10 Jakub Jelinektree-vectorizer.h (struct _loop_vec_info): Add scalar_l...
2013-12-06 Richard Bienerre PR tree-optimization/59058 (wrong code at -O3 on...
2013-11-28 Sergey Ostanevichcommon.opt: Introduced a new option -fsimd-cost-model.
2013-11-27 Aldy Hernandezcgraph.h (enum cgraph_simd_clone_arg_type): New.
2013-11-27 Richard Bienerre PR tree-optimization/59288 (ICE in get_initial_def_f...
2013-11-22 Andrew MacLeodgimple.h: Remove all includes.
2013-11-22 Trevor Saundersadd auto_vec
2013-11-21 Richard Bienerre PR tree-optimization/59058 (wrong code at -O3 on...
2013-11-21 Richard Bienertree-vect-loop-manip.c (vect_build_loop_niters, [....
2013-11-19 Richard Bienerre PR tree-optimization/59164 (ice: tree check: expecte...
2013-11-19 Diego NovilloFactor unrelated declarations out of tree.h.
2013-11-18 Richard Sandiforddecl.c, [...]: Replace tree_low_cst (..., 1) with tree_...
2013-11-14 Andrew MacLeodgimplify-be.h: New file.
2013-11-13 Andrew Macleodgimple-walk.h: New File.
2013-11-12 Andrew MacLeodgimple-expr.h (create_tmp_var_name, [...]): Relocate...
2013-11-07 Aldy Hernandezgimplify.c (gimple_regimplify_operands): Do not set...
2013-11-01 Trevor SaundersReplace some heap vectors with stack vectors.
2013-10-31 Jakub Jelinektree.c (tree_ctz): New function.
2013-10-23 Andrew MacLeodtree-ssa-loop.h: Remove include files.
2013-10-23 Andrew MacLeodtree-ssa.h: Remove all #include's
2013-10-15 Cong Houtree-vect-loop.c (vect_is_simple_reduction_1): Relax...
2013-10-01 Andrew MacLeodtree-into-ssa.c (enum need_phi_state): Relocate from...
2013-09-27 Xinliang David Livectorizer cost model enhancement
2013-09-26 Richard Bienerre PR tree-optimization/58539 (ICE with segfault at...
2013-09-16 Teresa Johnsondumpfile.c (dump_loc): Remove newline emission.
2013-09-12 Andrew MacLeodtree-ssa.h: New.
2013-09-05 Richard Bienerre PR tree-optimization/58137 ([trunk, ICE] full unroll...
2013-09-05 Richard Bienertree-vect-loop.c (vect_analyze_loop_operations): Proper...
2013-09-03 Xinliang David LiDelay base decl's alignment adjustment until transforma...
2013-08-30 Richard Bienerre PR tree-optimization/58010 (ICE in vect_create_epilo...
2013-08-27 Jakub JelinekMakefile.in (omp-low.o): Depend on $(TARGET_H).
2013-07-02 Jakub Jelinekre PR tree-optimization/57741 (ICE in tree.c:build_int_...
2013-06-25 Jakub Jelinekre PR tree-optimization/57705 (Non-constant step induct...
2013-06-03 Teresa Johnsondumpfile.c (opt_info_switch_p): Change -fopt-info defau...
2013-05-28 Richard Bienerre PR tree-optimization/56787 (Vectorization fails...
2013-05-15 Richard Bienertree-vect-loop.c (vect_transform_loop): Use MSG_NOTE...
2013-05-10 Richard Bienertree-vect-data-refs.c (vect_enhance_data_refs_alignment...
2013-04-23 Lawrence CrowlThis patch extracts approved portions of the hash_table...
2013-04-11 Richard Bienertree-vect-loop.c (get_initial_def_for_induction): Prope...
2013-04-08 Teresa JohnsonFirst phase of unifying the computation of profile...
2013-04-08 Richard Bienergimple-pretty-print.c (debug_gimple_stmt): Do not print...
2013-03-21 Richard Bienertree-vect-data-refs.c (vect_update_interleaving_chain...
2013-03-18 Richard Bienertree-ssa-loop-manip.c (find_uses_to_rename): Do not...
2013-03-05 Jakub Jelinekre PR middle-end/56461 (GCC is leaking lots of memory)
2013-03-04 Jakub Jelinekre PR middle-end/56461 (GCC is leaking lots of memory)
2013-02-27 Jakub Jelinekre PR middle-end/56461 (GCC is leaking lots of memory)
2013-02-19 Jakub Jelinekre PR tree-optimization/56350 (ICE in vectorizable_redu...
2013-02-18 Richard Bienerre PR tree-optimization/56366 (ICE: verify_gimple faile...
2013-01-15 Jakub Jelinekre PR tree-optimization/55955 (ICE in optab_for_tree_co...
2013-01-10 Richard SandifordUpdate copyright years in gcc/
2013-01-03 Richard Bienertree-vect-loop.c (vect_analyze_loop_form): Clarify...
2012-12-31 Jakub Jelinekre PR tree-optimization/55831 (ICE: verify_flow_info...
2012-11-27 Jakub Jelinekre PR tree-optimization/55110 (Internal compiler error...
2012-11-20 Diego NovilloIntroduce vNULL to use as a nil initializer for vec<>.
2012-11-18 Diego NovilloThis patch rewrites the old VEC macro-based interface...
2012-11-06 Jan Hubickal_fma_float_?.c: Update.
2012-10-24 Sharad Singhaidumpfile.c (dump_enabled_p): Make it inline and move...
2012-10-10 Jakub Jelinekre PR tree-optimization/54877 (ICE: tree check: expecte...
2012-10-05 Jan Hubickatree-vectorizer.h (vect_estimate_min_profitable_iters...
2012-10-01 Sharad Singhaiinvoke.texi: Add documentation for the new option.
2012-08-22 Jakub Jelinektree-vect-loop.c (vect_transform_loop): Initialize...
2012-08-14 Richard Guenthercfgexpand.c (expand_used_vars): Use virtual_operand_p.
2012-08-07 Richard Guenthertree-flow.h (copy_ssa_name_fn): New function.
2012-08-03 Richard Guenthertree-vect-loop-manip.c (vect_can_advance_ivs_p): Query...
2012-07-31 Bill Schmidtre PR tree-optimization/53773 (Vectorizer generates...
2012-07-25 Bill Schmidttm.texi: Regenerate.
2012-07-17 Richard Guenthertree-vect-data-refs.c (vect_get_new_vect_var): Add...
2012-07-16 Steven Bosschersystem.h (dump_file): Do not define.
2012-07-16 Dehao Chenrevert: tree.h (phi_arg_d): New field.
2012-07-13 Bill Schmidttm.texi: Regenerate.
2012-07-10 Dehao Chentree.h (phi_arg_d): New field.
2012-06-14 Bill Schmidttree-vectorizer.h (vect_get_stmt_cost): Move from tree...
2012-06-04 Richard Guenthertree-data-ref.c (struct rdg_vertex_info): Remove.
2012-05-31 Steven BosscherMakefile.in: Fix many dependencies.
2012-05-21 Jakub Jelinekre PR middle-end/53409 (ICE: vector VEC(vec_void_p...
2012-05-21 Richard Guentherre PR middle-end/53408 (ICE in get_initial_def_for_indu...
2012-05-14 Richard Guenthertree-vect-data-refs.c (vect_setup_realignment): Remove...
next