1. 23 Jun, 2007 4 commits
  2. 22 Jun, 2007 14 commits
  3. 21 Jun, 2007 17 commits
  4. 20 Jun, 2007 5 commits
    • re PR tree-optimization/32075 (can't determine dependence between p->a[x+i] and… · c0aafd30
      re PR tree-optimization/32075 (can't determine dependence between p->a[x+i] and p->a[x+i+1] where x is invariant but defined in the function)
      
      	PR tree-optimization/32075
      	* tree-data-ref.c (subscript_dependence_tester_1, 
      	analyze_miv_subscript, analyze_overlapping_iterations,
      	add_distance_for_zero_overlaps, build_classic_dist_vector,
      	subscript_dependence_tester_1, analyze_overlapping_iterations,
      	subscript_dependence_tester, access_functions_are_affine_or_constant_p,
      	compute_affine_dependence, compute_all_dependences): Pass loop_nest 
      	to evolution_function_is_affine_multivariate_p.
      
      From-SVN: r125901
      Sebastian Pop committed
    • re PR tree-optimization/32075 (can't determine dependence between p->a[x+i] and… · da9a21f4
      re PR tree-optimization/32075 (can't determine dependence between p->a[x+i] and p->a[x+i+1] where x is invariant but defined in the function)
      
      	PR tree-optimization/32075
      	* tree-data-ref.c (subscript_dependence_tester_1, 
      	analyze_miv_subscript, analyze_overlapping_iterations,
      	add_distance_for_zero_overlaps, build_classic_dist_vector,
      	subscript_dependence_tester_1, analyze_overlapping_iterations,
      	subscript_dependence_tester, access_functions_are_affine_or_constant_p,
      	compute_affine_dependence, compute_all_dependences): Pass loop_nest 
      	to evolution_function_is_affine_multivariate_p.
      
      From-SVN: r125900
      Sebastian Pop committed
    • Update from classpath trunk: · 14d4217b
              * classpath/lib/gnu/classpath/jdwp/value/StringValue.class:
              Regenerate.
      
              * gnu/classpath/jdwp/value/StringValue.java
              (StringValue): Tag of StringValue is STRING not OBJECT.
              (write): String values are written to the wire as tag byte
              and object ID, not JdwpString.
      
      From-SVN: r125897
      Keith Seitz committed
    • VMVirtualMachine.java (executeMethod): Update from reference implementation. · 67b2a930
              * gnu/classpath/jdwp/VMVirtualMachine.java (executeMethod):
              Update from reference implementation.
              * gnu/classpath/jdwp/natVMVirtualMachine.cc (executeMethod):
              Update parameter list to match new VMVirtualMachine interface.
              * classpath/lib/gnu/classpath/jdwp/processor/ClassTypeCommandSet.class:
              Regenerate.
              * classpath/lib/gnu/classpath/jdwp/processor/
              ObjectReferenceCommandSet.class: Regenerate.
              * classpath/lib/gnu/classpath/jdwp/value/ObjectValue.class: Regenerate.
              * classpath/lib/gnu/classpath/jdwp/VMVirtualMachine.class: Regenerate.
              * classpath/lib/gnu/classpath/jdwp/util/MethodResult.class: Regenerate.
      
      From-SVN: r125896
      Keith Seitz committed
    • Update from classpath trunk: · a7eeed04
              * gnu/classpath/jdwp/processor/ClassTypeCommandSet.java
              (executeInvokeMethod): No need to use ValueFactory any more;
              MethodResult.getReturnedValue now returns a Value.
              (executeNewInstance): Double-check that return result is
              an ObjectValue; throw JdwpInternalErrorException if it is not.
              (invokeMethod): Method IDs come from VMMethod, not VMIdManager.
              Arguments are Values not Objects.
              Use ValueFactory to create arguments.
              Pass invocation options to VMVirtualMachine.executeMethod.
              Don't do any thread suspend/resume work: VMVM.executeMethod
              will take care of it.
              * gnu/classpath/jdwp/processor/ObjectReferenceCommandSet.java
              (executeInvokeMethod): Method IDs come from VMMethod, not
              VMIdManager.
              Arguments should be Values instead of Objects.
              Use ValueFactory to create Values.
              Remove specific option handling and pass options to
              VMVirtualMachine.executeMethod.
              Remove thread suspension.
              Use MethodResult.getReturnedValue to get method's result.
              * gnu/classpath/jdwp/util/MethodResult.java
              (returnedValue): Change type to Value.
              (thrownException): Change type to Throwable.
              (resType): Remove.
              (MethodResult): New constructor.
              (setReturnedValue): Remove.
              (SetThrownException): Remove.
              (getResultType): Remove.
              (setResultType): Remove.
              * gnu/classpath/jdwp/value/ObjectValue.java (getValue):
              New method.
              * vm/reference/gnu/classpath/jdwp/VMVirtualMachine.java
              (executeMethod): Replace "nonVirtual" parameter with more
              generic "options" parameter.
              Replace java.lang.reflect.Method parameter with VMMethod.
              Replace Object[] parameter with Value[] parameter.
      
      From-SVN: r125895
      Keith Seitz committed