aboutsummaryrefslogtreecommitdiff
path: root/gcc/varasm.c
AgeCommit message (Expand)AuthorFilesLines
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
2010-07-08i386-protos.h (ix86_asm_output_function_label): New prototype.Kai Tietz1-1/+1
2010-07-08toplev.h: Do not include diagnostic-core.h.Manuel López-Ibáñez1-0/+1
2010-06-29re PR other/44034 (target hooks are hard to maintain)Joern Rennecke1-3/+3
2010-06-20re PR other/32998 (-frecord-gcc-switches issues)Joseph Myers1-50/+3
2010-06-16* target.h (struct asm_out):Add declare_constant_name field.Anatoly Sokolov1-8/+14
2010-06-08utils.c (init_gnat_to_gnu): Use typed GC allocation.Laurynas Biveinis1-10/+9
2010-05-24re PR target/44132 (emutls is broken under a range of circumstances.)Iain Sandoe1-4/+35
2010-05-21tree.h: Include real.h and fixed-value.h as basic datatypes.Steven Bosscher1-1/+0
2010-05-21varasm.c (emutls_decl): Merge attributes to new decl.Kai Tietz1-0/+2
2010-05-16lto-symtab.c (lto_symtab_entry_hash): Use IDENTIFIER_HASH_VALUE.Richard Guenther1-1/+1
2010-05-12cgraph.h (struct varpool_node): Add aux.Jan Hubicka1-0/+1
2010-05-05re PR debug/43478 (Missing DW_AT_location for a variable)Alexandre Oliva1-0/+27
2010-04-28Uniquization of constants at the Tree levelEric Botcazou1-42/+97
2010-04-27varasm.c (decode_addr_const): Handle special case of INDIRECT_REF.Eric Botcazou1-2/+67
2010-04-26varasm.c (IN_NAMED_SECTION): Remove guard.Eric Botcazou1-2/+0
2010-04-09re PR bootstrap/43684 (multiple 'set but not used' errors.)Iain Sandoe1-2/+3
2010-03-27re PR middle-end/43391 (make_decl_rtl failure for C++ on AIX and HPUX)Jan Hubicka1-8/+11
2010-03-24re PR target/38118 (gcc emits non-TLS data as TLS on Solaris 11/SPARC)Rainer Orth1-1/+5
2010-03-22varasm.c (make_decl_rtl_for_debug): Also clear flag_mudflap for the duration ...Jakub Jelinek1-2/+6
2010-03-18tree.h: Declare make_decl_rtl_for_debug.Aldy Hernandez1-0/+32
2010-03-10re PR c/43288 (ICE in function_and_variable_visibility, at ipa.c:415)Jan Hubicka1-16/+18