tree-vectorizer.h (struct _loop_vec_info): Add scalar_loop field.
[gcc.git] / gcc / tree-vect-stmts.c
2013-12-10 Jakub Jelinektree-vectorizer.h (struct _loop_vec_info): Add scalar_l...
2013-11-27 Aldy Hernandezcgraph.h (enum cgraph_simd_clone_arg_type): New.
2013-11-22 Andrew MacLeodgimple.h: Remove all includes.
2013-11-22 Trevor Saundersadd auto_vec
2013-11-19 Diego NovilloFactor unrelated declarations out of tree.h.
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-23 Andrew MacLeodtree-ssa-loop.h: Remove include files.
2013-10-23 Andrew MacLeodtree-ssa.h: Remove all #include's
2013-09-28 Richard Sandifordalloc-pool.c, [...]: Add missing whitespace before...
2013-09-19 Jakub Jelinekre PR tree-optimization/58472 (gomp4: ICE in in vectori...
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-03 Xinliang David LiDelay base decl's alignment adjustment until transforma...
2013-08-27 Jakub JelinekMakefile.in (omp-low.o): Depend on $(TARGET_H).
2013-06-27 Jakub Jelinektree-vect-stmts.c (vectorizable_store): Move ptr_incr...
2013-04-19 Richard Bienerre PR tree-optimization/56270 (loop over array of struc...
2013-04-18 Richard Bienertree-vect-data-refs.c (vect_analyze_group_access):...
2013-04-15 Richard Bienerre PR tree-optimization/56933 (Vectorizer missing read...
2013-04-08 Richard Bienergimple-pretty-print.c (debug_gimple_stmt): Do not print...
2013-04-03 Marc Glissetree-vect-stmts.c (vectorizable_store): Accept BIT_FIEL...
2013-03-28 Marek Polacekre PR tree-optimization/56695 (ICE in expand_vec_cond_e...
2013-03-28 Richard Bienerre PR tree-optimization/37021 (Fortran Complex reductio...
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-03-04 Jakub Jelinekre PR middle-end/56461 (GCC is leaking lots of memory)
2013-03-01 Jakub Jelinekre PR middle-end/56461 (GCC is leaking lots of memory)
2013-03-01 Jakub Jelinekre PR middle-end/56461 (GCC is leaking lots of memory)
2013-02-28 Jakub Jelinekre PR middle-end/56461 (GCC is leaking lots of memory)
2013-02-26 Jakub Jelinekre PR middle-end/56443 (internal compiler error: verify...
2013-02-05 Richard Bienerre PR tree-optimization/53342 (rnflow.f90 is ~5% slower...
2013-01-10 Richard SandifordUpdate copyright years in gcc/
2013-01-03 Richard Bienerrevert: [multiple changes]
2013-01-03 Richard Bienerre PR tree-optimization/55857 (ICE: verify_ssa failed)
2013-01-02 Richard Bienertree-vect-stmts.c (vectorizable_load): When vectorizing...
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-13 Jakub Jelinekre PR tree-optimization/55281 (ICE in build_int_cst_wi...
2012-10-24 Sharad Singhaidumpfile.c (dump_enabled_p): Make it inline and move...
2012-10-19 Richard Bienerre PR tree-optimization/54976 (FAIL: gcc.dg/torture...
2012-10-16 Jakub Jelinekre PR tree-optimization/54889 (Revision 191983 gives...
2012-10-12 Richard Bienerre PR tree-optimization/54894 (internal compiler error...
2012-10-02 Sharad Singhaire PR testsuite/54772 (vectorization broken in gfortran...
2012-10-01 Sharad Singhaiinvoke.texi: Add documentation for the new option.
2012-09-18 Richard Guentherstatistics.h (CXX_MEM_STAT_INFO): New define.
2012-08-23 Richard Guenthertree-vect-stmts.c (vect_finish_stmt_generation): Update...
2012-08-17 Richard Guenthertree-sra.c (modify_function): Free redirect_callers...
2012-08-10 Richard Guenthertree-ssa-pre.c (pretemp, [...]): Remove.
2012-08-07 Richard Guenthertree-flow.h (copy_ssa_name_fn): New function.
2012-08-02 Richard Guenthertree-dfa.c (referenced_var_lookup): Remove.
2012-07-25 Bill Schmidttm.texi: Regenerate.
2012-07-24 Richard HendersonIntroduce and use unknown_optab
2012-07-19 Richard HendersonFix 0 != CODE_FOR_nothing thinko
2012-07-17 Richard Guenthertree-vect-data-refs.c (vect_get_new_vect_var): Add...
2012-07-17 Richard HendersonClean up supportable_widening_operation.
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 Richard HendersonUse VEC_WIDEN_MULT_EVEN/ODD_EXPR in supportable_widenin...
2012-07-10 Richard HendersonMove vector highpart emulation to the optabs layer
2012-07-10 Dehao Chentree.h (phi_arg_d): New field.
2012-06-29 Jakub Jelinektree-vect-stmts.c (vectorizable_operation): Check both...
2012-06-28 Jakub Jelinekre PR tree-optimization/51581 (Integer division by...
2012-06-26 Ulrich Weigandre PR regression/53729 (PR53636 fix caused bb-slp-16...
2012-06-15 Jakub Jelinekre PR tree-optimization/51581 (Integer division by...
2012-06-14 Bill Schmidttree-vectorizer.h (vect_get_stmt_cost): Move from tree...
2012-06-13 Bill Schmidttarghooks.c (default_builtin_vectorized_conversion...
2012-05-31 Steven BosscherMakefile.in: Fix many dependencies.
2012-05-14 Richard Guenthertree-vect-data-refs.c (vect_setup_realignment): Remove...
2012-05-14 Richard Guentherre PR bootstrap/53331 (AIX bootstrap failure in tree...
2012-05-11 Richard Guentherre PR tree-optimization/53295 (Vectorizer support for...
2012-05-03 Martin Jamborbuiltins.c (get_object_alignment_1): Return whether...
2012-04-17 Michael Matzre PR tree-optimization/18437 (vectorizer failed for...
2012-04-10 Michael Matztree-vectorizer.h (_loop_vec_info.strided_stores):...
2012-04-05 Richard Guenthertree-nrv.c (tree_nrv): Release VDEFs.
2012-03-26 Richard Guentherre PR tree-optimization/52721 (segfault in vect_init_ve...
2012-03-22 Richard Guentherre PR tree-optimization/52638 (ice in build_vector_from...
2012-03-16 Richard Guenthertree-vect-stmts.c (vect_get_vec_def_for_operand): Use...
2012-03-16 Richard Guenthertree-vect-loop.c (get_initial_def_for_induction): Use...
2012-03-16 Richard Guenthertree.h (TREE_VECTOR_CST_ELTS): Remove.
2012-03-15 Ira Rosentree-vectorizer.h (vect_pattern_recog): Add new argument.
2012-03-07 Richard Guentheromp-low.c (extract_omp_for_data): Use signed_type_for.
2012-02-28 Ulrich WeigandPartially revert:
2012-02-21 Richard Guenthertree-vect-stmts.c (vectorizable_load): Use pre-computed...
2012-02-20 Richard Guentherre PR tree-optimization/52298 (ICE: verify_ssa failed...
2012-02-10 Bill Schmidtre PR tree-optimization/50031 (Sphinx3 has a 10% regres...
2012-02-06 Bill Schmidtre PR tree-optimization/50969 (17% degradation in 168...
2012-02-05 Ira Rosenre PR tree-optimization/52091 (ICE: verify_gimple failed)
2012-02-02 Jakub Jelinekre PR tree-optimization/52073 (ICE: vector VEC(vec_void...
2012-01-20 Jakub Jelinekre PR tree-optimization/51914 ([4.7] vect-intfloat...
2011-12-23 Richard HendersonDelete VEC_EXTRACT_EVEN/ODD_EXPR.
2011-12-23 Jakub JelinekDelete VEC_INTERLEAVE_*_EXPR.
2011-12-15 Jakub Jelinektree-vectorizer.h (struct _stmt_vec_info): Remove patte...
2011-12-13 Richard HendersonRevert two unintended commits
2011-12-13 Richard HendersonDelete VEC_INTERLEAVE_*_EXPR.
2011-12-09 Richard Bienerre PR tree-optimization/51482 (ice: invalid types in...
next