Age | Commit message (Expand) | Author | Files | Lines |
2005-05-17 | Yet more Objective-C++... | Ziemowit Laski | 1 | -0/+2 |
2005-04-28 | dbxout.c (have_used_extensions): Remove. | Devang Patel | 1 | -34/+4 |
2005-04-27 | Correct fixes for various hot/cold partitioning concerns. | Caroline Tice | 1 | -3/+4 |
2005-04-27 | * dbxout.c (dbxout_type): Check use_gnu_debug_info_extensions. | Devang Patel | 1 | -1/+1 |
2005-04-25 | dbxout.c (dbxout_type): Emit attribute vector. | Devang Patel | 1 | -3/+13 |
2005-04-21 | vec.h: Update API to separate allocation mechanism from type. | Nathan Sidwell | 1 | -1/+1 |
2005-04-19 | re PR debug/21022 ([4.0 only] ICE while compiling GdkFontMetrics.class with s... | Andrew Haley | 1 | -3/+3 |
2005-04-12 | Revert patch from April 9. | Caroline Tice | 1 | -6/+3 |
2005-04-09 | Fix problems with labels with hot/cold partitioning. | Caroline Tice | 1 | -3/+6 |
2005-04-01 | cgraphunit.c, [...]: Fix comment typos. | Kazu Hirata | 1 | -1/+1 |
2005-03-31 | Fix problems with hot/cold partitioning optimization. | Caroline Tice | 1 | -4/+18 |
2005-03-30 | tree.def (FILE_TYPE): Removed. | Tom Tromey | 1 | -5/+0 |
2005-03-22 | c-opts.c (c_common_parse_file): Only start/end main source file if debug hook... | Daniel Berlin | 1 | -2/+4 |
2005-02-21 | * dbxout.c (dbxout_function_end): Emit Lscope label always. | Ulrich Weigand | 1 | -9/+9 |
2005-02-16 | re PR debug/19521 (omitted stab for gcov initialization function) | Richard Henderson | 1 | -12/+18 |
2005-02-07 | re PR debug/19327 (gcc.c-torture/execute/921215-1.c compilation -O3 -g) | Eric Botcazou | 1 | -0/+3 |
2005-01-27 | c-common.def, [...]: Update copyright. | Kazu Hirata | 1 | -1/+1 |
2005-01-27 | dbxout.c (dbxout_symbol_location): Resolve constant pool references even for ... | Ulrich Weigand | 1 | -31/+31 |
2004-12-09 | tree.def (SET_TYPE): Remove. | Nathan Sidwell | 1 | -17/+0 |
2004-11-03 | * bitmap.h, dbxout.c, tree-mudflap.c: Fix comment formatting. | Kazu Hirata | 1 | -1/+1 |
2004-10-28 | re PR debug/18199 (AIX XCOFF debugging broken) | Zack Weinberg | 1 | -5/+19 |
2004-10-27 | dbxout.c (dbxout_source_line): Move declaration of begin_label to the block t... | Richard Sandiford | 1 | -3/+2 |
2004-10-27 | dbxout.c (dbxout_finish_complex_stabs): Mark 'line' variable ATTRIBUTE_UNUSED. | Zack Weinberg | 1 | -1/+2 |
2004-10-27 | dbxout.c: Include obstack.h. | Zack Weinberg | 1 | -842/+944 |
2004-10-26 | Index: gcc/gcc/ChangeLog | Geoffrey Keating | 1 | -6/+2 |
2004-10-23 | dbxout.c (dbxout_function_decl): Don't use DBX_OUTPUT_FUNCTION_END. | Kazu Hirata | 1 | -3/+0 |
2004-10-21 | dbxout.c: Remove unnecessary #undefs. | Zack Weinberg | 1 | -52/+29 |
2004-10-21 | dbxout.c (DBX_FINISH_SYMBOL): Add asm_out_file argument. | David Edelsohn | 1 | -1/+1 |
2004-10-21 | dbxout.c (asmfile): Delete. | Zack Weinberg | 1 | -237/+227 |
2004-10-06 | re PR debug/17787 (Ada does not bootstrap on darwin because of -feliminate-un... | Andrew Pinski | 1 | -12/+14 |
2004-09-24 | config.gcc (sparc64-*-solaris2*): Include sparc/sol2-gas.h if the GNU assembl... | Eric Botcazou | 1 | -1/+6 |
2004-09-22 | dbxout.c (get_lang_number): Do not define if DBX_OUTPUT_MAIN_SOURCE_DIRECTORY... | David Edelsohn | 1 | -0/+4 |
2004-09-18 | alias.c, [...]: Fix comment typos. | Kazu Hirata | 1 | -1/+1 |
2004-09-17 | alias.c (find_base_decl): Remove unreachable case '3' block. | Jeffrey D. Oldham | 1 | -4/+4 |
2004-09-17 | dbxout.c (get_lang_number): New. | Devang Patel | 1 | -2/+27 |
2004-09-10 | dbxout.c (dbxout_block): Update for current_function_func_begin_label a string. | Geoffrey Keating | 1 | -2/+2 |
2004-09-08 | dbxout.c (dbxout_type, [...]): Use gcc_assert and gcc_unreachable. | Nathan Sidwell | 1 | -15/+14 |
2004-08-13 | dbxout.c (NO_DBX_FUNCTION_END): Default to zero. | Richard Henderson | 1 | -3/+7 |
2004-08-12 | dbxout.c (dbxout_begin_prologue): New function. | Devang Patel | 1 | -2/+16 |
2004-08-04 | dbxout.c (dbxout_function_decl): Always call dbxout_function_end. | Zack Weinberg | 1 | -6/+13 |
2004-08-04 | re PR c++/13596 (value of __cplusplus) | Zack Weinberg | 1 | -34/+66 |
2004-07-26 | tree.h (BINFO_BASE_ACCESSES): Accesses are a VEC(tree). | Nathan Sidwell | 1 | -2/+2 |
2004-07-20 | * dbxout.c (dbxout_type): Fix printf format. | Nathan Sidwell | 1 | -1/+1 |
2004-07-20 | tree.h: Include vec.h | Nathan Sidwell | 1 | -58/+62 |
2004-07-07 | tree.h (TYPE_BINFO_OFFSET, [...]): Remove. | Nathan Sidwell | 1 | -6/+5 |
2004-07-06 | dbxout.c (dbxout_type): Don't test whether the binfo slot of RECORD, UNION & ... | Nathan Sidwell | 1 | -1/+0 |
2004-07-06 | tree.h (TREE_VIA_VIRTUAL): Rename to ... | Nathan Sidwell | 1 | -2/+2 |
2004-07-01 | alias.c (get_alias_set, [...]): Use MEM_P. | Jerry Quinn | 1 | -13/+13 |
2004-06-15 | alias.c (record_set, [...]): Use REG_P. | Jerry Quinn | 1 | -10/+10 |
2004-05-13 | Merge tree-ssa-20020619-branch into mainline. | Diego Novillo | 1 | -2/+1 |