summaryrefslogtreecommitdiff
path: root/gcc/optabs.h
Commit message (Expand)AuthorAgeFilesLines
* Patch for RTL expand bug affecting aarch64 vector code.Jim Wilson2017-05-121-1/+4
* Update copyright years.Jakub Jelinek2017-01-011-1/+1
* remove cast from emit_libcall_blockTrevor Saunders2016-11-211-1/+1
* Update copyright years.Jakub Jelinek2016-01-041-1/+1
* expr.c (do_store_flag): Use expand_vec_cmp_expr for mask results.Ilya Enkovich2015-11-101-0/+3
* [optabs][ifcvt][1/3] Define negcc, notcc optabsKyrylo Tkachov2015-11-101-0/+4
* Split up optabs.[hc]Richard Sandiford2015-09-171-226/+2
* emit-rtl.c, [...]: Replace rtx base types with more derived ones.Richard Sandiford2015-06-061-8/+7
* remove #if HAVE_conditional_moveTrevor Saunders2015-05-221-2/+0
* always define HAVE_conditional_moveTrevor Saunders2015-05-221-1/+1
* Promote types of RTL expressions to more derived ones.Mikhail Maltsev2015-05-201-2/+2
* Update copyright years.Jakub Jelinek2015-01-051-1/+1
* cfgexpand.c (expand_gimple_cond): Check ccmp.Zhenqiang Chen2014-11-171-0/+2
* Remove VEC_RSHIFT_EXPR tree code, now unusedAlan Lawrence2014-11-131-2/+0
* 2014-11-01 Andrew MacLeod <amacleod@redhat,com>Andrew MacLeod2014-11-011-265/+288
* decl.c, [...]: Remove redundant enum from machine_mode.Richard Sandiford2014-10-291-78/+78
* Remove VEC_LSHIFT_EXPR and vec_shl_optabAlan Lawrence2014-10-281-1/+1
* Add new optabs for reducing vectors to scalarsAlan Lawrence2014-10-271-0/+5
* re PR tree-optimization/63464 (compare one character to many: faster)Jakub Jelinek2014-10-171-0/+1
* gengtype-state.c (fatal_reading_state): Bring offline.Jan Hubicka2014-05-241-19/+2
* Update copyright years in gcc/Richard Sandiford2014-01-021-1/+1
* tree-vectorizer.h (struct _loop_vec_info): Add scalar_loop field.Jakub Jelinek2013-12-101-1/+4
* Factor unrelated declarations out of tree.h.Diego Novillo2013-11-191-0/+1
* re PR target/52555 (ICE unrecognizable insn with -ffast-math and __attribute_...Aldy Hernandez2013-02-191-0/+1
* Update copyright years in gcc/Richard Sandiford2013-01-101-2/+1
* Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek2013-01-041-1/+1
* Makefile.in (recog.o): Add insn-codes.h.Richard Sandiford2012-11-181-0/+32
* Reduce the size of optabs representationRichard Henderson2012-07-241-866/+94
* Introduce and use code_to_optab and optab_to_code functionsRichard Henderson2012-07-241-3/+11
* Introduce and use unknown_optabRichard Henderson2012-07-241-0/+2
* expr.h (can_move_by_pieces): Move prototype from here ...Steven Bosscher2012-07-111-2/+1
* Move vector highpart emulation to the optabs layerRichard Henderson2012-07-101-0/+6
* Add VEC_WIDEN_MULT_EVEN/ODD_EXPRRichard Henderson2012-07-101-2/+10
* gensupport.c (init_rtx_reader_args_cb): Start counting code generating patter...Steven Bosscher2012-07-091-21/+15
* re PR middle-end/52353 (-ftrapv -fnon-call-exceptions does not work)Richard Guenther2012-03-051-0/+19
* re PR middle-end/50325 (76 new fails with rev. 177691)Andreas Krebbel2012-01-171-0/+4
* Delete VEC_EXTRACT_EVEN/ODD_EXPR.Richard Henderson2011-12-231-8/+0
* Delete VEC_INTERLEAVE_*_EXPR.Jakub Jelinek2011-12-231-5/+0
* Revert two unintended commitsRichard Henderson2011-12-131-0/+5
* Delete VEC_INTERLEAVE_*_EXPR.Richard Henderson2011-12-131-5/+0
* Unify implementations of __builtin_mem_*_fence and __sync_synchronize.Richard Henderson2011-11-171-0/+4
* Implement omp atomic load and store.Richard Henderson2011-11-111-0/+3
* Allow libcalls to be installed for legacy __sync optabs.Richard Henderson2011-11-071-48/+51
* Check in patch/merge from cxx-mem-model BranchAndrew Macleod2011-11-061-0/+89
* tree-cfg.c (verify_gimple_assign_unary): Allow vector conversions.Dmitry Plotnikov2011-10-301-0/+6
* Implement interleave via permutation.Richard Henderson2011-10-251-0/+3
* Change vec_perm checking and expansion level.Richard Henderson2011-10-251-2/+2
* md.texi (vec_widen_ushiftl_hi, [...]): Document.Ira Rosen2011-10-181-0/+10
* Expand vector permutation with vec_perm and vec_perm_const.Richard Henderson2011-10-131-5/+7
* re PR bootstrap/50665 (Bootstrap failure)Uros Bizjak2011-10-101-4/+4