aboutsummaryrefslogtreecommitdiff
path: root/gcc/varasm.c
AgeCommit message (Expand)AuthorFilesLines
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
2006-09-08re PR middle-end/27724 (internal compiler error: no-op convert from 4 to 8 by...Jason Merrill1-4/+4
2006-08-04re PR c++/28148 (ICE with pointer to member function initializer and cast to ...Mark Mitchell1-0/+3
2006-07-18tree.h (categorize_ctor_elements): Adjust prototype and add descriptive comme...Olivier Hainque1-4/+15
2006-07-13cgraphunit.c (cgraph_varpool_analyze_pending_decls): Call align_variable.Jan Hubicka1-1/+1
2006-06-29re PR c++/26905 (default-visibility class symbol improperly resolved as hidde...Jason Merrill1-1/+1
2006-06-21varasm.c (mergeable_string_section): Check for embedded NULs and NUL terminat...Jakub Jelinek1-3/+6
2006-05-29* varasm.c (globalize_decl): Fix indentation.Kazu Hirata1-10/+10
2006-04-25varasm.c (align_variable): New function.David Edelsohn1-37/+47
2006-04-03builtins.c (dummy_object): Use build_int_cst instead of convert.Roger Sayle1-4/+4
2006-03-23varasm.c (output_constant_pool): Restore fnname and fndecl arguments.Richard Sandiford1-4/+5
2006-03-08* varasm.c (assemble_end_function): Say that 'fnname' is unused.Geoffrey Keating1-1/+1
2006-03-07* varasm.c (assemble_variable): Fix setting of DECL_IN_TEXT_SECTION.Richard Sandiford1-1/+1