summaryrefslogtreecommitdiff
path: root/gcc/dwarf2out.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Move all varpool routines out of cgraph/cgraphunit to varpool.cJan Hubicka2006-12-111-1/+1
* Merge gimple-tuples-branch into mainline.Aldy Hernandez2006-12-051-3/+4
* re PR c++/29433 (using boost::MPL requires lots of memory)Richard Guenther2006-12-011-5/+3
* Add ability to generate DWARF pubtypes section if DEBUG_PUBTYPES_SECTION is d...Caroline Tice2006-11-141-50/+119
* tree.def (FIX_CEIL_EXPR, [...]): Remove unused tree codes.Richard Guenther2006-11-111-3/+0
* In gcc/:Geoffrey Keating2006-11-011-1/+1
* builtins.c (expand_builtin_mathfn_3): Correct coding style.Roger Sayle2006-10-301-27/+28
* dwarf2out.c (file_name_acquire): Correct typo.Danny Smith2006-10-301-1/+1
* Fixup whitespacingMike Stump2006-10-281-1/+0
* dwarf2out.c (gen_compile_unit_die): Use IS_ABSOLUTE_PATH.Nathan Froyd2006-10-251-5/+17
* 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