]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/stor-layout.c
Avoid valid Coverity warning for comparing array to zero.
[thirdparty/gcc.git] / gcc / stor-layout.c
2021-06-24  Jakub Jelinekstor-layout: Avoid DECL_BIT_FIELD_REPRESENTATIVE with...
2021-06-18  Jakub Jelinekstor-layout: Don't create DECL_BIT_FIELD_REPRESENTATIVE...
2021-06-16  Jakub Jelinekstor-layout: Create DECL_BIT_FIELD_REPRESENTATIVE even...
2021-03-30  Richard Bienertree-optimization/99824 - avoid excessive integer type...
2021-01-28  Marek Polacektree: Don't reuse types if TYPE_USER_ALIGN differ ...
2021-01-04  Jakub JelinekUpdate copyright years.
2020-11-17  Aaron SawdeyAdd MODE_OPAQUE
2020-10-23  Jakub Jelinekstor-layout: Reject forming arrays with elt sizes not...
2020-04-21  Jakub Jelinekubsan: Avoid -Wpadded warnings [PR94641]
2020-01-01  Jakub JelinekUpdate copyright years.
2019-11-14  Richard SandifordReplace mode_for_int_vector with related_int_vector_mode
2019-11-14  Richard SandifordAdd a targetm.vectorize.related_mode hook
2019-09-18  Richard SandifordHandle variable-length vectors in compute_record_mode
2019-08-20  Richard SandifordUse function_arg_info for TARGET_PASS_BY_REFERENCE
2019-06-25  Jozef LawrynowiczImplement alternate "__intN__" form of "__intN" type
2019-01-01  Jakub JelinekUpdate copyright years.
2018-11-07  Jozef Lawrynowiczre PR c/87691 (transparent_union attribute does not...
2018-10-19  Eric Botcazoucfgexpand.c (expand_one_var): Use specific wording...
2018-09-05  Nathan SidwellPR c++/87137] GCC-8 Fix
2018-08-28  Martin SeborPR middle-end/86631 - missing -Walloc-size-larger-than...
2018-08-24  Uros Bizjakemit-rtl.c (init_emit_once): Do not emit MODE_POINTER_B...
2018-07-20  Martin SeborPR middle-end/82063 - issues with arguments enabled...
2018-06-08  Martin LiskaRemove MPX
2018-05-30  Richard SandifordUse poly_int tree accessors
2018-02-28  Jakub Jelinekre PR target/52991 (attribute packed broken on mingw32?)
2018-02-22  Jakub Jelinekre PR c++/84502 (Argument corruption when passing empty...
2018-02-13  Jakub Jelinekre PR c/82210 (Having _Alignas in a struct with VLAs...
2018-01-16  Jakub Jelinekre PR c/83844 (ICE with warn_if_not_aligned attribute)
2018-01-13  Richard SandifordGive the target more control over ARRAY_TYPE modes
2018-01-03  Richard SandifordAdd support for MODE_VECTOR_BOOL
2018-01-03  Richard Sandifordpoly_int: GET_MODE_BITSIZE
2018-01-03  Richard Sandifordpoly_int: TYPE_VECTOR_SUBPARTS
2018-01-03  Jakub JelinekUpdate copyright years.
2017-12-20  Richard Sandifordpoly_int: C++ bitfield regions
2017-12-20  Richard Sandifordpoly_int: tree constants
2017-12-16  Richard Sandifordpoly_int: mode query functions
2017-11-22  Marek Polacekre PR c++/60336 (empty struct value is passed different...
2017-11-20  Aldy Hernandezvec.h (debug_helper): New function.
2017-11-07  Eric Botcazoure PR c/53037 (warn_if_not_aligned(X))
2017-10-10  Richard SandifordRequire wi::to_wide for trees
2017-09-21  Eric Botcazou* stor-layout.c (bit_from_pos): Do not distribute the...
2017-09-12  Richard SandifordTurn SLOW_UNALIGNED_ACCESS into a target hook
2017-09-05  Richard SandifordMake bitsize_mode_for_mode return an opt_mode
2017-09-05  Richard SandifordMake mode_for_size_tree return an opt_mode
2017-09-05  Richard SandifordMake mode_for_vector return an opt_mode
2017-09-05  Richard SandifordAdd mode_for_int_vector helper functions
2017-09-05  Richard SandifordMake mode_for_size return an opt_mode
2017-09-05  Richard SandifordMake more use of int_mode_for_size
2017-08-30  Richard Sandiford[74/77] Various small scalar_mode changes
2017-08-30  Richard Sandiford[65/77] Add a SCALAR_TYPE_MODE macro
2017-08-30  Richard Sandiford[62/77] Big machine_mode to scalar_int_mode replacement
2017-08-30  Richard Sandiford[51/77] Use opt_scalar_int_mode when iterating over...
2017-08-30  Richard Sandiford[39/77] Two changes to the get_best_mode interface
2017-08-30  Richard Sandiford[34/77] Add a SCALAR_INT_TYPE_MODE macro
2017-08-30  Richard Sandiford[33/77] Add a NARROWEST_INT_MODE macro
2017-08-30  Richard Sandiford[21/77] Replace SCALAR_INT_MODE_P checks with is_a...
2017-08-30  Richard Sandiford[19/77] Add a smallest_int_mode_for_size helper function
2017-08-30  Richard Sandiford[18/77] Make int_mode_for_mode return an opt_scalar_int...
2017-08-30  Richard Sandiford[11/77] Add a float_mode_for_size helper function
2017-08-30  Richard Sandiford[6/77] Make GET_MODE_WIDER return an opt_mode
2017-08-30  Richard Sandiford[4/77] Add FOR_EACH iterators for modes
2017-08-21  Richard SandifordMove vector_type_mode to tree.c
2017-08-18  H.J. LuAdd warn_if_not_aligned attribute
2017-07-13  Martin LiskaCleanup #2 of Pascal references.
2017-05-11  Nathan Sidwelldumpfle.h (dump_function): Declare here ...
2017-04-12  Richard Bienerre PR target/79671 (mapnik miscompilation on armv7hl...
2017-02-07  Richard Bienerre PR tree-optimization/79256 (FAIL: gcc.dg/vect/pr2541...
2017-01-01  Jakub JelinekUpdate copyright years.
2016-12-16  Richard Bienerre PR c++/71694 (store-data race with bitfields and...
2016-11-25  Richard SandifordSet mode of decimal floats before calling layout_type
2016-11-18  Richard SandifordAdd SET_DECL_MODE
2016-10-13  Thomas Preud'hommeMove MEMMODEL_* from coretypes.h to memmodel.h
2016-10-09  Jakub Jelinektree-ssa.c (target_for_debug_bind, [...]): Use VAR_P...
2016-09-16  Jason MerrillAdd inline functions for various bitwise operations.
2016-08-12  Marek Polacekre PR c/7652 (-Wswitch-break : Warn if a switch case...
2016-08-07  Jakub Jelinekre PR c/72816 (ICE on x86_64-linux-gnu (tree check...
2016-07-27  Bernd Edlingerdefaults.h (LOG2_BITS_PER_UNIT): Move from here...
2016-07-19  Uros Bizjakbuiltins.c: Use HOST_WIDE_INT_1 instead of (HOST_WIDE_I...
2016-06-28  Richard Bienertree-ssa-alias.c (nonoverlapping_component_refs_of_decl...
2016-06-21  Michael Meissnerstor-layout.c (layout_type): Move setting complex MODE...
2016-05-02  Michael Meissnermachmode.h (mode_complex): Add support to give the...
2016-04-29  Richard Bienerstor-layout.c (layout_type): Do not build a pointer...
2016-04-27  Eric Botcazoure PR ada/70759 (Ada rts fails to build with -mabi...
2016-04-18  Michael Matztree.h (TYPE_ALIGN, DECL_ALIGN): Return shifted amount.
2016-01-04  Jakub JelinekUpdate copyright years.
2015-12-17  Pierre-Marie de... DWARF: handle variable-length records and variant parts
2015-11-08  Eric BotcazouMerge of the scalar-storage-order branch.
2015-11-05  Ilya Enkovichtarghooks.c (default_get_mask_mode): Use BLKmode in...
2015-10-30  Andrew MacLeodalias.c: Remove unused headers.
2015-10-29  Andrew MacLeodalias.c: Reorder #include statements and remove duplicates.
2015-10-21  Ilya Enkovichtm.texi: Regenerated.
2015-08-14  Alexandre Oliva[PR64164] Drop copyrename, use coalescible partition...
2015-07-28  David Sherwoodarm.c (neon_element_bits, [...]): Call GET_MODE_INNER...
2015-07-25  David EdelsohnRevert:
2015-07-23  Alexandre Oliva[PR64164] Drop copyrename, use coalescible partition...
2015-07-08  Andrew MacLeodtree-core.h: Include symtab.h.
2015-06-25  Andrew MacLeodfunction.h (ipa_opt_pass, [...]): Move forward declarat...
2015-06-17  Andrew MacLeodcoretypes.h: Include input.h and as-a.h.
2015-06-08  Andrew MacLeodcoretypes.h: Include hash-table.h and hash-set.h for...
2015-06-08  Tom de VriesDon't dump low gimple functions in gimple dump
next