summaryrefslogtreecommitdiff
path: root/gcc/varasm.c
Commit message (Expand)AuthorAgeFilesLines
...
* 2004-07-08 Jerry Quinn <jlquinn@optonline.net>jlquinn2004-07-091-1/+1
* * varasm.c (assemble_variable): Use assemble_zeros forrth2004-07-081-3/+13
* * varasm.c (asm_output_bss): Don't declare unless BSS_SECTION_ASM_OP.rth2004-07-081-1/+1
* 2004-07-01 Jerry Quinn <jlquinn@optonline.net>jlquinn2004-07-011-6/+6
* 2004-06-15 Jerry Quinn <jlquinn@optonline.net>jlquinn2004-06-151-1/+1
* * bb-reorder.c, builtins.c, c-common.c, c-gimplify.c,kazu2004-05-301-2/+2
* * varasm.c (output_constant) <INTEGER_TYPE>: Pass the minimumebotcazou2004-05-261-2/+2
* * doc/tm.texi (TARGET_ASM_EMIT_UNWIND_LABEL): Add argument to indicatemrs2004-05-191-0/+1
* * cgraph.c (hash_node, eq_node, cgraph_node, cgraph_remove_node)zack2004-05-191-17/+13
* Merge tree-ssa-20020619-branch into mainline.dnovillo2004-05-131-15/+34
* * bb-reorder.c, c-opts.c, cfglayout.c, cgraph.c, cgraphunit.c,kazu2004-04-301-1/+1
* * varasm.c (compare_constant, case VIEW_CONVERT_EXPR): Add case.kenner2004-04-191-0/+1
* * varasm.c (unlikely_text_section): Use assemble_align instead ofrth2004-04-131-1/+4
* 2004-04-11 Andrew Pinski <pinskia@physics.uc.edu>pinskia2004-04-111-9/+10
* 2004-04-09 Caroline Tice <ctice@apple.com>ctice2004-04-091-8/+63
* PR c++/14804mmitchel2004-04-041-2/+4
* * bb-reorder.c, bt-load.c, c-decl.c, cfgcleanup.c, coverage.c,kazu2004-03-201-7/+7
* * alias.c, attribs.c, bt-load.c, builtins.c, c-common.c,kazu2004-03-201-17/+17
* * alias.c (get_alias_set): Replace calls via (*lang_hooks.foo) ()sayle2004-03-141-10/+10
* Enabled linkonce support for Darwin.austern2004-03-121-4/+17
* gcc/kazu2004-02-231-27/+8
* * c-common.c, cfghooks.c, rtlanal.c, varasm.c: Fix commentkazu2004-02-171-1/+1
* * system.h (SHARED_SECTION_ASM_OP): Poison.kazu2004-02-081-10/+1
* * varasm.c (const_desc_rtx_sym_eq): Compare symbol strings.rth2004-02-031-1/+1
* * alias.c (record_set): Use hard_regno_nregs.hubicka2004-02-021-1/+1
* * varasm.c (output_constant_pool): Don't zap the pool.rth2004-01-311-3/+0
* * varasm.c (struct rtx_const, struct pool_constant): Remove.rth2004-01-301-626/+378
* PR c/12818ebotcazou2004-01-301-6/+18
* * system.h (SHARED_BSS_SECTION_ASM_OP): Poison.kazu2004-01-141-7/+1
* * system.h (TEXT_SECTION): Poison.kazu2004-01-131-4/+0
* PR middle-end/11397sayle2004-01-121-6/+18
* * alias.c: Fix comment typos.kazu2004-01-061-3/+3
* * alias.c: Fix comment formatting.kazu2003-12-211-1/+1
* PR c++/12218mmitchel2003-12-171-1/+2
* * varasm.c (incorporeal_function_p): New.rsandifo2003-12-061-1/+28
* PR opt/12275hubicka2003-11-131-1/+1
* * c-common.c (handle_visibility_attribute): Set DECL_VISIBILITYaustern2003-11-061-26/+2
* * emit-rtl.c (copy_rtx_if_shared): Don't allow MEMs with constantrsandifo2003-11-041-2/+2
* * genmodes.c (struct mode_data): Add contained and next_contzack2003-10-251-8/+11
* PR c++/12624hubicka2003-10-241-1/+2
* 2003-10-22 Andrew Haley <aph@redhat.com>aph2003-10-221-0/+2
* 2003-10-21 Andrew Haley <aph@redhat.com>aph2003-10-211-0/+7
* * varasm.c (notice_global_symbol): Fix handling of variables; avoidhubicka2003-10-111-11/+19
* Waldek Hebisch <hebisch@math.uni.wroc.pl>zlomek2003-10-021-1/+1
* * output.h (compute_reloc_for_constant): Declare.aoliva2003-10-011-18/+69
* * varasm.c (assemble_real): Use real_to_target directly,zack2003-09-291-70/+27
* PR c++/12175hubicka2003-09-291-0/+1
* * configure.in (HAVE_GAS_SHF_MERGE): Always define to test result.ro2003-09-231-6/+4
* * target.h (struct gcc_target): New member external_libcall.ro2003-09-231-4/+2
* * c-format.c (gcc_diag_char_table): Add %J.rth2003-09-211-34/+22