summaryrefslogtreecommitdiff
path: root/gcc/varasm.c
Commit message (Expand)AuthorAgeFilesLines
* gcc/aaw2007-10-081-35/+2
* Revertaaw2007-09-291-2/+35
* gcc/aaw2007-09-281-35/+2
* * varasm.c (initializer_constant_valid_p): Fix comment typo.bje2007-09-051-1/+1
* * config/alpha/alpha.c (alpha_mangle_type, decl_has_samegp,ghazi2007-08-241-7/+7
* * rtl.c (rtx_code_size): Check CONST_FIXED to calcualte correct sizeschaoyingfu2007-08-231-3/+35
* ./:ian2007-08-111-1/+1
* PR middle-end/25445froydnj2007-08-021-2/+3
* * attribs.c (hash_attr, eq_attr, init_attributes): Constify.ghazi2007-07-291-1/+1
* Change copyright header to refer to version 3 of the GNU General Public Licen...nickc2007-07-261-4/+3
* * c-common.c (fname_as_string, c_type_hash): Constify.ghazi2007-07-251-1/+1
* * cfglayout.c (insn_scope, insn_line): Constify.ghazi2007-07-251-1/+1
* * builtins.c (get_pointer_alignment): Honor DECL_ALIGN on ageoffk2007-07-121-2/+2
* 2007-07-09 Geoffrey Keating <geoffk@apple.com>geoffk2007-07-101-5/+4
* 2007-06-15 Andrew Pinski <andrew_pinski@playstation.sony.com>pinskia2007-06-161-0/+6
* * gengtype.c (adjust_field_rtx_def): Use NOTE_KIND instead ofhubicka2007-05-211-1/+1
* * varasm.c (align_variable): Don't increase alignment forjakub2007-05-041-2/+13
* 2007-04-08 Andrew Pinski <andrew_pinski@playstation.sony.com>pinskia2007-04-081-3/+0
* * varasm.c (initializer_constant_valid_p): Don't denyrth2007-03-291-3/+2
* PR target/26090rth2007-03-101-65/+70
* 2007-03-08 Andrew Pinski <andrew_pinski@playstation.sony.com>pinskia2007-03-091-11/+0
* * output.h (assemble_addr_to_section): Declare.mmitchel2007-02-261-34/+40
* * doc/extend.texi: Document optional priority argument tommitchel2007-02-251-7/+7
* PR target/29943amodra2007-02-201-0/+4
* * varasm.c (default_asm_output_anchor): Prepend * to . symbol in order to nickc2007-02-151-1/+1
* gcc/ChangeLog:aoliva2007-02-101-2/+309
* PR middle-end/30174danglin2007-02-031-1/+1
* * target.h (globalize_decl_name): New.sje2007-01-241-3/+12
* * system.h (ASM_MAKE_LABEL_LINKONCE): Poison.sje2007-01-191-3/+0
* 2006-12-11 H.J. Lu <hongjiu.lu@intel.com>hjl2006-12-121-8/+26
* * varasm.c (elf_record_gcc_switches): Cast second argument ofschwab2006-12-111-4/+4
* Move all varpool routines out of cgraph/cgraphunit to varpool.chubicka2006-12-111-7/+7
* * common.opt (record-gcc-switches): New command line switch.nickc2006-12-071-0/+101
* Revert emutls patch.rth2006-10-091-293/+1
* PR c/29091jakub2006-10-061-1/+5
* gcc/rth2006-10-041-1/+293
* gcc/rsandifo2006-09-211-1/+1
* PR middle-end/27724jason2006-09-081-4/+4
* PR c++/28148mmitchel2006-08-041-0/+3
* * tree.h (categorize_ctor_elements): Adjust prototype and addhainque2006-07-181-4/+15
* * cgraphunit.c (cgraph_varpool_analyze_pending_decls): Call align_variable.hubicka2006-07-131-1/+1
* PR c++/26905jason2006-06-301-1/+1
* * varasm.c (mergeable_string_section): Check for embedded NULs andjakub2006-06-211-3/+6
* * varasm.c (globalize_decl): Fix indentation.kazu2006-05-291-10/+10
* * varasm.c (align_variable): New function.dje2006-04-251-37/+47
* * builtins.c (dummy_object): Use build_int_cst instead of convert.sayle2006-04-031-4/+4
* * varasm.c (output_constant_pool): Restore fnname and fndeclrsandifo2006-03-231-4/+5
* * varasm.c (assemble_end_function): Say that 'fnname' is unused.geoffk2006-03-081-1/+1
* * varasm.c (assemble_variable): Fix setting of DECL_IN_TEXT_SECTION.rsandifo2006-03-071-1/+1
* * hooks.c (hook_bool_mode_rtx_true): New function.rsandifo2006-03-071-36/+73