summaryrefslogtreecommitdiff
path: root/gcc/varasm.c
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * varasm.c (notice_global_symbol): Properly deal with weak symbols.hubicka2003-09-091-4/+4
* PR c++/11852mmitchel2003-09-071-4/+20
* * cgraph.c (cgraph_mark_reachable_node): Split out from ...rth2003-09-051-1/+1
* * cgraph.c (cgraph_mark_needed_node): Call notice_global_symbol.hubicka2003-08-191-27/+31
* * system.h: Poison ASM_SIMPLIFY_DWARF_ADDR.rth2003-08-011-0/+15
* * gcse.c (insert_store): Ignore fake edges.hubicka2003-07-301-24/+0
* * varasm.c (output_constant_def_contents): Usegeoffk2003-07-271-8/+12
* Remove pedwarn_with_decl, warning_with_decl and error_with_declgdr2003-07-251-21/+31
* * fold-const.c (force_fit_type): Handle OFFSET_TYPE.mmitchel2003-07-221-0/+1
* * alias.c alloc-pool.c bitmap.c bitmap.h bt-load.c builtins.cghazi2003-07-191-14/+12
* PR 11498geoffk2003-07-171-34/+3
* * varasm.c (make_decl_rtl): Treat decls with a DECL_CONTEXT ofmmitchel2003-07-111-1/+3
* PR optimization/9812wilson2003-07-071-17/+0
* * unroll.c: Convert prototypes to ISO C90.aj2003-07-061-392/+200
* * alloc-pool.c: Fix comment formatting.kazu2003-06-291-2/+2
* * c-common.c (handle_used_attribute): Use mark_referenced.hubicka2003-06-251-19/+25
* * varasm.c (assemble_name): Mark needed variables even whenhubicka2003-06-251-5/+8
* * Makefile.in (cgraph.o): Depend on output.h, not depend onhubicka2003-06-241-0/+6
* * langhooks-def.h (LANG_HOOKS_PREPARE_ASSEMBLE_VARIABLE): New macro.hubicka2003-06-241-0/+3
* * cgraph.c (cgraph_nodes_queue): Declare.hubicka2003-06-231-1/+11
* * config/i386/i386.c (x86_output_mi_thunk): Don't pass MEM to %P0,jakub2003-06-231-2/+1
* * target.h (asm_out.file_start, file_start_app_off,zack2003-06-191-0/+12
* cp:ghazi2003-06-161-5/+5
* * varasm.c: Don't include c-tree.h.ghazi2003-06-091-1/+0
* * config.gcc (with_cpu handling): Translate sparc64 inzack2003-06-071-0/+14
* * varasm.c (force_const_mem): Handle alignment of constants notsayle2003-06-041-2/+5
* * configure.in (HAVE_LD_PIE): Check for ld -pie.jakub2003-06-031-1/+1
* gcc:ghazi2003-05-171-3/+1
* * rtl.h (TREE_CONSTANT_POOL_ADDRESS_P): Rename fromrth2003-05-141-14/+18
* * varasm.c (notice_rtl_inlining_of_deferred_constant): New function.zack2003-05-131-0/+9
* * varasm.c (output_constant): Fix underflow.hubicka2003-05-121-3/+2
* Mon May 12 11:32:53 CEST 2003 Jan Hubicka <jh@suse.cz>hubicka2003-05-121-17/+24
* * varasm.c (copy_constant, case VIEW_CONVERT_EXPR): New case.kenner2003-05-111-0/+1
* * stmt.c (force_label_rtx): New function, based on logiczack2003-05-071-2/+1
* * rtl.h (STRING_POOL_ADDRESS_P): Rename to DEFERRED_CONSTANT_P.zack2003-05-051-74/+88
* * varasm.c (assemble_variable): Don't use error_with_file_and_line.gdr2003-05-041-4/+3
* * varasm.c (default_assemble_visibility): Use assemble_name.amylaar2003-04-291-3/+4
* * tree.h (TREE_CST_RTL, CST_OR_CONSTRUCTOR_CHECK): Delete.zack2003-04-281-10/+0
* * expr.c (expand_expr <COMPLEX_CST, STRING_CST>): Always callzack2003-04-281-1/+1
* * varasm.c (const_str_htab_hash, const_str_htab_eq, STRHASH,zack2003-04-271-91/+13
* * varasm.c (output_constant_def): Split out two new staticzack2003-04-271-103/+114
* * varasm.c (struct deferred_constant, defer_addressed_constants_flag)zack2003-04-201-88/+21