aboutsummaryrefslogtreecommitdiff
path: root/gcc/varasm.c
AgeCommit message (Expand)AuthorFilesLines
2008-06-29alloc-pool.c (create_alloc_pool): Fix -Wc++-compat warnings.Kaveh R. Ghazi1-3/+3
2008-06-20ggc.h (GGC_RESIZEVAR): New, reorder macros.Kaveh R. Ghazi1-29/+35
2008-05-25tree-nested.c (convert_tramp_reference): Do not build a trampoline if we don'...Eric Botcazou1-19/+23
2008-05-09pa.c (reloc_needed): Use CASE_CONVERT.Tomas Bily1-17/+9
2008-04-27targhooks.h (default_emutls_var_fields, [...]): Declare.Nathan Sidwell1-105/+182
2008-04-25re PR testsuite/35843 (-fdump-rtl-expand does not exist anymore)Jan Hubicka1-3/+3
2008-04-23tree-cfg.c (verify_expr): Check for NON_LVALUE_EXPR as unreachable case.Tomas Bily1-5/+0
2008-04-18except.c (dw2_size_of_call_site_table, [...]): Use vector API for call_site_r...Jan Hubicka1-1/+1
2008-04-08function.h (incomming_args): Break out of struct function.Jan Hubicka1-26/+26
2008-04-07function.h (rtl): Rename to x_rtl.Jan Hubicka1-6/+6
2008-03-31Fix IA-64 enable-checking glibc ICE.James E Wilson1-5/+5
2008-03-31builtins.c (expand_builtin_setjmp_receiver): Update call of get_arg_pointer_s...Jan Hubicka1-22/+7
2007-12-05varasm.c (merge_weak, [...]): Commentary typo fixes.Bernhard Fischer1-3/+3
2007-10-08varasm.c (compare_constant): Removed call to lang_hooks.expand_constant.Ollie Wild1-35/+2
2007-09-29RevertOllie Wild1-2/+35
2007-09-28varasm.c (compare_constant): Removed call to lang_hooks.expand_constant.Ollie Wild1-35/+2
2007-09-05* varasm.c (initializer_constant_valid_p): Fix comment typo.Ben Elliston1-1/+1
2007-08-24alpha.c (alpha_mangle_type, [...]): Constify.Kaveh R. Ghazi1-7/+7
2007-08-23rtl.c (rtx_code_size): Check CONST_FIXED to calcualte correct sizes in DEF_RT...Chao-ying Fu1-3/+35
2007-08-11alias.h (alias_set_type): Define new type.Ian Lance Taylor1-1/+1
2007-08-02re PR middle-end/25445 (-fpic/-fPIC failure in gcc.dg/tree-ssa/wholeprogram-1.c)Nathan Froyd1-2/+3
2007-07-29attribs.c (hash_attr, [...]): Constify.Kaveh R. Ghazi1-1/+1
2007-07-26Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton1-4/+3
2007-07-25c-common.c (fname_as_string, [...]): Constify.Kaveh R. Ghazi1-1/+1
2007-07-25cfglayout.c (insn_scope, insn_line): Constify.Kaveh R. Ghazi1-1/+1
2007-07-12builtins.c (get_pointer_alignment): Honor DECL_ALIGN on a FUNCTION_DECL.Geoffrey Keating1-2/+2
2007-07-10re PR bootstrap/32617 (explow.c references DECL_ALIGN of a FUNCTION_DECL)Geoffrey Keating1-5/+4
2007-06-15[multiple changes]Andrew Pinski1-0/+6
2007-05-21gengtype.c (adjust_field_rtx_def): Use NOTE_KIND instead of NOTE_LINE_NUMBER...Jan Hubicka1-1/+1
2007-05-04varasm.c (align_variable): Don't increase alignment for DECL_THREAD_LOCAL_P v...Jakub Jelinek1-2/+13
2007-04-08varasm.c (assemble_variable): Remove call to lang_hooks.decls.prepare_assembl...Andrew Pinski1-3/+0
2007-03-29varasm.c (initializer_constant_valid_p): Don't deny DECL_DLLIMPORT_P on funct...Richard Henderson1-3/+2
2007-03-09re PR target/26090 (IA-64 creates DT_TEXTREL binaries)Richard Henderson1-65/+70
2007-03-08re PR c/31072 ([4.2 Rgression] Wrong code for volatile var with initalization...Andrew Pinski1-11/+0
2007-02-26output.h (assemble_addr_to_section): Declare.Mark Mitchell1-34/+40
2007-02-25extend.texi: Document optional priority argument to constructors and destruct...Mark Mitchell1-7/+7
2007-02-20re PR middle-end/29943 (gcc generate incorrect alias symbols for PPC)Alan Modra1-0/+4
2007-02-15varasm.c (default_asm_output_anchor): Prepend * to . symbol in order to preve...Nick Clifton1-1/+1
2007-02-10Makefile.in (libgcc-support, [...]): Add emutls.c.Richard Henderson1-2/+309
2007-02-03re PR middle-end/30174 (FAIL: g++.old-deja/g++.abi/cxa_vec.C execution test)John David Anglin1-1/+1
2007-01-24target.h (globalize_decl_name): New.Steve Ellcey1-3/+12
2007-01-19system.h (ASM_MAKE_LABEL_LINKONCE): Poison.Steve Ellcey1-3/+0
2006-12-11re PR middle-end/17982 (stop calling assemble_external before final assembly ...H.J. Lu1-8/+26
2006-12-11varasm.c (elf_record_gcc_switches): Cast second argument of ASM_OUTPUT_SKIP t...Andreas Schwab1-4/+4
2006-12-11Move all varpool routines out of cgraph/cgraphunit to varpool.cJan Hubicka1-7/+7
2006-12-07common.opt (record-gcc-switches): New command line switch.Nick Clifton1-0/+101
2006-10-09Revert emutls patch.Richard Henderson1-293/+1
2006-10-06re PR c/29091 (vector constant not fully outputed)Jakub Jelinek1-1/+5
2006-10-04Makefile.in (libgcc.mk, [...]): Add emutls.c.Richard Henderson1-1/+293
2006-09-21varasm.c (copy_constant): Fix reversed gcc_assert check.Richard Sandiford1-1/+1