]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/simplify-rtx.c
Update copyright years.
[thirdparty/gcc.git] / gcc / simplify-rtx.c
2019-01-01  jakub Update copyright years.
2018-11-13  jakub PR rtl-optimization/87918
2018-11-06  rguenth2018-11-06 Richard Biener <rguenther@suse.de>
2018-10-18  hjlLimit mask of vec_merge to HOST_BITS_PER_WIDE_INT
2018-10-18  hjlCall simplify_gen_subreg to simplify subreg of vec_merge
2018-10-18  hjlSimplify subreg of vec_merge of vec_duplicate
2018-09-28  amsSimplify vec_merge according to the mask.
2018-09-19  amsRemove constant vec_select restriction.
2018-07-07  aldyh * tree-vrp.c (vrp_int_const_binop): Change overflow...
2018-06-12  rsandifoUse poly_int rtx accessors instead of hwi accessors
2018-05-17  ktkachov[patch AArch64] Do not perform a vector splat for vecto...
2018-04-25  jakub PR middle-end/85414
2018-04-13  jakub PR rtl-optimization/85376
2018-03-21  jakub PR rtl-optimization/84989
2018-01-20  jakub PR target/83930
2018-01-13  rsandifoExtra subreg fold for variable-length CONST_VECTORs
2018-01-08  vpgcc/
2018-01-05  sudi[PATCH PR82439][simplify-rtx] Simplify (x | y) == x...
2018-01-03  rsandifopoly_int: GET_MODE_SIZE
2018-01-03  rsandifopoly_int: GET_MODE_NUNITS
2018-01-03  jakub Update copyright years.
2018-01-02  rsandifoMake CONST_VECTOR_ELT handle implicitly-encoded elements
2018-01-02  rsandifoUse CONST_VECTOR_ELT instead of XVECEXP
2017-12-28  rsandifoUse valid_for_const_vector_p instead of CONSTANT_P
2017-12-21  jgreenhalgh[patch AArch64] Do not perform a vector splat for vecto...
2017-12-21  jakub PR rtl-optimization/82973
2017-12-21  rsandifopoly_int: get_inner_reference & co.
2017-12-20  rsandifopoly_int: SUBREG_BYTE
2017-12-20  rsandifopoly_int: MEM_OFFSET and MEM_SIZE
2017-12-20  rsandifopoly_int: rtx constants
2017-12-20  rsandifoAdd a gen_int_shift_amount helper function
2017-12-19  jakub * read-rtl.c (parse_reg_note_name): Replace Yoda condi...
2017-12-16  rsandifoRevert accidental commit
2017-12-16  rsandifoAdd a gen_int_shift_amount helper function
2017-11-22  jakub * simplify-rtx.c (simplify_binary_operation_1) <case...
2017-11-20  vriesFix comparison mode in simplify_ternary_operation
2017-11-08  ktkachov[simplify-rtx] Simplify vec_merge of vec_duplicates...
2017-11-08  ktkachovvec_merge + vec_duplicate + vec_concat simplification
2017-11-08  ktkachovSimplify vec_merge of vec_duplicate with const_vector
2017-11-01  rsandifoUse (CONST_VECTOR|GET_MODE)_NUNITS in simplify-rtx.c
2017-11-01  rsandifoAdd a fixed_size_mode class
2017-11-01  rsandifoAdd a VEC_SERIES rtl code
2017-11-01  rsandifoAdd more vec_duplicate simplifications
2017-11-01  rsandifoAdd gen_(const_)vec_duplicate helpers
2017-10-22  rsandifoMake more use of GET_MODE_UNIT_PRECISION
2017-10-22  rsandifoMake more use of HWI_COMPUTABLE_MODE_P
2017-10-13  rsandifoMake more use of GET_MODE_UNIT_SIZE
2017-10-03  seghersimplify-rtx: Remove non-simplifying simplification...
2017-09-19  segherFix typo in simplify_binary_operation_1
2017-09-04  rsandifoAdd subreg_memory_offset helper functions
2017-08-30  rsandifoAdd a partial_subreg_p predicate
2017-08-30  rsandifo[66/77] Use scalar_mode for constant integers
2017-08-30  rsandifo[64/77] Add a scalar_mode class
2017-08-30  rsandifo[55/77] Use scalar_int_mode in simplify_const_unary_ope...
2017-08-30  rsandifo[35/77] Add uses of as_a <scalar_int_mode>
2017-08-30  rsandifo[28/77] Use is_a <scalar_int_mode> for miscellaneous...
2017-08-30  rsandifo[26/77] Use is_a <scalar_int_mode> in subreg/extract...
2017-08-30  rsandifo[25/77] Use is_a <scalar_int_mode> for bitmask optimisa...
2017-08-30  rsandifo[23/77] Replace != VOIDmode checks with is_a <scalar_in...
2017-08-30  rsandifo[22/77] Replace !VECTOR_MODE_P with is_a <scalar_int_mode>
2017-08-30  rsandifo[21/77] Replace SCALAR_INT_MODE_P checks with is_a...
2017-08-30  rsandifo[20/77] Replace MODE_INT checks with is_int_mode
2017-08-30  rsandifo[17/77] Add an int_mode_for_size helper function
2017-08-30  rsandifo[7/77] Add scalar_float_mode
2017-08-22  rsandifoMake more use of paradoxical_subreg_p
2017-07-19  seghersimplify-rtx: The truncation of an IOR can have all...
2017-07-05  rsandifoRemove enum before machine_mode
2017-06-14  ebotcazou * simplify-rtx.c (simplify_binary_operation_1) <UDIV...
2017-05-06  rsandifoPR 75964: Invalid integer ABS handling in simplify...
2017-05-02  tnfchrisgcc/
2017-05-02  rguenth2017-05-02 Richard Biener <rguenther@suse.de>
2017-04-11  jakub PR middle-end/80100
2017-04-11  jakub PR rtl-optimization/80385
2017-04-04  seghersimplify-rtx: Fix compare of comparisons (PR60818)
2017-03-21  marxinFix another profiledbootstrap warning (PR libfortran...
2017-02-21  jakub PR tree-optimization/61441
2017-01-01  jakub Update copyright years.
2016-12-02  seghersimplify-rtx: Fix the last fix (PR78638)
2016-11-30  seghersimplify-rtx: Add missing line for previous commit...
2016-11-29  seghersimplify-rtx: Handle truncate of extract
2016-11-28  jakub PR rtl-optimization/78546
2016-11-25  jakub PR rtl-optimization/78526
2016-11-18  rsandifoUse rtx_mode_t instead of std::make_pair
2016-11-10  seghersimplify-rtx: Transform (xor (and (xor A B) C) B) with...
2016-10-13  thopre01Move MEMMODEL_* from coretypes.h to memmodel.h
2016-10-09  jakub * tree-ssa.c (target_for_debug_bind, verify_phi_args,
2016-10-07  ktkachov[simplify-rtx] Zero-initialise local array in simplify_...
2016-09-22  tbsaundemake next/prev _nonnote_insn take rtx_insn *
2016-09-19  ktkachov[simplify-rtx] (GTU (PLUS a C) (C - 1)) --> (LTU a -C)
2016-08-30  jakub PR middle-end/77377
2016-08-12  mpolacek PR c/7652
2016-07-26  rguenth2016-07-26 Richard Biener <rguenther@suse.de>
2016-07-20  uros * hwint.h (HOST_WIDE_INT_0): New define.
2016-07-19  uros * builtins.c: Use HOST_WIDE_INT_1 instead of (HOST_WID...
2016-07-11  edlinger2016-07-11 Bernd Edlinger <bernd.edlinger@hotmail.de>
2016-06-29  rguenth2016-06-29 Richard Biener <rguenther@suse.de>
2016-06-07  ktkachov[simplify-rtx] Fix unused variable warning in simplify_...
2016-06-06  ktkachov[3/3][RTL ifcvt] PR middle-end/37780: Conditional expre...
2016-04-13  jakub PR debug/70628
2016-04-05  jakub PR tree-optimization/70509
next