summaryrefslogtreecommitdiff
path: root/gcc/optabs.h
Commit message (Expand)AuthorAgeFilesLines
* * asan.c (asan_emit_stack_protection): Update.hubicka2017-06-291-1/+3
* Patch for RTL expand bug affecting aarch64 vector code.wilson2017-05-131-1/+4
* Update copyright years.jakub2017-01-011-1/+1
* remove cast from emit_libcall_blocktbsaunde2016-11-211-1/+1
* Update copyright years.jakub2016-01-041-1/+1
* gcc/ienkovich2015-11-101-0/+3
* [optabs][ifcvt][1/3] Define negcc, notcc optabsktkachov2015-11-101-0/+4
* Split up optabs.[hc]rsandifo2015-09-171-226/+2
* gcc/rsandifo2015-06-061-8/+7
* remove #if HAVE_conditional_movetbsaunde2015-05-221-2/+0
* always define HAVE_conditional_movetbsaunde2015-05-221-1/+1
* Promote types of RTL expressions to more derived ones.miyuki2015-05-201-2/+2
* Update copyright years.jakub2015-01-051-1/+1
* 2014-11-17 Zhenqiang Chen <zhenqiang.chen@linaro.org>zqchen2014-11-171-0/+2
* Remove VEC_RSHIFT_EXPR tree code, now unusedalalaw012014-11-131-2/+0
* 2014-11-01 Andrew MacLeod <amacleod@redhat,com>amacleod2014-11-011-265/+288
* gcc/ada/rsandifo2014-10-291-78/+78
* Remove VEC_LSHIFT_EXPR and vec_shl_optabalalaw012014-10-281-1/+1
* Add new optabs for reducing vectors to scalarsalalaw012014-10-271-0/+5
* PR tree-optimization/63464jakub2014-10-171-0/+1
* * gengtype-state.c (fatal_reading_state): Bring offline.hubicka2014-05-241-19/+2
* Update copyright years in gcc/rsandifo2014-01-021-1/+1
* * tree-vectorizer.h (struct _loop_vec_info): Add scalar_loop field.jakub2013-12-101-1/+4
* Factor unrelated declarations out of tree.h.dnovillo2013-11-191-0/+1
* PR target/52555aldyh2013-02-191-0/+1
* Update copyright years in gcc/rsandifo2013-01-101-2/+1
* Update Copyright years for files modified in 2011 and/or 2012.jakub2013-01-041-1/+1
* gcc/rsandifo2012-11-181-0/+32
* Reduce the size of optabs representationrth2012-07-241-866/+94
* Introduce and use code_to_optab and optab_to_code functionsrth2012-07-241-3/+11
* Introduce and use unknown_optabrth2012-07-241-0/+2
* gcc/steven2012-07-111-2/+1
* Move vector highpart emulation to the optabs layerrth2012-07-101-0/+6
* Add VEC_WIDEN_MULT_EVEN/ODD_EXPRrth2012-07-101-2/+10
* * gensupport.c (init_rtx_reader_args_cb): Start counting codesteven2012-07-091-21/+15
* 2012-03-05 Richard Guenther <rguenther@suse.de>rguenth2012-03-051-0/+19
* gcc/rsandifo2012-01-171-0/+4
* Delete VEC_EXTRACT_EVEN/ODD_EXPR.rth2011-12-231-8/+0
* Delete VEC_INTERLEAVE_*_EXPR.rth2011-12-231-5/+0
* Revert two unintended commitsrth2011-12-131-0/+5
* Delete VEC_INTERLEAVE_*_EXPR.rth2011-12-131-5/+0
* Unify implementations of __builtin_mem_*_fence and __sync_synchronize.rth2011-11-171-0/+4
* Implement omp atomic load and store.rth2011-11-111-0/+3
* Allow libcalls to be installed for legacy __sync optabs.rth2011-11-071-48/+51
* Check in patch/merge from cxx-mem-model Branchamacleod2011-11-061-0/+89
* 2011-10-30 Dmitry Plotnikov <dplotnikov@ispras.ru>rth2011-10-301-0/+6
* Implement interleave via permutation.rth2011-10-251-0/+3
* Change vec_perm checking and expansion level.rth2011-10-251-2/+2
* * doc/md.texi (vec_widen_ushiftl_hi, vec_widen_ushiftl_lo,irar2011-10-181-0/+10
* Expand vector permutation with vec_perm and vec_perm_const.rth2011-10-141-5/+7