]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/expr.c
poly_int: MEM_REF offsets
[thirdparty/gcc.git] / gcc / expr.c
2017-12-21  rsandifopoly_int: MEM_REF offsets
2017-12-21  rsandifopoly_int: emit_group_load/store
2017-12-21  rsandifopoly_int: REG_ARGS_SIZE
2017-12-21  rsandifopoly_int: push_block/emit_push_insn
2017-12-21  rsandifopoly_int: get_inner_reference & co.
2017-12-21  rsandifopoly_int: get_bit_range
2017-12-20  rsandifopoly_int: SUBREG_BYTE
2017-12-20  rsandifopoly_int: store_field & co
2017-12-20  rsandifopoly_int: C++ bitfield regions
2017-12-20  rsandifopoly_int: tree constants
2017-12-20  rsandifopoly_int: rtx constants
2017-12-19  jakub * read-rtl.c (parse_reg_note_name): Replace Yoda condi...
2017-12-16  rsandifoAdd VEC_SERIES_EXPR and associated optab
2017-12-16  rsandifoAdd VEC_DUPLICATE_EXPR and associated optab
2017-12-02  jakub PR target/78643
2017-11-27  trippelsFix PR82488 - signed integer overflow in expr.c
2017-11-23  jakub PR middle-end/82253
2017-11-22  rsandifoReplace REDUC_*_EXPRs with internal functions.
2017-11-22  mpolacek PR c++/60336
2017-11-21  glisseNew POINTER_DIFF_EXPR
2017-11-17  tnfchris2017-11-17 Tamar Christina <tamar.christina@arm.com>
2017-11-09  rsandifoBase subreg rules on REGMODE_NATURAL_SIZE rather than...
2017-11-01  rsandifoWidening optab cleanup
2017-11-01  rsandifoAdd a fixed_size_mode class
2017-11-01  rsandifoAllow vector CONSTs
2017-10-24  ebotcazou PR middle-end/82569
2017-10-22  rsandifoMake more use of HWI_COMPUTABLE_MODE_P
2017-10-12  jakub PR c++/82159
2017-10-10  rsandifoRequire wi::to_wide for trees
2017-10-09  rsandifoAllow non-wi <op> wi
2017-10-08  ebotcazou * tree-outof-ssa.h (ssaexpand): Add partitions_for_und...
2017-09-21  rsandifoMake more use of simplify_gen_binary
2017-09-14  rsandifoStore VECTOR_CST_NELTS directly in tree_node
2017-09-12  rsandifoTurn SLOW_UNALIGNED_ACCESS into a target hook
2017-09-05  rsandifoMake mode_for_vector return an opt_mode
2017-09-05  rsandifoMake more use of int_mode_for_size
2017-09-04  rsandifoTurn FUNCTION_ARG_PADDING into a target hook
2017-09-04  rsandifoTurn HARD_REGNO_MODE_OK into a target hook
2017-09-04  rsandifoAdd subreg_memory_offset helper functions
2017-09-04  rsandifoPR82045: Avoid passing machine modes through "..."
2017-08-30  rsandifo[71/77] Use opt_scalar_mode for mode iterators
2017-08-30  rsandifo[69/77] Split scalar-only part out of convert_mode
2017-08-30  rsandifo[65/77] Add a SCALAR_TYPE_MODE macro
2017-08-30  rsandifo[64/77] Add a scalar_mode class
2017-08-30  rsandifo[62/77] Big machine_mode to scalar_int_mode replacement
2017-08-30  rsandifo[57/77] Use scalar_int_mode in expand_expr_addr_expr
2017-08-30  rsandifo[56/77] Use the more specific type when two modes are...
2017-08-30  rsandifo[53/77] Pass a mode to const_scalar_mask_from_tree
2017-08-30  rsandifo[51/77] Use opt_scalar_int_mode when iterating over...
2017-08-30  rsandifo[50/77] Add helper routines for SUBREG_PROMOTED_VAR_P...
2017-08-30  rsandifo[46/77] Make widest_int_mode_for_size return a scalar_i...
2017-08-30  rsandifo[39/77] Two changes to the get_best_mode interface
2017-08-30  rsandifo[35/77] Add uses of as_a <scalar_int_mode>
2017-08-30  rsandifo[34/77] Add a SCALAR_INT_TYPE_MODE macro
2017-08-30  rsandifo[33/77] Add a NARROWEST_INT_MODE macro
2017-08-30  rsandifo[30/77] Use scalar_int_mode for doubleword splits
2017-08-30  rsandifo[26/77] Use is_a <scalar_int_mode> in subreg/extract...
2017-08-30  rsandifo[20/77] Replace MODE_INT checks with is_int_mode
2017-08-30  rsandifo[19/77] Add a smallest_int_mode_for_size helper function
2017-08-30  rsandifo[18/77] Make int_mode_for_mode return an opt_scalar_int...
2017-08-30  rsandifo[17/77] Add an int_mode_for_size helper function
2017-08-30  rsandifo[12/77] Use opt_scalar_float_mode when iterating over...
2017-08-30  rsandifo[6/77] Make GET_MODE_WIDER return an opt_mode
2017-08-30  rsandifo[4/77] Add FOR_EACH iterators for modes
2017-08-21  rsandifoAdd a type_has_mode_precision_p helper function
2017-08-01  jakub PR target/80846
2017-06-29  ebotcazou * expr.c (expand_expr) <normal_inner_ref>: When testin...
2017-06-29  sje2017-06-29 Steve Ellcey <sellcey@cavium.com>
2017-06-29  hubicka * asan.c (asan_emit_stack_protection): Update.
2017-05-13  wilsonPatch for RTL expand bug affecting aarch64 vector code.
2017-05-02  tnfchris2017-04-26 Tamar Christina <tamar.christina@arm.com>
2017-04-27  tnfchris2017-04-26 Tamar Christina <tamar.christina@arm.com>
2017-04-12  jakub PR c/80163
2017-03-07  jakub PR rtl-optimization/79901
2017-02-23  jakub PR middle-end/79665
2017-01-19  rearnsha [expand] Fix for PR rtl-optimization/79121 incorrec...
2017-01-10  ebotcazou * expr.c (store_field): In the bitfield case, fetch...
2017-01-09  ebotcazou * expr.c (store_field): In the bitfield case, if the...
2017-01-01  jakub Update copyright years.
2016-12-16  rguenth2016-12-16 Richard Biener <rguenther@suse.de>
2016-12-13  marxinFill bitregion_{start,end} in store_constructor (PR...
2016-11-21  tbsaundemake recog () take a rtx_insn *
2016-11-18  rsandifoUse rtx_mode_t instead of std::make_pair
2016-11-16  rsandifoOptimise CONCAT handling in emit_group_load
2016-11-09  rguenth2016-11-09 Richard Biener <rguenther@suse.de>
2016-11-04  ebotcazou * expr.h (copy_blkmode_from_reg): Delete.
2016-10-29  jakub PR rtl-optimization/77919
2016-10-28  jakub PR rtl-optimization/77919
2016-10-25  jakub PR target/78102
2016-10-14  jakub PR middle-end/77959
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  bernds PR tree-optimization/77880
2016-09-23  jakub * hsa-gen.c (hsa_op_immed::hsa_op_immed Use CONSTRUCTO...
2016-09-22  rguenth2016-09-22 Richard Biener <rguenther@suse.de>
2016-09-16  jason Add inline functions for various bitwise operations.
2016-08-12  mpolacek PR c/7652
2016-07-27  edlinger2016-07-27 Bernd Edlinger <bernd.edlinger@hotmail.de>
2016-07-19  uros * builtins.c: Use HOST_WIDE_INT_1 instead of (HOST_WID...
2016-07-12  ktkachov[expr.c] PR middle-end/71700: zero-extend sub-word...
next