summaryrefslogtreecommitdiff
path: root/gcc/optabs.h
AgeCommit message (Expand)Author
2020-01-16Fix uninitialized field in expand_operand.Andrew Pinski
2020-01-01Update copyright years.Jakub Jelinek
2019-10-07Introduce can_vcond_compare_p functionIlya Leoshkevich
2019-08-15Add support for conditional shiftsRichard Sandiford
2019-07-09PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...Martin Sebor
2019-07-09PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...Martin Sebor
2019-01-01Update copyright years.Jakub Jelinek
2018-01-03Update copyright years.Jakub Jelinek
2018-01-02Remove vec_perm_const optabRichard Sandiford
2017-12-20poly_int: create_integer_operandRichard Sandiford
2017-12-16Add VEC_SERIES_EXPR and associated optabRichard Sandiford
2017-12-16Add VEC_DUPLICATE_EXPR and associated optabRichard Sandiford
2017-06-29asan.c (asan_emit_stack_protection): Update.Jan Hubicka
2017-05-12Patch for RTL expand bug affecting aarch64 vector code.Jim Wilson
2017-01-01Update copyright years.Jakub Jelinek
2016-11-21remove cast from emit_libcall_blockTrevor Saunders
2016-01-04Update copyright years.Jakub Jelinek
2015-11-10expr.c (do_store_flag): Use expand_vec_cmp_expr for mask results.Ilya Enkovich
2015-11-10[optabs][ifcvt][1/3] Define negcc, notcc optabsKyrylo Tkachov
2015-09-17Split up optabs.[hc]Richard Sandiford
2015-06-06emit-rtl.c, [...]: Replace rtx base types with more derived ones.Richard Sandiford
2015-05-22remove #if HAVE_conditional_moveTrevor Saunders
2015-05-22always define HAVE_conditional_moveTrevor Saunders
2015-05-20Promote types of RTL expressions to more derived ones.Mikhail Maltsev
2015-01-05Update copyright years.Jakub Jelinek
2014-11-17cfgexpand.c (expand_gimple_cond): Check ccmp.Zhenqiang Chen
2014-11-13Remove VEC_RSHIFT_EXPR tree code, now unusedAlan Lawrence
2014-11-012014-11-01 Andrew MacLeod <amacleod@redhat,com>Andrew MacLeod
2014-10-29decl.c, [...]: Remove redundant enum from machine_mode.Richard Sandiford
2014-10-28Remove VEC_LSHIFT_EXPR and vec_shl_optabAlan Lawrence
2014-10-27Add new optabs for reducing vectors to scalarsAlan Lawrence
2014-10-17re PR tree-optimization/63464 (compare one character to many: faster)Jakub Jelinek
2014-05-24gengtype-state.c (fatal_reading_state): Bring offline.Jan Hubicka
2014-01-02Update copyright years in gcc/Richard Sandiford
2013-12-10tree-vectorizer.h (struct _loop_vec_info): Add scalar_loop field.Jakub Jelinek
2013-11-19Factor unrelated declarations out of tree.h.Diego Novillo
2013-02-19re PR target/52555 (ICE unrecognizable insn with -ffast-math and __attribute_...Aldy Hernandez
2013-01-10Update copyright years in gcc/Richard Sandiford
2013-01-04Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek
2012-11-18Makefile.in (recog.o): Add insn-codes.h.Richard Sandiford
2012-07-24Reduce the size of optabs representationRichard Henderson
2012-07-24Introduce and use code_to_optab and optab_to_code functionsRichard Henderson
2012-07-24Introduce and use unknown_optabRichard Henderson
2012-07-11expr.h (can_move_by_pieces): Move prototype from here ...Steven Bosscher
2012-07-10Move vector highpart emulation to the optabs layerRichard Henderson
2012-07-10Add VEC_WIDEN_MULT_EVEN/ODD_EXPRRichard Henderson
2012-07-09gensupport.c (init_rtx_reader_args_cb): Start counting code generating patter...Steven Bosscher
2012-03-05re PR middle-end/52353 (-ftrapv -fnon-call-exceptions does not work)Richard Guenther
2012-01-17re PR middle-end/50325 (76 new fails with rev. 177691)Andreas Krebbel
2011-12-23Delete VEC_EXTRACT_EVEN/ODD_EXPR.Richard Henderson