summaryrefslogtreecommitdiff
path: root/gcc/varasm.c
Commit message (Expand)AuthorAgeFilesLines
* function.h (incomming_args): Break out of struct function.Jan Hubicka2008-04-081-26/+26
* function.h (rtl): Rename to x_rtl.Jan Hubicka2008-04-071-6/+6
* Fix IA-64 enable-checking glibc ICE.James E Wilson2008-03-311-5/+5
* builtins.c (expand_builtin_setjmp_receiver): Update call of get_arg_pointer_s...Jan Hubicka2008-03-311-22/+7
* varasm.c (merge_weak, [...]): Commentary typo fixes.Bernhard Fischer2007-12-051-3/+3
* varasm.c (compare_constant): Removed call to lang_hooks.expand_constant.Ollie Wild2007-10-081-35/+2
* RevertOllie Wild2007-09-291-2/+35
* varasm.c (compare_constant): Removed call to lang_hooks.expand_constant.Ollie Wild2007-09-281-35/+2
* * varasm.c (initializer_constant_valid_p): Fix comment typo.Ben Elliston2007-09-051-1/+1
* alpha.c (alpha_mangle_type, [...]): Constify.Kaveh R. Ghazi2007-08-241-7/+7
* rtl.c (rtx_code_size): Check CONST_FIXED to calcualte correct sizes in DEF_RT...Chao-ying Fu2007-08-231-3/+35
* alias.h (alias_set_type): Define new type.Ian Lance Taylor2007-08-111-1/+1
* re PR middle-end/25445 (-fpic/-fPIC failure in gcc.dg/tree-ssa/wholeprogram-1.c)Nathan Froyd2007-08-021-2/+3
* attribs.c (hash_attr, [...]): Constify.Kaveh R. Ghazi2007-07-291-1/+1
* Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton2007-07-261-4/+3
* c-common.c (fname_as_string, [...]): Constify.Kaveh R. Ghazi2007-07-251-1/+1
* cfglayout.c (insn_scope, insn_line): Constify.Kaveh R. Ghazi2007-07-251-1/+1
* builtins.c (get_pointer_alignment): Honor DECL_ALIGN on a FUNCTION_DECL.Geoffrey Keating2007-07-121-2/+2
* re PR bootstrap/32617 (explow.c references DECL_ALIGN of a FUNCTION_DECL)Geoffrey Keating2007-07-101-5/+4
* [multiple changes]Andrew Pinski2007-06-151-0/+6
* gengtype.c (adjust_field_rtx_def): Use NOTE_KIND instead of NOTE_LINE_NUMBER...Jan Hubicka2007-05-211-1/+1
* varasm.c (align_variable): Don't increase alignment for DECL_THREAD_LOCAL_P v...Jakub Jelinek2007-05-041-2/+13
* varasm.c (assemble_variable): Remove call to lang_hooks.decls.prepare_assembl...Andrew Pinski2007-04-081-3/+0
* varasm.c (initializer_constant_valid_p): Don't deny DECL_DLLIMPORT_P on funct...Richard Henderson2007-03-291-3/+2
* re PR target/26090 (IA-64 creates DT_TEXTREL binaries)Richard Henderson2007-03-091-65/+70
* re PR c/31072 ([4.2 Rgression] Wrong code for volatile var with initalization...Andrew Pinski2007-03-081-11/+0
* output.h (assemble_addr_to_section): Declare.Mark Mitchell2007-02-261-34/+40
* extend.texi: Document optional priority argument to constructors and destruct...Mark Mitchell2007-02-251-7/+7
* re PR middle-end/29943 (gcc generate incorrect alias symbols for PPC)Alan Modra2007-02-201-0/+4
* varasm.c (default_asm_output_anchor): Prepend * to . symbol in order to preve...Nick Clifton2007-02-151-1/+1
* Makefile.in (libgcc-support, [...]): Add emutls.c.Richard Henderson2007-02-101-2/+309
* re PR middle-end/30174 (FAIL: g++.old-deja/g++.abi/cxa_vec.C execution test)John David Anglin2007-02-031-1/+1
* target.h (globalize_decl_name): New.Steve Ellcey2007-01-241-3/+12
* system.h (ASM_MAKE_LABEL_LINKONCE): Poison.Steve Ellcey2007-01-191-3/+0
* re PR middle-end/17982 (stop calling assemble_external before final assembly ...H.J. Lu2006-12-111-8/+26
* varasm.c (elf_record_gcc_switches): Cast second argument of ASM_OUTPUT_SKIP t...Andreas Schwab2006-12-111-4/+4
* Move all varpool routines out of cgraph/cgraphunit to varpool.cJan Hubicka2006-12-111-7/+7
* common.opt (record-gcc-switches): New command line switch.Nick Clifton2006-12-071-0/+101
* Revert emutls patch.Richard Henderson2006-10-091-293/+1
* re PR c/29091 (vector constant not fully outputed)Jakub Jelinek2006-10-061-1/+5
* Makefile.in (libgcc.mk, [...]): Add emutls.c.Richard Henderson2006-10-041-1/+293
* varasm.c (copy_constant): Fix reversed gcc_assert check.Richard Sandiford2006-09-211-1/+1
* re PR middle-end/27724 (internal compiler error: no-op convert from 4 to 8 by...Jason Merrill2006-09-081-4/+4
* re PR c++/28148 (ICE with pointer to member function initializer and cast to ...Mark Mitchell2006-08-041-0/+3
* tree.h (categorize_ctor_elements): Adjust prototype and add descriptive comme...Olivier Hainque2006-07-181-4/+15
* cgraphunit.c (cgraph_varpool_analyze_pending_decls): Call align_variable.Jan Hubicka2006-07-131-1/+1
* re PR c++/26905 (default-visibility class symbol improperly resolved as hidde...Jason Merrill2006-06-291-1/+1
* varasm.c (mergeable_string_section): Check for embedded NULs and NUL terminat...Jakub Jelinek2006-06-211-3/+6
* * varasm.c (globalize_decl): Fix indentation.Kazu Hirata2006-05-291-10/+10
* varasm.c (align_variable): New function.David Edelsohn2006-04-251-37/+47