aboutsummaryrefslogtreecommitdiff
path: root/gcc/stor-layout.c
AgeCommit message (Expand)AuthorFilesLines
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
2014-08-01opts.c (common_handle_option): Handle -fsanitize=alignment.Jakub Jelinek1-0/+21
2014-07-09revert: stor-layout.c (finish_builtin_struct): Copy fields into the variants.Jan Hubicka1-5/+1
2014-07-08re PR middle-end/60226 (ICE initializing array of elements with too large ali...Marek Polacek1-0/+5
2014-06-28stor-layout.c (finish_builtin_struct): Copy fields into the variants.Jan Hubicka1-1/+5
2014-05-06Merge in wide-int.Kenneth Zadeck1-72/+13
2014-04-22machmode.h (bitwise_mode_for_mode): Declare.Richard Sandiford1-0/+67
2014-04-14stor-layout.c (place_field): Finalize non-constant offset for the field, if any.Eric Botcazou1-0/+4
2014-01-08re PR rtl-optimization/59649 (BImode miscompiled)Jakub Jelinek1-1/+15
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-12-30re PR c++/59631 (ICE using _Cilk_spawn without -fcilkplus)Nick Clifton1-1/+1
2013-12-19re PR other/59545 (Signed integer overflow issues)Jakub Jelinek1-2/+2
2013-11-29revert: cgraph.h (varpool_node): Add need_bounds_init field.Ilya Enkovich1-9/+0
2013-11-22gimple.h: Remove all includes.Andrew MacLeod1-2/+0
2013-11-222013-11-22 zadeck@naturalbridge.comKenneth Zadeck1-3/+3
2013-11-20cuintp.c (UI_From_gnu): Use tree_to_shwi.Kenneth Zadeck1-1/+1
2013-11-19Factor unrelated declarations out of tree.h.Diego Novillo1-0/+4
2013-11-18c-common.c (convert_vector_to_pointer_for_subscript): Remove cast to unsigned...Richard Sandiford1-2/+1
2013-11-18decl.c, [...]: Replace tree_low_cst (..., 1) with tree_to_uhwi throughout.Richard Sandiford1-27/+27
2013-11-18c-common.c, [...]: Replace tree_low_cst (..., 0) with tree_to_shwi throughout.Richard Sandiford1-4/+4