1. 09 May, 2000 12 commits
  2. 08 May, 2000 20 commits
  3. 07 May, 2000 8 commits
    • Makefile.in: Rebuilt. · 89b6698a
      	* Makefile.in: Rebuilt.
      	* Makefile.am (LIBLINK): New macro.
      	(libgcj_la_LINK): Use it.
      	(libgcjawt_la_LINK): Likewise.
      
      From-SVN: r33760
      Tom Tromey committed
    • cxxabi.h: Use __SIZE_TYPE_ and __PTRDIFF_TYPE__ in place of std::size_t and... · 9ad3ca34
      	* inc/cxxabi.h: Use __SIZE_TYPE_ and __PTRDIFF_TYPE__ in place
      	of std::size_t and std::ptrdiff_t respectively.
      	* tinfo.cc: Likewise.
      	* vec.cc: Likewise.
      
      From-SVN: r33759
      Nathan Sidwell committed
    • cpplex.c: Move new lexer definitions and prototypes to top. · b8f41010
      	* cpplex.c: Move new lexer definitions and prototypes
      	to top.  Conditional include these and the code if
      	NEW_LEXER is defined.  Rename functions whose names
      	clash if this code included.
      
      From-SVN: r33758
      Neil Booth committed
    • Daily bump. · 973362bc
      From-SVN: r33757
      Jeff Law committed
    • rtl.def (COND_EXEC): Clarify. · 6b29b0e2
      	* rtl.def (COND_EXEC): Clarify.
      
      	* i386.md (extendsidi2): Clobber (reg:CC 17) in the
      	same fashion as zero_extendsidi2.
      
      From-SVN: r33756
      John Wehle committed
    • MAINTAINERS: Add self as bb-reorder maintainer. · ee455968
      Sat May  6 21:12:55 CDT 2000  Jason Eckhardt  <jle@cygnus.com>
      
      	* MAINTAINERS: Add self as bb-reorder maintainer.
      
      From-SVN: r33755
      Jason Eckhardt committed
    • ia64.c (predicate_operator): New. · e5bde68a
              * config/ia64/ia64.c (predicate_operator): New.
              (ia64_print_operand): Handle 'J'.
              (rtx_needs_barrier): Handle COND_EXEC.
              * config/ia64/ia64.h (BRANCH_COST): Define.
              (PREDICATE_CODES): Update.
              * config/ia64/ia64.md: Docuement used unspec values.
              (attr predicable): New.
              (movxf, movxf_internal): New.
              (extendsfdf2): Don't comment out nop.
              (floatdidf2): Remove.
              (truncxfsf2, truncxfdf2, floatdixf2): New.
              (abssi2, absdi2): Put the neg in the "true" slot.
              (conditional branch instructions): Mark not predicable.
              (cmov*_internal): Use predicate_operator.  Split to cond_exec.
              (abs*_internal): Likewise.
              (alloc, set_bsp): Mark not predicable.
              (barrier, insn_group_barrier, flush_cache): Likewise.
              (define_cond_exec): New.
      
      From-SVN: r33754
      Richard Henderson committed
    • ia64.c (sdata_symbolic_operand): Mark unused args. · fd7c34b0
              * config/ia64/ia64.c (sdata_symbolic_operand): Mark unused args.
              (symbolic_operand, function_operand, setjmp_operand): Likewise.
              (shift_count_operand, shift_32bit_count_operand): Likewise.
              (shladd_operand, fetchadd_operand, ia64_function_prologue): Likewise.
              (ia64_function_epilogue, ia64_setup_incoming_varargs): Likewise.
              (ia64_function_arg_partial_nregs, ia64_function_value): Likewise.
              (ia64_print_operand_address, ia64_secondary_reload_class): Likewise.
              (ia64_expand_builtin): Likewise.
              (call_multiple_values_operation): Make dest_regno unsigned.
      
      From-SVN: r33753
      Richard Henderson committed