aboutsummaryrefslogtreecommitdiff
path: root/gcc/dwarf2out.c
AgeCommit message (Expand)AuthorFilesLines
2001-12-02vms.h (VMS_DEBUGGING_INFO): New macro.Douglas B Rupp1-1/+14
2001-12-02cfgrtl.c (purge_all_dead_edges): Initialize variable.Kaveh R. Ghazi1-0/+1
2001-11-30dwarf2out.c (is_cxx): New fn.Jason Merrill1-1/+8
2001-11-29dwarf2out.c (add_data_member_location_attribute): Do the right thing for virt...Jason Merrill1-12/+54
2001-11-23ChangeLog.0, [...]: Fix spelling errors.Joseph Myers1-4/+4
2001-11-19tree.def (VIEW_CONVERT_EXPR): New tree code.Richard Kenner1-0/+2
2001-11-15alias.c (nonoverlapping_memrefs): Use REGNO_PTR_FRAME_P.Richard Kenner1-2/+1
2001-11-15dwarf2out.c (dwarf2out_finish): Don't abort because of orphan DIEs if there w...Jason Merrill1-0/+3
2001-11-12* dwarf2out.c (loc_descriptor_from_tree, case COMPOUND_EXPR): New case.Richard Kenner1-0/+3
2001-11-11ChangeLog.2, [...]: Fix spelling errors.Joseph Myers1-1/+1
2001-11-09c-lang.c (LANG_HOOKS_NAME): New.Neil Booth1-0/+2
2001-11-08dwarf2out.c (debug_str_hash): New.Jakub Jelinek1-25/+145
2001-10-29dwarf2out.c (add_const_value_attribute): Fix error in last change.Richard Kenner1-3/+6
2001-10-27dwarf2out.c (reg_number): Abort if pseudo.Richard Kenner1-115/+147
2001-10-26dwarf2out.c (PTR_SIZE, [...]): Move outside of macro guards.Kaveh R. Ghazi1-21/+25
2001-10-24* dwarf2out.c (file_info_cmp): Always return consistent results.Richard Kenner1-14/+14
2001-10-22target.h (struct gcc_target): Add asm_out.exception_section, asm_out.eh_frame...Stan Shebs1-12/+17
2001-10-20basic-block.h (find_sub_basic_blocks): Use sbitmap parameter.Jan Hubicka1-3/+4
2001-10-11Tidy last change.Richard Henderson1-5/+1
2001-10-11dwarf2out.c (add_const_value_attribute): If long < HOST_WIDE_INT, fall back t...Richard Henderson1-6/+7
2001-10-11dwarf2out.c (rtl_for_decl_location): If no DECL_RTL, look for a DECL_INITIAL.Richard Henderson1-0/+10
2001-10-11alias.c: Remove uses of "register" specifier in declarations of arguments and...Stan Shebs1-495/+494
2001-10-10calls.c: Fix formatting.Kazu Hirata1-3/+3
2001-10-09c-common.c: Fix comment typos.Kazu Hirata1-3/+3
2001-10-05dwarf2out.c (FRAME_BEGIN_LABEL): New.Richard Henderson1-13/+7
2001-09-27dwarf2out.c (dwarf2out_frame_finish): Never elide .debug_frame in favour of ....Richard Henderson1-7/+0
2001-09-13c-parse.in (yyerror): Const-ification and/or static-ization.Kaveh R. Ghazi1-1/+1
2001-09-12c-common.c (c_tree_code_name): Const-ification.Kaveh R. Ghazi1-1/+1
2001-09-11dbxout.c (dbxout_parms): Fix typo in comment.Hans-Peter Nilsson1-1/+1
2001-09-10dwarf2out.c (incomplete_types, [...]): Make them into varray's and register t...Tim Freeman1-60/+20
2001-08-22Makefile.in, [...]: replace "GNU CC" with "GCC".Lars Brinkhoff1-12/+12
2001-08-17varasm.c (text_section): Allow TEXT_SECTION to override the printing of TEXT_...Richard Henderson1-9/+3
2001-08-17dwarf2out.c (dwarf2out_init): Don't emit .debug_loc label here.Richard Henderson1-12/+12
2001-08-16varasm.c (named_section_flags): Remove align parameter.Richard Henderson1-20/+19
2001-08-14dwarf2out.c (dwarf2out_frame_finish): Never emit .eh_frame if USING_SJLJ_EXCE...Richard Henderson1-4/+5
2001-08-13expr.h: Split out optab- and libfunc-related code to...Zack Weinberg1-0/+1
2001-08-13dwarf2out.c (output_cfa_loc): Fix typo in comment.Theodore Papadopoulo1-1/+1
2001-08-08dbxout.c: Fix comment formatting.Kazu Hirata1-8/+8
2001-08-03target.h (gcc_target): Add asm_out.named_section, section_type_flags, have_na...Richard Henderson1-57/+34
2001-08-03mkdeps.c (deps_add_default_target): Make local variable ``start'' a const cha...Andrew Cagney1-10/+14
2001-07-28dwarf2out.c (dw_val_class_offset): New.Richard Henderson1-20/+235
2001-07-26simplify-rtx.c (avoid_constant_pool_reference): Export.Richard Henderson1-1/+6
2001-07-19Makefile.in (emit-rtl.o, c-decl.o): Depend on debug.h.Neil Booth1-3/+11
2001-07-19Makefile.in (toplev.o, [...]): Don't depend on dwarfout.h.Neil Booth1-1/+20
2001-07-19dwarf2out.c (dwarf2out_abstract_function): Don't emit in-class declaration at...Jeff Sturm1-4/+7
2001-07-17dbxout.c (dbxout_really_begin_function): Rename to dbxout_begin_function.Neil Booth1-6/+19
2001-07-15dbxout.c (dbxout_source_line): Make static, update prototype.Neil Booth1-16/+18
2001-07-12Makefile.in (final.o): Depend on debug.h.Neil Booth1-7/+15
2001-07-11Makefile.in (c-lex.o): Wrap long lines.Neil Booth1-33/+27
2001-07-11dwarf2out.c (dwarf2out_init, [...]): Add dummy version #ifndef DWARF2_DEBUGGI...Richard Kenner1-4/+20