| Commit message (Expand) | Author | Age | Files | Lines |
* | Makefile.in (stmp-fixinc): If we're actually fixing include files... | Manfred Hollstein | 1998-03-27 | 1 | -0/+3 |
* | Makefile.in (stmp-fixinc): If we're actually fixing include files... | Manfred Hollstein | 1998-03-27 | 1 | -0/+9 |
* | regclass.c (reg_scan_mark_refs): Be more selective about when we mark a regis... | Jeffrey A Law | 1998-03-26 | 2 | -0/+11 |
* | reload inheritance improvement: | J"orn Rennecke | 1998-03-26 | 2 | -83/+98 |
* | New test. | Mark Mitchell | 1998-03-26 | 1 | -0/+20 |
* | call.c (build_over_call): Check IS_AGGR_TYPE, not TYPE_LANG_SPECIFIC. | Jason Merrill | 1998-03-26 | 3 | -2/+6 |
* | } | Benjamin Kosnik | 1998-03-26 | 1 | -0/+5 |
* | revert | Jason Merrill | 1998-03-26 | 1 | -1/+1 |
* | decl.c (grokdeclarator): Remove const and volatile from type after setting co... | Jason Merrill | 1998-03-26 | 3 | -1/+11 |
* | regclass.c (record_reg_classes): '?' increases cost by two. | J"orn Rennecke | 1998-03-26 | 4 | -20/+32 |
* | pt.c (convert_nontype_argument): STRIP_NOPS where appropriate. | Mark Mitchell | 1998-03-26 | 3 | -2/+36 |
* | call.c (build_object_call): Complain about ambiguous operator(), rather that ... | Mark Mitchell | 1998-03-26 | 3 | -3/+55 |
* | cvt.c (perform_qualification_conversions): Use comp_target_types instead of c... | Mark Mitchell | 1998-03-26 | 3 | -1/+26 |
* | * sh.h (OPTIMIZATION_OPTIONS): Define. | J"orn Rennecke | 1998-03-26 | 2 | -0/+10 |
* | * combine.c (make_compound_operation): Simplify (subreg (*_extend) 0). | Richard Henderson | 1998-03-25 | 2 | -0/+21 |
* | haifa-sched.c (find_post_sched_live): Use EXECUTE_IF_SET_IN_REG_SET instead o... | Jeff Law | 1998-03-25 | 1 | -9/+20 |
* | * pa.c (pa_adjust_cost): Avoid redundant calls to get_attr_type. | Jeffrey A Law | 1998-03-25 | 2 | -5/+13 |
* | cp-tree.h (enforce_access): Declare. | Mark Mitchell | 1998-03-25 | 6 | -33/+57 |
* | *** empty log message *** | Benjamin Kosnik | 1998-03-25 | 1 | -0/+69 |
* | � | Benjamin Kosnik | 1998-03-25 | 1 | -0/+63 |
* | new test for EH w/ opt on | Brendan Kehoe | 1998-03-25 | 1 | -0/+62 |
* | � | Benjamin Kosnik | 1998-03-25 | 1 | -1/+1 |
* | Fix bug reported by David C Binderman, accept 'L' when pedantic with FP format. | Jim Wilson | 1998-03-25 | 2 | -8/+16 |
* | Fix warnings from Kaveh R. Ghazi | Michael Meissner | 1998-03-25 | 6 | -51/+97 |
* | Add requisite build-don't-link. | Mark Mitchell | 1998-03-25 | 1 | -0/+2 |
* | * cp-tree.h: Fix typo. | Kriang Lerdsuwanakij | 1998-03-25 | 2 | -1/+5 |
* | expr.c (cplus_expand_expr): Only do PCC_STATIC_STRUCT_RETURN thing if (aggreg... | Jason Merrill | 1998-03-25 | 2 | -4/+9 |
* | Add support for ARM's Thumb instruction set. | Nick Clifton | 1998-03-25 | 10 | -2/+5172 |
* | Fix m68k bootstrap failure reported by Toon Moene. | Jim Wilson | 1998-03-25 | 2 | -0/+5 |
* | * decl2.c (constructor_name_full): Handle TYPENAME_TYPE. | Jason Merrill | 1998-03-24 | 2 | -1/+6 |
* | go32-rtems.h: Defined TARGET_MEM_FUNCTIONS. | Joel Sherrill | 1998-03-24 | 10 | -1/+61 |
* | * pa.c (emit_move_sequence): If in reload, call find_replacement. | Richard Kenner | 1998-03-24 | 2 | -0/+14 |
* | Support a .exe extension to gcov. | Nick Clifton | 1998-03-24 | 2 | -2/+6 |
* | tree.c (mapcar): When dealing with a DECL, use it's constant value, if any. | Mark Mitchell | 1998-03-24 | 1 | -0/+22 |
* | tree.c (mapcar): When dealing with a DECL, use it's constant value, if any. | Mark Mitchell | 1998-03-24 | 2 | -3/+20 |
* | tree.c (mapcar): When dealing with a DECL, use it's constant value, if any. | Mark Mitchell | 1998-03-24 | 1 | -2/+12 |
* | tree.c (mapcar): When dealing with a DECL, use it's constant value, if any. | Mark Mitchell | 1998-03-24 | 1 | -0/+9 |
* | Add definition of GET_ENVIRONMENT and make prefix_from_env() use it. | Nick Clifton | 1998-03-24 | 2 | -3/+10 |
* | Ooops - fixed typo in previous delta | Nick Clifton | 1998-03-24 | 1 | -2/+2 |
* | decl.c (init_decl_processing): Set TYPE_PRECISON for bools to 1. | Benjamin Kosnik | 1998-03-24 | 1 | -0/+9 |
* | decl.c (init_decl_processing): Set TYPE_PRECISON for bools to 1. | Benjamin Kosnik | 1998-03-24 | 1 | -0/+3 |
* | Support win32 style absolute paths. | Nick Clifton | 1998-03-24 | 2 | -11/+75 |
* | Commit files missed with last commit. | Mark Mitchell | 1998-03-24 | 2 | -0/+14 |
* | cplus-dem.c (optable): Add sizeof. | Mark Mitchell | 1998-03-24 | 14 | -353/+1175 |
* | Cutover various gen*.c files to using system.h: | Kaveh R. Ghazi | 1998-03-24 | 13 | -153/+66 |
* | s/mrs/bkoz/ | Brendan Kehoe | 1998-03-24 | 1 | -1/+1 |
* | fix memoize | Jason Merrill | 1998-03-23 | 1 | -0/+3 |
* | * pt.c (complete_template_args): Initialize skip properly. | Jason Merrill | 1998-03-23 | 2 | -4/+5 |
* | decl.c (make_typename_type): Revert. | Jason Merrill | 1998-03-23 | 3 | -90/+35 |
* | c-lang.c (lang_print_xnode): New function. | Martin v. Löwis | 1998-03-23 | 6 | -0/+43 |