1. d61ae75 Remove dead cruft from SystemMethods. by Elliott Hughes · 13 years ago
  2. ed1c1e3 Fix field access. by Elliott Hughes · 13 years ago
  3. 7502e2a Fix the 051-thread test. by Elliott Hughes · 13 years ago
  4. 5cb5ad2 Fix exception throwing to support no detail message. by Elliott Hughes · 13 years ago
  5. 68c5478 Update exception test with new traceback by buzbee · 13 years ago
  6. 795d78f Old tests run with new system. by jeffhao · 13 years ago
  7. 5d1ac92 Adding old unit tests to test suite. by jeffhao · 13 years ago
  8. abcfde3 Fixed test for static final fields that don't use <clinit>. by jeffhao · 13 years ago
  9. 4f894e3 Fix stack scanning bugs: Add PC OFFSET before retrieving Registermap. by Shih-wei Liao · 13 years ago
  10. 8ab8328 Add a test to trigger GC. by Shih-wei Liao · 13 years ago
  11. 5d40f18 Fixes for "null instanceof" and class initialization by Brian Carlstrom · 13 years ago
  12. 9407c60 Stack scanning: Find RegisterMap and unit-test it. Add decoding of the map. by Shih-wei Liao · 13 years ago
  13. 2a20cfd Implement java.lang.reflect.Constructor.constructNative. by Elliott Hughes · 13 years ago
  14. b886da8 Support for exceptions from array allocation. by Ian Rogers · 13 years ago
  15. e51a511 Exception support for CanPutArrayElementFromCode. by Ian Rogers · 13 years ago
  16. 932746a Stack overflow error and unit test. by Ian Rogers · 13 years ago
  17. a0841a8 Abstract Method Error unit test and fixes. by Ian Rogers · 13 years ago
  18. ff1ed47 Class cast, fill array and interface exception support. by Ian Rogers · 13 years ago
  19. 9651f42 Implement NPE, div by 0 and AIOBE. by Ian Rogers · 13 years ago
  20. 9086572 Fix for implicit null test for oat. by Ian Rogers · 13 years ago
  21. 25c3325 Fix compiler class initialization to properly deal with super classes by Brian Carlstrom · 13 years ago
  22. 29f2742 Uncaught exception handlers and automatic removal from thread groups. by Elliott Hughes · 13 years ago
  23. bbf1e41 Move main method tests from gtests to oat tests by Brian Carlstrom · 13 years ago
  24. 93dd966 Implicit NPE support when no exception given to throw. by Ian Rogers · 13 years ago
  25. c228252 Fix order CheckCastFromCode and enable Fibonacci test by Brian Carlstrom · 13 years ago
  26. 67375ac Support for exception throwing from JNI. by Ian Rogers · 13 years ago
  27. 43a3642 Fix null check elimination by buzbee · 13 years ago
  28. 303b01e Add unit test for exercising AbstractMethodErrorStub code. by Shih-wei Liao · 13 years ago
  29. f0cde54 SSA renaming fix & invalid opcode fix by buzbee · 13 years ago
  30. 31384c5 Generating stub code for registering a jni function at runtime. by Shih-wei Liao · 13 years ago
  31. 1240dad Test conversion of floats and doubles to strings. by Elliott Hughes · 13 years ago
  32. 2a475e7 Check-cast, instance-of, misc fixes by buzbee · 13 years ago
  33. 5dbddee Added tests for interfaces that extend other interfaces. by jeffhao · 13 years ago
  34. 98e0e5e Merge "Fix various JNI compiler bugs/unimplementeds." into dalvik-dev by Ian Rogers · 13 years ago
  35. 7a99c11 Fix various JNI compiler bugs/unimplementeds. by Ian Rogers · 13 years ago
  36. f5ecf06 Invoke <clinit> where necessary. by Elliott Hughes · 13 years ago
  37. 69b15fb Working dex2oat and oatexec by Brian Carlstrom · 13 years ago
  38. 109bd6a Fix for argument passing bug by buzbee · 13 years ago
  39. b9231c8 Test arg passing for arraycopy. by Ian Rogers · 13 years ago
  40. e9a72f6 Try/Catch analysis; various workarounds by buzbee · 13 years ago
  41. aa762fe Merge "Fix bug in long arguments for JNI on x86" into dalvik-dev by Ian Rogers · 13 years ago
  42. 9b269d2 Fix bug in long arguments for JNI on x86 by Ian Rogers · 13 years ago
  43. 0f4c41d Various fixes. by Elliott Hughes · 13 years ago
  44. 1da522d Complete static field accesses; clear TODO's by buzbee · 13 years ago
  45. 193a44d Make InitializeStaticStorageFromCode handle requests for uninitialized storage from <clinit> by Brian Carlstrom · 13 years ago
  46. 4a3164f Codegen for invoke-super, invoke-interface by buzbee · 13 years ago
  47. 558788e Testing the decoding of JObject. by Shih-wei Liao · 13 years ago
  48. 561227c Complete direct, static & virtual invoke by buzbee · 13 years ago
  49. 1b4c859 Complete OP_CONST_STRING, OP_CONST_CLASS by buzbee · 13 years ago
  50. 82da44b Fix the "mov R1, R2; mov R2, R3" bug in jni_compiler. by Shih-wei Liao · 13 years ago
  51. 8a48741 Allow compilation of classes in different ClassLoaders by Brian Carlstrom · 13 years ago
  52. a250199 Add -Xcheck:jni. by Elliott Hughes · 13 years ago
  53. 9f30b38 Externalize test code by Brian Carlstrom · 13 years ago