IA MCU psABI support: changes to libraries
[gcc.git] / gcc / tree-vect-generic.c
2015-06-17 Andrew MacLeodcoretypes.h: Include input.h and as-a.h.
2015-06-08 Andrew MacLeodcoretypes.h: Include hash-table.h and hash-set.h for...
2015-06-04 Andrew MacLeodcoretypes.h: Include machmode.h...
2015-03-18 Richard Bienertree-ssa-loop-ch.c (pass_data_ch): Remove TODO_cleanup_cfg.
2015-03-16 Jakub Jelinekre PR tree-optimization/65427 (ICE in emit_move_insn...
2015-01-15 Prathamesh Kulkarnidojump.h: New header file.
2015-01-09 Michael Collisongenattrtab.c (write_header): Include hash-set.h...
2015-01-05 Jakub JelinekUpdate copyright years.
2014-12-11 Marek Polacekfold-const.c (fold_negate_expr): Add ANY_INTEGRAL_TYPE_...
2014-12-01 Jakub Jelinekgimple.h (gimple_build_assign_stat): Remove prototype.
2014-11-29 Jakub Jelinekgimple-expr.h (create_tmp_var_raw, [...]): Add default...
2014-11-19 David MalcolmMerger of git branch "gimple-classes-v2-option-3"
2014-11-13 Alan LawrenceRemove VEC_RSHIFT_EXPR tree code, now unused
2014-11-01 Andrew MacLeod2014-11-01 Andrew MacLeod <amacleod@redhat,com>
2014-10-31 Richard Bienerbuiltins.c (fold_builtin_atomic_always_lock_free):...
2014-10-29 Richard Sandiforddecl.c, [...]: Remove redundant enum from machine_mode.
2014-10-28 Alan LawrenceRemove VEC_LSHIFT_EXPR and vec_shl_optab
2014-10-27 Andrew MacLeodggcplug.c: Shuffle includes to include gcc-plugin.h...
2014-07-09 Trevor Saundersremove has_execute
2014-06-27 Jakub Jelinekre PR tree-optimization/57233 (Vector lowering of LROTA...
2014-05-06 Kenneth ZadeckMerge in wide-int.
2014-05-06 Richard Bienertree-pass.h (TODO_verify_ssa, [...]): Remove.
2014-04-25 Jakub Jelinekre PR tree-optimization/60960 (Wrong result when a...
2014-04-17 Trevor Saunderspass cfun to pass::execute
2014-04-17 Trevor Saunderspass current function to opt_pass::gate ()
2014-04-17 Trevor Saundersremove has_gate
2014-01-02 Richard SandifordUpdate copyright years in gcc/
2013-12-09 David MalcolmEliminate FOR_EACH_BB macro.
2013-11-26 Jakub Jelinekre PR middle-end/59273 (ICE in expand_expr_real_2,...
2013-11-22 Andrew MacLeodgimple.h: Remove all includes.
2013-11-22 Jakub Jelinektree-vect-generic.c (optimize_vector_constructor):...
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-18 Richard Sandiforddecl.c, [...]: Replace host_integerp (..., 1) with...
2013-11-15 Richard Sandiforddwarf2out.c (gen_enumeration_type_die): Remove unnecess...
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-10-23 Andrew MacLeodtree-ssa.h: Remove all #include's
2013-09-30 Richard Sandifordbasic-block.h (edge_list): Prefix member names with...
2013-09-28 Richard Sandifordalloc-pool.c, [...]: Add missing whitespace before...
2013-09-12 Andrew MacLeodtree-ssa.h: New.
2013-08-05 David MalcolmAutomated conversion of passes to C++ classes
2013-05-13 Marc Glissetree-vect-generic.c (uniform_vector_p): Move ...
2013-03-21 Marc Glissetree-pass.h (PROP_gimple_lvec): New.
2013-01-10 Richard SandifordUpdate copyright years in gcc/
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-11-01 Marc Glissere PR middle-end/55001 (Handle VEC_COND_EXPR better...
2012-11-01 Sharad Singhaiinvoke.texi: Update -fopt-info documentation.
2012-09-28 Jakub Jelinekre PR tree-optimization/54713 (error: non-trivial conve...
2012-09-18 Richard Guentherstatistics.h (CXX_MEM_STAT_INFO): New define.
2012-09-11 Diego NovilloRemove unnecessary VEC function overloads.
2012-08-10 Richard Guenthertree-ssa-pre.c (pretemp, [...]): Remove.
2012-08-02 Richard Guenthertree-dfa.c (referenced_var_lookup): Remove.
2012-07-24 Richard HendersonIntroduce and use unknown_optab
2012-07-10 Richard HendersonMove vector highpart emulation to the optabs layer
2012-07-10 Richard HendersonAdd VEC_WIDEN_MULT_EVEN/ODD_EXPR
2012-07-02 Jakub Jelinekre PR tree-optimization/53645 (Missed optimization...
2012-06-29 Jakub Jelinektree-vect-generic.c (expand_vector_divmod): For even...
2012-06-29 Richard HendersonUse builtin_widen_mult_even/odd in tree-vect-generic...
2012-06-28 Jakub Jelinekre PR tree-optimization/53645 (Missed optimization...
2012-06-28 Jakub Jelinekre PR tree-optimization/53645 (Missed optimization...
2012-06-15 Ramana Radhakrishnantree-vect-generic.c (lower_vec_perm): Propagate vector...
2012-06-02 Kenneth Zadeck2012-06-2 Kenneth Zadeck <zadeck@naturalbridge.com>
2012-05-29 Joseph MyersLANGUAGES: Fix typos.
2012-03-28 Jakub JelinekUpdate Copyright year.
2012-03-28 Jakub Jelinekre PR middle-end/52750 (32xsigned char __builtin_shuffle)
2012-03-16 Richard Guenthertree.h (TREE_VECTOR_CST_ELTS): Remove.
2012-03-14 Richard Guentherre PR middle-end/52584 (Fails to constant fold vector...
2011-12-23 Richard HendersonDelete VEC_EXTRACT_EVEN/ODD_EXPR.
2011-12-23 Jakub JelinekDelete VEC_INTERLEAVE_*_EXPR.
2011-12-21 Richard HendersonAlways simplify vector shifts by scalars.
2011-12-13 Richard HendersonRevert two unintended commits
2011-12-13 Richard HendersonDelete VEC_INTERLEAVE_*_EXPR.
2011-11-11 Jakub Jelinekre PR tree-optimization/51074 (No constant folding...
2011-10-27 Richard Guentherre PR middle-end/50731 (FAIL: gcc.dg/torture/vector...
2011-10-25 Richard HendersonImplement interleave via permutation.
2011-10-25 Richard HendersonChange vec_perm checking and expansion level.
2011-10-18 Ira Rosenmd.texi (vec_widen_ushiftl_hi, [...]): Document.
2011-10-14 Richard HendersonExpand vector permutation with vec_perm and vec_perm_const.
2011-10-14 Richard HendersonMove lowering of vector shifts from v/s to v/v from...
2011-10-11 Artjoms SinkarovsNew warning -Wvector-operation-performance.
2011-10-07 Richard HendersonRename vshuffle/vec_shuffle to vec_perm.
2011-10-06 Richard Guenthertree-vect-generic.c (vector_element): Look at previous...
2011-10-05 Richard HendersonFix lower_vec_shuffle.
2011-10-03 Artjoms SinkarovsVector shuffling patch from Artem Shinkarov.
2011-09-29 Artjoms Sinkarovsexpr.c (do_store_flag): Expand vector comparison by...
2011-06-14 David Lidumping cleanup phase 1 -- Removing TODO_dump_func
2011-05-04 Richard Guenthertree.h (int_const_binop): Remove notrunc argument.
2011-02-08 Richard Guentherre PR tree-optimization/47639 (ICE: verify_stmts failed...
2011-01-03 Jakub JelinekUpdate Copyright years for files modified in 2010.
2011-01-03 Ulrich Weigandtree-vect-generic.c (expand_vector_operations_1): When...
2010-11-04 Artjoms Sinkarovspasses.c (init_optimization_passes): Move veclower...
2010-07-04 Richard Sandifordoptabs.h (optab_handler, [...]): Turn into inline funct...
2010-06-01 Steven Bosschergimplify.c: Do not include except.h and optabs.h.
2010-05-21 Steven Bosschertree.h: Include real.h and fixed-value.h as basic datat...
2009-11-25 H.J. LuRemove trailing white spaces.
2009-06-28 Uros Bizjakre PR tree-optimization/40550 (Segmentation fault cause...
2009-04-17 Ian Lance Taylordf.h: Include "timevar.h".
next