]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/simplify-rtx.c
Add a partial_subreg_p predicate
[thirdparty/gcc.git] / gcc / simplify-rtx.c
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
2016-03-02  rthPR rtl-opt/67145
2016-01-21  berndsFix missed comment fix in last change.
2016-01-21  berndsFix PR66178, ICE due to misexpansion of constant expres...
2016-01-04  jakub Update copyright years.
2015-12-22  ssaraswatiThis series of patches fix PR61441. This patch avoids...
2015-12-20  ssaraswatiThis series of patches are for fixing PR61441. This...
2015-11-16  seghersimplify-rtx: Simplify sign_extend of lshiftrt to zero_...
2015-11-11  seghersimplify-rtx: Simplify trunc of and of shiftrt
2015-11-08  ebotcazouMerge of the scalar-storage-order branch.
2015-10-30  amacleod2015-10-30 Andrew MacLeod <amacleod@redhat.com>
2015-10-29  amacleod2015-10-29 Andrew MacLeod <amacleod@redhat.com>
2015-10-20  ktkachov[simplify-rtx][2/2] Use constants from pool when simpli...
2015-10-05  rsandifoRemove REAL_VALUE_FROM_CONST_DOUBLE
2015-10-05  rsandifoRemove remaining uses of CONST_DOUBLE_FROM_REAL_VALUE
2015-10-05  rsandifoRemove remaining uses of REAL_ARITHMETIC
2015-10-05  rsandifoReplace REAL_VALUES_LESS with real_less
2015-10-05  rsandifoReplace REAL_VALUES_EQUAL with real_equal
2015-08-18  rsandifogcc/
2015-08-17  davids * config/arm/arm.c (neon_element_bits): Replace...
2015-07-30  aesokUse lowpart_subreg instead of simplify_gen_subreg
2015-07-30  rsandifogcc/
2015-07-28  rsandifogcc/
2015-07-28  rsandifogcc/
2015-07-20  ktkachov[simplify-rtx][2/2] Simplify - (y ? -x : x) -> (!y...
2015-07-15  wschmidt[gcc]
2015-07-13  renlin[PATCH]Fix PR66556. Don't drop side-effect in
2015-07-10  amacleod2015-07-10 Andrew MacLeod <amacleod@redhat.com>
2015-07-09  tbsaundealways define WORD_REGISTER_OPERATIONS
2015-07-08  amodra * target.def (rtx_costs): Remove "code" param, add...
2015-07-08  amacleod2015-07-07 Andrew MacLeod <amacleod@redhat.com>
2015-06-23  amodra * rtlanal.c (commutative_operand_precedence): Correct...
2015-06-22  miyukiUse std::swap instead of manual swaps.
2015-06-17  amacleod2015-06-17 Andrew MacLeod <amacleod@redhat.com>
2015-06-08  amacleod2015-06-08 Andrew MacLeod <amacleod@redhat.com>
2015-06-04  amacleod2015-06-04 Andrew MacLeod <amacleod@redhat.com>
2015-04-27  ktkachov[simplify-rtx][trivial] Use std::swap instead of manual...
2015-04-22  tbsaunderemove more ifdef HAVE_cc0
2015-04-16  renlin[PATCH]Enable two UNSIGNED_FLOAT simplifications in...
2015-03-12  ktkachov[simplify-rtx] PR 65235: Calculate element size correct...
2015-02-06  jakub PR rtl-optimization/64957
2015-02-04  aolivaSimplify XOR of (AND or IOR) of XOR.
2015-02-04  aolivaAvoid allocating memory when trying but failing to...
2015-01-21  jakub PR debug/64511
2015-01-16  mpfAccount for high/lo_sum simplification with displacements
2015-01-15  prathamesh34922015-10-15 Prathamesh Kulkarni <prathamesh.kulkarni...
2015-01-09  prathamesh34922015-01-09 Michael Collison <michael.collison@linaro...
2015-01-06  segher * simplify-rtx.c (simplify_binary_operation_1): Handle...
2015-01-05  jakub Update copyright years.
2014-12-15  jakub PR rtl-optimization/64316
2014-12-12  glisse2014-12-12 Marc Glisse <marc.glisse@inria.fr>
next