Age | Commit message (Expand) | Author | Files | Lines |
2005-04-02 | re PR debug/19345 (Segmentation fault with VLA and inlining and dwarf2) | Alexandre Oliva | 1 | -5/+1 |
2005-04-01 | re PR debug/19406 (ICE: in force_decl_die, at dwarf2out.c:12442) | Jakub Jelinek | 1 | -3/+39 |
2005-03-31 | Handle static const initializers that contain arithmetic. | James E Wilson | 1 | -50/+53 |
2005-03-31 | Fix problems with hot/cold partitioning optimization. | Caroline Tice | 1 | -26/+146 |
2005-03-31 | dwarf2out.c (dwarf2out_frame_finish): Honor DWARF2_FRAME_INFO defined and non... | Olivier Hainque | 1 | -1/+6 |
2005-03-30 | Emit DW_AT_ranges for inlined subroutines that contain disjoint blocks. | James E Wilson | 1 | -32/+35 |
2005-03-30 | tree.def (FILE_TYPE): Removed. | Tom Tromey | 1 | -7/+0 |
2005-03-22 | c-opts.c (c_common_parse_file): Only start/end main source file if debug hook... | Daniel Berlin | 1 | -1/+2 |
2005-03-22 | dwarf2out.c (dwarf_type_encoding_name): Remove unused prototype and definition. | Ben Elliston | 1 | -33/+0 |
2005-03-18 | Fix problem that caused compiled java code to trigger an internal gdb error. | James E Wilson | 1 | -0/+6 |
2005-03-04 | re PR debug/20253 (Macro debug info broken due to lexer change) | Daniel Berlin | 1 | -3/+6 |
2005-02-24 | ChangeLog.5: Fix log message typo(s). | Volker Reichelt | 1 | -1/+1 |
2005-01-27 | re PR c++/14329 ([4.1 only] badly formatted warnings for SRA replacements use... | Richard Henderson | 1 | -2/+3 |
2005-01-20 | re PR debug/19124 (gcc generates incorrect dwarf2 debug info) | Daniel Berlin | 1 | -12/+58 |
2005-01-18 | basic-block.h, [...]: Update copyright. | Kazu Hirata | 1 | -1/+1 |
2005-01-06 | Fix PR middle-end/19286 Fix PR debug/19267 | Daniel Berlin | 1 | -32/+41 |
2005-01-04 | Fix PR debug/17924 Fix PR debug/19191 | Daniel Berlin | 1 | -0/+9 |
2004-12-24 | re PR tree-optimization/14638 (Variables disappear from debug info at -O1) | Daniel Berlin | 1 | -2/+5 |
2004-12-23 | re PR middle-end/17746 (ICE when building the Ada RTS) | Eric Botcazou | 1 | -1/+1 |
2004-12-09 | tree.def (SET_TYPE): Remove. | Nathan Sidwell | 1 | -17/+0 |
2004-11-26 | target.h (struct gcc_target): New field 'dwarf_handle_frame_unspec'. | Eric Botcazou | 1 | -2/+16 |
2004-11-25 | dwarf2out.c (dwarf2out_stack_adjust): Add after_p argument. | Richard Henderson | 1 | -23/+31 |
2004-11-24 | crtstuff.c (IN_LIBGCC2): Define it. | Mark Mitchell | 1 | -15/+20 |
2004-10-26 | Index: gcc/gcc/ChangeLog | Geoffrey Keating | 1 | -5/+4 |
2004-10-25 | dwarf2out.c (rtl_for_decl_location): Avoid segfault if DECL_INCOMING_RTL is N... | Jakub Jelinek | 1 | -1/+2 |
2004-10-14 | re PR debug/14492 (loc_descriptor_from_tree, in dwarf2out.c:9031) | Richard Henderson | 1 | -0/+6 |
2004-10-13 | re PR debug/15860 (No DW_AT_location debug info is emitted for formal argumen... | Richard Henderson | 1 | -8/+21 |
2004-10-11 | dwarf2out.c: Move attribute to subprogram declaration instead of subroutine t... | Eric Christopher | 1 | -1/+3 |
2004-10-06 | defaults.h (DWARF2_GENERATE_TEXT_SECTION_LABEL): Remove. | Kazu Hirata | 1 | -9/+3 |
2004-10-04 | dwarf2.h (dwarf_calling_convention): Add GNU prefix to locally defined enum. | Eric Christopher | 1 | -2/+3 |
2004-10-01 | dwarf2.h (dwarf_calling_convention): Add enum for renesas sh abi. | Eric Christopher | 1 | -35/+51 |
2004-09-25 | dwarf2out.c (dwarf2out_finish): Set parent to comp_unit_die for nested functi... | Jan Hubicka | 1 | -0/+2 |
2004-09-25 | c-typeck.c, [...]: Fix comment formatting. | Kazu Hirata | 1 | -3/+3 |
2004-09-23 | re PR debug/17389 (ICE in dwarf2out_finish, at dwarf2out.c:13566) | Jan Hubicka | 1 | -3/+8 |
2004-09-18 | re PR pch/13361 (const wchar_t * strings not stored in pch) | Geoffrey Keating | 1 | -1/+2 |
2004-09-17 | alias.c (find_base_decl): Remove unreachable case '3' block. | Jeffrey D. Oldham | 1 | -3/+4 |
2004-09-10 | dbxout.c (dbxout_block): Update for current_function_func_begin_label a string. | Geoffrey Keating | 1 | -3/+5 |
2004-09-08 | dbxout.c (dbxout_type, [...]): Use gcc_assert and gcc_unreachable. | Nathan Sidwell | 1 | -351/+266 |
2004-09-03 | dwarf2out.c (gen_field_die): Equate decl number to die. | Devang Patel | 1 | -0/+3 |
2004-08-24 | re PR debug/14492 (loc_descriptor_from_tree, in dwarf2out.c:9031) | Mark Mitchell | 1 | -0/+6 |
2004-08-12 | dwarf2out.h (dwarf2out_frame_finish): Conditionalize outputting eh frame info. | Paul Brook | 1 | -0/+3 |
2004-08-10 | builtins.def (BUILT_IN_STACK_ALLOC): Remove. | Richard Henderson | 1 | -137/+97 |
2004-08-03 | Index: ChangeLog | Geoffrey Keating | 1 | -18/+7 |
2004-07-26 | tree.h (BINFO_BASE_ACCESSES): Accesses are a VEC(tree). | Nathan Sidwell | 1 | -2/+2 |
2004-07-25 | convert.c (convert_to_real, [...]): Replace calls to build with calls to buildN. | Roger Sayle | 1 | -3/+3 |
2004-07-23 | dwarf2out.c (output_call_frame_info): Set SYMBOL_FLAG_LOCAL on generated SYMB... | Mark Mitchell | 1 | -3/+7 |
2004-07-20 | tree.h: Include vec.h | Nathan Sidwell | 1 | -5/+4 |
2004-07-15 | dwarf2out.c (dwarf2out_begin_prologue): Rename IA64_UNWIND_INFO to TARGET_UNW... | Paul Brook | 1 | -2/+2 |
2004-07-09 | alias.c (nonlocal_mentioned_p, [...]): Use, LABEL_P, JUMP_P, CALL_P, NONJUMP_... | Jerry Quinn | 1 | -6/+6 |
2004-07-08 | explow.c (optimize_save_area_alloca): Do not accept parameters. | Paolo Bonzini | 1 | -1/+1 |