Backport from GCC mainline.
[platform/upstream/linaro-gcc.git] / gcc / optabs.h
2016-01-04 jakub Update copyright years.
2015-11-10 ienkovichgcc/
2015-11-10 ktkachov[optabs][ifcvt][1/3] Define negcc, notcc optabs
2015-09-17 rsandifoSplit up optabs.[hc]
2015-06-06 rsandifogcc/
2015-05-22 tbsaunderemove #if HAVE_conditional_move
2015-05-22 tbsaundealways define HAVE_conditional_move
2015-05-20 miyukiPromote types of RTL expressions to more derived ones.
2015-01-05 jakub Update copyright years.
2014-11-17 zqchen2014-11-17 Zhenqiang Chen <zhenqiang.chen@linaro...
2014-11-13 alalaw01Remove VEC_RSHIFT_EXPR tree code, now unused
2014-11-01 amacleod2014-11-01 Andrew MacLeod <amacleod@redhat,com>
2014-10-29 rsandifogcc/ada/
2014-10-28 alalaw01Remove VEC_LSHIFT_EXPR and vec_shl_optab
2014-10-27 alalaw01Add new optabs for reducing vectors to scalars
2014-10-17 jakub PR tree-optimization/63464
2014-05-24 hubicka * gengtype-state.c (fatal_reading_state): Bring offline.
2014-01-03 mrsMerge in trunk.
2014-01-02 rsandifoUpdate copyright years in gcc/
2013-12-13 mrsMerge in trunk.
2013-12-10 jakub * tree-vectorizer.h (struct _loop_vec_info): Add scala...
2013-11-20 rsandifoMerge from trunk.
2013-11-19 dnovilloFactor unrelated declarations out of tree.h.
2013-02-19 aldyh PR target/52555
2013-01-10 rsandifoUpdate copyright years in gcc/
2013-01-04 jakubUpdate Copyright years for files modified in 2011 and...
2012-11-18 rsandifogcc/
2012-07-24 rthReduce the size of optabs representation
2012-07-24 rthIntroduce and use code_to_optab and optab_to_code functions
2012-07-24 rthIntroduce and use unknown_optab
2012-07-11 stevengcc/
2012-07-10 rthMove vector highpart emulation to the optabs layer
2012-07-10 rthAdd VEC_WIDEN_MULT_EVEN/ODD_EXPR
2012-07-09 steven * gensupport.c (init_rtx_reader_args_cb): Start counti...
2012-03-05 rguenth2012-03-05 Richard Guenther <rguenther@suse.de>
2012-01-17 rsandifogcc/
2011-12-23 rthDelete VEC_EXTRACT_EVEN/ODD_EXPR.
2011-12-23 rthDelete VEC_INTERLEAVE_*_EXPR.
2011-12-13 rthRevert two unintended commits
2011-12-13 rthDelete VEC_INTERLEAVE_*_EXPR.
2011-11-17 rthUnify implementations of __builtin_mem_*_fence and...
2011-11-11 rthImplement omp atomic load and store.
2011-11-07 rthAllow libcalls to be installed for legacy __sync optabs.
2011-11-06 amacleodCheck in patch/merge from cxx-mem-model Branch
2011-10-30 rth2011-10-30 Dmitry Plotnikov <dplotnikov@ispras.ru>
2011-10-25 rthImplement interleave via permutation.
2011-10-25 rthChange vec_perm checking and expansion level.
2011-10-18 irar * doc/md.texi (vec_widen_ushiftl_hi, vec_widen_ushiftl_lo,
2011-10-14 rthExpand vector permutation with vec_perm and vec_perm_const.
2011-10-10 uros PR bootstrap/50665
2011-10-07 rthRename vshuffle/vec_shuffle to vec_perm.
2011-10-03 rthVector shuffling patch from Artem Shinkarov.
2011-09-02 rguenth2011-09-02 Richard Guenther <rguenther@suse.de>
2011-08-19 ams2011-08-19 Andrew Stubbs <ams@codesourcery.com>
2011-08-19 ams2011-08-19 Andrew Stubbs <ams@codesourcery.com>
2011-07-25 rguenth2011-07-25 Richard Guenther <rguenther@suse.de>
2011-06-21 bernds libgcc/
2011-06-01 rsandifogcc/
2011-05-03 rsandifogcc/
2011-04-20 rsandifoRevert last patch.
2011-04-20 rsandifogcc/
2011-03-23 rsandifogcc/
2011-03-21 rsandifogcc/
2011-01-03 jakubUpdate Copyright years for files modified in 2010.
2010-11-04 rguenth2010-11-04 Richard Guenther <rguenther@suse.de>
2010-10-15 meissnerAdd fma support
2010-07-12 rsandifogcc/
2010-07-04 rsandifogcc/
2010-07-04 rsandifogcc/
2010-07-04 rsandifogcc/
2010-05-29 froydnj * basic-block.h (struct control_flow_graph): Move...
2010-04-22 bernds * optabs.h (expand_widening_mult): Declare.
2009-11-25 hjlRemove trailing white spaces.
2009-09-28 ian./:
2009-08-25 matz * expr.h (struct separate_ops, sepops): New...
2009-07-08 paolo2009-07-08 Shujing Zhao <pearly.zhao@oracle.com>
2009-06-19 uros * optabs.h (enum optab_index): Add new OTI_significand.
2009-05-16 iangcc/ChangeLog:
2009-05-12 bonziniMerge cond-optab branch.
2009-04-09 bonzini2009-04-09 Paolo Bonzini <bonzini@gnu.org>
2008-08-07 hubicka * optabs.c (emit_unop_insn): Break out to ...
2008-06-06 rwildgcc/
2008-05-30 zadeck2008-05-30 Steven Bosscher <stevenb.gcc@gmail.com>
2008-05-14 meissnerAdd SSE5 vector shift/rotate; Update SSE5 vector multiply
2008-05-14 zadeck2008-05-14 Kenneth Zadeck <zadeck@naturalbridge.com>
2007-11-18 jakub PR middle-end/33335
2007-09-07 chaoyingfu * ginclude/stdfix.h: New file.
2007-09-04 hubicka * optabs.c (debug_optab_libfunc): Update; make availab...
2007-08-25 ghazi * c-common.c (vector_types_convertible_p,
2007-08-09 hubicka * optabs.c (expand_widen_pattern_expr): Use optabs...
2007-07-26 nickcChange copyright header to refer to version 3 of the...
2007-07-21 uros * optabs.h (enum optab_index): Add new OTI_signbit.
2007-07-09 uweigand2007-07-09 Wolfgang Gellerich <gellerich@de.ibm.com>
2007-06-11 dberlinMerge dataflow branch into mainline
2007-06-10 rakdver * tree-data-ref.c (dr_analyze_alias): Handle case...
2007-05-25 kazu * cfglayout.c, cgraphunit.c, config/avr/avr.c, fold...
2007-05-17 uros PR tree-optimization/24659
2007-05-08 chaoyingfu* doc/md.texi (msub@var{m}@var{n}4, usub@var{m}@var...
2007-04-24 rsandifogcc/
2007-04-22 uros2007-04-22 Uros Bizjak <ubizjak@gmail.com>
next