1. d2e0f90 Implement getProtoIndex() for the benefit of annotations. by Jesse Wilson · 13 years ago
  2. 991e3ac Clean up instanceof codegen in compiler. by buzbee · 13 years ago
  3. 2d83101 Code refactoring: Split thread.cc into thread.cc and runtime_support.cc. by Shih-wei Liao · 13 years ago
  4. 5d1ac92 Adding old unit tests to test suite. by jeffhao · 13 years ago
  5. c31664f Add STLDeleteValues, and use it. by Elliott Hughes · 13 years ago
  6. 5b36eb3 Merge "Fixed test for static final fields that don't use <clinit>." into dalvik-dev by jeffhao · 13 years ago
  7. abcfde3 Fixed test for static final fields that don't use <clinit>. by jeffhao · 13 years ago
  8. 12246b8 Add memory barriers (Issue 3338450) by buzbee · 13 years ago
  9. 6181f79 Register usage cleanup by buzbee · 13 years ago
  10. 557e027 New atomics from dalvik. by Elliott Hughes · 13 years ago
  11. 6bf1915 Revert "Reverts to track dalvik and libcore" by Jesse Wilson · 13 years ago
  12. 5371b18 Merge "Throw if ResolveMethod fails." into dalvik-dev by Elliott Hughes · 13 years ago
  13. cc5f9a9 Throw if ResolveMethod fails. by Elliott Hughes · 13 years ago
  14. 8dfc9d5 For Stack Indirect Reference Table, visit roots in the table. by Shih-wei Liao · 13 years ago
  15. 4f894e3 Fix stack scanning bugs: Add PC OFFSET before retrieving Registermap. by Shih-wei Liao · 13 years ago
  16. d1422f8 Remove extra lock and racy assert in class initialization by Brian Carlstrom · 13 years ago
  17. 5cfd6fb Verifier should not exit with exceptions pending. by jeffhao · 13 years ago
  18. d6b1f61 Support for stack scanning of roots. by Ian Rogers · 13 years ago
  19. f153fe1 Fix oatdumps stats alignment by Brian Carlstrom · 13 years ago
  20. 9773120 Disable test until RegisterMap is fixed for thread run. by Shih-wei Liao · 13 years ago
  21. 9b7f2c2 Fix space_test by ensuring Runtime::Current() is not null by Brian Carlstrom · 13 years ago
  22. 1906b97 Merge "Kill oat_process before rerunning" into dalvik-dev by Brian Carlstrom · 13 years ago
  23. 8ab8328 Add a test to trigger GC. by Shih-wei Liao · 13 years ago
  24. dddab0c Kill oat_process before rerunning by Brian Carlstrom · 13 years ago
  25. 07a8c8c Merge "Add -verbose:startup" into dalvik-dev by Brian Carlstrom · 13 years ago
  26. 0a5b14d Add -verbose:startup by Brian Carlstrom · 13 years ago
  27. 808f7c3 Merge "Verifier stops if it can't resolve a class, method, or field." into dalvik-dev by jeffhao · 13 years ago
  28. 2c51f7e Merge "Improve -Xcheck:jni handling of jfieldIDs and jmethodIDs." into dalvik-dev by Elliott Hughes · 13 years ago
  29. 2a8a90e Verifier stops if it can't resolve a class, method, or field. by jeffhao · 13 years ago
  30. 32ae6e3 Improve -Xcheck:jni handling of jfieldIDs and jmethodIDs. by Elliott Hughes · 13 years ago
  31. 5a7a74a Support for JNI local reference cookie. by Ian Rogers · 13 years ago
  32. 3116e85 Merge "Add one last memory barrier." into dalvik-dev by Elliott Hughes · 13 years ago
  33. 5d40f18 Fixes for "null instanceof" and class initialization by Brian Carlstrom · 13 years ago
  34. 1ff230d Merge "Misc codegen fixes related to register promotion" into dalvik-dev by buzbee · 13 years ago
  35. fe6207f Add one last memory barrier. by Elliott Hughes · 13 years ago
  36. 20d8d67 Merge "Add the "- waiting on"/"- waiting to lock" lines to the SIGQUIT output." into dalvik-dev by Elliott Hughes · 13 years ago
  37. 8e4aac5 Add the "- waiting on"/"- waiting to lock" lines to the SIGQUIT output. by Elliott Hughes · 13 years ago
  38. 2ae4f90 Futher oat_process debugging by Brian Carlstrom · 13 years ago
  39. b29e4d1 Misc codegen fixes related to register promotion by buzbee · 13 years ago
  40. e10b697 Fix bug in HasSameMethodDescriptorClass on return types by Brian Carlstrom · 13 years ago
  41. 03f0349 Another go at hardening Class::DumpClass. by Elliott Hughes · 13 years ago
  42. e608763 Dump the pending exception when CheckJNI spots a call to a function that requires there to be no pending exception. by Elliott Hughes · 13 years ago
  43. 395520e Assorted fixes for running frameworks apps by Brian Carlstrom · 13 years ago
  44. 14357e8 Add a -verbose:thread option. by Elliott Hughes · 13 years ago
  45. c0dd312 ~ should have been !. by Elliott Hughes · 13 years ago
  46. c0ecd65 Various optimization fixes by buzbee · 13 years ago
  47. 9407c60 Stack scanning: Find RegisterMap and unit-test it. Add decoding of the map. by Shih-wei Liao · 13 years ago
  48. 4681c80 Various things. by Elliott Hughes · 13 years ago
  49. 5464308 Log when a Thread tries to set its name. by Elliott Hughes · 13 years ago
  50. 06f24e3 Merge "Use JNI to start the daemon threads." into dalvik-dev by Elliott Hughes · 13 years ago
  51. 719b323 Use JNI to start the daemon threads. by Elliott Hughes · 13 years ago
  52. 7a3aeb4 Thread state fixes. by Elliott Hughes · 13 years ago
  53. 15fdb8c Floating point callee save support in exception delivery. by Ian Rogers · 13 years ago
  54. d801cbc Merge "Improve our choices of exceptions to throw." into dalvik-dev by Elliott Hughes · 13 years ago
  55. c0c8dc8 Support for currently untested exceptions/errors. by Ian Rogers · 13 years ago
  56. e555dc0 Improve our choices of exceptions to throw. by Elliott Hughes · 13 years ago
  57. 2a20cfd Implement java.lang.reflect.Constructor.constructNative. by Elliott Hughes · 13 years ago
  58. 65ca077 Tolerant compilation of classes with missing super classes by Brian Carlstrom · 13 years ago
  59. ed3e930 assert to DCHECK conversion by buzbee · 13 years ago
  60. 8060925 Implement Class.getDeclared(Constructors|Fields|Methods). by Elliott Hughes · 13 years ago
  61. bc2f3e3 Add support for oat_process for use as a wrap.* launcher by Brian Carlstrom · 13 years ago
  62. 21d9e83 Exception support for object allocation. by Ian Rogers · 13 years ago
  63. 31cc62d Merge "Support for exceptions from array allocation." into dalvik-dev by Ian Rogers · 13 years ago
  64. b886da8 Support for exceptions from array allocation. by Ian Rogers · 13 years ago
  65. 3311f27 Merge "Fix dalvik vm reg to callee save mappings" into dalvik-dev by buzbee · 13 years ago
  66. 042946d Fix dalvik vm reg to callee save mappings by buzbee · 13 years ago
  67. e51a511 Exception support for CanPutArrayElementFromCode. by Ian Rogers · 13 years ago
  68. 382ece5 Merge "Class.isAssignableFrom and Class.isInstance." into dalvik-dev by Elliott Hughes · 13 years ago
  69. dd8df69 Class.isAssignableFrom and Class.isInstance. by Elliott Hughes · 13 years ago
  70. 4a801a4 Enabled access check for classes and methods in the verifier. by jeffhao · 13 years ago
  71. d1bb4f6 Fix build. by Elliott Hughes · 13 years ago
  72. 418d20f Implement reflective method invocation. by Elliott Hughes · 13 years ago
  73. c41e5b5 Add tables to map between callee saves and vregs by buzbee · 13 years ago
  74. f4afb7a Merge "Add some stats to oatdump" into dalvik-dev by Ian Rogers · 13 years ago
  75. 59bb200 Merge "Save/restore local table state on down calls." into dalvik-dev by Ian Rogers · 13 years ago
  76. 916e74e Add some stats to oatdump by Brian Carlstrom · 13 years ago
  77. 53d6ff4 Reverts to track dalvik and libcore by Brian Carlstrom · 13 years ago
  78. dc51b79 Save/restore local table state on down calls. by Ian Rogers · 13 years ago
  79. d8b877a Merge "Stack overflow error and unit test." into dalvik-dev by Ian Rogers · 13 years ago
  80. 932746a Stack overflow error and unit test. by Ian Rogers · 13 years ago
  81. 8fe11f0 Merge "Abstract Method Error unit test and fixes." into dalvik-dev by Ian Rogers · 13 years ago
  82. a0841a8 Abstract Method Error unit test and fixes. by Ian Rogers · 13 years ago
  83. f7ec490 Merge "Fixes to allow the verifier to process frameworks." into dalvik-dev by jeffhao · 13 years ago
  84. e0cfb6f Fixes to allow the verifier to process frameworks. by jeffhao · 13 years ago
  85. cbba6ac Implement stub for initialize static storage base. by Ian Rogers · 13 years ago
  86. 98fb416 Implement Class.getDex. by Elliott Hughes · 13 years ago
  87. 0c64f5e Move annotations to managed code. by Jesse Wilson · 13 years ago
  88. c3d530c Track libcore change. by Elliott Hughes · 13 years ago
  89. f91c8c3 Adding JNI code for dalvik.system.DexFile and java.lang.Class by Brian Carlstrom · 13 years ago
  90. ff1ed47 Class cast, fill array and interface exception support. by Ian Rogers · 13 years ago
  91. 49de87b Merge "Use regular JNI for initializing the boxing types." into dalvik-dev by Elliott Hughes · 13 years ago
  92. fea966e Use regular JNI for initializing the boxing types. by Elliott Hughes · 13 years ago
  93. aad7201 Move null checks to bvector utility callers by buzbee · 13 years ago
  94. c1f4504 Suspend check reworking (ready for rewiew) by buzbee · 13 years ago
  95. ae7cbf4 Merge "Restore Method* following invoke with > 20 args" into dalvik-dev by buzbee · 13 years ago
  96. 010cffc Restore Method* following invoke with > 20 args by buzbee · 13 years ago
  97. 33203b5 Field reflection. by Elliott Hughes · 13 years ago
  98. c6766ed Tracking removal of Method.NO_ANNOTATIONS static field from libcore by Brian Carlstrom · 13 years ago
  99. 27ec961 Adding oat_process by Brian Carlstrom · 13 years ago
  100. 03fa263 Rework type & size inference, literal usage by buzbee · 13 years ago