aboutsummaryrefslogtreecommitdiff
path: root/gcc/varasm.c
AgeCommit message (Expand)AuthorFilesLines
2012-04-22lto-symtab.c (lto_varpool_replace_node): Do not merge needed flags.Jan Hubicka1-1/+0
2012-04-20lto-symtab.c (lto_cgraph_replace_node): Merge needed instead of force flags.Jan Hubicka1-47/+17
2012-04-14cgraph.h: Update copyrights;Jan Hubicka1-10/+10
2012-04-03varasm.c (initializer_constant_valid_for_bitfield_p): Return true for REAL_CS...Eric Botcazou1-6/+13
2012-03-26varasm.c (assemble_external): #if 0 out the new assert from the previous comm...Steven Bosscher1-0/+5
2012-03-26varasm.c (assemble_external): Assert this function is only called during or a...Steven Bosscher1-4/+10
2012-03-16tree.h (TREE_VECTOR_CST_ELTS): Remove.Richard Guenther1-24/+15
2012-02-20Enable initfini array support on Solaris (PR target/50166)Rainer Orth1-5/+5
2011-12-09Fix PR51469 (attr-ifunc fails on ppc); Make #pragma GCC target ("...") change...Michael Meissner1-5/+8
2011-12-06re PR lto/50601 (New LTO failures)Richard Guenther1-9/+0
2011-11-27hard-reg-set.h (target_hard_regs): Add x_accessible_reg_set and x_operand_reg...Richard Sandiford1-4/+11
2011-11-25re PR other/51011 (FAIL: gcc.dg/atomic-generic.c (test for excess errors))Andrew MacLeod1-1/+3
2011-11-22target.def (tm_clone_table_section): New hook.Iain Sandoe1-1/+9
2011-11-14re PR bootstrap/51094 (Bootstrap failure at revision 181279 on non-ELF targets)Dimitrios Apostolou1-13/+0
2011-11-12re PR bootstrap/51094 (Bootstrap failure at revision 181279 on non-ELF targets)Dimitrios Apostolou1-1/+2
2011-11-11varasm.c (default_elf_asm_output_limited_string): #ifdef ELF_ASCII_ESCAPES.Jason Merrill1-0/+2
2011-11-10final.c, output.h (fprint_whex, [...]): New functions serving as fast replace...Dimitrios Apostolou1-6/+130
2011-11-08Merge from transactional-memory branch.Aldy Hernandez1-0/+156
2011-10-13emit-rtl.c (set_mem_attributes_minus_bitpos): Set MEM_READONLY_P for static c...Tom de Vries1-1/+1
2011-10-07re PR middle-end/50527 (inconsistent vla align)Tom de Vries1-1/+2
2011-10-02re PR lto/47247 (Linker plugin specification makes it difficult to handle COM...Jan Hubicka1-0/+2
2011-09-27output.h (SECTION_EXCLUDE): New macro.Sriraman Tallam1-0/+2
2011-08-26varasm.c (decode_addr_const): Handle MEM_REF[&X, OFF].Richard Guenther1-0/+6
2011-08-25varasm.c: (default_binds_local_p_1): Commentary typo fix.Bernhard Reutner-Fischer1-2/+2
2011-08-20Use .init_arrary/.fini_array sections if possible.H.J. Lu1-0/+58
2011-08-17tree.h (convert_to_ptrofftype_loc): New function.Richard Guenther1-6/+8
2011-07-19rtl.texi (MEM_SIZE_KNOWN_P): Document.Richard Sandiford1-1/+1
2011-07-13tm.texi.in (TARGET_ASM_MERGEABLE_RODATA_PREFIX): Add hook.Bernd Schmidt1-5/+7
2011-07-12cgraph.h (cgraph_get_node_or_alias): Removed declaration.Martin Jambor1-2/+2
2011-07-09Move ASM_COMMENT_START to defaults.h.Richard Henderson1-4/+0
2011-06-15target-def.h (TARGET_HAVE_NAMED_SECTIONS): Move to common/common-target-def.h.Joseph Myers1-3/+4
2011-06-09better warning for section conflictAndi Kleen1-1/+5
2011-06-09Print location for conflicting global regs.Andi Kleen1-1/+1
2011-05-30re PR c/4910 (imacat <imacat@mail.imacat.idv.tw>)Nathan Froyd1-0/+1
2011-05-26make TS_IDENTIFIER be a substructure of TS_TYPEDNathan Froyd1-1/+0
2011-05-03function.c (init_function_start): Call decide_function_section.Bernd Schmidt1-11/+30
2011-05-02varasm.c (output_constructor_regular_field): Compute zero-based index with do...Richard Guenther1-10/+9
2011-04-21target.def (cannot_force_const_mem): Add a mode argument.Richard Sandiford1-1/+1
2011-04-17re PR middle-end/20991 (ICE in cgraph_mark_reachable_node)Jan Hubicka1-2/+1
2011-04-12cgraph.h (cgraph_node): Remove function declaration.Martin Jambor1-2/+2
2011-04-11cgraph.c (cgraph_local_info): Call cgraph_get_node instead of cgraph_node, ha...Martin Jambor1-7/+11
2011-04-08tm.texi.in (ASM_OUTPUT_BSS): Remove documentation.Anatoly Sokolov1-37/+2
2011-04-03lto-streamer.h (struct lto_streamer_cache_d): Remove offsets and next_slot me...Michael Matz1-3/+3
2011-02-28re PR middle-end/46790 (EH failures in libstdc++ testsuite with --gc-sections...Jakub Jelinek1-0/+9
2011-02-05re PR middle-end/47610 (cp-demangle.c:1970:1: error: cplus_demangle_builtin_t...Jakub Jelinek1-1/+6
2011-02-03re PR middle-end/31490 (Compile error section type conflict)Jakub Jelinek1-15/+46
2011-01-28re PR target/42894 (Invalid rtl sharing in Thumb1.)Jakub Jelinek1-2/+2
2011-01-24re PR c/21659 ([unit-at-a-time] "weak declaration must precede definition" er...Jan Hubicka1-13/+8
2011-01-11re PR lto/45721 (ICE: in function_and_variable_visibility, at ipa.c:673 with ...Jan Hubicka1-45/+101
2010-12-19re PR middle-end/46674 (Weak alias is mistakenly optimized away)Dave Korn1-19/+57