OSDN Git Service

pf3gnuchains/gcc-fork.git
1998-09-21 lawBump for snapshot
1998-09-21 scox(DBX_DEBUGGING_INFO): Added.
1998-09-21 robertl * i386.h: (TARGET_SWITCHES) Add description fields...
1998-09-21 lawBump for snapshot
1998-09-21 bje1998-09-21 Ben Elliston <bje@cygnus.com>
1998-09-21 lawUse GET_ENV_PATH_LIST for GCC_EXEC_PREFIX too. My...
1998-09-21 law * lex.c (init_lex): Use getenv ("LANG"), not...
1998-09-21 law * c-lex.c (init_lex): Use getenv ("LANG"),...
1998-09-21 lawDaily bump.
1998-09-21 lawRebuilt after recent changes.
1998-09-20 law * Makefile.in (LIBS): Link in libiberty.a.
1998-09-20 rth * reload1.c (emit_reload_insns): Accept a new...
1998-09-20 robertl * configure.in (i*86-*-sysv5*): Use fixinc.svr4 to...
1998-09-20 rth * alpha.c (alpha_sr_alias_set): New variable.
1998-09-20 rth * tree.c (new_alias_set): New function.
1998-09-20 rth * fold-const.c (fold): Yet another COND_EXPR...
1998-09-20 mmitchel * class.c (maybe_warn_about_overly_private_class)...
1998-09-20 loewisNew test case
1998-09-20 mmitchel * Makefile.in (bootstrap): Pass TARGET_FLAGS_TO_PASS...
1998-09-20 law * fold-const.c (fold): Fix another type in...
1998-09-20 law * configure.in: Add support for c4x targets.
1998-09-20 fx1998-09-20 Dave Love <d.love@dl.ac.uk>
1998-09-20 fxSet f__init to avoid spurious recursive i/o error from...
1998-09-20 robertl * except.c: Include system.h.
1998-09-20 ghaziWarning fixes:
1998-09-20 manfred
1998-09-20 lawDaily bump.
1998-09-20 rth* config.sub: Fix typo in last change.
1998-09-20 rth * combine.c (distribute_notes): If an insn...
1998-09-19 law * fold-const.c (fold): Fix typo in COND_EXPR...
1998-09-19 law * configure.in: Disable collect2 for nextstep...
1998-09-19 robertl * config/i386/sco5.h (TARGET_MEM_FUNCTIONS): Define.
1998-09-19 law * fp-bit.c (pack_d): Do not clear SIGN when...
1998-09-19 lawFix typo.
1998-09-19 law * ginclude/varargs.h: Add support for C4x target.
1998-09-19 law * config.sub: Add support for C4x target.
1998-09-19 law
1998-09-19 olivaremoved XFAIL mark; it will be back in a few weeks...
1998-09-19 rth * alpha.c (alpha_return_addr): SET should be...
1998-09-19 rearnsha* arm.c (bad_signed_byte_operand): Check both arms...
1998-09-19 rearnsha* arm.c (add_constant): New parameter address_only...
1998-09-19 lawDaily bump.
1998-09-19 law * README.C4X: New file with information about...
1998-09-18 lawMinor tweak.
1998-09-18 lawP
1998-09-18 law
1998-09-18 dje * toplev.c (rest_of_compilation): Set bct_p...
1998-09-18 oliva * g++.old-deja/g++.other/nested2.C: different virtual...
1998-09-18 fx1998-09-18 Dave Love <d.love@dl.ac.uk>
1998-09-18 fxVarious additions and some small fixes.
1998-09-18 nickcFix for PR1654 - implement "movstrsi" pattern to copy...
1998-09-18 lawDaily bump.
1998-09-17 law * Makefile.in (jcf-dump, jvgenmain): Link in...
1998-09-17 tromey * Makefile.in ($(PARSE_H)): Removed target.
1998-09-17 amacleodThu Sep 17 16:42:16 EDT 1998 Andrew MacLeod <amacleod...
1998-09-17 bjeMove documentation files from egcs/gcc/objc.
1998-09-17 amylaar * regmove.c (copy_src_to_dest): Check that modes match.
1998-09-17 bjeSun Sep 13 08:13:39 1998 Ben Elliston <bje@cygnus...
1998-09-17 law * Makefile.in (JAVA_OBJS): Add memmove.o
1998-09-17 lawDaily bump.
1998-09-17 law * Makefile.in ($(ARLINK), $(SHLINK)): Don't...
1998-09-16 robertl * config/i386/sco5.h (SUPPORTS_WEAK): True only if...
1998-09-16 rth * i386.h (PREFERRED_RELOAD_CLASS): Respect...
1998-09-16 oliva * cpplib.c: removed OLD_GPLUSPLUS_INCLUDE_DIR
1998-09-16 ghazi * egcs_update: Additionally touch gcc/java/parse...
1998-09-16 nickcupdate definition/use of HANDLE_PRAGMA to match new...
1998-09-16 mmitchel * Make-lang.in (tinfo.o): Use CXXFLAGS when compiling.
1998-09-16 ghazi * gen-protos.c (parse_fn_proto): Cast argument...
1998-09-16 amylaar * regmove.c (copy_src_to_dest): Don't copy if that...
1998-09-16 lawDaily bump.
1998-09-16 law * global.c (reg_allocno): Now static.
1998-09-16 law * m68k/m68k.c (output_function_prologue): Rever...
1998-09-16 law * m68k/m68k.c: Don't include <stdlib.h> directly.
1998-09-16 law * rs6000.c (output_epilogue): Handle Chill.
1998-09-15 lawFix out of date comments after previous change.
1998-09-15 law * gcse.c: New definition NEVER_SET for reg_firs...
1998-09-15 law * mn10200.h (ASM_OUTPUT_DWARF2_ADDR_CONST)...
1998-09-15 law * combine.c (make_extraction): If no mode is...
1998-09-15 law
1998-09-15 rth * i386.h (PREFERRED_RELOAD_CLASS): For standard...
1998-09-15 rth * tree.h (BUILT_IN_CALLER_RETURN_ADDRESS): Unused...
1998-09-15 rth * g++.old-deja/g++.brendan/array1.C: Size array...
1998-09-15 oliva * g++.old-deja/g++.other/static2.C: invocation of...
1998-09-15 oliva * call.c (build_field_call): handle static data member...
1998-09-15 meissnerFix thinko
1998-09-15 raeburnAdd stack alignment descriptions to comments describing...
1998-09-15 oliva * g++.old-deja/g++.other/typedef5.C: add some more...
1998-09-15 oliva * typeck.c (comptypes): when comparing pointer types...
1998-09-15 jasontweak
1998-09-15 jasontweak
1998-09-15 mmitchel * cp-tree.h: Revert previous change.
1998-09-15 amacleodTue Sep 15 14:10:54 EDT 1998 Andrew MacLeod <amacleod...
1998-09-15 amacleodTue Sep 15 13:53:59 EDT 1998 Andrew MacLeod <amacleod...
1998-09-15 mmitchel * integrate.c (copy_decl_list): Fix typo.
1998-09-15 davem * config/sparc/sparc.md (movdf_const_intreg_sp32)...
1998-09-15 lawDaily bump.
1998-09-14 brolleyMon Sep 14 16:46:36 1998 Dave Brolley <brolley@cygnus...
1998-09-14 lawBump for snapshot
1998-09-14 brolleyMon Sep 14 16:46:36 1998 Dave Brolley <brolley@cygnus...
1998-09-14 dje- update listing of rs6000-specific constraints
next