summaryrefslogtreecommitdiff
path: root/gcc/optabs.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Rename vshuffle/vec_shuffle to vec_perm.Richard Henderson2011-10-071-8/+8
* Vector shuffling patch from Artem Shinkarov.Artjoms Sinkarovs2011-10-031-0/+10
* re PR tree-optimization/27460 (Does not vectorize statements with mixed type ...Richard Guenther2011-09-021-7/+7
* arm.md (maddhidi4): Remove '*' from name.Andrew Stubbs2011-08-191-0/+9
* expr.c (expand_expr_real_2): Use widening_optab_handler.Andrew Stubbs2011-08-191-0/+43
* re PR tree-optimization/49715 (Could do more efficient unsigned-to-float to c...Richard Guenther2011-07-251-0/+3
* Makefile.in (lib2funcs): Add _clrsbsi2 and _clrsbdi2.Bernd Schmidt2011-06-211-0/+2
* re PR target/45074 (GCC Segmentation fault - negating global register variables)Richard Sandiford2011-06-011-0/+2
* md.texi (vec_load_lanes, [...]): Document.Richard Sandiford2011-05-031-0/+5
* Revert last patch.Richard Sandiford2011-04-201-5/+0
* md.texi (vec_load_lanes, [...]): Document.Richard Sandiford2011-04-201-0/+5
* optabs.h (emit_unop_insn, [...]): Change insn code parameter from "int" to "e...Richard Sandiford2011-03-231-2/+144
* expr.h (prepare_operand): Move to...Richard Sandiford2011-03-211-0/+6
* Update Copyright years for files modified in 2010.Jakub Jelinek2011-01-031-1/+1
* tree.def (FMA_EXPR): New tree code.Richard Guenther2010-11-041-0/+6
* Add fma supportMichael Meissner2010-10-151-0/+3
* Makefile.in (target-globals.o): Depend on $(EXPR_H) and $(OPTABS_H).Richard Sandiford2010-07-121-6/+27
* gcc/Richard Sandiford2010-07-041-63/+130
* optabs.h (optab_handlers): Change type of insn_code to int.Richard Sandiford2010-07-041-9/+12