aboutsummaryrefslogtreecommitdiff
path: root/gcc/varasm.c
AgeCommit message (Expand)Author
2015-05-26backport: varasm.c (output_constant_pool_1): Pass down alignment from constan...Rohit Arul Raj
2015-02-24backport: [multiple changes]Richard Biener
2014-11-05backport: re PR rtl-optimization/63475 (Postreload CSE propagates aliased mem...Uros Bizjak
2014-04-11re PR middle-end/60797 (gcc hangs with error: only weak aliases are supported...Richard Biener
2014-02-04ipa.c (function_and_variable_visibility): Decompose DECL_ONE_ONLY groups when...Jan Hubicka
2014-01-20output.h (output_constant): Delete.Eric Botcazou
2014-01-19* varasm.c (compute_reloc_for_constant): Use targetm.binds_local_p.Jan Hubicka
2014-01-16re PR middle-end/28865 (Structures with a flexible arrray member have wrong ....Nick Clifton
2014-01-02Update copyright years in gcc/Richard Sandiford
2013-12-17Time profile-based function reordering (phase 2).Martin Liska
2013-12-06asan.c: Remove struct tags when referring to class varpool_node.Oleg Endo
2013-11-29revert: cgraph.h (varpool_node): Add need_bounds_init field.Ilya Enkovich
2013-11-19Eliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macrosDavid Malcolm
2013-11-19varasm.c (align_variable): Give error instead of warning for unsupported alig...Joseph Myers
2013-11-19Factor unrelated declarations out of tree.h.Diego Novillo
2013-11-18decl.c, [...]: Replace tree_low_cst (..., 1) with tree_to_uhwi throughout.Richard Sandiford
2013-11-18c-common.c, [...]: Replace tree_low_cst (..., 0) with tree_to_shwi throughout.Richard Sandiford
2013-11-18decl.c, [...]: Replace host_integerp (..., 1) with tree_fits_uhwi_p throughout.Richard Sandiford
2013-11-18cuintp.c: Replace host_integerp (..., 0) with tree_fits_shwi_p throughout.Richard Sandiford
2013-11-07re PR c++/58176 (ICE in output_constant, at varasm.c:4658)Paolo Carlini
2013-10-31Automated part of renaming of symtab_node_base to symtab_node.David Malcolm
2013-10-29Autogenerated fixes of "->symbol." to "->"David Malcolm
2013-10-26Makefile.def (target_modules): Remove libmudflapJeff Law
2013-10-25mode-classes.def (MODE_POINTER_BOUNDS): New.Ilya Enkovich
2013-10-18tree-ssa.h: Don't include gimple-low.h...Andrew MacLeod
2013-09-28alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford
2013-08-30Merge ubsan into trunk.Marek Polacek
2013-08-06Commit the vtable verification feature.Caroline Tice
2013-06-25expr.c (expand_expr_real_1): Fix formatting glitches.Eric Botcazou
2013-06-14varasm.c (force_const_mem): Revert 2013-06-07 change.Alan Modra
2013-06-12re PR target/56564 (movdqa on possibly-8-byte-aligned struct with -O3)Jakub Jelinek
2013-06-11varasm.c (get_section): Don't die on !DECL_P decl.Alan Modra
2013-06-11re PR target/56564 (movdqa on possibly-8-byte-aligned struct with -O3)Jakub Jelinek
2013-06-10re PR target/56564 (movdqa on possibly-8-byte-aligned struct with -O3)Jakub Jelinek
2013-06-08varasm.c (struct oc_local_state): Reorder fields.Eric Botcazou
2013-06-07varasm.c (force_const_mem): Assert mode is not VOID or BLK.Alan Modra
2013-06-05varasm.c (mark_decl_referenced): Revert the removal until targets are fixed.Jan Hubicka
2013-06-05class.c (emit_register_classes_in_jcr_section): Use DECL_PRESERVE_P instead o...Jan Hubicka
2013-06-03varasm.c (output_constant): Minor formatting tweak.Eric Botcazou
2013-06-01re PR middle-end/57366 (gcc.dg/lto/attr-weakref-1 FAILs)Jan Hubicka
2013-05-29cgraph.h (symtab_node_base): Add definition, alias and analyzed flags...Jan Hubicka
2013-05-16varasm.c (default_use_anchors_for_symbol_p): Use decl_replaceable_p.Nathan Sidwell
2013-05-10re PR target/55033 (PowerPC section type conflict error)Alan Modra
2013-03-27target.def (TARGET_HAS_IFUNC_P): New target hook.Alexander Ivchenko
2013-03-06re PR lto/50494 (gcc.dg/vect/vect-reduc-2char.c fails spuriously on ppc with ...Richard Biener
2013-02-14re PR lto/50494 (gcc.dg/vect/vect-reduc-2char.c fails spuriously on ppc with ...Richard Biener
2013-01-29re PR libstdc++/54314 (undefined references to 'construction vtable for std::...Jason Merrill
2013-01-24Remove zone allocator.Diego Novillo
2013-01-10Update copyright years in gcc/Richard Sandiford
2013-01-07varasm.c (output_constant_def_contents): For asan_protect_global protected st...Jakub Jelinek