| Commit message (Expand) | Author | Age | Files | Lines |
* | * 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 |
* | * dwarf2out.c (dwarf2out_frame_finish): Never elide .debug_frame | rth | 2001-09-28 | 1 | -7/+0 |
* | * c-parse.in (yyerror): Const-ification and/or static-ization. | ghazi | 2001-09-13 | 1 | -1/+1 |
* | * c-common.c (c_tree_code_name): Const-ification. | ghazi | 2001-09-12 | 1 | -1/+1 |
* | * dbxout.c (dbxout_parms): Fix typo in comment. | hp | 2001-09-11 | 1 | -1/+1 |
* | * dwarf2out.c (incomplete_types, decl_scope_table): Make them | rth | 2001-09-10 | 1 | -60/+20 |
* | * Makefile.in, alias.c, basic-block.h, bb-reorder.c, bitmap.c, | gerald | 2001-08-22 | 1 | -12/+12 |
* | * varasm.c (text_section): Allow TEXT_SECTION to override the | rth | 2001-08-17 | 1 | -9/+3 |
* | * dwarf2out.c (dwarf2out_init): Don't emit .debug_loc label here. | rth | 2001-08-17 | 1 | -12/+12 |
* | * varasm.c (named_section_flags): Remove align parameter. | rth | 2001-08-17 | 1 | -20/+19 |
* | * dwarf2out.c (dwarf2out_frame_finish): Never emit .eh_frame | rth | 2001-08-14 | 1 | -4/+5 |
* | * expr.h: Split out optab- and libfunc-related code to... | zack | 2001-08-13 | 1 | -0/+1 |
* | * dwarf2out.c (output_cfa_loc): Fix typo in comment. | aj | 2001-08-13 | 1 | -1/+1 |
* | * dbxout.c: Fix comment formatting. | kazu | 2001-08-08 | 1 | -8/+8 |
* | * target.h (gcc_target): Add asm_out.named_section, | rth | 2001-08-04 | 1 | -57/+34 |
* | * mkdeps.c (deps_add_default_target): Make local variable | cagney | 2001-08-03 | 1 | -10/+14 |
* | * dwarf2out.c (dw_val_class_offset): New. | rth | 2001-07-29 | 1 | -20/+235 |
* | * simplify-rtx.c (avoid_constant_pool_reference): Export. | rth | 2001-07-26 | 1 | -1/+6 |
* | * Makefile.in (emit-rtl.o, c-decl.o): Depend on debug.h. | neil | 2001-07-19 | 1 | -3/+11 |
* | * Makefile.in (toplev.o, dwarfout.o, final.o): Don't depend on | neil | 2001-07-19 | 1 | -1/+20 |
* | * dwarf2out.c (dwarf2out_abstract_function): Don't emit | jsturm | 2001-07-19 | 1 | -4/+7 |
* | * dbxout.c (dbxout_really_begin_function): Rename to | neil | 2001-07-17 | 1 | -6/+19 |
* | * dbxout.c (dbxout_source_line): Make static, update prototype. | neil | 2001-07-15 | 1 | -16/+18 |
* | * Makefile.in (final.o): Depend on debug.h. | neil | 2001-07-12 | 1 | -7/+15 |
* | * Makefile.in (c-lex.o): Wrap long lines. Depend on debug.h. | neil | 2001-07-11 | 1 | -33/+27 |
* | * dwarf2out.c (dwarf2out_init, dwarf2out_finish): Add dummy version | kenner | 2001-07-11 | 1 | -4/+20 |