aboutsummaryrefslogtreecommitdiff
path: root/gcc/varasm.c
AgeCommit message (Expand)AuthorFilesLines
2003-11-13re PR rtl-optimization/12275 ([unit-at-a-time] ICE in htab_clear_slot)Jan Hubicka1-1/+1
2003-11-06c-common.c (handle_visibility_attribute): Set DECL_VISIBILITY field instead o...Matt Austern1-26/+2
2003-11-04emit-rtl.c (copy_rtx_if_shared): Don't allow MEMs with constant addresses to ...Richard Sandiford1-2/+2
2003-10-25genmodes.c (struct mode_data): Add contained and next_cont fields.Zack Weinberg1-8/+11
2003-10-24re PR c++/12624 ([unit-at-a-time] ICE in notice_global_symbol)Jan Hubicka1-1/+2
2003-10-22varasm.c (output_constructor): Make constructor annotation conditional on ASM...Andrew Haley1-0/+2
2003-10-21varasm.c (output_constructor): Annotate constructor.Andrew Haley1-0/+7
2003-10-11varasm.c (notice_global_symbol): Fix handling of variables; avoid re-computin...Jan Hubicka1-11/+19
2003-10-02Waldek Hebisch <hebisch@math.uni.wroc.pl> PR/12072Josef Zlomek1-1/+1
2003-10-01output.h (compute_reloc_for_constant): Declare.Alexandre Oliva1-18/+69
2003-09-29varasm.c (assemble_real): Use real_to_target directly...Zack Weinberg1-70/+27
2003-09-29re PR c++/12175 (Tru64 UNIX bootstrap failure: multiply defined symbols linki...Jan Hubicka1-0/+1
2003-09-23configure.in (HAVE_GAS_SHF_MERGE): Always define to test result.Rainer Orth1-6/+4
2003-09-23target.h (struct gcc_target): New member external_libcall.Rainer Orth1-4/+2
2003-09-20c-format.c (gcc_diag_char_table): Add %J.Richard Henderson1-34/+22
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