aboutsummaryrefslogtreecommitdiff
path: root/gcc/stor-layout.c
AgeCommit message (Expand)AuthorFilesLines
2016-10-09tree-ssa.c (target_for_debug_bind, [...]): Use VAR_P and/or VAR_OR_FUNCTION_D...Jakub Jelinek1-1/+1
2016-09-16Add inline functions for various bitwise operations.Jason Merrill1-8/+4
2016-08-12re PR c/7652 (-Wswitch-break : Warn if a switch case falls through)Marek Polacek1-1/+1
2016-08-07re PR c/72816 (ICE on x86_64-linux-gnu (tree check: expected tree that contai...Jakub Jelinek1-4/+5
2016-07-27defaults.h (LOG2_BITS_PER_UNIT): Move from here...Bernd Edlinger1-1/+1
2016-07-19builtins.c: Use HOST_WIDE_INT_1 instead of (HOST_WIDE_INT) 1...Uros Bizjak1-3/+3
2016-06-28tree-ssa-alias.c (nonoverlapping_component_refs_of_decl_p): Properly handle D...Richard Biener1-0/+5
2016-06-21stor-layout.c (layout_type): Move setting complex MODE to layout_type...Michael Meissner1-6/+2
2016-05-02machmode.h (mode_complex): Add support to give the complex mode for a given m...Michael Meissner1-5/+7
2016-04-29stor-layout.c (layout_type): Do not build a pointer-to-element type for arrays.Richard Biener1-2/+0
2016-04-27re PR ada/70759 (Ada rts fails to build with -mabi=ilp32)Eric Botcazou1-20/+0
2016-04-18tree.h (TYPE_ALIGN, DECL_ALIGN): Return shifted amount.Michael Matz1-22/+22
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-12-17DWARF: handle variable-length records and variant partsPierre-Marie de Rodat1-0/+5
2015-11-08Merge of the scalar-storage-order branch.Eric Botcazou1-3/+8
2015-11-05targhooks.c (default_get_mask_mode): Use BLKmode in case target doesn't suppo...Ilya Enkovich1-1/+2
2015-10-30alias.c: Remove unused headers.Andrew MacLeod1-10/+0
2015-10-29alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod1-13/+12
2015-10-21tm.texi: Regenerated.Ilya Enkovich1-4/+10
2015-08-14[PR64164] Drop copyrename, use coalescible partition as base when optimizing.Alexandre Oliva1-1/+2
2015-07-28arm.c (neon_element_bits, [...]): Call GET_MODE_INNER unconditionally.David Sherwood1-13/+1
2015-07-24Revert:David Edelsohn1-2/+1
2015-07-23[PR64164] Drop copyrename, use coalescible partition as base when optimizing.Alexandre Oliva1-1/+2
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-2/+0
2015-06-25function.h (ipa_opt_pass, [...]): Move forward declarations.Andrew MacLeod1-2/+0
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod1-2/+0
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod1-6/+0
2015-06-08Don't dump low gimple functions in gimple dumpTom de Vries1-1/+0
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-5/+0
2015-05-19stor-layout.c (finalize_type_size): Use AGGREGATE_TYPE_P.Eric Botcazou1-9/+4
2015-05-09bitmap.c, [...]: Add space between string literal and macro name.Jason Merrill1-1/+1
2015-04-28re PR c++/65734 (Yet another case of lost alignment by stor_layout)Jason Merrill1-6/+18
2015-04-28add default for PCC_BITFIELD_TYPE_MATTERSTrevor Saunders1-10/+0
2015-04-27stor-layout.c (self_referential_component_ref_p): New predicate.Eric Botcazou1-13/+18
2015-03-04fold-const.c (round_up_loc): Cast divisor to signed on all paths before negat...Eric Botcazou1-5/+0
2015-01-15dojump.h: New header file.Prathamesh Kulkarni1-1/+11
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-4/+10
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-11-18re PR sanitizer/63802 (UBSan doesn't catch misaligned access if address is 16...Yury Gribov1-1/+1
2014-11-05ipa-chkp.c: New.Ilya Enkovich1-0/+6
2014-10-29decl.c, [...]: Remove redundant enum from machine_mode.Richard Sandiford1-33/+33
2014-10-28cgraph.h: Flatten.Andrew MacLeod1-0/+4
2014-10-27Let GDB reuse GCC's parser.Phil Muldoon1-6/+6
2014-10-23fold-const.c (fold_binary_loc): Preserve side-effects of X - X when simplifyi...Richard Biener1-0/+2
2014-10-16function.h: Flatten file.Andrew MacLeod1-0/+6
2014-10-15* stor-layout.c (self_referential_size): Do not promote arguments.Eric Botcazou1-6/+1
2014-10-14machmode.h (int_n_data_t): New.DJ Delorie1-4/+39
2014-10-10re PR c/63495 (struct __attribute__ ((aligned (8))) broken on x86)Jakub Jelinek1-7/+9
2014-08-29cppbuiltin.c (define_builtin_macros_for_type_sizes): Round pointer size up to...DJ Delorie1-4/+7
2014-08-25IPA C++ refactoring 4/NMartin Liska1-1/+1