aboutsummaryrefslogtreecommitdiff
path: root/gcc/varasm.c
AgeCommit message (Expand)AuthorFilesLines
2003-09-09* varasm.c (notice_global_symbol): Properly deal with weak symbols.Jan Hubicka1-4/+4
2003-09-07re PR c++/11852 (ICE: g++ with bad struct initializer.)Mark Mitchell1-4/+20
2003-09-04cgraph.c (cgraph_mark_reachable_node): Split out from ...Richard Henderson1-1/+1
2003-08-19cgraph.c (cgraph_mark_needed_node): Call notice_global_symbol.Jan Hubicka1-27/+31
2003-08-01system.h: Poison ASM_SIMPLIFY_DWARF_ADDR.Richard Henderson1-0/+15
2003-07-30re PR c/10320 (gcc 3.4 gets rid of static inline function that does not get i...Jan Hubicka1-24/+0
2003-07-27varasm.c (output_constant_def_contents): Use ASM_DECLARE_CONSTANT_NAME if def...Geoffrey Keating1-8/+12
2003-07-25Remove pedwarn_with_decl, warning_with_decl and error_with_decl from GCC.Gabriel Dos Reis1-21/+31
2003-07-22fold-const.c (force_fit_type): Handle OFFSET_TYPE.Mark Mitchell1-0/+1
2003-07-19alias.c [...]: Remove unnecessary casts.Kaveh R. Ghazi1-14/+12
2003-07-17re PR middle-end/11498 (asm can't be used to give a variable its own name)Geoffrey Keating1-34/+3
2003-07-11varasm.c (make_decl_rtl): Treat decls with a DECL_CONTEXT of TRANSLATION_UNIT...Mark Mitchell1-1/+3
2003-07-06re PR rtl-optimization/9812 ([m68k] ICE in extract_insn, at recog.c:2148)James E Wilson1-17/+0
2003-07-06unroll.c: Convert prototypes to ISO C90.Andreas Jaeger1-392/+200
2003-06-29alloc-pool.c: Fix comment formatting.Kazu Hirata1-2/+2
2003-06-25c-common.c (handle_used_attribute): Use mark_referenced.Jan Hubicka1-19/+25
2003-06-25varasm.c (assemble_name): Mark needed variables even when global info is ready.Jan Hubicka1-5/+8
2003-06-24Makefile.in (cgraph.o): Depend on output.h, not depend on tree-inline.hJan Hubicka1-0/+6
2003-06-24langhooks-def.h (LANG_HOOKS_PREPARE_ASSEMBLE_VARIABLE): New macro.Jan Hubicka1-0/+3
2003-06-23cgraph.c (cgraph_nodes_queue): Declare.Jan Hubicka1-1/+11
2003-06-23i386.c (x86_output_mi_thunk): Don't pass MEM to %P0, just SYMBOL_REF.Jakub Jelinek1-2/+1
2003-06-19target.h (asm_out.file_start, [...]): New hooks.Zack Weinberg1-0/+12
2003-06-16decl.c, [...]: Don't use the PTR macro.Kaveh R. Ghazi1-5/+5
2003-06-09* varasm.c: Don't include c-tree.h.Kaveh R. Ghazi1-1/+0
2003-06-07config.gcc (with_cpu handling): Translate sparc64 in $machine to --with-cpu=v9.Zack Weinberg1-0/+14
2003-06-04varasm.c (force_const_mem): Handle alignment of constants not representable a...Roger Sayle1-2/+5
2003-06-03configure.in (HAVE_LD_PIE): Check for ld -pie.Jakub Jelinek1-1/+1
2003-05-17cfgloopanal.c (test_for_iteration): Use string concatentation on HOST_WIDE_IN...Kaveh R. Ghazi1-3/+1
2003-05-14rtl.h (TREE_CONSTANT_POOL_ADDRESS_P): Rename from DEFERRED_CONSTANT_P.Richard Henderson1-14/+18
2003-05-13varasm.c (notice_rtl_inlining_of_deferred_constant): New function.Zack Weinberg1-0/+9
2003-05-12* varasm.c (output_constant): Fix underflow.Jan Hubicka1-3/+2
2003-05-12Mon May 12 11:32:53 CEST 2003 Jan Hubicka <jh@suse.cz>Jan Hubicka1-17/+24
2003-05-11* varasm.c (copy_constant, case VIEW_CONVERT_EXPR): New case.Richard Kenner1-0/+1
2003-05-07stmt.c (force_label_rtx): New function, based on logic formerly found in expa...Zack Weinberg1-2/+1
2003-05-05rtl.h (STRING_POOL_ADDRESS_P): Rename to DEFERRED_CONSTANT_P.Zack Weinberg1-74/+88
2003-05-04* varasm.c (assemble_variable): Don't use error_with_file_and_line.Gabriel Dos Reis1-4/+3
2003-04-29* varasm.c (default_assemble_visibility): Use assemble_name.J"orn Rennecke1-3/+4
2003-04-28tree.h (TREE_CST_RTL, [...]): Delete.Zack Weinberg1-10/+0
2003-04-28expr.c (expand_expr <COMPLEX_CST, [...]): Always call output_constant_def, us...Zack Weinberg1-1/+1
2003-04-27varasm.c (const_str_htab_hash, [...]): Kill.Zack Weinberg1-91/+13
2003-04-27varasm.c (output_constant_def): Split out two new static functions...Zack Weinberg1-103/+114
2003-04-20* varasm.c (struct deferred_constant, defer_addressed_constants_flag)Zack Weinberg1-88/+21
2003-04-20target.h (encode_section_info): Add new argument carrying the RTL to be modif...Zack Weinberg1-10/+6
2003-04-17varasm.c (default_encode_section_info): Don't set SYMBOL_FLAG_EXTERNAL if not...Richard Henderson1-1/+4
2003-04-15varasm.c (output_constant_def): Do not consult CONSTANT_AFTER_FUNCTION_P.Zack Weinberg1-44/+4
2003-04-11rtl.def (SYMBOL_REF): Add two 0 fields.Richard Henderson1-12/+59
2003-04-01combine.c (merge_outer_ops): Fix typo.Franz Sirl1-1/+1
2003-04-01simd-3.c: New.Aldy Hernandez1-0/+17
2003-03-15varasm.c (struct rtx_const): Change type of un.addr member to struct holding ...Ulrich Weigand1-5/+9
2003-03-14re PR rtl-optimization/6871 (const objects shouldn't be moved to .bss)Jason Merrill1-0/+2