1. 09 May, 2004 4 commits
  2. 08 May, 2004 5 commits
  3. 07 May, 2004 22 commits
  4. 06 May, 2004 9 commits
    • iterator.h: Add GPL copyright info, with exception clause. · ce120bb2
      2004-05-06  Matthias Klose  <doko@debian.org>
      
              * include/backward/iterator.h:  Add GPL copyright info,
              with exception clause.
              * include/bits/boost_concept_check.h: Likewise.
              * include
              * libsupc++/tinfo.h: Likewise.
              * po/string_literals.cc: Likewise.
      
      From-SVN: r81581
      Matthias Klose committed
    • Run the jni tests using the interpreter. · 579f9640
      	* testsuite/libjava.jni/jni.exp (gcj_jni_compile_c_to_so): Append
      	options_cxx to shared lib compile command.
      	(gcj_jni_test_one): Pass cxxflags to gcj_jni_compile_c_to_so, so
      	they are used to link the shared lib, not the main binary.
      	Use libjava_invoke to run gij.
      
      From-SVN: r81574
      Bryce McKinlay committed
    • Fixes PR java/9685, PR java/15073 · 8ae6595c
      	Fixes PR java/9685, PR java/15073
      	* parse.y (accessibility_string): New method.
      	(not_accessible_field_error): Use accessibility_string()
      	instead of java_accstring_lookup().
      	(resolve_qualified_expression_name): Check with
      	check_pkg_class_access() before allowing access using
      	qualified names.
      	Fix comment typo.
      	Use check_pkg_class_access() instead of not_accessible_p()
      	for unqualified types.
      	(not_accessible_p): Use DECL_CONTEXT (member) instead of
      	REFERENCE for package-private access checking.
      	(patch_method_invocation): Use accessibility_string() instead
      	of java_accstring_lookup().
      
      From-SVN: r81573
      Ranjit Mathew committed
    • invoke.texi: Restore -fgcse-after-reload doc from 1.421, mistakenly clobbered by 1.423. · db643b91
      2004-05-06  Stuart Hastings  <stuart@apple.com>
      	* gcc/doc/invoke.texi: Restore -fgcse-after-reload doc from 1.421,
      	mistakenly clobbered by 1.423.
      
      From-SVN: r81569
      Stuart Hastings committed
    • 2004-05-06 Michael Koch <konqueror@gmx.de> · 0a215a11
      	* java/util/logging/Level.java
      	(parse): Use == instead of String.equals().
      
      From-SVN: r81568
      Michael Koch committed
    • invoke.texi: Document -mvr4130-align. · dc884a86
      	* doc/invoke.texi: Document -mvr4130-align.
      	* config/mips/mips.h (MASK_VR4130_ALIGN, TARGET_VR4130_ALIGN)
      	(TUNE_MIPS4120, TUNE_MIPS4130): New macros.
      	(TUNE_MACC_CHAINS): Include TUNE_MIPS4120 and TUNE_MIPS4130.
      	(TARGET_SWITCHES): Add -mvr4130-align and -mno-vr4130-align.
      	* config/mips/mips.md: Include sched-int.h.
      	(USEFUL_INSN_P, SEQ_BEGIN, SEQ_END, FOR_EACH_SUBINSN): New macros.
      	(mips_rtx_costs): Set integer multiplication costs for TUNE_MIPS4130.
      	(override_options): Enable -mvr4130-align at -O3 and above.
      	(mips_sim_insn): New variable.
      	(mips_sim): New structure.
      	(mips_sim_reset, mips_sim_init, mips_sim_next_cycle, mips_sim_wait_reg)
      	(mips_sim_wait_regs_2, mips_sim_wait_regs_1, mips_sim_wait_regs)
      	(mips_sim_wait_units, mips_sim_wait_insn, mips_sim_record_set)
      	(mips_sim_issue_insn, mips_sim_issue_nop, mips_sim_finish_insn)
      	(vr4130_avoid_branch_rt_conflict, vr4130_align_insns): New functions.
      	(mips_reorg): Call vr4130_align_insns.
      	(vr4130_last_insn): New variable.
      	(vr4130_true_reg_dependence_p_1, vr4130_true_reg_dependence_p)
      	(vr4130_swap_insns_p, vr4130_reorder): New functions.
      	(mips_sched_reorder, mips_variable_issue): Hook in vr4130 code.
      	(mips_issue_rate): Return 2 for PROCESSOR_R4130.
      	(mips_use_dfa_pipeline_interface): Return true for the same.
      	* config/mips/4130.md: New file.
      	* config/mips/mips.md: Include it.  Add a peephole2 to convert
      	"mult;mflo" into "mtlo;macc".
      	(*macc, *umul_acc_di, *smul_acc_di): Use $1 rather than $0 as the
      	target of maccs.
      	(*msac_using_macc): New pattern.
      
      From-SVN: r81567
      Richard Sandiford committed
    • defineclass.cc (_Jv_ClassReader::prepare_pool_entry): Use verify_field_signature… · e51f7aeb
      defineclass.cc (_Jv_ClassReader::prepare_pool_entry): Use verify_field_signature and verify_method_signature...
      
      	* defineclass.cc (_Jv_ClassReader::prepare_pool_entry): Use
      	verify_field_signature and verify_method_signature, not
      	_Jv_VerifyFieldSignature and _Jv_VerifyMethodSigntature.
      	(_Jv_ClassReader::handleField): Likewise.
      	(_Jv_ClassReader::handleMethod): Likewise.
      
      From-SVN: r81563
      Bryce McKinlay committed
    • MAINTAINERS (Write After Approval): Add myself. · d1bb666c
      2004-04-29  Uros Bizjak  <uros@kss-loka.si>
      
              * MAINTAINERS (Write After Approval): Add myself.
      
      From-SVN: r81562
      Uros Bizjak committed
    • TableColumn.java: Reformated. · c8395524
      2004-05-06  Michael Koch  <konqueror@gmx.de>
      
      	* javax/swing/table/TableColumn.java:
      	Reformated.
      
      From-SVN: r81561
      Michael Koch committed