| Commit message (Expand) | Author | Age | Files | Lines |
* | * dwarf2out.c (stack_adjust_offset): Add support for POST_INC, | amacleod | 2002-02-28 | 1 | -16/+35 |
* | * c-common.c, c-common.h, c-decl.c, c-lex.c, c-parse.in, | zack | 2002-02-27 | 1 | -4/+0 |
* | PR debug/5770 | jakub | 2002-02-26 | 1 | -2/+32 |
* | * dwarf2out.c (gen_inlined_subroutine_die): If block is abstract, | aoliva | 2002-02-26 | 1 | -0/+14 |
* | 2002-02-26 Aldy Hernandez <aldyh@redhat.com> | aldyh | 2002-02-26 | 1 | -5/+13 |
* | * dwarf2out.c (DWARF_LINE_MIN_INSTR_LENGTH): Removed. | tromey | 2002-02-21 | 1 | -11/+10 |
* | PR debug/4461 | jakub | 2002-02-20 | 1 | -2/+16 |
* | * config/fr30/fr30.h (DWARF_LINE_MIN_INSTR_LENGTH): Removed. | tromey | 2002-02-20 | 1 | -4/+4 |
* | * dwarf2out.c (dwarf_cfi_name): Add other DWARF 3 codes. | jason | 2002-01-30 | 1 | -8/+30 |
* | * dwarf2out.c (equate_decl_number_to_die): Add "int" to decls. | kenner | 2002-01-22 | 1 | -2/+38 |
* | * dwarf2out.c (loc_descriptor_from_tree): Add TRUTH_*_EXPR cases. | kenner | 2002-01-20 | 1 | -1/+8 |
* | * bitmap.h: Fix comment formatting. | kazu | 2002-01-18 | 1 | -3/+3 |
* | * dwarf2out.c (mem_loc_descriptor, case ADDRESSOF): New case. | kenner | 2002-01-13 | 1 | -0/+8 |
* | * dwarf2out.c (indirect_string_alloc, output_indirect_string): | grahams | 2002-01-10 | 1 | -5/+6 |
* | * c-decl.c (c_expand_body): Don't call outlining_inline_function. | rth | 2002-01-06 | 1 | -3/+15 |
* | * cse.c: Fix formatting. | kazu | 2002-01-05 | 1 | -1/+1 |
* | * c-common.c: Fix formatting. | kazu | 2002-01-04 | 1 | -10/+10 |
* | * dwarf2out.c (limbo_die_node): Add created_for member. | rth | 2002-01-02 | 1 | -42/+78 |
* | Fix typo in last change. | kenner | 2001-12-30 | 1 | -1/+1 |
* | * dwarf2out.c (compute_section_prefix): Avoid cast warning. | kenner | 2001-12-29 | 1 | -10/+10 |
* | * dwarf2out.c: Reformatting and minor code rearrangement. | kenner | 2001-12-25 | 1 | -650/+666 |
* | * dwarf2out.c (save_rtx): Deleted. | kenner | 2001-12-22 | 1 | -21/+10 |
* | * dwarf2out.c (add_name_and_src_coords_attributes): Fix VMS procedure | kenner | 2001-12-19 | 1 | -2/+2 |
* | * dwarf2out.c (output_die): Print the string in the comment for | jason | 2001-12-14 | 1 | -1/+1 |
* | * dwarf2out.c (dw_val_class): Add dw_val_class_range_list. | jakub | 2001-12-12 | 1 | -6/+53 |
* | * config/alpha/vms.h (VMS_DEBUGGING_INFO): New macro. | kenner | 2001-12-02 | 1 | -1/+14 |
* | * cfgrtl.c (purge_all_dead_edges): Initialize variable. | ghazi | 2001-12-02 | 1 | -0/+1 |
* | * dwarf2out.c (is_cxx): New fn. | jason | 2001-11-30 | 1 | -1/+8 |
* | * dwarf2out.c (add_data_member_location_attribute): Do the | jason | 2001-11-30 | 1 | -12/+54 |
* | * ChangeLog.0, ChangeLog.2, ChangeLog.3, ChangeLog.4, ChangeLog, | jsm28 | 2001-11-23 | 1 | -4/+4 |
* | * tree.def (VIEW_CONVERT_EXPR): New tree code. | kenner | 2001-11-19 | 1 | -0/+2 |
* | * alias.c (nonoverlapping_memrefs): Use REGNO_PTR_FRAME_P. | kenner | 2001-11-15 | 1 | -2/+1 |
* | * dwarf2out.c (dwarf2out_finish): Don't abort because of orphan | jason | 2001-11-15 | 1 | -0/+3 |
* | * dwarf2out.c (loc_descriptor_from_tree, case COMPOUND_EXPR): New case. | kenner | 2001-11-12 | 1 | -0/+3 |
* | * ChangeLog.2, ChangeLog.3, ChangeLog.4, ChangeLog.5, ChangeLog, | jsm28 | 2001-11-11 | 1 | -1/+1 |
* | * c-lang.c (LANG_HOOKS_NAME): New. | neil | 2001-11-09 | 1 | -0/+2 |
* | * dwarf2out.c (debug_str_hash): New. | jakub | 2001-11-08 | 1 | -25/+145 |
* | * dwarf2out.c (add_const_value_attribute): Fix error in last | kenner | 2001-10-29 | 1 | -3/+6 |
* | * dwarf2out.c (reg_number): Abort if pseudo. | kenner | 2001-10-28 | 1 | -115/+147 |
* | * dwarf2out.c (PTR_SIZE, default_eh_frame_section): Move outside | ghazi | 2001-10-26 | 1 | -21/+25 |
* | * dwarf2out.c (file_info_cmp): Always return consistent results. | kenner | 2001-10-24 | 1 | -14/+14 |
* | * target.h (struct gcc_target): Add asm_out.exception_section, | shebs | 2001-10-22 | 1 | -12/+17 |
* | * basic-block.h (find_sub_basic_blocks): Use sbitmap parameter. | hubicka | 2001-10-20 | 1 | -3/+4 |
* | Tidy last change. | rth | 2001-10-11 | 1 | -5/+1 |
* | * dwarf2out.c (add_const_value_attribute): If long < HOST_WIDE_INT, | rth | 2001-10-11 | 1 | -6/+7 |
* | * dwarf2out.c (rtl_for_decl_location): If no DECL_RTL, look | rth | 2001-10-11 | 1 | -0/+10 |
* | 2001-10-10 Stan Shebs <shebs@apple.com> | shebs | 2001-10-11 | 1 | -495/+494 |
* | * calls.c: Fix formatting. | kazu | 2001-10-10 | 1 | -3/+3 |
* | * c-common.c: Fix comment typos. | kazu | 2001-10-09 | 1 | -3/+3 |
* | * dwarf2out.c (FRAME_BEGIN_LABEL): New. | rth | 2001-10-05 | 1 | -13/+7 |