aboutsummaryrefslogtreecommitdiff
path: root/gcc/varasm.c
AgeCommit message (Expand)AuthorFilesLines
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
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