aboutsummaryrefslogtreecommitdiff
path: root/gcc/varasm.c
AgeCommit message (Expand)AuthorFilesLines
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
2010-12-14re PR middle-end/46667 (-freorder-blocks-and-partition -g failed and libstdc+...Jan Hubicka1-2/+0
2010-12-12varasm.c (default_function_section): Check flag_reorder_functions and targetm...Jan Hubicka1-0/+3
2010-12-03tree.h (struct call_expr_arg_iterator_d): Remove GTY tag.Laurynas Biveinis1-1/+1
2010-12-02re PR middle-end/46674 (Weak alias is mistakenly optimized away)Jie Zhang1-1/+10
2010-12-01common.opt (main_input_filename, [...]): New Variable entries.Joseph Myers1-1/+0
2010-11-23tree.h (DECL_HAS_IMPLICIT_SECTION_NAME_P): New macro.Jan Hubicka1-116/+160
2010-11-17re PR middle-end/31490 (Compile error section type conflict)Dinar Temirbulatov1-3/+7
2010-11-13tm.texi.in (OVERLAPPING_REGISTER_NAMES): Document new macro.Richard Earnshaw1-1/+31
2010-11-09re PR middle-end/46221 (huge number of c++ testsuite failures, libstdc++.so a...Richard Guenther1-1/+59
2010-11-06re PR middle-end/46314 (frontends use ASM_GENERATE_INTERNAL_LABEL)Joern Rennecke1-0/+10
2010-11-04re PR bootstrap/44756 ([meta-bug] --enable-werror-always issues)Joern Rennecke1-1/+1
2010-10-26varasm.c (constructor_static_from_elts_p): Don't require a CONSTRUCTOR to hav...Jason Merrill1-2/+2
2010-10-11re PR middle-end/45862 (SUPPORTS_WEAK is documented as a C expression, used a...John David Anglin1-7/+7
2010-09-29varasm.c (assemble_alias): Add error message for unsupported ifunc.Jack Howarth1-2/+6
2010-09-29configure.ac: Add --enable-indirect-function option.Nathan Sidwell1-1/+1
2010-09-27common.opt (fsplit-stack): New option.Ian Lance Taylor1-0/+29
2010-09-24lto-symtab.c (lto_symtab_entry_def): Add guessed field.Jan Hubicka1-7/+123
2010-09-13re PR debug/43937 (FAIL: gcc.dg/guality/inline-params.c)Eric Botcazou1-1/+1
2010-09-09configure.ac (gnu_indirect_function): New test.Nathan Sidwell1-1/+13
2010-08-20tree.h (alias_diag_flags): New enum.Olivier Hainque1-11/+20
2010-08-20vec.h (FOR_EACH_VEC_ELT): Define.Nathan Froyd1-4/+4
2010-07-26re PR target/44132 (emutls is broken under a range of circumstances.)Richard Henderson1-424/+11
2010-07-26target.def (output_source_filename): New hook.Anatoly Sokolov1-0/+41
2010-07-15tree.h (enum tree_index): Add TI_INTEGER_THREE.Anatoly Sokolov1-1/+1
2010-07-15tree.h (DECL_CHAIN): Define.Nathan Froyd1-9/+9
2010-07-14passes.c (rest_of_decl_compilation): Do not callRichard Henderson1-6/+3
2010-07-13tree.h (build_function_call_expr): Delete.Nathan Froyd1-11/+8