| Commit message (Expand) | Author | Age | Files | Lines |
* | * dwarf2out.c (loc_descriptor_from_tree, case COMPOUND_EXPR): New case. | Richard Kenner | 2001-11-12 | 1 | -0/+3 |
* | ChangeLog.2, [...]: Fix spelling errors. | Joseph Myers | 2001-11-11 | 1 | -1/+1 |
* | c-lang.c (LANG_HOOKS_NAME): New. | Neil Booth | 2001-11-09 | 1 | -0/+2 |
* | dwarf2out.c (debug_str_hash): New. | Jakub Jelinek | 2001-11-08 | 1 | -25/+145 |
* | dwarf2out.c (add_const_value_attribute): Fix error in last change. | Richard Kenner | 2001-10-29 | 1 | -3/+6 |
* | dwarf2out.c (reg_number): Abort if pseudo. | Richard Kenner | 2001-10-27 | 1 | -115/+147 |
* | dwarf2out.c (PTR_SIZE, [...]): Move outside of macro guards. | Kaveh R. Ghazi | 2001-10-26 | 1 | -21/+25 |
* | * dwarf2out.c (file_info_cmp): Always return consistent results. | Richard Kenner | 2001-10-24 | 1 | -14/+14 |
* | target.h (struct gcc_target): Add asm_out.exception_section, asm_out.eh_frame... | Stan Shebs | 2001-10-22 | 1 | -12/+17 |
* | basic-block.h (find_sub_basic_blocks): Use sbitmap parameter. | Jan Hubicka | 2001-10-20 | 1 | -3/+4 |
* | Tidy last change. | Richard Henderson | 2001-10-11 | 1 | -5/+1 |
* | dwarf2out.c (add_const_value_attribute): If long < HOST_WIDE_INT, fall back t... | Richard Henderson | 2001-10-11 | 1 | -6/+7 |
* | dwarf2out.c (rtl_for_decl_location): If no DECL_RTL, look for a DECL_INITIAL. | Richard Henderson | 2001-10-11 | 1 | -0/+10 |
* | alias.c: Remove uses of "register" specifier in declarations of arguments and... | Stan Shebs | 2001-10-11 | 1 | -495/+494 |
* | calls.c: Fix formatting. | Kazu Hirata | 2001-10-10 | 1 | -3/+3 |
* | c-common.c: Fix comment typos. | Kazu Hirata | 2001-10-09 | 1 | -3/+3 |
* | dwarf2out.c (FRAME_BEGIN_LABEL): New. | Richard Henderson | 2001-10-05 | 1 | -13/+7 |
* | dwarf2out.c (dwarf2out_frame_finish): Never elide .debug_frame in favour of .... | Richard Henderson | 2001-09-27 | 1 | -7/+0 |
* | c-parse.in (yyerror): Const-ification and/or static-ization. | Kaveh R. Ghazi | 2001-09-13 | 1 | -1/+1 |
* | c-common.c (c_tree_code_name): Const-ification. | Kaveh R. Ghazi | 2001-09-12 | 1 | -1/+1 |
* | dbxout.c (dbxout_parms): Fix typo in comment. | Hans-Peter Nilsson | 2001-09-11 | 1 | -1/+1 |
* | dwarf2out.c (incomplete_types, [...]): Make them into varray's and register t... | Tim Freeman | 2001-09-10 | 1 | -60/+20 |
* | Makefile.in, [...]: replace "GNU CC" with "GCC". | Lars Brinkhoff | 2001-08-22 | 1 | -12/+12 |
* | varasm.c (text_section): Allow TEXT_SECTION to override the printing of TEXT_... | Richard Henderson | 2001-08-17 | 1 | -9/+3 |
* | dwarf2out.c (dwarf2out_init): Don't emit .debug_loc label here. | Richard Henderson | 2001-08-17 | 1 | -12/+12 |
* | varasm.c (named_section_flags): Remove align parameter. | Richard Henderson | 2001-08-16 | 1 | -20/+19 |
* | dwarf2out.c (dwarf2out_frame_finish): Never emit .eh_frame if USING_SJLJ_EXCE... | Richard Henderson | 2001-08-14 | 1 | -4/+5 |
* | expr.h: Split out optab- and libfunc-related code to... | Zack Weinberg | 2001-08-13 | 1 | -0/+1 |
* | dwarf2out.c (output_cfa_loc): Fix typo in comment. | Theodore Papadopoulo | 2001-08-13 | 1 | -1/+1 |
* | dbxout.c: Fix comment formatting. | Kazu Hirata | 2001-08-08 | 1 | -8/+8 |
* | target.h (gcc_target): Add asm_out.named_section, section_type_flags, have_na... | Richard Henderson | 2001-08-03 | 1 | -57/+34 |
* | mkdeps.c (deps_add_default_target): Make local variable ``start'' a const cha... | Andrew Cagney | 2001-08-03 | 1 | -10/+14 |
* | dwarf2out.c (dw_val_class_offset): New. | Richard Henderson | 2001-07-28 | 1 | -20/+235 |
* | simplify-rtx.c (avoid_constant_pool_reference): Export. | Richard Henderson | 2001-07-26 | 1 | -1/+6 |
* | Makefile.in (emit-rtl.o, c-decl.o): Depend on debug.h. | Neil Booth | 2001-07-19 | 1 | -3/+11 |
* | Makefile.in (toplev.o, [...]): Don't depend on dwarfout.h. | Neil Booth | 2001-07-19 | 1 | -1/+20 |
* | dwarf2out.c (dwarf2out_abstract_function): Don't emit in-class declaration at... | Jeff Sturm | 2001-07-19 | 1 | -4/+7 |
* | dbxout.c (dbxout_really_begin_function): Rename to dbxout_begin_function. | Neil Booth | 2001-07-17 | 1 | -6/+19 |
* | dbxout.c (dbxout_source_line): Make static, update prototype. | Neil Booth | 2001-07-15 | 1 | -16/+18 |
* | Makefile.in (final.o): Depend on debug.h. | Neil Booth | 2001-07-12 | 1 | -7/+15 |
* | Makefile.in (c-lex.o): Wrap long lines. | Neil Booth | 2001-07-11 | 1 | -33/+27 |
* | dwarf2out.c (dwarf2out_init, [...]): Add dummy version #ifndef DWARF2_DEBUGGI... | Richard Kenner | 2001-07-11 | 1 | -4/+20 |
* | calls.c (emit_library_call_value_1): Fix a comment typo. | Kazu Hirata | 2001-07-11 | 1 | -1/+1 |
* | Makefile.in (toplev.o, [...]): Depend on debug.h, wrap long lines. | Neil Booth | 2001-07-10 | 1 | -3/+16 |
* | dwarf2out.c (dwarf2out_line): Emit -dA comment even when we have .loc support. | Jason Merrill | 2001-07-10 | 1 | -6/+5 |
* | regmove.c (replace_in_call_usage): Fix warnings. | Jan van Male | 2001-07-10 | 1 | -3/+3 |
* | dwarf2out.c (mem_loc_descriptor): Only look through a constant pool reference... | Jason Merrill | 2001-07-06 | 1 | -4/+2 |
* | dwarf2out.c (output_loc_list): Use an all ones mask for .text asm output and ... | Nathan Sidwell | 2001-07-05 | 1 | -12/+19 |
* | dwarf2out.c (dwarf2out_define): Update comment. | Daniel Berlin | 2001-07-05 | 1 | -6/+11 |
* | c-lex.c (cb_file_change): Pass line number to debug_start_source_file. | Daniel Berlin | 2001-07-04 | 1 | -59/+97 |