aboutsummaryrefslogtreecommitdiff
path: root/gcc/varasm.c
AgeCommit message (Expand)AuthorFilesLines
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
2012-12-10asan.c (asan_init_shadow_ptr_types): Move earlier in the file.Jakub Jelinek1-2/+17
2012-12-02function.h (struct rtl_data): Remove epilogue_delay_list.Steven Bosscher1-6/+1
2012-11-28target.def (use_blocks_for_decl_p): New hook.David Edelsohn1-1/+1
2012-11-20Introduce vNULL to use as a nil initializer for vec<>.Diego Novillo1-1/+1
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo1-31/+27
2012-11-12Implement protection of global variablesJakub Jelinek1-0/+22
2012-10-31This patch implements generic type query and conversion functions,Lawrence Crowl1-2/+2
2012-09-10Remove unnecessary VEC function overloads.Diego Novillo1-14/+7
2012-09-07Modify gcc/*.[hc] double_int call sites to use the new interface.Lawrence Crowl1-8/+7
2012-08-14backport: As described in http://gcc.gnu.org/ml/gcc/2012-08/msg00015.html...Diego Novillo1-2/+2
2012-08-02cfgexpand.c (expand_debug_locations): Encapsulate test for CONST_DOUBLE in ma...Kenneth Zadeck1-1/+1
2012-06-19target.def (output_ident): New hook.Steven Bosscher1-1/+26
2012-06-022012-06-2 Kenneth Zadeck <zadeck@naturalbridge.com>Kenneth Zadeck1-2/+2
2012-05-31output.h (__gcc_host_wide_int__): Move to hwint.h.Steven Bosscher1-36/+0
2012-05-31Makefile.in: Fix many dependencies.Steven Bosscher1-3/+0
2012-05-29LANGUAGES: Fix typos.Joseph Myers1-1/+1
2012-05-24tree.h (alias_diag_flags): Remove.Jan Hubicka1-252/+3
2012-05-02tree.c (valid_constant_size_p): New function.Richard Guenther1-2/+6
2012-04-24re PR middle-end/53084 (GCC cannot handle array initialization of string cons...Jakub Jelinek1-0/+10
2012-04-24re PR target/52999 (ICE, segmentation fault in c_tree_printer)Jakub Jelinek1-6/+11
2012-04-22lto-symtab.c (lto_varpool_replace_node): Do not merge needed flags.Jan Hubicka1-1/+0