Age | Commit message (Expand) | Author | Files | Lines |
2020-12-02 | expansion: Further improve double-word modulo, division and divmod [PR97459] | Jakub Jelinek | 1 | -0/+2 |
2020-12-01 | Introduce can_vec_cmp_compare_p | Ilya Leoshkevich | 1 | -3/+9 |
2020-10-30 | Add -fzero-call-used-regs option and zero_call_used_regs function attributes. | qing zhao | 1 | -0/+2 |
2020-09-27 | IFN: Implement IFN_VEC_SET for ARRAY_REF with VIEW_CONVERT_EXPR | Xionghu Luo | 1 | -0/+4 |
2020-06-17 | Lower VEC_COND_EXPR into internal functions. | Martin Liska | 1 | -3/+4 |
2020-01-16 | Fix uninitialized field in expand_operand. | Andrew Pinski | 1 | -0/+1 |
2020-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2019-10-07 | Introduce can_vcond_compare_p function | Ilya Leoshkevich | 1 | -0/+6 |
2019-08-15 | Add support for conditional shifts | Richard Sandiford | 1 | -1/+5 |
2019-07-09 | PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n... | Martin Sebor | 1 | -15/+15 |
2019-07-09 | PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n... | Martin Sebor | 1 | -1/+2 |
2019-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2018-01-03 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2018-01-02 | Remove vec_perm_const optab | Richard Sandiford | 1 | -1/+4 |
2017-12-20 | poly_int: create_integer_operand | Richard Sandiford | 1 | -13/+6 |
2017-12-16 | Add VEC_SERIES_EXPR and associated optab | Richard Sandiford | 1 | -0/+3 |
2017-12-16 | Add VEC_DUPLICATE_EXPR and associated optab | Richard Sandiford | 1 | -0/+1 |
2017-06-29 | asan.c (asan_emit_stack_protection): Update. | Jan Hubicka | 1 | -1/+3 |
2017-05-12 | Patch for RTL expand bug affecting aarch64 vector code. | Jim Wilson | 1 | -1/+4 |
2017-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2016-11-21 | remove cast from emit_libcall_block | Trevor Saunders | 1 | -1/+1 |
2016-01-04 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2015-11-10 | expr.c (do_store_flag): Use expand_vec_cmp_expr for mask results. | Ilya Enkovich | 1 | -0/+3 |
2015-11-10 | [optabs][ifcvt][1/3] Define negcc, notcc optabs | Kyrylo Tkachov | 1 | -0/+4 |
2015-09-17 | Split up optabs.[hc] | Richard Sandiford | 1 | -226/+2 |
2015-06-06 | emit-rtl.c, [...]: Replace rtx base types with more derived ones. | Richard Sandiford | 1 | -8/+7 |
2015-05-22 | remove #if HAVE_conditional_move | Trevor Saunders | 1 | -2/+0 |
2015-05-22 | always define HAVE_conditional_move | Trevor Saunders | 1 | -1/+1 |
2015-05-20 | Promote types of RTL expressions to more derived ones. | Mikhail Maltsev | 1 | -2/+2 |
2015-01-05 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2014-11-17 | cfgexpand.c (expand_gimple_cond): Check ccmp. | Zhenqiang Chen | 1 | -0/+2 |
2014-11-13 | Remove VEC_RSHIFT_EXPR tree code, now unused | Alan Lawrence | 1 | -2/+0 |
2014-11-01 | 2014-11-01 Andrew MacLeod <amacleod@redhat,com> | Andrew MacLeod | 1 | -265/+288 |
2014-10-29 | decl.c, [...]: Remove redundant enum from machine_mode. | Richard Sandiford | 1 | -78/+78 |
2014-10-28 | Remove VEC_LSHIFT_EXPR and vec_shl_optab | Alan Lawrence | 1 | -1/+1 |
2014-10-27 | Add new optabs for reducing vectors to scalars | Alan Lawrence | 1 | -0/+5 |
2014-10-17 | re PR tree-optimization/63464 (compare one character to many: faster) | Jakub Jelinek | 1 | -0/+1 |
2014-05-24 | gengtype-state.c (fatal_reading_state): Bring offline. | Jan Hubicka | 1 | -19/+2 |
2014-01-02 | Update copyright years in gcc/ | Richard Sandiford | 1 | -1/+1 |
2013-12-10 | tree-vectorizer.h (struct _loop_vec_info): Add scalar_loop field. | Jakub Jelinek | 1 | -1/+4 |
2013-11-19 | Factor unrelated declarations out of tree.h. | Diego Novillo | 1 | -0/+1 |
2013-02-19 | re PR target/52555 (ICE unrecognizable insn with -ffast-math and __attribute_... | Aldy Hernandez | 1 | -0/+1 |
2013-01-10 | Update copyright years in gcc/ | Richard Sandiford | 1 | -2/+1 |
2013-01-04 | Update Copyright years for files modified in 2011 and/or 2012. | Jakub Jelinek | 1 | -1/+1 |
2012-11-18 | Makefile.in (recog.o): Add insn-codes.h. | Richard Sandiford | 1 | -0/+32 |
2012-07-24 | Reduce the size of optabs representation | Richard Henderson | 1 | -866/+94 |
2012-07-24 | Introduce and use code_to_optab and optab_to_code functions | Richard Henderson | 1 | -3/+11 |
2012-07-24 | Introduce and use unknown_optab | Richard Henderson | 1 | -0/+2 |
2012-07-11 | expr.h (can_move_by_pieces): Move prototype from here ... | Steven Bosscher | 1 | -2/+1 |
2012-07-10 | Move vector highpart emulation to the optabs layer | Richard Henderson | 1 | -0/+6 |