summaryrefslogtreecommitdiff
path: root/gcc/dwarf2out.c
Commit message (Expand)AuthorAgeFilesLines
* backport: re PR debug/31899 (-g and using declaration causing ICE in referenc...Richard Guenther2007-10-101-1/+4
* re PR debug/33316 (ICE on valid variable-length automatic array in const struct)Jakub Jelinek2007-09-241-1/+2
* Change GPLv2 files (which do not have exceptions or additions) over to GPLv3.Nick Clifton2007-09-011-5/+4
* re PR debug/32914 (ICE in rtl_for_decl_init with -g option)Jakub Jelinek2007-08-311-0/+37
* re PR debug/32610 (ICE in gen_tagged_type_instantiation_die, at dwarf2out.c:1...Jakub Jelinek2007-08-241-1/+2
* dwarf2out.c (dwarf2out_finish): Accept namespaces as context of limbo die nodes.Alexandre Oliva2007-06-301-1/+3
* re PR middle-end/30700 (YA bogus undefined reference error to static func wit...Jan Hubicka2007-04-171-1/+13
* re PR debug/29906 (-g option creates internal compiler error)Alexandre Oliva2007-03-161-2/+8
* re PR debug/30189 (ICE on modified_type_die)Alexandre Oliva2007-02-061-3/+5
* backport: re PR middle-end/27657 (bogus undefined reference error to static v...Richard Guenther2007-02-041-2/+8
* re PR debug/26964 (Duplicate debug info for enums in namespaces)Ian Lance Taylor2006-12-271-1/+6
* dwarf2out.c (dbx_reg_number): Do leaf register remapping only if the function...Eric Botcazou2006-12-231-14/+12
* Revert emutls patch.Richard Henderson2006-10-091-1/+1
* Makefile.in (libgcc.mk, [...]): Add emutls.c.Richard Henderson2006-10-041-1/+1
* re PR debug/29132 (Mips exception handling broken.)Roger Sayle2006-09-211-1/+1
* re PR debug/28980 (ICE in loc_descriptor_from_tree_1 with -g)Andrew Pinski2006-09-131-0/+1
* dwarf2out.c (file_table_last_lookup): Move this GC'd declaration outside of #...Andrew Pinski2006-09-121-2/+3
* dwarf2out.c (dwarf_file_data): New.Geoffrey Keating2006-09-121-218/+279
* dwarf2out.c (convert_cfa_to_fb_loc_list): Handle DW_CFA_set_loc.Roger Sayle2006-09-101-0/+1
* dwarf2out.c: Remove strange characters from comment above dwarf2out_frame_deb...Geoffrey Keating2006-09-071-3/+3
* Revert this change:Geoffrey Keating2006-09-021-23/+26
* re PR other/22313 (profiledbootstrap is broken on the mainline)Roger Sayle2006-08-311-2/+13
* Index: gcc/ChangeLogGeoffrey Keating2006-08-221-4/+7
* var-tracking.c (enum micro_operation_type): Add MO_COPY.Alexandre Oliva2006-08-091-3/+0
* re PR debug/28063 (Dwarf no longer uses merged strings for DW_AT_comp_dir)Daniel Jacobowitz2006-08-021-1/+1
* re PR debug/23336 (enum constants not visible to gdb because of -feliminate-u...Daniel Jacobowitz2006-08-011-1/+5
* langhooks.h (struct lang_hooks): Add dwarf_name language hook.Nicolas Setton2006-05-191-4/+2
* dwarf2out.c (dbx_reg_number): Check return value from LEAF_REG_REMAP and only...Nick Clifton2006-05-141-2/+14
* dwarf2out.c (size_of_locs): Don't fill dw_loc_addr if there are no branches.Geoffrey Keating2006-04-261-3/+15
* dwarf2out.c (verify_marks_clear): New.Geoffrey Keating2006-04-251-4/+16
* dwarf2out.c (struct die_struct): Document that die_sib makes a circular linke...Geoffrey Keating2006-04-221-175/+167
* dwarf2out.c (prune_unused_types_update_strings): Don't add strings to hash ta...Geoffrey Keating2006-04-181-3/+2
* dwarf2out.c (free_AT): Delete.Geoffrey Keating2006-04-171-63/+56
* dwarf2out.c (output_call_frame_info): Create debug_frame_section if it hasn't...Roger Sayle2006-04-111-1/+6
* dwarf2out.c (premark_used_types): Remove problematic prototype.Roger Sayle2006-04-111-1/+0
* 20060410.c: New.Aldy Hernandez2006-04-111-0/+34
* dwarf2out.c (struct dw_attr_struct): Remove dw_attr_next.Geoffrey Keating2006-04-101-205/+185
* re PR debug/27057 (ICE with -feliminate-dwarf2-dups and using namespace)Jakub Jelinek2006-04-101-1/+2
* dwarf2.h (DW64_CIE_ID): Define.Joseph Myers2006-04-011-5/+16
* dwarf2out.c (add_location_or_const_value_attribute): Call tree_add_const_valu...Geoffrey Keating2006-03-271-8/+29
* dwarf2out.c (is_c_family): Understand new DWARF3 language types.Geoffrey Keating2006-03-251-6/+11
* Back out previous accidental change.Geoffrey Keating2006-03-241-40/+14
* [multiple changes]Geoffrey Keating2006-03-241-14/+40
* dwarf2out.c (dwarf2out_stack_adjust): Always track the stack pointer...Alexandre Oliva2006-03-171-26/+23
* tm.texi (SDB and DWARF): Add extra parameter to ASM_OUTPUT_DWARF_OFFSET.Geoffrey Keating2006-03-171-23/+65
* dwarf2out.c (expand_builtin_dwarf_sp_column): Make dwarf_regnum unsigned to f...Andreas Tobler2006-03-091-2/+2
* dwarf2out.c (DWARF2_FRAME_REG_OUT): Move up in file.Geoffrey Keating2006-03-081-29/+34
* dwarf2out.c (dwarf2out_add_library_unit_info): Remove.Kazu Hirata2006-03-041-22/+0
* defaults.h (CFA_FRAME_BASE_OFFSET): Define.Alexandre Oliva2006-02-211-32/+45
* re PR target/9703 ([arm] Accessing data through constant pool more times coul...Richard Sandiford2006-02-181-3/+0