aboutsummaryrefslogtreecommitdiff
path: root/gcc/varasm.c
AgeCommit message (Expand)AuthorFilesLines
2004-05-26varasm.c (output_constant): Pass the minimum of the two sizes to assemble_int...Eric Botcazou1-2/+2
2004-05-19tm.texi (TARGET_ASM_EMIT_UNWIND_LABEL): Add argument to indicate if this labe...Mike Stump1-0/+1
2004-05-19* cgraph.c (hash_node, eq_node, cgraph_node, cgraph_remove_node)Zack Weinberg1-17/+13
2004-05-13Merge tree-ssa-20020619-branch into mainline.Diego Novillo1-15/+34
2004-04-30bb-reorder.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2004-04-19* varasm.c (compare_constant, case VIEW_CONVERT_EXPR): Add case.Richard Kenner1-0/+1
2004-04-13varasm.c (unlikely_text_section): Use assemble_align instead of ASM_OUTPUT_AL...Richard Henderson1-1/+4
2004-04-10varasm.c (text_section): Use TEXT_SECTION_ASM_OP and ASM_OUTPUT_ALIGN instead...Andrew Pinski1-9/+10
2004-04-09basic-block.h (struct edge_def): Add new field, crossing_edge.Caroline Tice1-8/+63
2004-04-04re PR c++/14804 ([unit-at-a-time] initializing const data with reinterpret_ca...Mark Mitchell1-2/+4
2004-03-20bb-reorder.c, [...]: Replace calls via (*targetm.foo) () with targetm.foo ().Kazu Hirata1-7/+7
2004-03-20alias.c, [...]: Replace calls via (*targetm.foo) () with targetm.foo ().Kazu Hirata1-17/+17
2004-03-14alias.c (get_alias_set): Replace calls via (*lang_hooks.foo) () with lang_hoo...Roger Sayle1-10/+10
2004-03-12Enabled linkonce support for Darwin.Matt Austern1-4/+17
2004-02-23Remove -fwritable-strings.Zack Weinberg1-27/+8
2004-02-17c-common.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2004-02-08system.h (SHARED_SECTION_ASM_OP): Poison.Kazu Hirata1-10/+1
2004-02-03* varasm.c (const_desc_rtx_sym_eq): Compare symbol strings.Richard Henderson1-1/+1
2004-02-02alias.c (record_set): Use hard_regno_nregs.Jan Hubicka1-1/+1
2004-01-31* varasm.c (output_constant_pool): Don't zap the pool.Richard Henderson1-3/+0
2004-01-30varasm.c (struct rtx_const, [...]): Remove.Richard Henderson1-626/+378
2004-01-30re PR c/12818 (-fwritable strings triggers bad code generation)Eric Botcazou1-6/+18
2004-01-14system.h (SHARED_BSS_SECTION_ASM_OP): Poison.Kazu Hirata1-7/+1
2004-01-13system.h (TEXT_SECTION): Poison.Kazu Hirata1-4/+0
2004-01-12re PR middle-end/11397 (weak aliases broken on Tru64 UNIX)Roger Sayle1-6/+18
2004-01-06alias.c: Fix comment typos.Kazu Hirata1-3/+3
2003-12-21alias.c: Fix comment formatting.Kazu Hirata1-1/+1
2003-12-17re PR c++/12218 (runtime segfault when initializing global variable with poin...Mark Mitchell1-1/+2
2003-12-06varasm.c (incorporeal_function_p): New.Richard Sandiford1-1/+28
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