1. 418dfe7 Enable AllocWithGrowth and OutOfMemoryError throwing. by Elliott Hughes · 13 years ago
  2. 1cb0a1d Support for resolving unknown direct/static methods. by Ian Rogers · 13 years ago
  3. 40c47b5 Merge "Fix the weird state transitions in verification." into dalvik-dev by Elliott Hughes · 13 years ago
  4. 33a129c Save callee-save registers on alloc helper calls by buzbee · 13 years ago
  5. 7f1caab Add an interface to Space, so Heap no longer needs to be friend of Space. by Shih-wei Liao · 13 years ago
  6. d9cdfe9 Fix the weird state transitions in verification. by Elliott Hughes · 13 years ago
  7. efdbac5 Fix 069 by throwing IncompatibleClassChangeError at runtime when required. by Elliott Hughes · 13 years ago
  8. bc258fa Fix IncompatibleClassChangeError. by Elliott Hughes · 13 years ago
  9. 5f9298a "Fix" racy test 030. by Elliott Hughes · 13 years ago
  10. 3b3e118 Fix the thread test to not be racy. by Elliott Hughes · 13 years ago
  11. 32caed4 Update test 031 to track the libcore annotations implementation changes. by Elliott Hughes · 13 years ago
  12. 8eb434f Merge "Make sure that array_iftables_ is initialized when loading from an image." into dalvik-dev by Elliott Hughes · 13 years ago
  13. 92f14b2 Make sure that array_iftables_ is initialized when loading from an image. by Elliott Hughes · 13 years ago
  14. b6343d1 Merge "Nullcheck elimination fix" into dalvik-dev by buzbee · 13 years ago
  15. 949f56e Nullcheck elimination fix by buzbee · 13 years ago
  16. 510c878 Fix the expectations for test 007 to match the RI's output. by Elliott Hughes · 13 years ago
  17. f57c47c Fix vmap handling. Adjust all PCs by -2 in WalkStack. by Ian Rogers · 13 years ago
  18. aeac754 Merge "Callee-save these ARM registers: R5-R8, R10-R11 and LR." into dalvik-dev by Ian Rogers · 13 years ago
  19. 19e53eb Callee-save these ARM registers: R5-R8, R10-R11 and LR. by Shih-wei Liao · 13 years ago
  20. ad25ac5 Static and direct resolution stub. by Ian Rogers · 13 years ago
  21. 8c2f641 Grow for improving target utilization. Applicable to the target side only. by Shih-wei Liao · 13 years ago
  22. fbfdce6 Teach ClassLinkerTest about Reference.referent by Brian Carlstrom · 13 years ago
  23. c221850 Merge "Implement finalization." into dalvik-dev by Elliott Hughes · 13 years ago
  24. adb460d Implement finalization. by Elliott Hughes · 13 years ago
  25. 0826a7c Merge "Compiler - switch default for null invoke test" into dalvik-dev by buzbee · 13 years ago
  26. e3de749 Compiler - switch default for null invoke test by buzbee · 13 years ago
  27. 68e7652 Start moving stack-related stuff out of thread.h. by Elliott Hughes · 13 years ago
  28. 99f2723 Special-case Object.<init> invoke by buzbee · 13 years ago
  29. 3ddc0d1 Fix Vmap table size by buzbee · 13 years ago
  30. ce30293 Compiler cleanup by buzbee · 13 years ago
  31. 20cde90 Add Class::IsFinalizable and Object::AddFinalizerReference. by Elliott Hughes · 13 years ago
  32. b408de7 Implement the "unreasonable array allocation" OutOfMemoryError. by Elliott Hughes · 13 years ago
  33. 4377a7e Update oat_process for recent command line argument changes by Brian Carlstrom · 13 years ago
  34. ffcd309 Merge "Make class roots an image root" into dalvik-dev by Brian Carlstrom · 13 years ago
  35. 34f426c Make class roots an image root by Brian Carlstrom · 13 years ago
  36. e1410a2 Fix the detail messages for NoSuchMethodErrors thrown from generated code. by Elliott Hughes · 13 years ago
  37. 8cbc8bc Use a test-specific name for each generated file. by Elliott Hughes · 13 years ago
  38. 58ae941 Simplify command line arguments by Brian Carlstrom · 13 years ago
  39. 4d0207c Wrap non-Error throwables in ExceptionInInitializerError. by Elliott Hughes · 13 years ago
  40. f43f03a Merge "Implement artThrowVerificationErrorFromCode." into dalvik-dev by Elliott Hughes · 13 years ago
  41. 6c8867d Implement artThrowVerificationErrorFromCode. by Elliott Hughes · 13 years ago
  42. df59a25 Merge "Fixed class linker ResolveType for multi-dimensional arrays." into dalvik-dev by jeffhao · 13 years ago
  43. d760bc4 Fixed class linker ResolveType for multi-dimensional arrays. by jeffhao · 13 years ago
  44. 33f741e Remove opening of DexFile from pointer by Brian Carlstrom · 13 years ago
  45. 1afef11 Merge "Separate oat from image" into dalvik-dev by Brian Carlstrom · 13 years ago
  46. e24fa61 Separate oat from image by Brian Carlstrom · 13 years ago
  47. d61ae75 Remove dead cruft from SystemMethods. by Elliott Hughes · 13 years ago
  48. 06cbeb9 Merge "Add Class.getModifiers." into dalvik-dev by Elliott Hughes · 13 years ago
  49. 9dcc79d Add Class.getModifiers. by Elliott Hughes · 13 years ago
  50. 0c8c673 Ensure we exit with EXIT_FAILURE if the main thread had an uncaught exception. by Elliott Hughes · 13 years ago
  51. e983d00 Revert optimization settings by buzbee · 13 years ago
  52. ed1c1e3 Fix field access. by Elliott Hughes · 13 years ago
  53. 6778651 Merge "Fix the 051-thread test." into dalvik-dev by Elliott Hughes · 13 years ago
  54. 84044c5 Merge "Optimization fixes" into dalvik-dev by buzbee · 13 years ago
  55. 7502e2a Fix the 051-thread test. by Elliott Hughes · 13 years ago
  56. bbaf894 Optimization fixes by buzbee · 13 years ago
  57. 5cb5ad2 Fix exception throwing to support no detail message. by Elliott Hughes · 13 years ago
  58. d6fe38d Fix oatexec to not print uncaught exceptions twice. by Elliott Hughes · 13 years ago
  59. fc22c89 Merge "Update exception test with new traceback" into dalvik-dev by buzbee · 13 years ago
  60. 939a9ea Merge "Various bugfixes" into dalvik-dev by buzbee · 13 years ago
  61. 68c5478 Update exception test with new traceback by buzbee · 13 years ago
  62. f839654 Merge "Remove a reminder that no longer needs implementing." into dalvik-dev by Elliott Hughes · 13 years ago
  63. 58f9274 Various bugfixes by buzbee · 13 years ago
  64. e439057 Merge "Old tests run with new system." into dalvik-dev by jeffhao · 13 years ago
  65. 34d281c Remove a reminder that no longer needs implementing. by Elliott Hughes · 13 years ago
  66. 795d78f Old tests run with new system. by jeffhao · 13 years ago
  67. 81bc509 Silence a misleading compiler warning. by Elliott Hughes · 13 years ago
  68. 14134a1 Fix JNI NoSuchMethodErrors. by Elliott Hughes · 13 years ago
  69. d2e0f90 Implement getProtoIndex() for the benefit of annotations. by Jesse Wilson · 13 years ago
  70. 991e3ac Clean up instanceof codegen in compiler. by buzbee · 13 years ago
  71. 2d83101 Code refactoring: Split thread.cc into thread.cc and runtime_support.cc. by Shih-wei Liao · 13 years ago
  72. 5d1ac92 Adding old unit tests to test suite. by jeffhao · 13 years ago
  73. c31664f Add STLDeleteValues, and use it. by Elliott Hughes · 13 years ago
  74. 5b36eb3 Merge "Fixed test for static final fields that don't use <clinit>." into dalvik-dev by jeffhao · 13 years ago
  75. abcfde3 Fixed test for static final fields that don't use <clinit>. by jeffhao · 13 years ago
  76. 12246b8 Add memory barriers (Issue 3338450) by buzbee · 13 years ago
  77. 6181f79 Register usage cleanup by buzbee · 13 years ago
  78. 557e027 New atomics from dalvik. by Elliott Hughes · 13 years ago
  79. 6bf1915 Revert "Reverts to track dalvik and libcore" by Jesse Wilson · 13 years ago
  80. 5371b18 Merge "Throw if ResolveMethod fails." into dalvik-dev by Elliott Hughes · 13 years ago
  81. cc5f9a9 Throw if ResolveMethod fails. by Elliott Hughes · 13 years ago
  82. 8dfc9d5 For Stack Indirect Reference Table, visit roots in the table. by Shih-wei Liao · 13 years ago
  83. 4f894e3 Fix stack scanning bugs: Add PC OFFSET before retrieving Registermap. by Shih-wei Liao · 13 years ago
  84. d1422f8 Remove extra lock and racy assert in class initialization by Brian Carlstrom · 13 years ago
  85. 5cfd6fb Verifier should not exit with exceptions pending. by jeffhao · 13 years ago
  86. d6b1f61 Support for stack scanning of roots. by Ian Rogers · 13 years ago
  87. f153fe1 Fix oatdumps stats alignment by Brian Carlstrom · 13 years ago
  88. 9773120 Disable test until RegisterMap is fixed for thread run. by Shih-wei Liao · 13 years ago
  89. 9b7f2c2 Fix space_test by ensuring Runtime::Current() is not null by Brian Carlstrom · 13 years ago
  90. 1906b97 Merge "Kill oat_process before rerunning" into dalvik-dev by Brian Carlstrom · 13 years ago
  91. 8ab8328 Add a test to trigger GC. by Shih-wei Liao · 13 years ago
  92. dddab0c Kill oat_process before rerunning by Brian Carlstrom · 13 years ago
  93. 07a8c8c Merge "Add -verbose:startup" into dalvik-dev by Brian Carlstrom · 13 years ago
  94. 0a5b14d Add -verbose:startup by Brian Carlstrom · 13 years ago
  95. 808f7c3 Merge "Verifier stops if it can't resolve a class, method, or field." into dalvik-dev by jeffhao · 13 years ago
  96. 2c51f7e Merge "Improve -Xcheck:jni handling of jfieldIDs and jmethodIDs." into dalvik-dev by Elliott Hughes · 13 years ago
  97. 2a8a90e Verifier stops if it can't resolve a class, method, or field. by jeffhao · 13 years ago
  98. 32ae6e3 Improve -Xcheck:jni handling of jfieldIDs and jmethodIDs. by Elliott Hughes · 13 years ago
  99. 5a7a74a Support for JNI local reference cookie. by Ian Rogers · 13 years ago
  100. 3116e85 Merge "Add one last memory barrier." into dalvik-dev by Elliott Hughes · 13 years ago