aboutsummaryrefslogtreecommitdiff
path: root/gcc/varasm.c
AgeCommit message (Expand)AuthorFilesLines
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
2013-06-03varasm.c (output_constant): Minor formatting tweak.Eric Botcazou1-14/+7
2013-06-01re PR middle-end/57366 (gcc.dg/lto/attr-weakref-1 FAILs)Jan Hubicka1-7/+0
2013-05-29cgraph.h (symtab_node_base): Add definition, alias and analyzed flags...Jan Hubicka1-5/+5
2013-05-16varasm.c (default_use_anchors_for_symbol_p): Use decl_replaceable_p.Nathan Sidwell1-3/+3
2013-05-10re PR target/55033 (PowerPC section type conflict error)Alan Modra1-5/+7
2013-03-27target.def (TARGET_HAS_IFUNC_P): New target hook.Alexander Ivchenko1-7/+8
2013-03-06re PR lto/50494 (gcc.dg/vect/vect-reduc-2char.c fails spuriously on ppc with ...Richard Biener1-42/+27
2013-02-14re PR lto/50494 (gcc.dg/vect/vect-reduc-2char.c fails spuriously on ppc with ...Richard Biener1-27/+42
2013-01-29re PR libstdc++/54314 (undefined references to 'construction vtable for std::...Jason Merrill1-2/+3
2013-01-24Remove zone allocator.Diego Novillo1-1/+1
2013-01-10Update copyright years in gcc/Richard Sandiford1-3/+1
2013-01-07varasm.c (output_constant_def_contents): For asan_protect_global protected st...Jakub Jelinek1-11/+39
2012-12-21varasm.c (bss_initializer_p): Remove static.David Edelsohn1-1/+1
2012-12-17varasm.c (pending_assemble_externals_processed): Guard with ASM_OUTPUT_EXTERNAL.Jan-Benedict Glaw1-1/+1
2012-12-16re PR middle-end/55709 (Infinite loop in pointer_set_insert compiling cp/pt.c)John David Anglin1-0/+12
2012-12-12re PR middle-end/52640 (performance bottleneck: gcc/tree.c;value_member)Steven Bosscher1-1/+10
2012-12-11varasm.c (get_variable_section): Don't return lcomm_section for asan_protect_...Jakub Jelinek1-1/+2