Age | Commit message (Expand) | Author | Files | Lines |
2005-06-04 | cfgexpand.c (expand_one_var): Use DECL_HAS_VALUE_EXPR_P. | Daniel Berlin | 1 | -2/+3 |
2005-06-01 | c-objc-common.c (c_tree_printer): Check flag before hashtable. | Daniel Berlin | 1 | -1/+1 |
2005-05-16 | bb-reorder.c (verify_hot_cold_block_grouping): Replace internal_error with gc... | Caroline Tice | 1 | -2/+1 |
2005-05-16 | dwarf2out.c (used_rtx_varray): Rename to used_rtx_array. | Kazu Hirata | 1 | -5/+8 |
2005-05-09 | re PR target/18655 (Incorrect data in .debug_frame section for PowerPC) | Mark Mitchell | 1 | -2/+4 |
2005-05-04 | dwarf2out.c (incomplete_types, [...]): Use VEC instead of VARRAY. | Kazu Hirata | 1 | -7/+8 |
2005-05-03 | Fix corrupted dwarf2 file table with -fno-eliminate-unused-debug-types. | James E Wilson | 1 | -0/+8 |
2005-05-01 | dwarf2out.c (decl_scope_table, [...]): Use VEC instead of VARRAY. | Kazu Hirata | 1 | -8/+6 |
2005-04-28 | bt-load.c, [...]: Use JUMP_P, LABEL_P, REG_P, MEM_P, NONJUMP_INSN_P, and INSN... | Kazu Hirata | 1 | -1/+1 |
2005-04-27 | Correct fixes for various hot/cold partitioning concerns. | Caroline Tice | 1 | -44/+59 |
2005-04-22 | builtins.c (gimplify_va_arg_expr): Reword comments to avoid 'abort'. | Nathan Sidwell | 1 | -6/+5 |
2005-04-21 | vec.h: Update API to separate allocation mechanism from type. | Nathan Sidwell | 1 | -1/+1 |
2005-04-20 | Avoid emitting bogus debug info that confuses gdb. | Jim Wilson | 1 | -2/+7 |
2005-04-12 | Revert patch from April 9. | Caroline Tice | 1 | -53/+36 |
2005-04-12 | dwarf2out.c (output_line_info): Don't try to dereference a NULL current_funct... | Geoffrey Keating | 1 | -1/+6 |
2005-04-09 | Fix problems with labels with hot/cold partitioning. | Caroline Tice | 1 | -36/+49 |
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 |