aboutsummaryrefslogtreecommitdiff
path: root/gcc/varasm.c
AgeCommit message (Expand)AuthorFilesLines
2014-07-24re PR lto/61802 (AArch64 execute.exp failures with LTO after r212467)Jan Hubicka1-9/+28
2014-07-24IPA C++ refactoring 2/NMartin Liska1-6/+6
2014-07-24IPA C++ refactoring 1/NMartin Liska1-19/+19
2014-06-26invoke.texi (-fsemantic-interposition): Document.Jan Hubicka1-0/+3
2014-06-12symtab.c (section_hash): New hash.Jan Hubicka1-12/+12
2014-06-11varasm.c (set_implicit_section): New function.Jan Hubicka1-5/+15
2014-06-09symtab.c (dump_symtab_base): Update dumping.Jan Hubicka1-1/+2
2014-06-08varasm.c (use_blocks_for_decl_p): Check symbol table instead of alias attribute.Jan Hubicka1-1/+7
2014-06-02Delete a copy that looks like a relic from obstack times.Bernd Schmidt1-67/+1
2014-05-29varasm.c (get_variable_section): Walk aliases.Jan Hubicka1-0/+12
2014-05-24tree-core.h (tree_decl_with_vis): Replace comdat_group by symtab_node pointer.Jan Hubicka1-1/+7
2014-05-23* varasm.c (output_constructor_bitfield): Fix thinkos in latest change.Eric Botcazou1-18/+20
2014-05-20tree.h (DECL_ONE_ONLY): Return true only for externally visible symbols.Jan Hubicka1-7/+8
2014-05-17use templates instead of gengtype for typed allocation functionsTrevor Saunders1-9/+9
2014-05-06Merge in wide-int.Kenneth Zadeck1-42/+33
2014-04-11re PR middle-end/60797 (gcc hangs with error: only weak aliases are supported...Richard Biener1-0/+2
2014-02-04ipa.c (function_and_variable_visibility): Decompose DECL_ONE_ONLY groups when...Jan Hubicka1-2/+2
2014-01-20output.h (output_constant): Delete.Eric Botcazou1-3/+3
2014-01-19* varasm.c (compute_reloc_for_constant): Use targetm.binds_local_p.Jan Hubicka1-1/+1
2014-01-16re PR middle-end/28865 (Structures with a flexible arrray member have wrong ....Nick Clifton1-15/+16
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-12-17Time profile-based function reordering (phase 2).Martin Liska1-2/+12
2013-12-06asan.c: Remove struct tags when referring to class varpool_node.Oleg Endo1-3/+3
2013-11-29revert: cgraph.h (varpool_node): Add need_bounds_init field.Ilya Enkovich1-1/+0
2013-11-19Eliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macrosDavid Malcolm1-1/+1
2013-11-19varasm.c (align_variable): Give error instead of warning for unsupported alig...Joseph Myers1-5/+5
2013-11-19Factor unrelated declarations out of tree.h.Diego Novillo1-0/+4
2013-11-18decl.c, [...]: Replace tree_low_cst (..., 1) with tree_to_uhwi throughout.Richard Sandiford1-11/+11
2013-11-18c-common.c, [...]: Replace tree_low_cst (..., 0) with tree_to_shwi throughout.Richard Sandiford1-6/+6
2013-11-18decl.c, [...]: Replace host_integerp (..., 1) with tree_fits_uhwi_p throughout.Richard Sandiford1-1/+1
2013-11-18cuintp.c: Replace host_integerp (..., 0) with tree_fits_shwi_p throughout.Richard Sandiford1-1/+1
2013-11-07re PR c++/58176 (ICE in output_constant, at varasm.c:4658)Paolo Carlini1-0/+1
2013-10-31Automated part of renaming of symtab_node_base to symtab_node.David Malcolm1-1/+1
2013-10-29Autogenerated fixes of "->symbol." to "->"David Malcolm1-15/+15
2013-10-26Makefile.def (target_modules): Remove libmudflapJeff Law1-26/+5
2013-10-25mode-classes.def (MODE_POINTER_BOUNDS): New.Ilya Enkovich1-0/+1
2013-10-18tree-ssa.h: Don't include gimple-low.h...Andrew MacLeod1-0/+1
2013-09-28alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford1-4/+4
2013-08-30Merge ubsan into trunk.Marek Polacek1-10/+16
2013-08-06Commit the vtable verification feature.Caroline Tice1-1/+45
2013-06-25expr.c (expand_expr_real_1): Fix formatting glitches.Eric Botcazou1-2/+1
2013-06-14varasm.c (force_const_mem): Revert 2013-06-07 change.Alan Modra1-2/+1
2013-06-12re PR target/56564 (movdqa on possibly-8-byte-aligned struct with -O3)Jakub Jelinek1-4/+14
2013-06-11varasm.c (get_section): Don't die on !DECL_P decl.Alan Modra1-14/+14
2013-06-11re PR target/56564 (movdqa on possibly-8-byte-aligned struct with -O3)Jakub Jelinek1-1/+1
2013-06-10re PR target/56564 (movdqa on possibly-8-byte-aligned struct with -O3)Jakub Jelinek1-17/+89
2013-06-08varasm.c (struct oc_local_state): Reorder fields.Eric Botcazou1-40/+32
2013-06-07varasm.c (force_const_mem): Assert mode is not VOID or BLK.Alan Modra1-1/+2
2013-06-05varasm.c (mark_decl_referenced): Revert the removal until targets are fixed.Jan Hubicka1-0/+27
2013-06-05class.c (emit_register_classes_in_jcr_section): Use DECL_PRESERVE_P instead o...Jan Hubicka1-27/+0