aboutsummaryrefslogtreecommitdiff
path: root/gcc/dwarf2out.c
AgeCommit message (Expand)AuthorFilesLines
2006-10-30builtins.c (expand_builtin_mathfn_3): Correct coding style.Roger Sayle1-27/+28
2006-10-30dwarf2out.c (file_name_acquire): Correct typo.Danny Smith1-1/+1
2006-10-28Fixup whitespacingMike Stump1-1/+0
2006-10-25dwarf2out.c (gen_compile_unit_die): Use IS_ABSOLUTE_PATH.Nathan Froyd1-5/+17
2006-10-09Revert emutls patch.Richard Henderson1-1/+1
2006-10-04Makefile.in (libgcc.mk, [...]): Add emutls.c.Richard Henderson1-1/+1
2006-09-21re PR debug/29132 (Mips exception handling broken.)Roger Sayle1-1/+1
2006-09-13re PR debug/28980 (ICE in loc_descriptor_from_tree_1 with -g)Andrew Pinski1-0/+1
2006-09-12dwarf2out.c (file_table_last_lookup): Move this GC'd declaration outside of #...Andrew Pinski1-2/+3
2006-09-12dwarf2out.c (dwarf_file_data): New.Geoffrey Keating1-218/+279
2006-09-10dwarf2out.c (convert_cfa_to_fb_loc_list): Handle DW_CFA_set_loc.Roger Sayle1-0/+1
2006-09-07dwarf2out.c: Remove strange characters from comment above dwarf2out_frame_deb...Geoffrey Keating1-3/+3
2006-09-02Revert this change:Geoffrey Keating1-23/+26
2006-08-31re PR other/22313 (profiledbootstrap is broken on the mainline)Roger Sayle1-2/+13
2006-08-22Index: gcc/ChangeLogGeoffrey Keating1-4/+7
2006-08-09var-tracking.c (enum micro_operation_type): Add MO_COPY.Alexandre Oliva1-3/+0
2006-08-02re PR debug/28063 (Dwarf no longer uses merged strings for DW_AT_comp_dir)Daniel Jacobowitz1-1/+1
2006-08-01re PR debug/23336 (enum constants not visible to gdb because of -feliminate-u...Daniel Jacobowitz1-1/+5
2006-05-19langhooks.h (struct lang_hooks): Add dwarf_name language hook.Nicolas Setton1-4/+2
2006-05-14dwarf2out.c (dbx_reg_number): Check return value from LEAF_REG_REMAP and only...Nick Clifton1-2/+14
2006-04-26dwarf2out.c (size_of_locs): Don't fill dw_loc_addr if there are no branches.Geoffrey Keating1-3/+15
2006-04-25dwarf2out.c (verify_marks_clear): New.Geoffrey Keating1-4/+16
2006-04-22dwarf2out.c (struct die_struct): Document that die_sib makes a circular linke...Geoffrey Keating1-175/+167
2006-04-18dwarf2out.c (prune_unused_types_update_strings): Don't add strings to hash ta...Geoffrey Keating1-3/+2
2006-04-17dwarf2out.c (free_AT): Delete.Geoffrey Keating1-63/+56
2006-04-11dwarf2out.c (output_call_frame_info): Create debug_frame_section if it hasn't...Roger Sayle1-1/+6
2006-04-11dwarf2out.c (premark_used_types): Remove problematic prototype.Roger Sayle1-1/+0
2006-04-1120060410.c: New.Aldy Hernandez1-0/+34
2006-04-10dwarf2out.c (struct dw_attr_struct): Remove dw_attr_next.Geoffrey Keating1-205/+185
2006-04-10re PR debug/27057 (ICE with -feliminate-dwarf2-dups and using namespace)Jakub Jelinek1-1/+2
2006-04-01dwarf2.h (DW64_CIE_ID): Define.Joseph Myers1-5/+16
2006-03-27dwarf2out.c (add_location_or_const_value_attribute): Call tree_add_const_valu...Geoffrey Keating1-8/+29
2006-03-25dwarf2out.c (is_c_family): Understand new DWARF3 language types.Geoffrey Keating1-6/+11
2006-03-24Back out previous accidental change.Geoffrey Keating1-40/+14
2006-03-24[multiple changes]Geoffrey Keating1-14/+40
2006-03-17dwarf2out.c (dwarf2out_stack_adjust): Always track the stack pointer...Alexandre Oliva1-26/+23
2006-03-17tm.texi (SDB and DWARF): Add extra parameter to ASM_OUTPUT_DWARF_OFFSET.Geoffrey Keating1-23/+65
2006-03-09dwarf2out.c (expand_builtin_dwarf_sp_column): Make dwarf_regnum unsigned to f...Andreas Tobler1-2/+2
2006-03-08dwarf2out.c (DWARF2_FRAME_REG_OUT): Move up in file.Geoffrey Keating1-29/+34
2006-03-04dwarf2out.c (dwarf2out_add_library_unit_info): Remove.Kazu Hirata1-22/+0
2006-02-21defaults.h (CFA_FRAME_BASE_OFFSET): Define.Alexandre Oliva1-32/+45
2006-02-18re PR target/9703 ([arm] Accessing data through constant pool more times coul...Richard Sandiford1-3/+0
2006-02-13Index: gcc/ChangeLogGeoffrey Keating1-137/+112
2006-02-08tree.def (CHAR_TYPE): Remove.Roger Sayle1-29/+1
2006-02-04Add 2006 to copyright lineAlexandre Oliva1-1/+1
2006-02-04re PR debug/24444 (invalid register in debug info)Alexandre Oliva1-26/+20
2006-02-03tree.h (TYPE_STRING_FLAG): Document that this field may be used on INTEGER_TY...Roger Sayle1-18/+7
2006-01-31tree-vrp.c: Use XNEW/XCNEW allocation wrappers.Marcin Dalecki1-2/+2
2006-01-31expr.h (expand_normal): new inline function.Marcin Dalecki1-1/+1
2006-01-18[multiple changes]Diego Novillo1-2/+2